index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part.c
Age
Commit message (
Expand
)
Author
2022-04-12
disk: part: add the device search failed log msg
Oleksii Bidnichenko
2022-04-01
fs: Add semihosting filesystem
Sean Anderson
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-18
part: call part_init() in blk_get_device_by_str() only for MMC
AKASHI Takahiro
2021-12-09
efi: Add uclass for devices provided by UEFI firmware
Simon Glass
2021-11-18
part: return -ENOSYS when get_info not valid.
schspa
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-05-26
part: Add check for NULL dev_part_str
Sean Anderson
2021-04-22
part: Fix bogus return from part_get_info_by_dev_and_name
Sean Anderson
2021-02-26
part: Support string block devices in part_get_info_by_dev_and_name
Sean Anderson
2021-02-26
part: Support getting whole disk from part_get_info_by_dev_and_name_or_num
Sean Anderson
2021-02-26
part: Give several functions more useful return values
Sean Anderson
2021-01-30
disk: part: sandbox support in dev_print()
Heinrich Schuchardt
2020-08-14
xen: pvblock: Add initial support for para-virtualized block driver
Anastasiia Lukianenko
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-01-23
disk: part: rename parameter of lba512_muldiv()
Heinrich Schuchardt
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-07-24
disk: part: Extend API to get partition info
Ruslan Trofymenko
2019-06-21
disk: part: Don't skip partition init
Robert Hancock
2019-06-14
disk: part: avoid undefined reference to `__udivmoddi4'
Heinrich Schuchardt
2019-04-26
disk: part: fix typo
Heinrich Schuchardt
2018-11-14
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
2018-08-10
disk: part: Don't show redundant error message
Sam Protsenko
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-03-13
disk: part: use common api to lookup part driver
Kever Yang
2018-03-13
disk: part: scan the disk if the part_type is unknown
Kever Yang
2018-02-08
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2017-10-06
disk: Provide API to get partition by name for specific type
Sam Protsenko
2017-09-15
fs: add fs_readdir()
Rob Clark
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-13
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
Zhikang Zhang
2017-08-04
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
Alison Chaiken
2017-05-11
disk: Return the partition number in part_get_info_by_name()
Alex Deymo
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
2017-01-28
disk: convert CONFIG_EFI_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
disk: convert CONFIG_AMIGA_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
disk: convert CONFIG_DOS_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
disk: convert CONFIG_MAC_PARTITION to Kconfig
Patrick Delaunay
2016-12-27
disk: Fixed capacity message
Jean-Jacques Hiblot
2016-10-01
disk: part: refactor generic name creation for DOS and ISO
Petr Kulhavy
2016-10-01
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
2016-05-17
dm: blk: Use the correct error code for blk_get_device_by_str()
Simon Glass
2016-05-17
dm: part: Drop the block_drvr table
Simon Glass
2016-05-17
dm: part: Use the legacy block driver for hardware partition support
Simon Glass
2016-05-17
dm: sandbox: Drop the host_get_dev() function
Simon Glass
2016-05-17
dm: systemace: Drop the get_dev() function
Simon Glass
[next]