linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support
@ 2014-08-28  6:18 Paul Walmsley
  2014-08-28 17:02 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Walmsley @ 2014-08-28  6:18 UTC (permalink / raw)
  To: linux-arm-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJT/skvAAoJEMePsQ0LvSpLZWkP/2LP+AHHHCSplaxupssu3xSq
zoArdXixL3fRsYBjjbcCqnaECsw5FmfMObupeJWCUxkPTT/UQtPLYqGmkMSrynG7
SR3zRsdkoPcAODE1zTuDyXkuVA2vYA/cV3dmE4Is4ZzgX/r5YGOgxAqE6efh6ieW
aq3m3tBuOWAXII4ehHVdUrWIMDU+G+/8M2sKXyWcHxdYr2NmhieosmssZ6DGL0WL
HWhYQJSFlM19wknQm2QtGCjcNphJuL/qS1LZlykT1LcxfmKpWmZPVacs4cSjGPkE
6s9nLyitTDJTmAw/n0fDo86Vf8gBiXnVTOA8QVUb1TYePxzP1QyVhdi/tp3jNbNz
U1VTlCWlWxHgKk8mlpvfhScFBg3KF4S4B8jqyV4OkRWcX8WYnrAArIs6cg4F6hYo
xRXhLkpk2ylxL0KQ275kO7RcZHkxsolAEAR+QwZi8pUwURhwZRgHD/FAsMuJ/rGI
51mGwJ3ruRhYol8GxOUg1vwvGuQUoU5JzqlWXj+1LskwErtX+GTQVb+BrTXwI3lC
dlzJMxtPlUtUVUG/PZTbm6R0GkB9jSi6SRtFg/dAv1lvr0LaCPfBIGiE049qN7Rs
8T+BZyiSO/Jj3ZSZ7FYOyLeVbC1g8OeENIrkey3UEEnsOh+Sl3gKxlysXRcqnBUn
aKH/agcqFBHlIQ1CdW4t
=JXkb
-----END PGP SIGNATURE-----

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

* [GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support
  2014-08-28  6:18 [GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support Paul Walmsley
@ 2014-08-28 17:02 ` Tony Lindgren
  2014-08-31 17:19   ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2014-08-28 17:02 UTC (permalink / raw)
  To: linux-arm-kernel

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 <paul@pwsan.com> [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(-)
> 

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

* [GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support
  2014-08-28 17:02 ` Tony Lindgren
@ 2014-08-31 17:19   ` Olof Johansson
  2014-09-05 18:03     ` Paul Walmsley
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2014-08-31 17:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This one clearly falls into the category of new platform support, not
bugfixes. But it's pretty small so I'll pick it up this time.


-Olof

On Thu, Aug 28, 2014 at 10:02 AM, Tony Lindgren <tony@atomide.com> wrote:
> 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 <paul@pwsan.com> [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(-)
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support
  2014-08-31 17:19   ` Olof Johansson
@ 2014-09-05 18:03     ` Paul Walmsley
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Walmsley @ 2014-09-05 18:03 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Olof,

Sorry for the confusion, and thanks for the clarification.  

TI folks: no new platform support will be accepted through me for any 
future -rc series patchsets.


- Paul

On Sun, 31 Aug 2014, Olof Johansson wrote:

> This one clearly falls into the category of new platform support, not
> bugfixes. But it's pretty small so I'll pick it up this time.
> 
> 
> -Olof
> 
> On Thu, Aug 28, 2014 at 10:02 AM, Tony Lindgren <tony@atomide.com> wrote:
> > 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 <paul@pwsan.com> [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(-)
> >>
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> > the body of a message to majordomo at vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


- Paul

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

end of thread, other threads:[~2014-09-05 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28  6:18 [GIT PULL] ARM: OMAP2+: DRA72x/DRA74x basic support Paul Walmsley
2014-08-28 17:02 ` Tony Lindgren
2014-08-31 17:19   ` Olof Johansson
2014-09-05 18:03     ` Paul Walmsley

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