Re: [PATCH V4 0/5] virtio: Add virtio-device bindings

2021-08-31 Thread Michael S. Tsirkin
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@a00 { > > dma-coherent; > >

Re: [PATCH V4 0/5] virtio: Add virtio-device bindings

2021-08-30 Thread Viresh Kumar
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@a00 { > dma-coherent; > interrupts = <0x00 0x10 0x01>; > reg = <0x00 0xa00

Re: [PATCH V4 0/5] virtio: Add virtio-device bindings

2021-08-10 Thread Viresh Kumar
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

Re: [PATCH V4 0/5] virtio: Add virtio-device bindings

2021-08-03 Thread Viresh Kumar
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@a00 { > dma-coherent; > interrupts = <0x00 0x10 0x01>; > reg = <0x00 0xa00

[PATCH V4 0/5] virtio: Add virtio-device bindings

2021-07-26 Thread Viresh Kumar
Hi, Currently the DT only provides support for following node types for virtio-mmio nodes: virtio_mmio@a00 { dma-coherent; interrupts = <0x00 0x10 0x01>; reg = <0x00 0xa00 0x00 0x200>; compatible = "virtio,mmio";