summaryrefslogtreecommitdiffstats
path: root/api/api_storage.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* api: storage: Add the missing write operation supportCristian Ciocaltea2019-11-071-0/+24
* api: storage: Fix enumeration of storage devicesCristian Ciocaltea2018-12-261-0/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-1/+1
* api: Define a default mmc max deviceEmmanuel Vadot2017-06-231-0/+3
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-221-1/+1
* Apparent conflict between CONFIG_BLK and CONFIG_APIfuz@fuz.su2017-04-081-0/+4
* api: storage: Test all block device in dev_stor_getEmmanuel Vadot2017-01-201-64/+34
* Cosmetic api: api_storage.c Spelling correctionWalt Feasel2016-12-041-1/+1
* Cosmetic api: api_storage.c Comment styleWalt Feasel2016-12-041-15/+17
* Cosmetic api: api_storage.c Line over 80 charWalt Feasel2016-12-041-1/+1
* Cosmetic api: api_storage.c Blank line after {Walt Feasel2016-12-041-3/+0
* Cosmetic api: api_storage.c Align parenthesisWalt Feasel2016-12-041-1/+1
* api: storage: Avoid enumeration for non-configured subsystemEmmanuel Vadot2016-10-241-1/+5
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-141-5/+7
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-7/+7
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-14/+1
* api_storage: Fix non-first storage device enumerationAndreas Färber2015-09-151-0/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* api: remove un-needed ifdef CONFIG_API already handle by the MakefileJean-Christophe PLAGNIOL-VILLARD2009-05-151-5/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-4/+4
* api: Fix building with CONFIG_APIMatthias Fuchs2008-10-141-0/+4
* Fix merge problemsStefan Roese2008-08-061-12/+33
* Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD2008-02-141-3/+3
* API for external applications.Rafal Jaworowski2008-01-091-0/+370