* [GIT PULL] ux500 patches for v3.4 take 2
@ 2012-02-24 16:07 Linus Walleij
2012-02-24 16:39 ` Arnd Bergmann
0 siblings, 1 reply; 6+ messages in thread
From: Linus Walleij @ 2012-02-24 16:07 UTC (permalink / raw)
To: linux-arm-kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi ARM-SoC maintainers,
this is an iteration of the former pull request for the
ux500 changes, replacing the U9540 patch with a v2 version
without the IRQs defined, planning to get these into
the device tree.
Thanks,
Linus Walleij
The following changes since commit b01543dfe67bb1d191998e90d20534dc354de059:
Linux 3.3-rc4 (2012-02-18 15:53:33 -0800)
are available in the git repository at:
git://git.linaro.org/people/triad/linux-stericsson.git/ ..BRANCH.NOT.VERIFIED..
Linus Walleij (1):
ARM: ux500: core U9540 support
Michel Jaouen (1):
ARM: ux500: ioremap differences for DB9540
Ola Lilja (3):
ARM: ux500: Add placeholder for clk_set_parent
ARM: ux500: Add DMA-channels for MSP
ARM: ux500: Add audio-regulators
Philippe Langlais (2):
ARM: ux500: set ARCH_NR_GPIO to 355 on U8500 platforms
ARM: ux500: fix around AB8500 GPIO macro name
arch/arm/Kconfig | 2 +-
arch/arm/mach-ux500/board-mop500-regulators.c | 28 ++++++++++++++++++++++++
arch/arm/mach-ux500/board-mop500-uib.c | 2 +-
arch/arm/mach-ux500/board-mop500.c | 2 +-
arch/arm/mach-ux500/board-mop500.h | 2 +-
arch/arm/mach-ux500/cache-l2x0.c | 14 ++++++++++-
arch/arm/mach-ux500/clock.c | 9 ++++++-
arch/arm/mach-ux500/clock.h | 1 +
arch/arm/mach-ux500/cpu-db8500.c | 24 +++++++++++++++++---
arch/arm/mach-ux500/cpu.c | 4 +-
arch/arm/mach-ux500/devices-db8500.c | 6 +++++
arch/arm/mach-ux500/id.c | 26 ++++++++++++++++++++++
arch/arm/mach-ux500/include/mach/db8500-regs.h | 6 +++++
arch/arm/mach-ux500/include/mach/hardware.h | 12 ++++++++++
arch/arm/mach-ux500/include/mach/id.h | 17 +++++++++++++-
arch/arm/mach-ux500/include/mach/irqs.h | 2 +-
arch/arm/mach-ux500/include/mach/setup.h | 7 ++++++
arch/arm/mach-ux500/platsmp.c | 4 +-
arch/arm/mach-ux500/timer.c | 2 +-
drivers/cpufreq/db8500-cpufreq.c | 2 +-
20 files changed, 153 insertions(+), 19 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJPR0U7AAoJEEEQszewGV1z4wIQAIXY6g66kHYZzi00j1qyuEay
1oRz38jur1DIM+MHDarpId36sZt9QRQ/aCXMYk855i41dwXCXTMtvNrnRWqRdJsz
VOJR+XoNkZLhrxFUAdOQ2jSp1jpDEaaiklm/UjpYOb6JoXTqcI8ktz2Av3w9YWwG
o/l7fFgFxm8Poa2tBdEj8zoQrWMH7XsG/LzP84gJW8yi0BhNIOlTYXpsWqJlHsY2
M4K2Thb+6h2Q/AtMSICbuYC102AVg+MOGZRrZmO0koDsRi5h795lEzJ/GaavpaGx
hJF17czDq0VDYpcSA6UwdomfzQOXGpORJI3+PJa8qKLN9CfjaYus9Tw7JcmJ9PWV
2YEc2H6IT+MPDWqdwPwUhEP8iXsw/hcTgQ2gsP2f/6MG0d0cCMCsFHa9jrCti2o0
t4MvJB/AimbbNXHI1z/DqBc8/swkf6wrqOSGMGj7G5GpTp6GymNj1DsDQmMVJpcP
VpN0Bt3CzodY9jRUpvnH9Yth7cD4WmzQ/HLYUyz98u0bxU4xCnmuYZ7XIokGj4lv
+Chr0iJljnlQ44rdAu3wI8B+NO8UOhonh1M1/jMUeHJXzLpRDNQQKI88scNKPL/x
SEXumMz29IMWnbGVKjroSkGq+6HqZqTUihTiNfbqZ4FFSOdSjytyTMPMPHpAnOVw
s7AFEcIfbJEL1JN5GZ/6
=N9e7
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] ux500 patches for v3.4 take 2
2012-02-24 16:07 [GIT PULL] ux500 patches for v3.4 take 2 Linus Walleij
@ 2012-02-24 16:39 ` Arnd Bergmann
2012-02-27 7:42 ` Linus Walleij
0 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2012-02-24 16:39 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 24 February 2012, Linus Walleij wrote:
> are available in the git repository at:
> git://git.linaro.org/people/triad/linux-stericsson.git/ ..BRANCH.NOT.VERIFIED..
>
Something wrong on your end apparently.
I've also followed up on the discussion, so let's find a conclusion on
the ux500_read_asicid first.
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] ux500 patches for v3.4 take 2
2012-02-24 16:39 ` Arnd Bergmann
@ 2012-02-27 7:42 ` Linus Walleij
2012-02-27 9:02 ` Arnd Bergmann
0 siblings, 1 reply; 6+ messages in thread
From: Linus Walleij @ 2012-02-27 7:42 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Feb 24, 2012 at 5:39 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Friday 24 February 2012, Linus Walleij wrote:
>> are available in the git repository at:
>> ? git://git.linaro.org/people/triad/linux-stericsson.git/ ..BRANCH.NOT.VERIFIED..
>
> Something wrong on your end apparently.
Hm :-( I'll check it by pulling it back myself next time.
> I've also followed up on the discussion, so let's find a conclusion on
> the ux500_read_asicid first.
Sure I think I have a solution for that, or I'll just strip off the
U9540 support and save that for the next merge window or
a later pull request no big deal.
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] ux500 patches for v3.4 take 2
2012-02-27 7:42 ` Linus Walleij
@ 2012-02-27 9:02 ` Arnd Bergmann
2012-02-29 9:45 ` Linus Walleij
0 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2012-02-27 9:02 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 27 February 2012, Linus Walleij wrote:
> On Fri, Feb 24, 2012 at 5:39 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Friday 24 February 2012, Linus Walleij wrote:
> >> are available in the git repository at:
> >> git://git.linaro.org/people/triad/linux-stericsson.git/ ..BRANCH.NOT.VERIFIED..
> >
> > Something wrong on your end apparently.
>
> Hm :-( I'll check it by pulling it back myself next time.
git request-pull checks this already, you just have to make sure that the right
branch or tag shows up in the pull URL.
> > I've also followed up on the discussion, so let's find a conclusion on
> > the ux500_read_asicid first.
>
> Sure I think I have a solution for that, or I'll just strip off the
> U9540 support and save that for the next merge window or
> a later pull request no big deal.
Right, either way is fine for me.
Thanks,
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] ux500 patches for v3.4 take 2
2012-02-27 9:02 ` Arnd Bergmann
@ 2012-02-29 9:45 ` Linus Walleij
2012-02-29 13:14 ` Arnd Bergmann
0 siblings, 1 reply; 6+ messages in thread
From: Linus Walleij @ 2012-02-29 9:45 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Feb 27, 2012 at 10:02 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Monday 27 February 2012, Linus Walleij wrote:
>> On Fri, Feb 24, 2012 at 5:39 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>> > On Friday 24 February 2012, Linus Walleij wrote:
>> >> are available in the git repository at:
>> >> ? git://git.linaro.org/people/triad/linux-stericsson.git/ ..BRANCH.NOT.VERIFIED..
>> >
>> > Something wrong on your end apparently.
>>
>> Hm :-( I'll check it by pulling it back myself next time.
>
> git request-pull checks this already, you just have to make sure that the right
> branch or tag shows up in the pull URL.
Hm I think we simply hit "propagated to some mirrors but not all"
so I saw the branch on my mirror but it wasn't yet up on yours :-/
Linus
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] ux500 patches for v3.4 take 2
2012-02-29 9:45 ` Linus Walleij
@ 2012-02-29 13:14 ` Arnd Bergmann
0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-02-29 13:14 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday 29 February 2012, Linus Walleij wrote:
> On Mon, Feb 27, 2012 at 10:02 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Monday 27 February 2012, Linus Walleij wrote:
> >> On Fri, Feb 24, 2012 at 5:39 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> >> > On Friday 24 February 2012, Linus Walleij wrote:
> >> >> are available in the git repository at:
> >> >> / ..BRANCH.NOT.VERIFIED..
> >> >
> >> > Something wrong on your end apparently.
> >>
> >> Hm :-( I'll check it by pulling it back myself next time.
> >
> > git request-pull checks this already, you just have to make sure that the right
> > branch or tag shows up in the pull URL.
>
> Hm I think we simply hit "propagated to some mirrors but not all"
> so I saw the branch on my mirror but it wasn't yet up on yours :-/
I'm not convinced we're talking about the same thing here. I'm pretty sure
it was visible on my mirror, but not on yours, hence the
'..BRANCH.NOT.VERIFIED..'.
As I said, git request-pull will look at the remote to figure out which
branch name to put into the text, but it could not find the commit id on
the server when you ran it.
I could of course try to guess which branch you want me to pull, but
I'd rather hear it from you ;-)
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-02-29 13:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 16:07 [GIT PULL] ux500 patches for v3.4 take 2 Linus Walleij
2012-02-24 16:39 ` Arnd Bergmann
2012-02-27 7:42 ` Linus Walleij
2012-02-27 9:02 ` Arnd Bergmann
2012-02-29 9:45 ` Linus Walleij
2012-02-29 13:14 ` Arnd Bergmann
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.