mbox

[GIT,PULL] ARM: OMAP2+: hwmod fixes for v3.11-rc

Message ID alpine.DEB.2.02.1307301146110.4505@utopia.booyaka.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.11-rc/omap-fixes-b

Message

Paul Walmsley July 30, 2013, 11:46 a.m. UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Tony

The following changes since commit 5ae90d8e467e625e447000cb4335c4db973b1095:

  Linux 3.11-rc3 (2013-07-28 20:53:33 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.11-rc/omap-fixes-b

for you to fetch changes up to 50c2a3a1518befe992f868fc1fd867bdad9776ad:

  ARM: OMAP2+: hwmod: AM335x: fix cpgmac address space (2013-07-30 05:13:37 -0600)

- ----------------------------------------------------------------
Some OMAP hwmod fixes for v3.11-rc.  Mostly intended to fix an earlyprintk
regression and an AM33xx cpgmac power management regression.

Basic build, boot, and PM tests are available here:

http://www.pwsan.com/omap/testlogs/hwmod_fixes_a_v3.11-rc/20130730042132/

The tests include temporary fixes for the unrelated 2430SDP and OMAP3
boot regressions, which are not part of this signed tag.

- ----------------------------------------------------------------
Afzal Mohammed (2):
      ARM: OMAP2+: hwmod: rt address space index for DT
      ARM: OMAP2+: hwmod: AM335x: fix cpgmac address space

Rajendra Nayak (3):
      ARM: OMAP2+: hwmod: Fix a crash in _setup_reset() with DEBUG_LL
      ARM: OMAP2+: Avoid idling memory controllers with no drivers
      ARM: OMAP2+: Sync hwmod state with the pm_runtime and omap_device state

 arch/arm/mach-omap2/omap_device.c                  | 18 ++++++++
 arch/arm/mach-omap2/omap_hwmod.c                   |  2 +-
 arch/arm/mach-omap2/omap_hwmod.h                   | 50 ++++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c |  6 +--
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c         |  3 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |  9 ++--
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |  5 +--
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c         |  3 +-
 arch/arm/mach-omap2/serial.c                       | 11 -----
 9 files changed, 83 insertions(+), 24 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBAgAGBQJR96GBAAoJEMePsQ0LvSpLnDcP/Aw52rbj9buMgOsD9vcuL/N/
7pthVnpdCZXoammCy42QaiBFrB56rhSP25MwCdsj1wThLDvcGDRWaplzHOUQvf8g
K0t2aDzIjXlZZ4sGj16/3gX97RvDM+648skmReEISWpl0J93XRcb+8hwHh3GT7CA
agnM8uWKBfBn8k453CGx24qCuo3Pa/XhCuqgSYqsRBuLyXDl9QuAgyrDE7GOGtET
c1CapT7skrJGQKIg7ZuAN3P4iY2UwohL9kA3Fa5cGuIdDl31SKvK22ESnPrFOPX/
qJW+Bkw72j8PI68hVOIkUw2SDsjyIYXQ+fXKi3alLu98WMaA7e84KeC7Xo3yT9l5
Y7DkdsTCoLVirwVsiJx05ohPYkfs0NMJDS9pT28h2WQfmQxny5gEBAXXSyPk/mtG
Cltc0gcDqlGO6MWh0PrpKU6TXR1aAN/QUK1n7EBTLtwNu+nFEArtn0g4WkqQlfrq
yfLppVzDHUJnPe816g7DLt32V2qMLPJaPppC90pX+6G2+8+BampbL5Fj9OQ9tR2Q
KDwT60kcKtq7xDD4po+W7c1lMBLcVlVbHMCjk4kbPvbI0NF8NBMyAcXYjgMVJmu0
BYBrp7M8WYRkon9XsYjlyBaGYrJ4IeLSW4TwxH48Ma/xPnatEFRkynvKVgFGZFi8
wogioQkMcv84GA3e6VmT
=Qr73
-----END PGP SIGNATURE-----

Comments

Tony Lindgren July 30, 2013, 1:33 p.m. UTC | #1
Arnd & Olof,

Can you please take this pull request directly? Other than the
omap5 regulator dts changes I just posted I don't yet have
anything else queued up right now.

Regards,

Tony

* Paul Walmsley <paul@pwsan.com> [130730 04:53]:
> 
> Hi Tony
> 
> The following changes since commit 5ae90d8e467e625e447000cb4335c4db973b1095:
> 
>   Linux 3.11-rc3 (2013-07-28 20:53:33 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.11-rc/omap-fixes-b
> 
> for you to fetch changes up to 50c2a3a1518befe992f868fc1fd867bdad9776ad:
> 
>   ARM: OMAP2+: hwmod: AM335x: fix cpgmac address space (2013-07-30 05:13:37 -0600)
> 
> ----------------------------------------------------------------
> Some OMAP hwmod fixes for v3.11-rc.  Mostly intended to fix an earlyprintk
> regression and an AM33xx cpgmac power management regression.
> 
> Basic build, boot, and PM tests are available here:
> 
> http://www.pwsan.com/omap/testlogs/hwmod_fixes_a_v3.11-rc/20130730042132/
> 
> The tests include temporary fixes for the unrelated 2430SDP and OMAP3
> boot regressions, which are not part of this signed tag.
> 
> ----------------------------------------------------------------
> Afzal Mohammed (2):
>       ARM: OMAP2+: hwmod: rt address space index for DT
>       ARM: OMAP2+: hwmod: AM335x: fix cpgmac address space
> 
> Rajendra Nayak (3):
>       ARM: OMAP2+: hwmod: Fix a crash in _setup_reset() with DEBUG_LL
>       ARM: OMAP2+: Avoid idling memory controllers with no drivers
>       ARM: OMAP2+: Sync hwmod state with the pm_runtime and omap_device state
> 
>  arch/arm/mach-omap2/omap_device.c                  | 18 ++++++++
>  arch/arm/mach-omap2/omap_hwmod.c                   |  2 +-
>  arch/arm/mach-omap2/omap_hwmod.h                   | 50 ++++++++++++++++++++++
>  arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c |  6 +--
>  arch/arm/mach-omap2/omap_hwmod_33xx_data.c         |  3 +-
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |  9 ++--
>  arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |  5 +--
>  arch/arm/mach-omap2/omap_hwmod_54xx_data.c         |  3 +-
>  arch/arm/mach-omap2/serial.c                       | 11 -----
>  9 files changed, 83 insertions(+), 24 deletions(-)
Olof Johansson Aug. 4, 2013, 8:36 p.m. UTC | #2
On Tue, Jul 30, 2013 at 06:33:36AM -0700, Tony Lindgren wrote:
> Arnd & Olof,
> 
> Can you please take this pull request directly? Other than the
> omap5 regulator dts changes I just posted I don't yet have
> anything else queued up right now.


Pulled. But Paul, if you don't mind, please base your fixes on older -rcs
unless there's a reason to go with the latest-and-greatest.

I had to rebase our fixes branch since this pulled in a newer -rc than
ours and I didn't want to have a back-merge in the history.


Thanks,

-Olof
Paul Walmsley Aug. 4, 2013, 11:46 p.m. UTC | #3
On Sun, 4 Aug 2013, Olof Johansson wrote:

> On Tue, Jul 30, 2013 at 06:33:36AM -0700, Tony Lindgren wrote:
> > Arnd & Olof,
> > 
> > Can you please take this pull request directly? Other than the
> > omap5 regulator dts changes I just posted I don't yet have
> > anything else queued up right now.
> 
> 
> Pulled. But Paul, if you don't mind, please base your fixes on older -rcs
> unless there's a reason to go with the latest-and-greatest.
> 
> I had to rebase our fixes branch since this pulled in a newer -rc than
> ours and I didn't want to have a back-merge in the history.

Will do.  Sorry about the extra hassle.


- Paul
Olof Johansson Aug. 5, 2013, 2:32 a.m. UTC | #4
On Sun, Aug 4, 2013 at 4:46 PM, Paul Walmsley <paul@pwsan.com> wrote:
> On Sun, 4 Aug 2013, Olof Johansson wrote:
>
>> On Tue, Jul 30, 2013 at 06:33:36AM -0700, Tony Lindgren wrote:
>> > Arnd & Olof,
>> >
>> > Can you please take this pull request directly? Other than the
>> > omap5 regulator dts changes I just posted I don't yet have
>> > anything else queued up right now.
>>
>>
>> Pulled. But Paul, if you don't mind, please base your fixes on older -rcs
>> unless there's a reason to go with the latest-and-greatest.
>>
>> I had to rebase our fixes branch since this pulled in a newer -rc than
>> ours and I didn't want to have a back-merge in the history.
>
> Will do.  Sorry about the extra hassle.

No need to apologize, I've never asked for anything like it in the past.

It's something I've realized as of late that it'd be good to avoid
where possible. We used to start a new fixes branch on top of each -rc
so it wasn't an issue before.


-Olof