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
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
2017-06-09
dm: blk: Add a way to obtain a block device from its parent
Simon Glass
2017-06-01
dm: blk: Improve block device claiming
Simon Glass
2017-06-01
dm: blk: Add a function to find the next block device number
Simon Glass
2017-06-01
dm: blk: Allow finding block devices without probing
Simon Glass
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2016-12-20
dm: Add support for scsi/sata based devices
Michal Simek
2016-12-09
Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"
Tom Rini
2016-12-08
dm: Add support for scsi/sata based devices
Michal Simek
2016-12-02
dm: blk: Fix get_desc to return block device descriptor
Michal Simek
2016-05-17
dm: blk: Add functions to select a hardware partition
Simon Glass
2016-05-17
dm: blk: Free the block device name when unbound
Simon Glass
2016-05-17
dm: blk: Fix allocation of block-device numbering
Simon Glass
2016-05-17
dm: blk: Add a easier way to create a named block device
Simon Glass
2016-05-17
dm: blk: Allow blk_create_device() to allocate the device number
Simon Glass
2016-05-17
dm: mmc: Add an implementation of the 'devnum' functions
Simon Glass
2016-04-01
drivers: block: add block device cache
Eric Nelson
2016-03-14
dm: blk: Add a block-device uclass
Simon Glass