summaryrefslogtreecommitdiffstats
path: root/cmd/sata.c
Commit message (Expand)AuthorAgeFilesLines
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* cmd: sata: Add block unbind device functionPeng Ma2020-01-271-0/+2
* cmd: sata: add null pointer check for devMarcel Ziswiler2019-02-091-0/+4
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-9/+0
* sata: fix sata_Probe return value checkTroy Kisky2018-08-101-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: sata: Support driver model with the 'sata' commandSimon Glass2017-08-171-11/+84
* dm: sata: Adjust the 'sata' command to use blk_common_cmd()Simon Glass2017-08-171-82/+1
* cmd: sata: fix init command return valueGary Bisson2017-01-141-2/+3
* sata: fix sata command can not being executed bugTang Yuantian2016-11-281-3/+6
* dm: sata: Separate the non-command code into its own fileSimon Glass2016-05-171-118/+20
* dm: sata: Fix code style problems in cmd/sata.cSimon Glass2016-05-171-5/+7
* sata: use block layer for sata commandEric Nelson2016-04-011-2/+4
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-3/+3
* dm: part: Rename some partition functionsSimon Glass2016-03-141-3/+3
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-5/+5
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+227