summaryrefslogtreecommitdiff
path: root/disk/part.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2021-05-27part: Add check for NULL dev_part_strSean Anderson1-1/+5
2021-04-22part: Fix bogus return from part_get_info_by_dev_and_nameSean Anderson1-1/+1
2021-02-26part: Support string block devices in part_get_info_by_dev_and_nameSean Anderson1-19/+22
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson1-2/+3
2021-02-26part: Give several functions more useful return valuesSean Anderson1-22/+28
2021-01-31disk: part: sandbox support in dev_print()Heinrich Schuchardt1-0/+1
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-8/+9
2020-01-23disk: part: rename parameter of lba512_muldiv()Heinrich Schuchardt1-6/+7
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-24disk: part: Extend API to get partition infoRuslan Trofymenko1-0/+68
2019-06-21disk: part: Don't skip partition initRobert Hancock1-4/+3
2019-06-14disk: part: avoid undefined reference to `__udivmoddi4'Heinrich Schuchardt1-6/+6
2019-04-27disk: part: fix typoHeinrich Schuchardt1-1/+1
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen1-0/+6
2018-08-10disk: part: Don't show redundant error messageSam Protsenko1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-14disk: part: use common api to lookup part driverKever Yang1-20/+17
2018-03-14disk: part: scan the disk if the part_type is unknownKever Yang1-6/+18
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-7/+7
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko1-2/+13
2017-09-15fs: add fs_readdir()Rob Clark1-12/+19
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-1/+5
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken1-1/+0
2017-05-12disk: 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-02disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy1-0/+32
2016-10-02disk: 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