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
/
virtio
/
virtio-uclass.c
Age
Commit message (
Expand
)
Author
2023-08-09
bootstd: Rename bootdev_setup_sibling_blk()
Simon Glass
2023-08-03
virtio: provide driver name in debug message
Heinrich Schuchardt
2023-04-26
virtio: Ensure PCI is set up first
Simon Glass
2023-04-25
virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features
Will Deacon
2023-02-06
bootstd: Correct virtio block-device handling
Simon Glass
2023-01-23
bootstd: Add a new pre-scan priority for bootdevs
Simon Glass
2023-01-23
bootstd: Add a virtio bootdev
Simon Glass
2023-01-23
virtio: Fix returning -ENODEV
Simon Glass
2023-01-23
virtio: Avoid repeating a long expression
Simon Glass
2022-10-17
dm: treewide: Do not opencode uclass_probe_all()
Michal Suchanek
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-02-24
virtio: fix off by one device id comparison
Vincent Stehlé
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-01-07
virtio: rng: Add a random number generator(rng) driver
Sughosh Ganu
2018-11-14
dm: Add a new uclass driver for VirtIO transport devices
Bin Meng