From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 28 Aug 2014 10:02:58 -0700 Subject: [GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support In-Reply-To: References: Message-ID: <20140828170258.GH16006@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Arnd & Olof, Can you please pick this one up for the -rc cycle so the TI guys can boot test dra7 with mainline properly? Regards, Tony * Paul Walmsley [140827 23:18]: > Hi Tony, > > The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef: > > Linux 3.17-rc2 (2014-08-25 15:36:20 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.17-rc/omap-dra72x-d74x-support-a > > for you to fetch changes up to f7f7a29bf0cf25af23f37e5b5bf1368b85705286: > > ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists (2014-08-27 19:38:23 -0600) > > ---------------------------------------------------------------- > Add basic subarchitecture support for the DRA72x and DRA74x. These > are OMAP2+ derivative SoCs. This should be low-risk to existing OMAP > platforms. > > Basic build, boot, and PM test logs are available here: > > http://www.pwsan.com/omap/testlogs/hwmod-a-early-v3.17-rc/20140827194314/ > > ---------------------------------------------------------------- > Rajendra Nayak (2): > ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variants > ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists > > arch/arm/mach-omap2/omap_hwmod.c | 3 +++ > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 22 ++++++++++++++++++++-- > arch/arm/mach-omap2/soc.h | 6 ++++++ > 3 files changed, 29 insertions(+), 2 deletions(-) >