]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/mfd/tps65217.c
mfd: tps65217: Specify the IRQ name
authorMilo Kim <woogyom.kim@gmail.com>
Tue, 15 Nov 2016 13:02:12 +0000 (22:02 +0900)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 Nov 2016 08:21:39 +0000 (08:21 +0000)
commitf66020640367affd8efa788dc3f904acac435244
treeb04244a4662c7e9a5289f191e4e60691fc1adaeb
parent40a50f8b307de8d08f3fa37c312fc16a7dd233e5
mfd: tps65217: Specify the IRQ name

TPS65217 MFD is an interrupt controller and MFD slave devices like
tps65217-charger and tps65217-pwrbutton request an interrupt to handle
each HW event.

Currently, TPS65217 IRQ name is not defined, so the result is as below.

root@arm:~# cat /proc/interrupts
...
182:          0      INTC   7 Level     tps65217-irq
183:          0         -   1 Edge      tps65217-charger
185:          0         -   2 Edge      tps65217_pwrbutton

This patch specifies the name of the interrupt controller.

182:          0      INTC   7 Level     tps65217-irq
183:          0  tps65217   1 Edge      tps65217-charger
185:          0  tps65217   2 Edge      tps65217_pwrbutton

Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps65217.c