index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-14
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
1
-0
/
+6
2018-08-10
disk: part: Don't show redundant error message
Sam Protsenko
1
-1
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2018-03-14
disk: part: use common api to lookup part driver
Kever Yang
1
-20
/
+17
2018-03-14
disk: part: scan the disk if the part_type is unknown
Kever Yang
1
-6
/
+18
2018-02-09
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
1
-7
/
+7
2017-10-06
disk: Provide API to get partition by name for specific type
Sam Protsenko
1
-2
/
+13
2017-09-15
fs: add fs_readdir()
Rob Clark
1
-12
/
+19
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-1
/
+1
2017-08-13
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
Zhikang Zhang
1
-1
/
+5
2017-08-04
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
Alison Chaiken
1
-1
/
+0
2017-05-12
disk: Return the partition number in part_get_info_by_name()
Alex Deymo
1
-1
/
+1
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
1
-4
/
+4
2017-01-28
disk: convert CONFIG_EFI_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2017-01-28
disk: convert CONFIG_AMIGA_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2017-01-28
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2017-01-28
disk: convert CONFIG_DOS_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2017-01-28
disk: convert CONFIG_MAC_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2016-12-27
disk: Fixed capacity message
Jean-Jacques Hiblot
1
-2
/
+2
2016-10-02
disk: part: refactor generic name creation for DOS and ISO
Petr Kulhavy
1
-0
/
+32
2016-10-02
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
1
-0
/
+26
2016-05-17
dm: blk: Use the correct error code for blk_get_device_by_str()
Simon Glass
1
-3
/
+3
2016-05-17
dm: part: Drop the block_drvr table
Simon Glass
1
-53
/
+14
2016-05-17
dm: part: Use the legacy block driver for hardware partition support
Simon Glass
1
-11
/
+1
2016-05-17
dm: sandbox: Drop the host_get_dev() function
Simon Glass
1
-1
/
+1
2016-05-17
dm: systemace: Drop the get_dev() function
Simon Glass
1
-1
/
+1
2016-05-17
dm: sata: Drop the get_dev() function
Simon Glass
1
-1
/
+1
2016-05-17
dm: scsi: Drop the get_dev() function
Simon Glass
1
-1
/
+1
2016-05-17
dm: mmc: Drop the get_dev() function
Simon Glass
1
-1
/
+0
2016-05-17
dm: ide: Drop the get_dev() function
Simon Glass
1
-1
/
+1
2016-05-17
dm: usb: Drop the get_dev() function
Simon Glass
1
-1
/
+1
2016-05-17
dm: disk: Use legacy block driver info for block device access
Simon Glass
1
-4
/
+3
2016-05-17
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
Simon Glass
1
-1
/
+1
2016-04-14
dm: part: fix missing driver name in debug print
Nishanth Menon
1
-1
/
+2
2016-04-02
drivers: block: add block device cache
Eric Nelson
1
-0
/
+2
2016-03-15
disk/part.c: Expose list of available block drivers
Alexander Graf
1
-7
/
+1
2016-03-15
dm: block: Rename device number member dev to devnum
Simon Glass
1
-6
/
+2
2016-03-15
dm: part: Rename some partition functions
Simon Glass
1
-6
/
+6
2016-03-15
dm: part: Convert partition API use to linker lists
Simon Glass
1
-126
/
+58
2016-03-15
dm: blk: Rename get_device_and_partition()
Simon Glass
1
-1
/
+1
2016-03-15
dm: blk: Rename get_device() to blk_get_device_by_str()
Simon Glass
1
-3
/
+3
2016-03-15
dm: blk: Rename get_dev() to blk_get_dev()
Simon Glass
1
-2
/
+2
2016-03-15
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-14
/
+14
2016-01-20
mmc: emmc and hw partitions partition table id bugfix.
Erik Tideman
1
-0
/
+10
2015-11-12
gpt: add optional parameter type in gpt command
Patrick Delaunay
1
-0
/
+9
2015-10-24
ubifs: Add generic fs support
Hans de Goede
1
-0
/
+27
2015-10-24
disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set
Hans de Goede
1
-0
/
+2
2014-10-25
disk/part.c: make local function static
Jeroen Hofstee
1
-1
/
+1
2014-09-25
cleanup disk/part.c whitespace
Pavel Machek
1
-4
/
+5
[next]