Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irqchip/aspeed-i2c-ic: Fix return value check in aspeed_i2c_ic_of_init() | Wei Yongjun | 2017-10-19 | 1 | -2/+2 |
| | | | | | | | | | | In case of error, the function of_iomap() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test.. Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> | ||||
* | irqchip/aspeed-i2c-ic: Add I2C IRQ controller for Aspeed | Brendan Higgins | 2017-06-22 | 1 | -0/+115 |
The Aspeed 24XX/25XX chips share a single hardware interrupt across 14 separate I2C busses. This adds a dummy irqchip which maps the single hardware interrupt to software interrupts for each of the busses. Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> |