mbox series

[GIT,PULL] fixes for omaps for v5.1-rc cycle

Message ID pull-1554414783-873154@atomide.com
State New
Headers show
Series [GIT,PULL] fixes for omaps for v5.1-rc cycle | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/fixes-signed

Message

Tony Lindgren April 4, 2019, 9:53 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/fixes-signed

for you to fetch changes up to 81717283cf2c4c4d9bf8fd618cd6e5bdfe082edd:

  Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes (2019-04-01 09:36:25 -0700)

----------------------------------------------------------------
Fixes for omaps for v5.1-rc cycle

Few small fixes for omap variants:

- Fix ams-delta gpio IDs

- Add missing of_node_put for omapdss platform init code

- Fix unconfigured audio regulators for two am335x boards

- Fix use of wrong offset for am335x d_can clocks

----------------------------------------------------------------
Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix broken GPIO ID allocation

Julia Lawall (1):
      ARM: OMAP2+: add missing of_node_put after of_device_is_available

Peter Ujfalusi (2):
      ARM: dts: am335x-evm: Correct the regulators for the audio codec
      ARM: dts: am335x-evmsk: Correct the regulators for the audio codec

Tony Lindgren (2):
      ARM: dts: Fix dcan clkctrl clock for am3
      Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes

 arch/arm/boot/dts/am335x-evm.dts      | 26 ++++++++++++++++++++++----
 arch/arm/boot/dts/am335x-evmsk.dts    | 26 ++++++++++++++++++++++----
 arch/arm/boot/dts/am33xx-l4.dtsi      |  4 ++--
 arch/arm/mach-omap1/board-ams-delta.c |  2 ++
 arch/arm/mach-omap2/display.c         |  4 +++-
 5 files changed, 51 insertions(+), 11 deletions(-)

Comments

Olof Johansson April 7, 2019, 10:17 p.m. UTC | #1
On Thu, Apr 04, 2019 at 02:53:36PM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/fixes-signed
> 
> for you to fetch changes up to 81717283cf2c4c4d9bf8fd618cd6e5bdfe082edd:
> 
>   Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes (2019-04-01 09:36:25 -0700)
> 
> ----------------------------------------------------------------
> Fixes for omaps for v5.1-rc cycle
> 
> Few small fixes for omap variants:
> 
> - Fix ams-delta gpio IDs
> 
> - Add missing of_node_put for omapdss platform init code
> 
> - Fix unconfigured audio regulators for two am335x boards
> 
> - Fix use of wrong offset for am335x d_can clocks

Merged, thanks!


-Olof