summaryrefslogtreecommitdiff
path: root/api/api_storage.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2019-11-08api: storage: Add the missing write operation supportCristian Ciocaltea1-0/+24
2018-12-27api: storage: Fix enumeration of storage devicesCristian Ciocaltea1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-06-23api: Define a default mmc max deviceEmmanuel Vadot1-0/+3
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1
2017-04-08Apparent conflict between CONFIG_BLK and CONFIG_APIfuz@fuz.su1-0/+4
2017-01-20api: storage: Test all block device in dev_stor_getEmmanuel Vadot1-64/+34
2016-12-04Cosmetic api: api_storage.c Spelling correctionWalt Feasel1-1/+1
2016-12-04Cosmetic api: api_storage.c Comment styleWalt Feasel1-15/+17
2016-12-04Cosmetic api: api_storage.c Line over 80 charWalt Feasel1-1/+1
2016-12-04Cosmetic api: api_storage.c Blank line after {Walt Feasel1-3/+0
2016-12-04Cosmetic api: api_storage.c Align parenthesisWalt Feasel1-1/+1
2016-10-24api: storage: Avoid enumeration for non-configured subsystemEmmanuel Vadot1-1/+5
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-03-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-5/+7
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-7/+7
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-14/+1
2015-09-15api_storage: Fix non-first storage device enumerationAndreas Färber1-0/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2009-05-16api: remove un-needed ifdef CONFIG_API already handle by the MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-10-14api: Fix building with CONFIG_APIMatthias Fuchs1-0/+4
2008-08-06Fix merge problemsStefan Roese1-12/+33
2008-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-01-09API for external applications.Rafal Jaworowski1-0/+370