summaryrefslogtreecommitdiffstats
path: root/disk/part.c
Commit message (Expand)AuthorAgeFilesLines
* dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass2016-05-171-3/+3
* dm: part: Drop the block_drvr tableSimon Glass2016-05-171-53/+14
* dm: part: Use the legacy block driver for hardware partition supportSimon Glass2016-05-171-11/+1
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-171-1/+1
* dm: systemace: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: sata: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: scsi: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: mmc: Drop the get_dev() functionSimon Glass2016-05-171-1/+0
* dm: ide: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: disk: Use legacy block driver info for block device accessSimon Glass2016-05-171-4/+3
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* 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
OpenPOWER on IntegriCloud