Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irqchip/irq-sl28cpld: Convert comma to semicolon | Zheng Yongjun | 2020-12-18 | 1 | -1/+1 |
| | | | | | | | | Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20201214133530.3783-1-zhengyongjun3@huawei.com | ||||
* | irqchip: Add sl28cpld interrupt controller support | Michael Walle | 2020-09-17 | 1 | -0/+96 |
Add support for the interrupt controller inside the sl28 CPLD management controller. The interrupt controller can handle at most 8 interrupts and is really simplistic and consists only of an interrupt mask and an interrupt pending register. Signed-off-by: Michael Walle <michael@walle.cc> Acked-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> |