All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] fixes for omaps for v5.1-rc cycle
@ 2019-04-04 21:53 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2019-04-04 21:53 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] fixes for omaps for v5.1-rc cycle
@ 2019-04-04 21:53 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2019-04-04 21:53 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] fixes for omaps for v5.1-rc cycle
  2019-04-04 21:53 ` Tony Lindgren
@ 2019-04-07 22:17   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-04-07 22:17 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] fixes for omaps for v5.1-rc cycle
@ 2019-04-07 22:17   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-04-07 22:17 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-07 22:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04 21:53 [GIT PULL] fixes for omaps for v5.1-rc cycle Tony Lindgren
2019-04-04 21:53 ` Tony Lindgren
2019-04-07 22:17 ` Olof Johansson
2019-04-07 22:17   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.