Message ID | cover.1627362340.git.viresh.kumar@linaro.org |
---|---|
Headers | show |
Series | virtio: Add virtio-device bindings | expand |
On 27-07-21, 10:53, Viresh Kumar wrote: > Hi, > > Currently the DT only provides support for following node types for virtio-mmio > nodes: > > virtio_mmio@a000000 { > dma-coherent; > interrupts = <0x00 0x10 0x01>; > reg = <0x00 0xa000000 0x00 0x200>; > compatible = "virtio,mmio"; > }; > > Here, each virtio-mmio corresponds to a virtio-device. But there is no way for > other users in the DT to show their dependency on virtio devices. > > This patchset provides that support. > > The first patch adds virtio-device bindings to allow for device sub-nodes to be > present and the second patch updates the virtio core to update the of_node. > > Other patches add bindings for i2c and gpio devices. > > Tested on x86 with qemu for arm64. Michael, I hope you will be picking this series (Now that it is reviewed by others) ? Just so you know, Wolfram needs the 4th patch, 4/5, to base the virtio-i2c driver over it and has requested an immutable branch for the same. Thanks. -- viresh
On 04-08-21, 09:26, Viresh Kumar wrote: > Michael, > > I hope you will be picking this series (Now that it is reviewed by > others) ? Just so you know, Wolfram needs the 4th patch, 4/5, to base > the virtio-i2c driver over it and has requested an immutable branch > for the same. Michael, we need an immutable branch with the following patch: uapi: virtio_ids: Sync ids with specification This will enable Wolfram to apply the I2C driver for 5.15-rc1 and maybe Linus as well for the GPIO driver. -- viresh
On 27-07-21, 10:53, Viresh Kumar wrote: > Hi, > > Currently the DT only provides support for following node types for virtio-mmio > nodes: > > virtio_mmio@a000000 { > dma-coherent; > interrupts = <0x00 0x10 0x01>; > reg = <0x00 0xa000000 0x00 0x200>; > compatible = "virtio,mmio"; > }; > > Here, each virtio-mmio corresponds to a virtio-device. But there is no way for > other users in the DT to show their dependency on virtio devices. > > This patchset provides that support. > > The first patch adds virtio-device bindings to allow for device sub-nodes to be > present and the second patch updates the virtio core to update the of_node. > > Other patches add bindings for i2c and gpio devices. > > Tested on x86 with qemu for arm64. Michael, are you picking these up for 5.15 ?
On Tue, Aug 31, 2021 at 11:01:05AM +0530, Viresh Kumar wrote: > On 27-07-21, 10:53, Viresh Kumar wrote: > > Hi, > > > > Currently the DT only provides support for following node types for virtio-mmio > > nodes: > > > > virtio_mmio@a000000 { > > dma-coherent; > > interrupts = <0x00 0x10 0x01>; > > reg = <0x00 0xa000000 0x00 0x200>; > > compatible = "virtio,mmio"; > > }; > > > > Here, each virtio-mmio corresponds to a virtio-device. But there is no way for > > other users in the DT to show their dependency on virtio devices. > > > > This patchset provides that support. > > > > The first patch adds virtio-device bindings to allow for device sub-nodes to be > > present and the second patch updates the virtio core to update the of_node. > > > > Other patches add bindings for i2c and gpio devices. > > > > Tested on x86 with qemu for arm64. > > Michael, are you picking these up for 5.15 ? Okay. > -- > viresh