]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
gpio: pl061: remove confusing naming
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Nov 2013 13:19:44 +0000 (14:19 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Feb 2014 08:11:58 +0000 (09:11 +0100)
commit9ae7e9e38acfae8d651fbe73844ca837d03499ee
treebf3074a35c5df46bea25631b94fcd8a67c996573
parent438a2c9a743b54f3e79b5e54dd4d0590da304017
gpio: pl061: remove confusing naming

Drop the " gpio" suffix after the pl061 irq_chip name:
this is only confusing: an irqchip name should be a single,
short, simple string that looks nice in /proc/interrupts.

Drop the nameing of each individual IRQ to "pl061" - I
think this naming function is for naming the IRQ line,
not for boilerplating them all with the name of the
parent controller, which is already known from the
.name field of the irq_chip.

Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Cc: Deepak Sikri <deepak.sikri@st.com>
Acked-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pl061.c