summaryrefslogtreecommitdiffstats
path: root/disk/part.c
Commit message (Expand)AuthorAgeFilesLines
* dm: part: fix missing driver name in debug printNishanth Menon2016-04-141-1/+2
* drivers: block: add block device cacheEric Nelson2016-04-011-0/+2
* disk/part.c: Expose list of available block driversAlexander Graf2016-03-151-7/+1
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-6/+2
* dm: part: Rename some partition functionsSimon Glass2016-03-141-6/+6
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-141-126/+58
* dm: blk: Rename get_device_and_partition()Simon Glass2016-03-141-1/+1
* dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-141-3/+3
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-141-2/+2
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-14/+14
* mmc: emmc and hw partitions partition table id bugfix.Erik Tideman2016-01-201-0/+10
* gpt: add optional parameter type in gpt commandPatrick Delaunay2015-11-121-0/+9
* ubifs: Add generic fs supportHans de Goede2015-10-241-0/+27
* disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede2015-10-241-0/+2
* disk/part.c: make local function staticJeroen Hofstee2014-10-251-1/+1
* cleanup disk/part.c whitespacePavel Machek2014-09-241-4/+5
* whitespace cleanupsPavel Machek2014-07-221-4/+4
* sandbox: restore ability to access host fs through standard commandsStephen Warren2014-06-231-0/+19
* disk: default to HW partition 0 if not specifiedStephen Warren2014-06-121-3/+3
* mmc: provide a select_hwpart implementation for get_device()Stephen Warren2014-05-231-1/+5
* disk: support devices with HW partitionsStephen Warren2014-05-231-10/+64
* sandbox: Use os functions to read host device treeSimon Glass2014-03-171-17/+0
* sandbox: block driver using host file/device as backing storeHenrik Nordström2014-01-081-0/+6
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)2013-07-221-0/+4
* disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren2013-03-141-10/+0
* sandbox: Add host filesystemSimon Glass2013-03-041-0/+17
* part: check each variable for capability calculationJerry Huang2012-12-061-1/+1
* disk: Make the disk partition code work with no specific partition typesGabe Black2012-10-221-33/+17
* disk: initialize name/part fields when returning a whole diskStephen Warren2012-10-191-0/+2
* disk: get_device_and_partition() return value fixesStephen Warren2012-10-171-1/+1
* disk: allow - or empty string to fall back to $bootdeviceStephen Warren2012-09-281-1/+2
* disk: part_efi: parse and store partition UUIDStephen Warren2012-09-251-0/+5
* disk: get_device_and_partition() "auto" partition and cleanupStephen Warren2012-09-251-43/+154
* disk: introduce get_device()Stephen Warren2012-09-251-0/+22
* disk/part: introduce get_device_and_partitionRob Herring2012-09-251-2/+67
* disk: make get_partition_info() always available to disk.cStephen Warren2012-09-251-55/+63
* Block: Remove MG DISK supportMarek Vasut2012-06-211-6/+0
* disk/part.c: Fix device enumeration through APITim Kientzle2012-03-271-0/+3
* disk/part.c: fix potential stack overflow bugLei Wen2011-04-121-1/+1
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-2/+2
* disk/part.c: fix relocation fixupHeiko Schocher2010-09-191-2/+9
* mmc: print out partition tableLei Wen2010-09-181-0/+3
* disk/part.c: 'usb storage' avoiding overflow when output capacitySergei Trofimovich2010-08-101-5/+23
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-1/+1
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-1/+4
* IDE: bail out of dev_print() for unknown device typesWolfgang Denk2009-05-151-0/+5
* mflash: Initial mflash supportunsik Kim2009-04-031-1/+7
* vsprintf: pull updates from Linux kernelMike Frysinger2009-03-201-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
OpenPOWER on IntegriCloud