* [PATCH] I2C: TWL4030: Give a name to twl4030 irq_chip
@ 2008-05-13 14:20 Felipe Balbi
2008-05-14 22:25 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2008-05-13 14:20 UTC (permalink / raw)
To: linux-omap; +Cc: Felipe Balbi
Small cleanup to beautify /proc/interrupts.
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
drivers/i2c/chips/twl4030-core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/i2c/chips/twl4030-core.c b/drivers/i2c/chips/twl4030-core.c
index b8ee8e1..8822653 100644
--- a/drivers/i2c/chips/twl4030-core.c
+++ b/drivers/i2c/chips/twl4030-core.c
@@ -238,6 +238,7 @@ static void twl4030_i2c_enableint(unsigned int irq) {}
/* information for processing in the Work Item */
static struct irq_chip twl4030_irq_chip = {
+ .name = "twl4030",
.ack = twl4030_i2c_ackirq,
.mask = twl4030_i2c_disableint,
.unmask = twl4030_i2c_enableint,
--
1.5.5.1.125.gc697a
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] I2C: TWL4030: Give a name to twl4030 irq_chip
2008-05-13 14:20 [PATCH] I2C: TWL4030: Give a name to twl4030 irq_chip Felipe Balbi
@ 2008-05-14 22:25 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-05-14 22:25 UTC (permalink / raw)
To: Felipe Balbi; +Cc: linux-omap
* Felipe Balbi <felipe.balbi@nokia.com> [080513 07:24]:
> Small cleanup to beautify /proc/interrupts.
>
> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> ---
> drivers/i2c/chips/twl4030-core.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/i2c/chips/twl4030-core.c b/drivers/i2c/chips/twl4030-core.c
> index b8ee8e1..8822653 100644
> --- a/drivers/i2c/chips/twl4030-core.c
> +++ b/drivers/i2c/chips/twl4030-core.c
> @@ -238,6 +238,7 @@ static void twl4030_i2c_enableint(unsigned int irq) {}
>
> /* information for processing in the Work Item */
> static struct irq_chip twl4030_irq_chip = {
> + .name = "twl4030",
> .ack = twl4030_i2c_ackirq,
> .mask = twl4030_i2c_disableint,
> .unmask = twl4030_i2c_enableint,
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-14 22:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13 14:20 [PATCH] I2C: TWL4030: Give a name to twl4030 irq_chip Felipe Balbi
2008-05-14 22:25 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox