mbox

[GIT,PULL] omap fixes for v4.6-rc cycle

Message ID 20160428145047.GE5995@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.6/fixes-rc5-signed

Message

Tony Lindgren April 28, 2016, 2:50 p.m. UTC
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.6/fixes-rc5-signed

for you to fetch changes up to 7472931f7f1e9d91f761dce30107ae345b61a5c3:

  ARM: dts: omap5: fix range of permitted wakeup pinmux registers (2016-04-26 10:16:12 -0700)

----------------------------------------------------------------
Fixes for omaps for v4.6-rc cycle. All dts fixes, mostly
affecting voltages and pinctrl for various device drivers:

- Regulator minimum voltage fixes for omap5

- ISP syscon register offset fix for omap3

- Fix regulator initial modes for n900

- Fix omap5 pinctrl wkup instance size

----------------------------------------------------------------
H. Nikolaus Schaller (1):
      ARM: dts: omap5: fix range of permitted wakeup pinmux registers

Ivaylo Dimitrov (2):
      ARM: dts: omap3: Fix ISP syscon register offset
      ARM: dts: omap3-n900: Specify peripherals LDO regulators initial mode

Tomi Valkeinen (2):
      ARM: dts: omap5-board-common: fix ldo1_reg and ldo4_reg ranges
      ARM: dts: omap5-cm-t54: fix ldo1_reg and ldo4_reg ranges

 arch/arm/boot/dts/omap3-n900.dts          | 9 +++++++++
 arch/arm/boot/dts/omap34xx.dtsi           | 2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi | 4 ++--
 arch/arm/boot/dts/omap5-cm-t54.dts        | 4 ++--
 arch/arm/boot/dts/omap5.dtsi              | 2 +-
 5 files changed, 15 insertions(+), 6 deletions(-)

Comments

Arnd Bergmann April 28, 2016, 3:46 p.m. UTC | #1
On Thursday 28 April 2016 07:50:48 Tony Lindgren wrote:
> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
> 
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.6/fixes-rc5-signed
> 
> for you to fetch changes up to 7472931f7f1e9d91f761dce30107ae345b61a5c3:
> 
>   ARM: dts: omap5: fix range of permitted wakeup pinmux registers (2016-04-26 10:16:12 -0700)
> 
> ----------------------------------------------------------------
> Fixes for omaps for v4.6-rc cycle. All dts fixes, mostly
> affecting voltages and pinctrl for various device drivers:
> 
> - Regulator minimum voltage fixes for omap5
> 
> - ISP syscon register offset fix for omap3
> 
> - Fix regulator initial modes for n900
> 
> - Fix omap5 pinctrl wkup instance size

Pulled into fixes, thanks!

	Arnd