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

2025-02-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski On Mon, 10 Feb 2025 19:49:35 +0800, 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 s

[PATCH v2] gpio:virtio: support multiple virtio-gpio controller instances

2025-02-10 Thread hlleng
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. Fix this by: 1. Remove the static global vgp