aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-aspeed-vic.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22irqchip/aspeed-vic: Add AST2500 compatible stringAndrew Jeffery1-1/+2
In addition to introducing the new compatible string the bindings description is reworked to be more generic. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-06-22irqchip/aspeed-vic: Constify irq_domain_opsTobias Klauser1-1/+1
struct irq_domain_ops is not modified, so it can be made const. Cc: Joel Stanley <joel@jms.id.au> Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2016-06-22irqchip/aspeed-vic: Add irq controller for AspeedBenjamin Herrenschmidt1-0/+230
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Joel Stanley <joel@jms.id.au> Link: https://lkml.kernel.org/r/1463064193-2178-3-git-send-email-joel@jms.id.au Signed-off-by: Jason Cooper <jason@lakedaemon.net>