linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] few more dts changes for omaps for v5.5
@ 2019-11-12 17:33 Tony Lindgren
  2019-11-12 17:33 ` [GIT PULL 2/3] few more soc " Tony Lindgren
  2019-11-12 17:33 ` [GIT PULL 3/3] update maintainers file paths Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Tony Lindgren @ 2019-11-12 17:33 UTC (permalink / raw)
  To: soc; +Cc: Tony Lindgren, linux-omap, arm, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit fedc8844d5004ffa69d3e320081bfd59979e1937:

  Merge branch 'omap-for-v5.5/droid4' into omap-for-v5.5/dt (2019-10-23 10:34:28 -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/dt-late-signed

for you to fetch changes up to abb0e36b434d784864fe0e4d5dedd17f4d72f3e3:

  ARM: dts: logicpd-torpedo: Disable USB Host (2019-11-11 13:03:06 -0800)

----------------------------------------------------------------
Few late dts changes for omaps for v5.5 merge window

Let's configure omap3 rng as we can now easily do it with a dts change
only by tagging it with status = "disabled" for n900 where it's not
accessible. This improves the boot-up time with distros quite a bit with
proper entropy source around.

There's also another minor update for logicpd-torpedo that does not have
USB host pins wired.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: logicpd-torpedo: Disable USB Host

Tony Lindgren (2):
      ARM: dts: Configure omap3 rng
      Merge branch 'rng' into omap-for-v5.5/dt

 arch/arm/boot/dts/am3517.dtsi                   |  6 ++++++
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi      |  5 +++++
 arch/arm/boot/dts/omap3-n900.dts                |  5 +++++
 arch/arm/boot/dts/omap3.dtsi                    | 25 +++++++++++++++++++++++++
 arch/arm/boot/dts/omap34xx-omap36xx-clocks.dtsi |  2 +-
 5 files changed, 42 insertions(+), 1 deletion(-)

_______________________________________________
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] 3+ messages in thread

* [GIT PULL 2/3] few more soc changes for omaps for v5.5
  2019-11-12 17:33 [GIT PULL 1/3] few more dts changes for omaps for v5.5 Tony Lindgren
@ 2019-11-12 17:33 ` Tony Lindgren
  2019-11-12 17:33 ` [GIT PULL 3/3] update maintainers file paths Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2019-11-12 17:33 UTC (permalink / raw)
  To: soc; +Cc: Tony Lindgren, linux-omap, arm, linux-arm-kernel

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

_______________________________________________
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] 3+ messages in thread

* [GIT PULL 3/3] update maintainers file paths
  2019-11-12 17:33 [GIT PULL 1/3] few more dts changes for omaps for v5.5 Tony Lindgren
  2019-11-12 17:33 ` [GIT PULL 2/3] few more soc " Tony Lindgren
@ 2019-11-12 17:33 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2019-11-12 17:33 UTC (permalink / raw)
  To: soc; +Cc: Tony Lindgren, linux-omap, arm, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 93a212ebfb083cba977d4c3b9d214068a97689cc:

  MAINTAINERS: Add logicpd-som-lv and logicpd-torpedo to OMAP TREE (2019-10-22 09:02:41 -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/maintainers-signed

for you to fetch changes up to 93a212ebfb083cba977d4c3b9d214068a97689cc:

  MAINTAINERS: Add logicpd-som-lv and logicpd-torpedo to OMAP TREE (2019-10-22 09:02:41 -0700)

----------------------------------------------------------------
Update MAINTAINERS file for LogicPD dts files

Just one patch to update MAINTAINERS file for LogicPD boards.

----------------------------------------------------------------

_______________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2019-11-12 17:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12 17:33 [GIT PULL 1/3] few more dts changes for omaps for v5.5 Tony Lindgren
2019-11-12 17:33 ` [GIT PULL 2/3] few more soc " Tony Lindgren
2019-11-12 17:33 ` [GIT PULL 3/3] update maintainers file paths Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).