- 44322b5 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · 2 years, 2 months ago
- fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
- dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 4 months ago
- a78e906 blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 4 months ago
- ba650ed virtio: pci: fix bug of virtio_pci_map_capability by Xiang W · 2 years, 3 months ago
- 50d11fd virtio: rng: Check length before copying by Andrew Scull · 2 years, 7 months ago
- e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · 2 years, 7 months ago
- 506ba0d virtio: sandbox: Fix device features bitfield by Andrew Scull · 2 years, 7 months ago
- c282bdb virtio_ring: Check used descriptors are chain heads by Andrew Scull · 2 years, 7 months ago
- 594d2a6 virtio_ring: Maintain a shadow copy of descriptors by Andrew Scull · 2 years, 7 months ago
- 83d15d3 virtio_ring: Add helper to attach vring descriptor by Andrew Scull · 2 years, 7 months ago
- b3f3644 virtio_ring: Merge identical variables by Andrew Scull · 2 years, 7 months ago
- a625bbd virtio: pci: Make use of dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- 3d41dd4 virtio: pci: Check virtio configs are mapped by Andrew Scull · 2 years, 7 months ago
- 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- 58c6102 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
- d1cc2b5 virtio: pci: Read entire capability into memory by Andrew Scull · 2 years, 7 months ago
- f53c057 virtio: pci: Check virtio capability is in bounds by Andrew Scull · 2 years, 7 months ago
- 53d6e1d virtio: pci: Check virtio common config size by Andrew Scull · 2 years, 7 months ago
- 5cda9c0 virtio: pci: Bounds check notification writes by Andrew Scull · 2 years, 7 months ago
- a78d056 virtio: pci: Bounds check device config access by Andrew Scull · 2 years, 7 months ago
- ba628b1 virtio: pci: Fix discovery of device config length by Andrew Scull · 2 years, 7 months ago
- 4e7d098 virtio: pci: Allow exclusion of legacy driver by Andrew Scull · 2 years, 7 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 3933d29 pci: Drop DM_PCI by Simon Glass · 3 years, 4 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 90ea54b virtio: Fix VirtIO BLK driver dependency by Bin Meng · 3 years, 9 months ago
- 08dd615 virtio: fix off by one device id comparison by Vincent Stehlé · 3 years, 10 months ago
- 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 16630a8 virtio_blk: set log2blksz correctly by AKASHI Takahiro · 4 years, 3 months ago
- 17059ba virtio: VIRTIO_RNG depends on DM_RNG by Heinrich Schuchardt · 4 years, 6 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- a89643c virtio: fix typo devicd by Heinrich Schuchardt · 5 years ago
- 081da0a virtio: rng: Add a random number generator(rng) driver by Sughosh Ganu · 5 years ago
- 393e746 virtio: pci: use correct type in virtio_pci_bind() by Heinrich Schuchardt · 5 years ago
- 51a2e0e virtio: Add a Sandbox transport driver by Bin Meng · 6 years ago
- 422b34d virtio: net: Support non-legacy device by Bin Meng · 6 years ago
- c85a5be virtio: pci: Support non-legacy PCI transport device by Bin Meng · 6 years ago
- a8cfa46 virtio: Add virtio over pci transport driver by Bin Meng · 6 years ago
- 2b3b9e9 virtio: Add block driver support by Tuomas Tynkkynen · 6 years ago
- e98c833 virtio: Add net driver support by Tuomas Tynkkynen · 6 years ago
- 5c1a3e6 virtio: Add virtio over mmio transport driver by Bin Meng · 6 years ago
- d58269f virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · 6 years ago
- db7ca2e dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · 6 years ago