summaryrefslogtreecommitdiff
path: root/api/api_storage.c
AgeCommit message (Expand)Author
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-06-23api: Define a default mmc max deviceEmmanuel Vadot
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass
2017-04-08Apparent conflict between CONFIG_BLK and CONFIG_APIfuz@fuz.su
2017-01-20api: storage: Test all block device in dev_stor_getEmmanuel Vadot
2016-12-04Cosmetic api: api_storage.c Spelling correctionWalt Feasel
2016-12-04Cosmetic api: api_storage.c Comment styleWalt Feasel
2016-12-04Cosmetic api: api_storage.c Line over 80 charWalt Feasel
2016-12-04Cosmetic api: api_storage.c Blank line after {Walt Feasel
2016-12-04Cosmetic api: api_storage.c Align parenthesisWalt Feasel
2016-10-24api: storage: Avoid enumeration for non-configured subsystemEmmanuel Vadot
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-09-15api_storage: Fix non-first storage device enumerationAndreas Färber
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2009-05-15api: remove un-needed ifdef CONFIG_API already handle by the MakefileJean-Christophe PLAGNIOL-VILLARD
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-14api: Fix building with CONFIG_APIMatthias Fuchs
2008-08-06Fix merge problemsStefan Roese
2008-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD
2008-01-09API for external applications.Rafal Jaworowski