mbox

[GIT,PULL] omap fixes against v4.2-rc2

Message ID 20150715105053.GC17550@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/fixes-rc2-v2

Message

Tony Lindgren July 15, 2015, 10:50 a.m. UTC
The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:

  Linux 4.2-rc2 (2015-07-12 15:10:30 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/fixes-rc2-v2

for you to fetch changes up to 9908ac3daa3da2d236b5406b95d0865ddb8b29c4:

  ARM: dts: Correct audio input route & set mic bias for am335x-pepper (2015-07-15 03:03:01 -0700)

----------------------------------------------------------------
Fixes for omaps, all dts changes except for one:

- Fix up LCD panel name for overo boards

- Three fixes for pepper board for regulators, freqeuncy
  scaling and audio input. Note that there is still one
  issue being worked on for booting with multi_v7_defconfig

- Add missing #iommu-cells for omap4 and 5

- Add missing HAVE_ARM_SCU for am43xx

----------------------------------------------------------------
Adam YH Lee (3):
      ARM: dts: omap3: overo: Update LCD panel names
      ARM: dts: configure regulators for Gumstix Pepper
      ARM: dts: Correct audio input route & set mic bias for am335x-pepper

Arun Bharadwaj (1):
      ARM: dts: Fix frequency scaling on Gumstix Pepper

Dave Gerlach (1):
      ARM: OMAP2+: Add HAVE_ARM_SCU for AM43XX

Suman Anna (2):
      ARM: dts: OMAP4: Add #iommu-cells property to IOMMUs
      ARM: dts: OMAP5: Add #iommu-cells property to IOMMUs

 arch/arm/boot/dts/am335x-pepper.dts             | 16 +++++++++++++---
 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi |  2 +-
 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi |  2 +-
 arch/arm/boot/dts/omap4.dtsi                    |  2 ++
 arch/arm/boot/dts/omap5.dtsi                    |  2 ++
 arch/arm/mach-omap2/Kconfig                     |  1 +
 6 files changed, 20 insertions(+), 5 deletions(-)

Comments

Olof Johansson July 15, 2015, 2:01 p.m. UTC | #1
On Wed, Jul 15, 2015 at 03:50:53AM -0700, Tony Lindgren wrote:
> The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:
> 
>   Linux 4.2-rc2 (2015-07-12 15:10:30 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/fixes-rc2-v2
> 
> for you to fetch changes up to 9908ac3daa3da2d236b5406b95d0865ddb8b29c4:
> 
>   ARM: dts: Correct audio input route & set mic bias for am335x-pepper (2015-07-15 03:03:01 -0700)
> 
> ----------------------------------------------------------------
> Fixes for omaps, all dts changes except for one:
> 
> - Fix up LCD panel name for overo boards
> 
> - Three fixes for pepper board for regulators, freqeuncy
>   scaling and audio input. Note that there is still one
>   issue being worked on for booting with multi_v7_defconfig
> 
> - Add missing #iommu-cells for omap4 and 5
> 
> - Add missing HAVE_ARM_SCU for am43xx

Merged, thanks.


-Olof