From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751732AbcAONo3 (ORCPT ); Fri, 15 Jan 2016 08:44:29 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:27007 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750723AbcAONo1 (ORCPT ); Fri, 15 Jan 2016 08:44:27 -0500 X-IronPort-AV: E=Sophos;i="5.22,299,1449529200"; d="scan'208";a="197547120" Date: Fri, 15 Jan 2016 14:44:08 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Linus Walleij cc: Laxman Dewangan , Lee Jones , Julia Lawall , Rob Herring , =?ISO-8859-2?Q?Pawe=B3_Moll?= , Mark Rutland , "ijc+devicetree@hellion.org.uk" , Kumar Gala , Alexandre Courbot , Mark Brown , Alessandro Zummo , Alexandre Belloni , Liam Girdwood , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "rtc-linux@googlegroups.com" , Stephen Warren , Thierry Reding , Chaitanya Bandi Subject: Re: [PATCH] gpio: max77620: fix of_table.cocci warnings In-Reply-To: Message-ID: References: <20160114094742.GC28745@x1> <56976CE7.8070708@nvidia.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Jan 2016, Linus Walleij wrote: > On Thu, Jan 14, 2016 at 10:39 AM, Laxman Dewangan wrote: > > On Thursday 14 January 2016 03:17 PM, Lee Jones wrote: > >> On Thu, 14 Jan 2016, Linus Walleij wrote: > >> > >>> On Mon, Jan 11, 2016 at 11:48 AM, Julia Lawall > >>> wrote: > >>> > >>>> Make sure (of/i2c/platform)_device_id tables are NULL terminated > >>>> > >>>> Generated by: scripts/coccinelle/misc/of_table.cocci > >>>> > >>>> CC: Laxman Dewangan > >>>> Signed-off-by: Fengguang Wu > >>>> Signed-off-by: Julia Lawall > >>>> --- > >>>> > >>>> Please take the patch only if it's a positive warning. Thanks! > >>> > >>> This is merged into the MFD subsystem for the moment so patches > >>> have to go through Lee. > >>> > >>> Alternatively I can go back and fix it up later. > >> > >> Pull request for v4.5 has already been sent. > >> > >> Feel free to take the patch into your tree post -rc1. > > > > Is the driver gpio-max77620 applied? > > Nah, I misunderstood it, don't worry. Lee just merged the core > driver(s). I have no idea what Julia's patch is based on, I was > confused by this mail so I assumed it was in the tree but it > was not. The world is full of mysteries :D I don't know either. It came to me via kbuild. It may be derived from a submitted patch rather than aready committed code. julia > > > I think still there is discussion going on the patches? > > Sure let's work on this for the next cycle. > > Yours, > Linus Walleij >