diff options
author | William Breathitt Gray | 2022-12-27 09:09:41 -0500 |
---|---|---|
committer | Bartosz Golaszewski | 2023-01-30 15:55:28 +0100 |
commit | e28432a773651b753445b1aec927224664156d79 (patch) | |
tree | 816761b5844ff25532dd5c7c51da9c9956a0c5e2 /drivers/rapidio | |
parent | 2f7e845f512fdcdafdc922f23a91e560ef33ce4a (diff) |
gpio: 104-idi-48: Migrate to the regmap-irq API
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.
For the 104-idi-48, we get an IRQ register with some status information
and basic masking, but it's broken down by banks rather than individual
GPIO. There are six banks (8 GPIO lines each) that correspond to the
lower six bits of the IRQ register (bits 0-5):
Base Address + 7 (Read): IRQ Status Register/IRQ Clear
Bit 0-5: Respective Bank IRQ Statuses
Bit 6: IRQ Status (Active Low)
Bit 7: IRQ Enable Status
Base Address + 7 (Write): IRQ Enable/Disable
Bit 0-5: Respective Bank IRQ Enable/Disable
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/rapidio')
0 files changed, 0 insertions, 0 deletions