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
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-21
blk: Support iteration
Simon Glass
1
-0
/
+49
2021-07-19
usb: Enforce DM_USB migration for USB_HOST devices.
Tom Rini
1
-1
/
+1
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2
-0
/
+4
2021-04-20
Fix IDE commands issued, fix endian issues, fix non MMIO
Reinoud Zandijk
1
-109
/
+43
2021-03-27
sandbox: Provide a way to bind fixed/removeable devices
Simon Glass
1
-4
/
+4
2021-03-04
sandbox: host bind must close file descriptor
Heinrich Schuchardt
1
-0
/
+13
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2
-0
/
+2
2021-01-31
sandbox: fill block device meta information
Heinrich Schuchardt
1
-0
/
+11
2020-12-14
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-3
/
+3
2020-12-14
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
3
-21
/
+21
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2
-2
/
+2
2020-08-14
xen: pvblock: Add initial support for para-virtualized block driver
Anastasiia Lukianenko
1
-0
/
+2
2020-08-07
blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC
Ovidiu Panait
1
-6
/
+9
2020-08-06
dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe
Ovidiu Panait
1
-4
/
+5
2020-05-19
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop log.h from common header
Simon Glass
3
-0
/
+3
2020-05-19
common: Drop part.h from common header
Simon Glass
4
-1
/
+6
2020-04-17
block: ide: use definitions from include/libata.h
Heinrich Schuchardt
1
-4
/
+4
2020-02-06
dm: core: Create a new header file for 'compat' features
Simon Glass
2
-0
/
+2
2020-02-06
dm: core: Require users of devres to include the header
Simon Glass
1
-0
/
+1
2020-01-26
common: fix regression on block cache init
Angelo Durgehello
1
-0
/
+6
2020-01-25
common: add blkcache init
Angelo Durgehello
1
-1
/
+8
2019-12-03
blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more
Tom Rini
1
-1
/
+1
2019-10-30
blk: set log2blksz in blk_create_device()
Heinrich Schuchardt
1
-0
/
+1
2019-10-08
dm: core: Add device_foreach_child()
Simon Glass
1
-2
/
+2
2019-08-30
Revert "blk: Invalidate block cache when switching hwpart"
Weijie Gao
1
-12
/
+2
2019-07-18
blk: Invalidate block cache when switching hwpart
Weijie Gao
1
-2
/
+12
2019-07-11
blk: Allow control of the block cache in TPL
Simon Glass
1
-0
/
+7
2019-01-15
blk: Increase cache element size
Marek Vasut
1
-1
/
+1
2018-12-12
blk: Rework guard around part_init call
Tom Rini
2
-1
/
+3
2018-11-14
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
1
-0
/
+2
2018-11-14
blk: Make blk_next_free_devnum() public
Bin Meng
1
-1
/
+1
2018-11-14
blk: Drop blk_prepare_device()
Bin Meng
1
-9
/
+0
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
3
-3
/
+13
2018-11-14
sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
Bin Meng
1
-7
/
+8
2018-10-09
blk: Support block drivers in TPL
Simon Glass
2
-1
/
+13
2018-09-29
block: Add a function to find block device descriptor
Tien Fong Chee
1
-0
/
+23
2018-06-18
block: Add SPL_BLOCK_CACHE and default n
Adam Ford
2
-1
/
+8
2018-06-07
block: Have BLOCK_CACHE default to y in some cases
Tom Rini
1
-1
/
+2
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
6
-13
/
+6
2018-02-14
SystemACE: Remove
Tom Rini
4
-325
/
+0
2018-02-09
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2
-2
/
+9
2018-02-09
block: Migrate SystemACE chip to Kconfig
Tom Rini
1
-0
/
+18
2018-01-23
efi_driver: EFI block driver
Heinrich Schuchardt
1
-1
/
+3
2017-12-13
dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()
Stefan Roese
1
-3
/
+4
2017-09-15
blk: Remove various places that do flush cache after read
Bin Meng
2
-6
/
+0
2017-09-12
blk: dm: make blk_create_device() take a number of block instead of a size
Jean-Jacques Hiblot
2
-5
/
+5
2017-09-10
block: ide: Don't bother to create BLK device if no CDROM inserted
Bin Meng
1
-0
/
+7
2017-09-10
block: ide: Fix block read/write with driver model
Bin Meng
2
-1
/
+74
2017-09-03
block: Drop the ftide020 driver
Bin Meng
3
-614
/
+0
[next]