]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch irq/generic_handle_domain_irq into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Wed, 18 Aug 2021 19:51:53 +0000 (20:51 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 18 Aug 2021 19:51:53 +0000 (20:51 +0100)
commit56b608d0e66b52468ff4c5da9a0245a6444d5663
tree9205bf695ed7d37f01c524716260d6829b89a764
parent926861f312a8acb67217ec04f1a0a11ec79c3951
parentf422d5d2da4c9bc37d38f0de5ba0ea49f8ea69d7
Merge branch irq/generic_handle_domain_irq into irq/irqchip-next

- Tree-wide conversion to generic_handle_domain_irq()
- irqdomain documentation update

Drag the pinctl ib-rockchip branch to resolve conflicts.

* irq/generic_handle_domain_irq:
  pinctrl/rockchip: drop the gpio related codes
  gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set type
  gpio/rockchip: support next version gpio controller
  gpio/rockchip: use struct rockchip_gpio_regs for gpio controller
  gpio/rockchip: add driver for rockchip gpio
  dt-bindings: gpio: change items restriction of clock for rockchip,gpio-bank
  pinctrl/rockchip: add pinctrl device to gpio bank struct
  pinctrl/rockchip: separate struct rockchip_pin_bank to a head file
  pinctrl/rockchip: always enable clock for gpio controller

Signed-off-by: Marc Zyngier <maz@kernel.org>