Re: [PATCH] drivers:gpio: support multiple virtio-gpio controller instances

2025-01-05 Thread Viresh Kumar
On 03-01-25, 16:35, hlleng wrote: > Modify the virtio-gpio driver to support multiple virtual GPIO controller > instances. The previous static global irq_chip structure caused conflicts > between multiple virtio-gpio device instances as they shared the same > interrupt controller configuration. Wh

Re: [PATCH] drivers:gpio: support multiple virtio-gpio controller instances

2025-01-06 Thread Viresh Kumar
On 06-01-25, 10:05, Viresh Kumar wrote: > On 03-01-25, 16:35, hlleng wrote: > > Modify the virtio-gpio driver to support multiple virtual GPIO controller > > instances. The previous static global irq_chip structure caused conflicts > > between multiple virtio-gpio device ins

Re: [PATCH] drivers:gpio: support multiple virtio-gpio controller instances

2025-02-09 Thread Viresh Kumar
+GPIO maintainers. On 08-02-25, 15:54, Leng Cold wrote: > ping > > Viresh Kumar 于2025年1月7日周二 14:00写道: > > > On 06-01-25, 10:05, Viresh Kumar wrote: > > > On 03-01-25, 16:35, hlleng wrote: > > > > Modify the virtio-gpio driver to support multiple virtua