From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] i2c: move of helpers into the core Date: Mon, 19 Aug 2013 16:56:19 -0600 Message-ID: <5212A293.2030903@wwwdotorg.org> References: <1376918361-7014-1-git-send-email-wsa@the-dreams.de> <3792014.HtzPVmLjnf@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3792014.HtzPVmLjnf-sKB8Sp2ER+y1GS7QM15AGw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: Errors-To: davinci-linux-open-source-bounces-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org To: "Rafael J. Wysocki" Cc: Wolfram Sang , Kevin Hilman , Linus Walleij , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Sylwester Nawrocki , Kukjin Kim , linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jochen Friedrich , Tony Lindgren , Grant Likely , Alessandro Rubini , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Vitaly Wool , linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Jean Delvare , linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ben Dooks , Barry Song , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-acpi@vger.kernel.org On 08/19/2013 05:04 PM, Rafael J. Wysocki wrote: > On Monday, August 19, 2013 03:19:18 PM Wolfram Sang wrote: >> I2C of helpers used to live in of_i2c.c but experience (from SPI) shows >> that it is much cleaner to have this in the core. This also removes a >> circular dependency between the helpers and the core, and so we can >> finally register child nodes in the core instead of doing this manually >> in each driver. So, fix the drivers and documentation, too. > > Perhaps we should do the analogous for ACPI then? > > Rafael Aargh. Why quote the entire patch just to say one line? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org (avon.wwwdotorg.org [IPv6:2001:470:1f0f:bd7::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DA0742C0132 for ; Tue, 20 Aug 2013 08:56:29 +1000 (EST) Message-ID: <5212A293.2030903@wwwdotorg.org> Date: Mon, 19 Aug 2013 16:56:19 -0600 From: Stephen Warren MIME-Version: 1.0 To: "Rafael J. Wysocki" Subject: Re: [PATCH] i2c: move of helpers into the core References: <1376918361-7014-1-git-send-email-wsa@the-dreams.de> <3792014.HtzPVmLjnf@vostro.rjw.lan> In-Reply-To: <3792014.HtzPVmLjnf@vostro.rjw.lan> Content-Type: text/plain; charset=UTF-8 Cc: Wolfram Sang , Kevin Hilman , Linus Walleij , Sekhar Nori , linux-i2c@vger.kernel.org, Sylwester Nawrocki , Kukjin Kim , linux-acpi@vger.kernel.org, Tony Lindgren , Grant Likely , Alessandro Rubini , devicetree@vger.kernel.org, linux-media@vger.kernel.org, Rob Herring , Jean Delvare , linux-samsung-soc@vger.kernel.org, Ben Dooks , Barry Song , linux-tegra@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, davinci-linux-open-source@linux.davincidsp.com, linux-kernel@vger.kernel.org, Tony Prisk , Kyungmin Park , Ludovic Desroches , Rob Landley , STEricsson , Haavard Skinnemoen , linuxppc-dev@lists.ozlabs.org, Len Brown , Mauro Carvalho Chehab List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 08/19/2013 05:04 PM, Rafael J. Wysocki wrote: > On Monday, August 19, 2013 03:19:18 PM Wolfram Sang wrote: >> I2C of helpers used to live in of_i2c.c but experience (from SPI) shows >> that it is much cleaner to have this in the core. This also removes a >> circular dependency between the helpers and the core, and so we can >> finally register child nodes in the core instead of doing this manually >> in each driver. So, fix the drivers and documentation, too. > > Perhaps we should do the analogous for ACPI then? > > Rafael Aargh. Why quote the entire patch just to say one line? From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Mon, 19 Aug 2013 16:56:19 -0600 Subject: [PATCH] i2c: move of helpers into the core In-Reply-To: <3792014.HtzPVmLjnf@vostro.rjw.lan> References: <1376918361-7014-1-git-send-email-wsa@the-dreams.de> <3792014.HtzPVmLjnf@vostro.rjw.lan> Message-ID: <5212A293.2030903@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/19/2013 05:04 PM, Rafael J. Wysocki wrote: > On Monday, August 19, 2013 03:19:18 PM Wolfram Sang wrote: >> I2C of helpers used to live in of_i2c.c but experience (from SPI) shows >> that it is much cleaner to have this in the core. This also removes a >> circular dependency between the helpers and the core, and so we can >> finally register child nodes in the core instead of doing this manually >> in each driver. So, fix the drivers and documentation, too. > > Perhaps we should do the analogous for ACPI then? > > Rafael Aargh. Why quote the entire patch just to say one line?