mbox

[GIT,PULL] Two omap fixes for v3.18 merge window

Message ID 20141010204945.GI10014@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/fixes-for-v3.18-merge-window

Message

Tony Lindgren Oct. 10, 2014, 8:49 p.m. UTC
The following changes since commit f86dc4b04dd5292cae3708c16ca6e46dbb5c95fa:

  Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2014-10-08 17:38:52 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/fixes-for-v3.18-merge-window

for you to fetch changes up to b16ccfe02313acd829debfccac45531f45d797cd:

  ARM: dts: Disable smc91x on n900 until bootloader dependency is removed (2014-10-09 11:28:34 -0700)

----------------------------------------------------------------
Two omap fixes for issues noticed during the merge window:

- We need to enable ARM errata 430973 for omap3

- The smc91x on some early n900 boards need to be disabled
  for now until the dependencies to specific a bootloader
  version are fixed

----------------------------------------------------------------
Tony Lindgren (2):
      ARM: omap2plus_defconfig: Enable ARM erratum 430973 for omap3
      ARM: dts: Disable smc91x on n900 until bootloader dependency is removed

 arch/arm/boot/dts/omap3-n900.dts     | 3 +++
 arch/arm/configs/omap2plus_defconfig | 1 +
 2 files changed, 4 insertions(+)

Comments

Olof Johansson Oct. 15, 2014, 6:30 a.m. UTC | #1
On Fri, Oct 10, 2014 at 1:49 PM, Tony Lindgren <tony@atomide.com> wrote:
> The following changes since commit f86dc4b04dd5292cae3708c16ca6e46dbb5c95fa:
>
>   Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2014-10-08 17:38:52 -0400)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/fixes-for-v3.18-merge-window

Merged, thanks.


-Olof