aboutsummaryrefslogtreecommitdiff
path: root/disk/part.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken1-1/+0
2017-05-11disk: Return the partition number in part_get_info_by_name()Alex Deymo1-1/+1
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-4/+4
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-28disk: convert CONFIG_AMIGA_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-28disk: convert CONFIG_MAC_PARTITION to KconfigPatrick Delaunay1-1/+1
2016-12-27disk: Fixed capacity messageJean-Jacques Hiblot1-2/+2
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy1-0/+32
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-0/+26
2016-05-17dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass1-3/+3
2016-05-17dm: part: Drop the block_drvr tableSimon Glass1-53/+14
2016-05-17dm: part: Use the legacy block driver for hardware partition supportSimon Glass1-11/+1
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass1-1/+1
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-1/+0
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: disk: Use legacy block driver info for block device accessSimon Glass1-4/+3
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-04-14dm: part: fix missing driver name in debug printNishanth Menon1-1/+2
2016-04-01drivers: block: add block device cacheEric Nelson1-0/+2
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf1-7/+1
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-6/+2
2016-03-14dm: part: Rename some partition functionsSimon Glass1-6/+6
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass1-126/+58
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass1-1/+1
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-3/+3
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-2/+2
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-14/+14
2016-01-20mmc: emmc and hw partitions partition table id bugfix.Erik Tideman1-0/+10
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay1-0/+9
2015-10-24ubifs: Add generic fs supportHans de Goede1-0/+27
2015-10-24disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede1-0/+2
2014-10-25disk/part.c: make local function staticJeroen Hofstee1-1/+1
2014-09-24cleanup disk/part.c whitespacePavel Machek1-4/+5
2014-07-22whitespace cleanupsPavel Machek1-4/+4
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren1-0/+19
2014-06-12disk: default to HW partition 0 if not specifiedStephen Warren1-3/+3
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren1-1/+5
2014-05-23disk: support devices with HW partitionsStephen Warren1-10/+64
2014-03-17sandbox: Use os functions to read host device treeSimon Glass1-17/+0
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström1-0/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-22fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)1-0/+4
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren1-10/+0
2013-03-04sandbox: Add host filesystemSimon Glass1-0/+17