summaryrefslogtreecommitdiff
path: root/cmd/sata.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-01-28cmd: sata: Add block unbind device functionPeng Ma1-0/+2
2019-02-09cmd: sata: add null pointer check for devMarcel Ziswiler1-0/+4
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-9/+0
2018-08-10sata: fix sata_Probe return value checkTroy Kisky1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass1-11/+84
2017-08-17dm: sata: Adjust the 'sata' command to use blk_common_cmd()Simon Glass1-82/+1
2017-01-15cmd: sata: fix init command return valueGary Bisson1-2/+3
2016-11-29sata: fix sata command can not being executed bugTang Yuantian1-3/+6
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass1-118/+20
2016-05-17dm: sata: Fix code style problems in cmd/sata.cSimon Glass1-5/+7
2016-04-02sata: use block layer for sata commandEric Nelson1-2/+4
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-3/+3
2016-03-15dm: part: Rename some partition functionsSimon Glass1-3/+3
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-5/+5
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+227