mbox

[GIT,PULL] omap display regression fix against v3.13-rc4

Message ID 20131218175057.GF27438@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/display-fix

Message

Tony Lindgren Dec. 18, 2013, 5:50 p.m. UTC
The following changes since commit 319e2e3f63c348a9b66db4667efa73178e18b17d:

  Linux 3.13-rc4 (2013-12-15 12:31:33 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/display-fix

for you to fetch changes up to 130f769e81fc472beb2211320777e26050e3fa15:

  Revert "ARM: OMAP2+: Remove legacy mux code for display.c" (2013-12-17 16:28:34 -0800)

----------------------------------------------------------------
I accidentally removed some mux code for omap4 that I thought was
dead code as omap4 has been booting with device tree only since
v3.10. Turns out I also removed some display related mux code,
so let's revert that except for the dead code parts.

----------------------------------------------------------------
Tomi Valkeinen (1):
      Revert "ARM: OMAP2+: Remove legacy mux code for display.c"

 arch/arm/mach-omap2/display.c | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Comments

Kevin Hilman Dec. 20, 2013, 4:33 p.m. UTC | #1
Tony Lindgren <tony@atomide.com> writes:

> The following changes since commit 319e2e3f63c348a9b66db4667efa73178e18b17d:
>
>   Linux 3.13-rc4 (2013-12-15 12:31:33 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/display-fix
>
> for you to fetch changes up to 130f769e81fc472beb2211320777e26050e3fa15:
>
>   Revert "ARM: OMAP2+: Remove legacy mux code for display.c" (2013-12-17 16:28:34 -0800)
>
> ----------------------------------------------------------------
> I accidentally removed some mux code for omap4 that I thought was
> dead code as omap4 has been booting with device tree only since
> v3.10. Turns out I also removed some display related mux code,
> so let's revert that except for the dead code parts.
>
> ----------------------------------------------------------------

Pulled into fixes,

Thanks,

Kevin