Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-09 Thread Tony Lindgren
* Tony Lindgren [120209 09:35]: > > After you repost those two patches, I'll update linux-omap with > your fixes + tty fixes + my fixes for people to test with. The branch for testing is now pushed to: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap testing-omap-fixes Regards,

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-09 Thread Tony Lindgren
* Russell King - ARM Linux [120209 09:28]: > On Thu, Feb 09, 2012 at 09:27:47AM -0800, Tony Lindgren wrote: > > * Tony Lindgren [120209 08:47]: > > > > > > So that leaves me only the second one to queue that adds checks > > > for the PMIC info for boards that don't have it, see below. > > ... >

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-09 Thread Russell King - ARM Linux
On Thu, Feb 09, 2012 at 09:27:47AM -0800, Tony Lindgren wrote: > * Tony Lindgren [120209 08:47]: > > > > So that leaves me only the second one to queue that adds checks > > for the PMIC info for boards that don't have it, see below. > ... > > > From d269914ece0498f31603ecd85ed3d7a586b3cbcd Mon

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-09 Thread Tony Lindgren
* Tony Lindgren [120209 08:47]: > > So that leaves me only the second one to queue that adds checks > for the PMIC info for boards that don't have it, see below. ... > From d269914ece0498f31603ecd85ed3d7a586b3cbcd Mon Sep 17 00:00:00 2001 > From: Kevin Hilman > Date: Fri, 30 Sep 2011 11:24:04

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-09 Thread Tony Lindgren
* Russell King - ARM Linux [120209 08:18]: > On Wed, Feb 08, 2012 at 04:40:27PM -0800, Tony Lindgren wrote: > > * Kevin Hilman [120208 15:49]: > > > Russell King - ARM Linux writes: > > > > > > > On Wed, Feb 08, 2012 at 04:09:48PM -0800, Kevin Hilman wrote: > > > >> Russell King - ARM Linux wr

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-09 Thread Russell King - ARM Linux
On Wed, Feb 08, 2012 at 04:40:27PM -0800, Tony Lindgren wrote: > * Kevin Hilman [120208 15:49]: > > Russell King - ARM Linux writes: > > > > > On Wed, Feb 08, 2012 at 04:09:48PM -0800, Kevin Hilman wrote: > > >> Russell King - ARM Linux writes: > > >> > Does it fix the other issues I mention in

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Tony Lindgren
* Kevin Hilman [120208 15:49]: > Russell King - ARM Linux writes: > > > On Wed, Feb 08, 2012 at 04:09:48PM -0800, Kevin Hilman wrote: > >> Russell King - ARM Linux writes: > >> > Does it fix the other issues I mention in the commit log as well? > >> > >> Like your patches 1 & 5, my series fixe

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Kevin Hilman
Russell King - ARM Linux writes: > On Wed, Feb 08, 2012 at 04:09:48PM -0800, Kevin Hilman wrote: >> Russell King - ARM Linux writes: >> > Does it fix the other issues I mention in the commit log as well? >> >> Like your patches 1 & 5, my series fixes the oops and also makes the >> error strings

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Russell King - ARM Linux
On Wed, Feb 08, 2012 at 04:09:48PM -0800, Kevin Hilman wrote: > Russell King - ARM Linux writes: > > Does it fix the other issues I mention in the commit log as well? > > Like your patches 1 & 5, my series fixes the oops and also makes the > error strings simple, non-wrapping ones. > > The one t

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Kevin Hilman
Tony Lindgren writes: > * Tony Lindgren [120208 15:22]: >> * Kevin Hilman [120208 14:35]: >> > Tony Lindgren writes: >> > >> > > * Russell King - ARM Linux [120208 08:06]: >> > >> While testing on my OMAP3430 platform, this error message was emitted: >> > >> >> > >> omap_vc_init_channel: PM

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Kevin Hilman
Russell King - ARM Linux writes: > On Wed, Feb 08, 2012 at 03:53:58PM -0800, Tony Lindgren wrote: >> * Kevin Hilman [120208 14:35]: >> > Tony Lindgren writes: >> > >> > > * Russell King - ARM Linux [120208 08:06]: >> > >> While testing on my OMAP3430 platform, this error message was emitted:

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Tony Lindgren
* Tony Lindgren [120208 15:22]: > * Kevin Hilman [120208 14:35]: > > Tony Lindgren writes: > > > > > * Russell King - ARM Linux [120208 08:06]: > > >> While testing on my OMAP3430 platform, this error message was emitted: > > >> > > >> omap_vc_init_channel: PMIC info requried to configure vc

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Russell King - ARM Linux
On Wed, Feb 08, 2012 at 03:53:58PM -0800, Tony Lindgren wrote: > * Kevin Hilman [120208 14:35]: > > Tony Lindgren writes: > > > > > * Russell King - ARM Linux [120208 08:06]: > > >> While testing on my OMAP3430 platform, this error message was emitted: > > >> > > >> omap_vc_init_channel: PMIC

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Tony Lindgren
* Kevin Hilman [120208 14:35]: > Tony Lindgren writes: > > > * Russell King - ARM Linux [120208 08:06]: > >> While testing on my OMAP3430 platform, this error message was emitted: > >> > >> omap_vc_init_channel: PMIC info requried to configure vc forvdd_core not > >> populated.Hence cannot in

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Kevin Hilman
Tony Lindgren writes: > * Russell King - ARM Linux [120208 08:06]: >> While testing on my OMAP3430 platform, this error message was emitted: >> >> omap_vc_init_channel: PMIC info requried to configure vc forvdd_core not >> populated.Hence cannot initialize vc >> >> Trying to find this message

Re: [PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Tony Lindgren
* Russell King - ARM Linux [120208 08:06]: > While testing on my OMAP3430 platform, this error message was emitted: > > omap_vc_init_channel: PMIC info requried to configure vc forvdd_core not > populated.Hence cannot initialize vc > > Trying to find this message was difficult because it was wr

[PATCH 05/16] ARM: omap: fix vc.c PMIC error message

2012-02-08 Thread Russell King - ARM Linux
While testing on my OMAP3430 platform, this error message was emitted: omap_vc_init_channel: PMIC info requried to configure vc forvdd_core not populated.Hence cannot initialize vc Trying to find this message was difficult because it was wrapped across several lines. It also mis-spells "require