Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1333407 > unrolled thread
| Started by | MaJun <majun258@huawei.com> |
|---|---|
| First post | 2016-02-14 03:20 +0100 |
| Last post | 2016-02-14 03:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/5] irqchip: Add support for Hisilicon mbigen v1 chip MaJun <majun258@huawei.com> - 2016-02-14 03:20 +0100
| From | MaJun <majun258@huawei.com> |
|---|---|
| Date | 2016-02-14 03:20 +0100 |
| Subject | [PATCH 0/5] irqchip: Add support for Hisilicon mbigen v1 chip |
| Message-ID | <r1Us1-4SO-3@gated-at.bofh.it> |
From: Ma Jun <majun258@huawei.com> This patch set is used to support the mbigen v1 chip. Compared to mbigen v2 chip, the main difference between them is register layout(address,format) As a sequence of this difference, the functions used to get or calculate register address are also changed for this reason. I posted this driver as a independent patch set but not change the mbigen-v2 driver to support mbigen-v1 hardware. Ma Jun (5): dt-binding: Change the mbigen bindding file to support the mbigen-v1 dt-binding:Rename the mbigen binding file name irqchip: add platform device driver for mbigen device irqchip:create irq domain for each mbigen device irqchip:implement the mbigen irq chip operation functions .../interrupt-controller/hisilicon,mbigen-v2.txt | 74 ----- .../interrupt-controller/hisilicon,mbigen.txt | 74 +++++ drivers/irqchip/Makefile | 2 +- drivers/irqchip/irq-mbigen-v1.c | 295 ++++++++++++++++++++ 4 files changed, 370 insertions(+), 75 deletions(-) delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/hisilicon,mbigen-v2.txt create mode 100644 Documentation/devicetree/bindings/interrupt-controller/hisilicon,mbigen.txt create mode 100644 drivers/irqchip/irq-mbigen-v1.c
Back to top | Article view | linux.kernel
csiph-web