All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] OMAP Mailbox DT node/hwmod cleanup
@ 2014-06-25  1:04 ` Suman Anna
  0 siblings, 0 replies; 24+ messages in thread
From: Suman Anna @ 2014-06-25  1:04 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Paul Walmsley, Dave Gerlach, Jassi Brar, linux-omap,
	linux-arm-kernel, devicetree, Suman Anna

Hi Tony, Paul,

This patch series adds the minimal mailbox DT nodes for the SoCs that are
currently missing them (OMAP4, AM335x, DRA7). It also limits the legacy
mailbox platform device creation only for non-DT boot, and cleans up the
legacy hwmod addresses and attributes used for creating the sub-mailbox
devices. The sub-mailboxes in DT boot are not created until the OMAP
mailbox DT adoption series, and is not an issue since some of the other
required hwmod data for using legacy-mode devices have already been
cleaned up.

The patches are based on 3.16-rc2. The series do not have any order
dependencies with the OMAP mailbox cleanup series [1], and can be applied
in any order. The following shows the boot logs on various OMAP platforms
with just these patches on top of 3.16-rc2:
  OMAP2 (SDP2430)           : http://slexy.org/view/s21gGdJxXP
  OMAP3 (BeagleXM)          : http://slexy.org/view/s2n8Pc83Rp
  OMAP4 (PandaBoard)        : http://slexy.org/view/s21StNWKPz
  OMAP5 (OMAP5 uEVM)        : http://slexy.org/view/s2y3t6HZtk
  DRA7  (DRA7 EVM)          : http://slexy.org/view/s2qY23Mt97
  AM33xx (BeagleBone Black) : http://slexy.org/view/s2ce8jj35O
  AM43xx (AM437x GP EVM)    : http://slexy.org/view/s2nttmOLSq

[1] http://marc.info/?l=linux-omap&m=140365705821115&w=2

Suman Anna (9):
  ARM: dts: OMAP4: Add mailbox node
  ARM: dts: AM33xx: Add mailbox node
  ARM: dts: AM4372: Correct mailbox node data
  ARM: dts: DRA7: Add mailbox nodes
  ARM: DRA7: hwmod_data: Add mailbox hwmod data
  ARM: OMAP2+: Avoid mailbox legacy device creation for DT-boot
  ARM: OMAP2: hwmod_data: Remove legacy mailbox data and addrs
  ARM: OMAP4: hwmod_data: Remove legacy mailbox addrs
  ARM: AM33xx: hwmod_data: Remove legacy mailbox addrs

 arch/arm/boot/dts/am33xx.dtsi                      |   7 +
 arch/arm/boot/dts/am4372.dtsi                      |   7 +-
 arch/arm/boot/dts/dra7.dtsi                        |  91 ++++++
 arch/arm/boot/dts/omap4.dtsi                       |   7 +
 arch/arm/mach-omap2/devices.c                      |   2 +-
 arch/arm/mach-omap2/omap_hwmod_2420_data.c         |  14 -
 arch/arm/mach-omap2/omap_hwmod_2430_data.c         |  13 -
 .../omap_hwmod_2xxx_3xxx_interconnect_data.c       |   9 -
 .../omap_hwmod_33xx_43xx_interconnect_data.c       |  10 -
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |  10 -
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          | 305 +++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_common_data.h       |   1 -
 12 files changed, 412 insertions(+), 64 deletions(-)

-- 
2.0.0


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

end of thread, other threads:[~2014-06-25 22:05 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25  1:04 [PATCH 0/9] OMAP Mailbox DT node/hwmod cleanup Suman Anna
2014-06-25  1:04 ` Suman Anna
2014-06-25  1:04 ` [PATCH 1/9] ARM: dts: OMAP4: Add mailbox node Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25  1:04 ` [PATCH 2/9] ARM: dts: AM33xx: " Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25  1:04 ` [PATCH 3/9] ARM: dts: AM4372: Correct mailbox node data Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25  1:04 ` [PATCH 4/9] ARM: dts: DRA7: Add mailbox nodes Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25  1:04 ` [PATCH 5/9] ARM: DRA7: hwmod_data: Add mailbox hwmod data Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25  1:04 ` [PATCH 6/9] ARM: OMAP2+: Avoid mailbox legacy device creation for DT-boot Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25  1:04 ` [PATCH 7/9] ARM: OMAP2: hwmod_data: Remove legacy mailbox data and addrs Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25 22:05   ` Paul Walmsley
2014-06-25 22:05     ` Paul Walmsley
2014-06-25  1:04 ` [PATCH 8/9] ARM: OMAP4: hwmod_data: Remove legacy mailbox addrs Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25  1:04 ` [PATCH 9/9] ARM: AM33xx: " Suman Anna
2014-06-25  1:04   ` Suman Anna
2014-06-25 22:05   ` Paul Walmsley
2014-06-25 22:05     ` Paul Walmsley

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.