Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933796AbcKVPn7 (ORCPT ); Tue, 22 Nov 2016 10:43:59 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:36176 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752339AbcKVPng (ORCPT ); Tue, 22 Nov 2016 10:43:36 -0500 Date: Tue, 22 Nov 2016 15:45:56 +0000 From: Lee Jones To: Milo Kim Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/5] mfd: tps65217: Specify the IRQ name Message-ID: <20161122154556.GB10134@dell.home> References: <20161115130215.3301-1-woogyom.kim@gmail.com> <20161115130215.3301-3-woogyom.kim@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161115130215.3301-3-woogyom.kim@gmail.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1479 Lines: 45 On Tue, 15 Nov 2016, Milo Kim wrote: > 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 > --- > drivers/mfd/tps65217.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. > diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c > index df2e775..77fb812 100644 > --- a/drivers/mfd/tps65217.c > +++ b/drivers/mfd/tps65217.c > @@ -105,6 +105,7 @@ static void tps65217_irq_disable(struct irq_data *data) > } > > static struct irq_chip tps65217_irq_chip = { > + .name = "tps65217", > .irq_bus_lock = tps65217_irq_lock, > .irq_bus_sync_unlock = tps65217_irq_sync_unlock, > .irq_enable = tps65217_irq_enable, -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog