summaryrefslogtreecommitdiffstats
path: root/disk/part.c
Commit message (Expand)AuthorAgeFilesLines
* part: Add check for NULL dev_part_strSean Anderson2021-05-261-1/+5
* part: Fix bogus return from part_get_info_by_dev_and_nameSean Anderson2021-04-221-1/+1
* part: Support string block devices in part_get_info_by_dev_and_nameSean Anderson2021-02-261-19/+22
* part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson2021-02-261-2/+3
* part: Give several functions more useful return valuesSean Anderson2021-02-261-22/+28
* disk: part: sandbox support in dev_print()Heinrich Schuchardt2021-01-301-0/+1
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-8/+9
* disk: part: rename parameter of lba512_muldiv()Heinrich Schuchardt2020-01-231-6/+7
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* disk: part: Extend API to get partition infoRuslan Trofymenko2019-07-241-0/+68
* disk: part: Don't skip partition initRobert Hancock2019-06-211-4/+3
* disk: part: avoid undefined reference to `__udivmoddi4'Heinrich Schuchardt2019-06-141-6/+6
* disk: part: fix typoHeinrich Schuchardt2019-04-261-1/+1
* blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen2018-11-141-0/+6
* disk: part: Don't show redundant error messageSam Protsenko2018-08-101-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* disk: part: use common api to lookup part driverKever Yang2018-03-131-20/+17
* disk: part: scan the disk if the part_type is unknownKever Yang2018-03-131-6/+18
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-7/+7
* disk: Provide API to get partition by name for specific typeSam Protsenko2017-10-061-2/+13
* fs: add fs_readdir()Rob Clark2017-09-151-12/+19
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2017-08-131-1/+5
* partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken2017-08-041-1/+0
* disk: Return the partition number in part_get_info_by_name()Alex Deymo2017-05-111-1/+1
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-281-4/+4
* disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: convert CONFIG_AMIGA_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: convert CONFIG_MAC_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: Fixed capacity messageJean-Jacques Hiblot2016-12-271-2/+2
* disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy2016-10-011-0/+32
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-011-0/+26
* 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