]> 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)
commit62a889a2cd7d1a7feb61e63952de46631a3a9d51
treee6b6e05cc0b9eb2a34a1b75a71e81d22959fc1ed
parentdb71f88ec5a31b6581d5f44dbeb51b1ae0634da3
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