]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: virtio: Fix config space reading.
authorHarald Mommer <harald.mommer@oss.qualcomm.com>
Thu, 24 Jul 2025 14:36:53 +0000 (16:36 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 25 Jul 2025 08:09:21 +0000 (10:09 +0200)
commit4740e1e2f320061c2f0dbadc0dd3dfb58df986d5
treef300459bbb7050623ba9d37e4b7d03a270d6f1b4
parent678bae2eaa812662929a83b3de399645e9de93ad
gpio: virtio: Fix config space reading.

Quote from the virtio specification chapter 4.2.2.2:

"For the device-specific configuration space, the driver MUST use 8 bit
wide accesses for 8 bit wide fields, 16 bit wide and aligned accesses
for 16 bit wide fields and 32 bit wide and aligned accesses for 32 and
64 bit wide fields."

Signed-off-by: Harald Mommer <harald.mommer@oss.qualcomm.com>
Cc: stable@vger.kernel.org
Fixes: 3a29355a22c0 ("gpio: Add virtio-gpio driver")
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20250724143718.5442-2-harald.mommer@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-virtio.c