mbox series

[GIT,PULL,2/3] few more soc changes for omaps for v5.5

Message ID pull-1573579927-542764@atomide.com-2 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/3] few more dts changes for omaps for v5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.5/soc-late-signed

Message

Tony Lindgren Nov. 12, 2019, 5:33 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit bc794744cdc56f53b495debbe054946d1b620441:

  Merge branch 'omap-for-v5.5/pm' into omap-for-v5.5/soc (2019-10-23 10:42:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.5/soc-late-signed

for you to fetch changes up to 0b491904f053e41685162af5c5411b85b18c97a7:

  ARM: OMAP2+: Add missing put_device() call in omapdss_init_of() (2019-11-11 12:52:51 -0800)

----------------------------------------------------------------
Few late SoC changes for v5.5 merge window

These changes just clean up few typos, and there is one non-critical
correction of missing put_device() after calling of_platform_populate()
for display controller.

Naturally none of this is urgent and can be merged when suitable.

----------------------------------------------------------------
Ben Dooks (Codethink) (1):
      OMAP2: fixup doc comments in omap_device

Jonathan Neuschäfer (1):
      ARM: OMAP1: ams-delta FIQ: Fix a typo ("Initiaize")

Markus Elfring (1):
      ARM: OMAP2+: Add missing put_device() call in omapdss_init_of()

Tony Lindgren (1):
      Merge branch 'omap-for-v5.5/omap1' into omap-for-v5.5/soc

Uwe Kleine-König (1):
      ARM: OMAP1: drop duplicated dependency on ARCH_OMAP1

 arch/arm/mach-omap1/Kconfig         | 33 +++++++++++++--------------------
 arch/arm/mach-omap1/ams-delta-fiq.c |  2 +-
 arch/arm/mach-omap2/display.c       |  1 +
 arch/arm/mach-omap2/omap_device.c   | 19 +++++++------------
 4 files changed, 22 insertions(+), 33 deletions(-)