]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Netlogic: Use chip_data for irq_chip methods
authorKamlakant Patel <kamlakant.patel@broadcom.com>
Sat, 1 Aug 2015 12:14:20 +0000 (17:44 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 3 Sep 2015 10:08:03 +0000 (12:08 +0200)
commit87cd4bb997efac59002e4c265198a8817c8ab79f
treee6b6e05cc0b9eb2a34a1b75a71e81d22959fc1ed
parent47c9893921d89bb95c581e94a350b062ff05a72c
MIPS: Netlogic: Use chip_data for irq_chip methods

Update mips/netlogic/common/irq.c and mips/pci/msi-xlp.c to use chip_data
to store interrupt controller data pointer. It uses handler_data now,
and that causes errors when an API (like the GPIO subsystem) tries to
use the handler data.

Signed-off-by: Kamlakant Patel <kamlakant.patel@broadcom.com>
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10817/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/netlogic/common/irq.c
arch/mips/pci/msi-xlp.c