From: Mark Brown Date: Wed, 5 Apr 2023 20:56:44 +0000 (+0100) Subject: Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers X-Git-Tag: v6.4-rc1~158^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=383b3232732dca5b084a8f90b529d53c18b03e74;p=thirdparty%2Fkernel%2Flinux.git Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers Merge series from William Breathitt Gray : The regmap API supports IO port accessors so we can take advantage of regmap abstractions rather than handling access to the device registers directly in the driver. A patch to pass irq_drv_data as a parameter for struct regmap_irq_chip set_type_config() is included. This is needed by the idio_24_set_type_config() and ws16c48_set_type_config() callbacks in order to update the type configuration on their respective devices. --- 383b3232732dca5b084a8f90b529d53c18b03e74