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
/
drivers
/
block
/
blk-uclass.c
Age
Commit message (
Expand
)
Author
2022-10-31
dm: blk: Add udevice functions
Simon Glass
2022-10-17
dm: blk: Do not use uclass_next_device_err
Michal Suchanek
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-16
blk: Drop if_type
Simon Glass
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-09-16
blk: Rewrite if_type to name functions
Simon Glass
2022-09-16
blk: Rename var in blk_get_devnum_by_typename()
Simon Glass
2022-09-16
blk: Drop IF_TYPE_SD
Simon Glass
2022-09-16
blk: Drop IF_TYPE_ATAPI
Simon Glass
2022-09-16
blk: Drop IF_TYPE_DOC
Simon Glass
2022-09-16
blk: Use a function for whether block devices are available
Simon Glass
2022-04-25
Merge branch '2022-04-25-initial-implementation-of-stdboot'
Tom Rini
2022-04-25
dm: blk: Add a function to return the device type
Simon Glass
2022-04-23
dm: blk: add a device-probe hook for scanning disk partitions
AKASHI Takahiro
2022-04-06
dm: blk: Expand iteration and add tests
Simon Glass
2022-03-25
disk: Add an option for partitions in SPL
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-18
blk: add a helper function, blk_probe_or_unbind()
AKASHI Takahiro
2021-12-09
efi: Add uclass for devices provided by UEFI firmware
Simon Glass
2021-12-09
efi: Rename UCLASS_EFI and IF_TYPE_EFI
Simon Glass
2021-07-21
blk: Support iteration
Simon Glass
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-08-14
xen: pvblock: Add initial support for para-virtualized block driver
Anastasiia Lukianenko
2020-08-06
dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe
Ovidiu Panait
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-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-10-30
blk: set log2blksz in blk_create_device()
Heinrich Schuchardt
2019-10-08
dm: core: Add device_foreach_child()
Simon Glass
2019-08-30
Revert "blk: Invalidate block cache when switching hwpart"
Weijie Gao
2019-07-18
blk: Invalidate block cache when switching hwpart
Weijie Gao
2018-12-12
blk: Rework guard around part_init call
Tom Rini
2018-11-14
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
2018-11-14
blk: Make blk_next_free_devnum() public
Bin Meng
2018-11-14
blk: Drop blk_prepare_device()
Bin Meng
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
2018-09-28
block: Add a function to find block device descriptor
Tien Fong Chee
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-13
SystemACE: Remove
Tom Rini
2018-01-22
efi_driver: EFI block driver
Heinrich Schuchardt
2017-12-12
dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()
Stefan Roese
2017-09-15
blk: Remove various places that do flush cache after read
Bin Meng
2017-09-11
blk: dm: make blk_create_device() take a number of block instead of a size
Jean-Jacques Hiblot
2017-09-10
block: ide: Fix block read/write with driver model
Bin Meng
2017-08-17
dm: blk: Update return value in blk_create_devicef()
Simon Glass
2017-08-17
dm: blk: Add a function to find an interface-type name
Simon Glass
2017-08-13
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
Zhikang Zhang
[next]