* [GIT PULL] ux500 fixes for v3.12
@ 2013-09-25 7:24 Linus Walleij
2013-09-26 4:12 ` Olof Johansson
2013-09-26 16:07 ` Kevin Hilman
0 siblings, 2 replies; 4+ messages in thread
From: Linus Walleij @ 2013-09-25 7:24 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC folks,
this seems to have got stuck in some limbo in my tree, sorry for that.
Please pull this in for fixes bound for the v3.12 RC:s so we have the
Snowball I2C devices on DT boots again.
Yours,
Linus Wallleij
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
tags/ux500-fixes-v3.12-1
for you to fetch changes up to 0ec941e61c020ab6df8d39ae368000b31eb37ba3:
ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
(2013-09-17 13:17:02 +0200)
----------------------------------------------------------------
Fix to make the Snowball boot properly from device tree
by not hardcoding the I2C PrimeCell IDs.
----------------------------------------------------------------
Lee Jones (1):
ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
arch/arm/boot/dts/ste-dbx5x0.dtsi | 5 -----
1 file changed, 5 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ux500 fixes for v3.12
2013-09-25 7:24 [GIT PULL] ux500 fixes for v3.12 Linus Walleij
@ 2013-09-26 4:12 ` Olof Johansson
2013-09-26 16:07 ` Kevin Hilman
1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-09-26 4:12 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Sep 25, 2013 at 12:24 AM, Linus Walleij
<linus.walleij@linaro.org> wrote:
> Hi ARM SoC folks,
>
> this seems to have got stuck in some limbo in my tree, sorry for that.
> Please pull this in for fixes bound for the v3.12 RC:s so we have the
> Snowball I2C devices on DT boots again.
>
> Yours,
> Linus Wallleij
>
> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
>
> Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
> tags/ux500-fixes-v3.12-1
>
> for you to fetch changes up to 0ec941e61c020ab6df8d39ae368000b31eb37ba3:
>
> ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
> (2013-09-17 13:17:02 +0200)
Pulled, thanks.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ux500 fixes for v3.12
2013-09-25 7:24 [GIT PULL] ux500 fixes for v3.12 Linus Walleij
2013-09-26 4:12 ` Olof Johansson
@ 2013-09-26 16:07 ` Kevin Hilman
2013-09-26 16:44 ` Kevin Hilman
1 sibling, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2013-09-26 16:07 UTC (permalink / raw)
To: linux-arm-kernel
Linus Walleij <linus.walleij@linaro.org> writes:
> Hi ARM SoC folks,
>
> this seems to have got stuck in some limbo in my tree, sorry for that.
> Please pull this in for fixes bound for the v3.12 RC:s so we have the
> Snowball I2C devices on DT boots again.
>
> Yours,
> Linus Wallleij
>
> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
>
> Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
> tags/ux500-fixes-v3.12-1
>
> for you to fetch changes up to 0ec941e61c020ab6df8d39ae368000b31eb37ba3:
>
> ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
> (2013-09-17 13:17:02 +0200)
>
> ----------------------------------------------------------------
> Fix to make the Snowball boot properly from device tree
> by not hardcoding the I2C PrimeCell IDs.
>
> ----------------------------------------------------------------
> Lee Jones (1):
> ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
>
> arch/arm/boot/dts/ste-dbx5x0.dtsi | 5 -----
> 1 file changed, 5 deletions(-)
Pulled into fixes,
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ux500 fixes for v3.12
2013-09-26 16:07 ` Kevin Hilman
@ 2013-09-26 16:44 ` Kevin Hilman
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2013-09-26 16:44 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 26, 2013 at 9:07 AM, Kevin Hilman <khilman@linaro.org> wrote:
> Linus Walleij <linus.walleij@linaro.org> writes:
>
>> Hi ARM SoC folks,
>>
>> this seems to have got stuck in some limbo in my tree, sorry for that.
>> Please pull this in for fixes bound for the v3.12 RC:s so we have the
>> Snowball I2C devices on DT boots again.
>>
>> Yours,
>> Linus Wallleij
>>
>> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
>>
>> Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
>> tags/ux500-fixes-v3.12-1
>>
>> for you to fetch changes up to 0ec941e61c020ab6df8d39ae368000b31eb37ba3:
>>
>> ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
>> (2013-09-17 13:17:02 +0200)
>>
>> ----------------------------------------------------------------
>> Fix to make the Snowball boot properly from device tree
>> by not hardcoding the I2C PrimeCell IDs.
>>
>> ----------------------------------------------------------------
>> Lee Jones (1):
>> ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
>>
>> arch/arm/boot/dts/ste-dbx5x0.dtsi | 5 -----
>> 1 file changed, 5 deletions(-)
>
> Pulled into fixes,
And backed out after catching up on other discussion, sorry for noise.
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-26 16:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 7:24 [GIT PULL] ux500 fixes for v3.12 Linus Walleij
2013-09-26 4:12 ` Olof Johansson
2013-09-26 16:07 ` Kevin Hilman
2013-09-26 16:44 ` Kevin Hilman
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).