From: Bartosz Golaszewski <bartosz.golaszew...@linaro.org>

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 same
> interrupt controller configuration.
> 
> Fix this by:
> 1. Remove the static global vgpio_irq_chip structure
> 2. Dynamically allocate a dedicated irq_chip for each virtio-gpio instance
> 3. Use device-specific names for each instance's irq_chip
> 
> [...]

I fixed the subject, there should be a space after "gpio:". Also: when sending
a new iteration, please add a changelog.

Bart

[1/1] gpio:virtio: support multiple virtio-gpio controller instances
      commit: 84693df49dac458e980eaf37f26ae6e23ead98d5

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszew...@linaro.org>

Reply via email to