All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add clockdomain and hwmod data needed to boot dm816x
@ 2015-01-13 23:22 ` Tony Lindgren
  0 siblings, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2015-01-13 23:22 UTC (permalink / raw)
  To: linux-omap; +Cc: linux-arm-kernel

Hi,

These patches add the basic data needed for booting dm816x
after the fixes I posted earlier today. Note that also the
device tree related changes are needed that will be posted
in another series.

Regards,

Tony


Aida Mynzhasova (1):
  ARM: OMAP2+: Add clock domain support for dm816x

Tony Lindgren (1):
  ARM: OMAP2+: Add dm816x hwmod support

 arch/arm/mach-omap2/Makefile                |    3 +
 arch/arm/mach-omap2/clockdomain.h           |    1 +
 arch/arm/mach-omap2/clockdomains81xx_data.c |  191 +++++
 arch/arm/mach-omap2/cm81xx.h                |   61 ++
 arch/arm/mach-omap2/io.c                    |   12 +-
 arch/arm/mach-omap2/omap_hwmod.c            |    2 +-
 arch/arm/mach-omap2/omap_hwmod.h            |    1 +
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c  | 1025 +++++++++++++++++++++++++++
 8 files changed, 1291 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/mach-omap2/clockdomains81xx_data.c
 create mode 100644 arch/arm/mach-omap2/cm81xx.h
 create mode 100644 arch/arm/mach-omap2/omap_hwmod_81xx_data.c

-- 
2.1.4


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

end of thread, other threads:[~2015-01-24  0:18 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13 23:22 [PATCH 0/2] Add clockdomain and hwmod data needed to boot dm816x Tony Lindgren
2015-01-13 23:22 ` Tony Lindgren
2015-01-13 23:22 ` [PATCH 1/2] ARM: OMAP2+: Add clock domain support for dm816x Tony Lindgren
2015-01-13 23:22   ` Tony Lindgren
2015-01-19 19:15   ` Tony Lindgren
2015-01-19 19:15     ` Tony Lindgren
2015-01-21  2:05   ` Paul Walmsley
2015-01-21  2:05     ` Paul Walmsley
2015-01-21  4:11     ` Tony Lindgren
2015-01-21  4:11       ` Tony Lindgren
2015-01-23  9:16       ` Paul Walmsley
2015-01-23  9:16         ` Paul Walmsley
2015-01-23 16:14         ` Tony Lindgren
2015-01-23 16:14           ` Tony Lindgren
2015-01-13 23:22 ` [PATCH 2/2] ARM: OMAP2+: Add dm816x hwmod support Tony Lindgren
2015-01-13 23:22   ` Tony Lindgren
2015-01-14 19:43   ` Tony Lindgren
2015-01-14 19:43     ` Tony Lindgren
2015-01-17 16:31     ` Tony Lindgren
2015-01-17 16:31       ` Tony Lindgren
2015-01-21  4:34       ` Tony Lindgren
2015-01-21  4:34         ` Tony Lindgren
2015-01-23 10:28         ` Paul Walmsley
2015-01-23 10:28           ` Paul Walmsley
2015-01-23 18:21           ` Paul Walmsley
2015-01-23 18:21             ` Paul Walmsley
2015-01-24  0:14             ` Tony Lindgren
2015-01-24  0:14               ` Tony Lindgren

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.