From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?iso-8859-15?q?St=FCbner?= Subject: Re: [PATCH 3/3] S3C2443: add power domain for usb phy Date: Tue, 24 Jan 2012 11:31:01 +0100 Message-ID: <201201241131.01437.heiko@sntech.de> References: <201201082156.44142.heiko@sntech.de> <201201241113.00387.heiko@sntech.de> <20120124101510.GH27414@legolas.emea.dhcp.ti.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from h1778886.stratoserver.net ([85.214.133.74]:53727 "EHLO h1778886.stratoserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754007Ab2AXKbP convert rfc822-to-8bit (ORCPT ); Tue, 24 Jan 2012 05:31:15 -0500 In-Reply-To: <20120124101510.GH27414@legolas.emea.dhcp.ti.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: balbi@ti.com, Kukjin Kim Cc: 'Ben Dooks' , Linux USB Mailing List , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Am Dienstag, 24. Januar 2012, 11:15:11 schrieb Felipe Balbi: > On Tue, Jan 24, 2012 at 11:13:00AM +0100, Heiko St=FCbner wrote: > > sorry for mail spam :-) > >=20 > > Am Dienstag, 24. Januar 2012, 10:51:31 schrieb Felipe Balbi: > > > On Tue, Jan 24, 2012 at 10:50:14AM +0100, Heiko St=FCbner wrote: > > > > Hi Felipe, > > > >=20 > > > > Am Dienstag, 24. Januar 2012, 10:38:32 schrieb Felipe Balbi: > > > > > Hi, > > > > >=20 > > > > > On Sun, Jan 08, 2012 at 09:59:02PM +0100, Heiko St=FCbner wro= te: > > > > > > The phy-power-handling is common to S3C2443/2416/2450, so > > > > > > introduce a s3c2443-pm-common.c to handle this for all of t= hem. > > > > > >=20 > > > > > > This makes it possible to remove the raw write to the > > > > > > PWRCFG-register from the s3c-hsudc driver. > > > > > >=20 > > > > > > Signed-off-by: Heiko Stuebner > > > > >=20 > > > > > I believe this doesn't really depend on previous patches (??)= In > > > > > that > > > >=20 > > > > > case, it can be carried with s3c's tree: > > > > it does depend on the previous patch [2/3], as the device power > > > > domain is controlled through the runtime-pm subsystem whose cal= ls > > > > were added in it. > > >=20 > > > then I will need proper acks to carry this patch. > >=20 > > another possibility would be to have patch 2 and 3 get in through t= he > > samsung tree, as the majority of the change lies on this side (i.e. > > introducing a new file in plat-s3c24xx) >=20 > yet another one, would be to defer patch 3/3 by one merge window ;-) also fine by me ;-) But let's see first what Kgene says. From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?iso-8859-15?q?St=FCbner?=) Date: Tue, 24 Jan 2012 11:31:01 +0100 Subject: [PATCH 3/3] S3C2443: add power domain for usb phy In-Reply-To: <20120124101510.GH27414@legolas.emea.dhcp.ti.com> References: <201201082156.44142.heiko@sntech.de> <201201241113.00387.heiko@sntech.de> <20120124101510.GH27414@legolas.emea.dhcp.ti.com> Message-ID: <201201241131.01437.heiko@sntech.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am Dienstag, 24. Januar 2012, 11:15:11 schrieb Felipe Balbi: > On Tue, Jan 24, 2012 at 11:13:00AM +0100, Heiko St?bner wrote: > > sorry for mail spam :-) > > > > Am Dienstag, 24. Januar 2012, 10:51:31 schrieb Felipe Balbi: > > > On Tue, Jan 24, 2012 at 10:50:14AM +0100, Heiko St?bner wrote: > > > > Hi Felipe, > > > > > > > > Am Dienstag, 24. Januar 2012, 10:38:32 schrieb Felipe Balbi: > > > > > Hi, > > > > > > > > > > On Sun, Jan 08, 2012 at 09:59:02PM +0100, Heiko St?bner wrote: > > > > > > The phy-power-handling is common to S3C2443/2416/2450, so > > > > > > introduce a s3c2443-pm-common.c to handle this for all of them. > > > > > > > > > > > > This makes it possible to remove the raw write to the > > > > > > PWRCFG-register from the s3c-hsudc driver. > > > > > > > > > > > > Signed-off-by: Heiko Stuebner > > > > > > > > > > I believe this doesn't really depend on previous patches (??) In > > > > > that > > > > > > > > > case, it can be carried with s3c's tree: > > > > it does depend on the previous patch [2/3], as the device power > > > > domain is controlled through the runtime-pm subsystem whose calls > > > > were added in it. > > > > > > then I will need proper acks to carry this patch. > > > > another possibility would be to have patch 2 and 3 get in through the > > samsung tree, as the majority of the change lies on this side (i.e. > > introducing a new file in plat-s3c24xx) > > yet another one, would be to defer patch 3/3 by one merge window ;-) also fine by me ;-) But let's see first what Kgene says.