mbox

[GIT,PULL] omap n900 regression fix for v3.16 rc series

Message ID 20140729103223.GK29045@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/n900-regression

Message

Tony Lindgren July 29, 2014, 10:32 a.m. UTC
The following changes since commit 33753cd2ba41c72a0756edc5dc094d91602deda5:

  ARM: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable() (2014-07-23 01:48:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/n900-regression

for you to fetch changes up to d937678ab625b0f63ce54b2b9b3e1cbd1b4a1b15:

  ARM: dts: Revert enabling of twl configuration for n900 (2014-07-29 00:16:25 -0700)

----------------------------------------------------------------
Minimal regression fix for n900 display that got broken with
enabling of twl4030 PM features. Turns out more work is needed
before we can enable twl4030 PM on n900.

I did not notice this earlier as I have my n900 in a rack
and the display did not get enabled for device tree based booting
until for v3.16.

----------------------------------------------------------------
Tony Lindgren (1):
      ARM: dts: Revert enabling of twl configuration for n900

 arch/arm/boot/dts/omap3-n900.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann July 29, 2014, 11:06 a.m. UTC | #1
On Tuesday 29 July 2014 03:32:24 Tony Lindgren wrote:
> The following changes since commit 33753cd2ba41c72a0756edc5dc094d91602deda5:
> 
>   ARM: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable() (2014-07-23 01:48:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/n900-regression
> 
> for you to fetch changes up to d937678ab625b0f63ce54b2b9b3e1cbd1b4a1b15:
> 
>   ARM: dts: Revert enabling of twl configuration for n900 (2014-07-29 00:16:25 -0700)
> 
> ----------------------------------------------------------------
> Minimal regression fix for n900 display that got broken with
> enabling of twl4030 PM features. Turns out more work is needed
> before we can enable twl4030 PM on n900.
> 
> I did not notice this earlier as I have my n900 in a rack
> and the display did not get enabled for device tree based booting
> until for v3.16.
> 
> 

Pulled into fixes branch, which I expect to send out later today.

Thanks,

	Arnd
Tony Lindgren July 29, 2014, 11:11 a.m. UTC | #2
* Arnd Bergmann <arnd@arndb.de> [140729 04:08]:
> On Tuesday 29 July 2014 03:32:24 Tony Lindgren wrote:
> > The following changes since commit 33753cd2ba41c72a0756edc5dc094d91602deda5:
> > 
> >   ARM: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable() (2014-07-23 01:48:24 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/n900-regression
> > 
> > for you to fetch changes up to d937678ab625b0f63ce54b2b9b3e1cbd1b4a1b15:
> > 
> >   ARM: dts: Revert enabling of twl configuration for n900 (2014-07-29 00:16:25 -0700)
> > 
> > ----------------------------------------------------------------
> > Minimal regression fix for n900 display that got broken with
> > enabling of twl4030 PM features. Turns out more work is needed
> > before we can enable twl4030 PM on n900.
> > 
> > I did not notice this earlier as I have my n900 in a rack
> > and the display did not get enabled for device tree based booting
> > until for v3.16.
> > 
> > 
> 
> Pulled into fixes branch, which I expect to send out later today.

Great thanks. No other fixes coming for the -rc series from me that
I'm aware of.

Regards,

Tony