* [GIT PULL] vexpress: drivers for v3.9
@ 2013-01-29 18:34 Pawel Moll
2013-01-29 23:38 ` Olof Johansson
0 siblings, 1 reply; 5+ messages in thread
From: Pawel Moll @ 2013-01-29 18:34 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
are available in the git repository at:
git://git.linaro.org/people/pawelmoll/linux.git tags/vexpress/drivers-for-3.9
for you to fetch changes up to d299d4b5c95d37df0a8964930a3586f8d3cdb4ef:
arm: Move sp810.h to include/linux/amba/ (2013-01-29 18:13:24 +0000)
----------------------------------------------------------------
Versatile Express related driver updates for 3.9:
* Move sp810 header to a more generic location,
mainly to share it with arm64
* Add pseudo-GPIO lines (and equivalent gpio LED definitions)
to control LEDs on vexpress motherboard.
----------------------------------------------------------------
Catalin Marinas (1):
arm: Move sp810.h to include/linux/amba/
Pawel Moll (1):
mfd: vexpress: Add pseudo-GPIO based LEDs
arch/arm/plat-spear/restart.c | 2 +-
drivers/clk/versatile/clk-vexpress.c | 3 +-
drivers/mfd/vexpress-sysreg.c | 73 +++++++++++++++-----
.../asm/hardware => include/linux/amba}/sp810.h | 0
include/linux/vexpress.h | 8 +++
5 files changed, 65 insertions(+), 21 deletions(-)
rename {arch/arm/include/asm/hardware => include/linux/amba}/sp810.h (100%)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] vexpress: drivers for v3.9
2013-01-29 18:34 [GIT PULL] vexpress: drivers for v3.9 Pawel Moll
@ 2013-01-29 23:38 ` Olof Johansson
2013-01-30 10:38 ` Pawel Moll
0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2013-01-29 23:38 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Tue, Jan 29, 2013 at 10:34 AM, Pawel Moll <pawel.moll@arm.com> wrote:
> Hi Arnd, Olof,
>
> The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
>
> Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/pawelmoll/linux.git tags/vexpress/drivers-for-3.9
>
> for you to fetch changes up to d299d4b5c95d37df0a8964930a3586f8d3cdb4ef:
>
> arm: Move sp810.h to include/linux/amba/ (2013-01-29 18:13:24 +0000)
>
> ----------------------------------------------------------------
> Versatile Express related driver updates for 3.9:
> * Move sp810 header to a more generic location,
> mainly to share it with arm64
> * Add pseudo-GPIO lines (and equivalent gpio LED definitions)
> to control LEDs on vexpress motherboard.
>
> ----------------------------------------------------------------
> Catalin Marinas (1):
> arm: Move sp810.h to include/linux/amba/
>
> Pawel Moll (1):
> mfd: vexpress: Add pseudo-GPIO based LEDs
I can't find record of this patch ever having been posted (under that
subject at least) on any list I am on, including linux-arm-kernel and
linux-kernel.
You should at least post it to those lists, and cc the MFD maintainer.
And you should get his ack if you are going to merge this patch
through arm-soc instead of through his tree.
-Olof
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] vexpress: drivers for v3.9
2013-01-29 23:38 ` Olof Johansson
@ 2013-01-30 10:38 ` Pawel Moll
2013-01-30 15:59 ` Pawel Moll
0 siblings, 1 reply; 5+ messages in thread
From: Pawel Moll @ 2013-01-30 10:38 UTC (permalink / raw)
To: linux-arm-kernel
Morning,
> > Pawel Moll (1):
> > mfd: vexpress: Add pseudo-GPIO based LEDs
>
> I can't find record of this patch ever having been posted (under that
> subject at least) on any list I am on, including linux-arm-kernel and
> linux-kernel.
Uh, the brief LEDs discussion happened so long ago (almost 3 months)
that I was convinced I posted it back then. Should have checked it
myself, sorry.
> You should at least post it to those lists, and cc the MFD maintainer.
> And you should get his ack if you are going to merge this patch
> through arm-soc instead of through his tree.
You're right, I'll approach Samuel regarding this bit.
In the meantime, could you please take the other patch please? I mean:
> > Catalin Marinas (1):
> > arm: Move sp810.h to include/linux/amba/
I can rework the branch to contain this patch only and send a new pull
request if you prefer.
Thanks!
Pawe?
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] vexpress: drivers for v3.9
2013-01-30 10:38 ` Pawel Moll
@ 2013-01-30 15:59 ` Pawel Moll
2013-01-30 18:05 ` Olof Johansson
0 siblings, 1 reply; 5+ messages in thread
From: Pawel Moll @ 2013-01-30 15:59 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, 2013-01-30 at 10:38 +0000, Pawel Moll wrote:
> In the meantime, could you please take the other patch please? I mean:
>
> > > Catalin Marinas (1):
> > > arm: Move sp810.h to include/linux/amba/
>
> I can rework the branch to contain this patch only and send a new pull
> request if you prefer.
As Samuel will take the LEDs patch through his tree, I've regenerated
the branch, so:
The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
are available in the git repository at:
git://git.linaro.org/people/pawelmoll/linux.git tags/vexpress/drivers-for-3.9
for you to fetch changes up to da660b4a3b15caea9c198c4f26d1cf7023df92fc:
arm: Move sp810.h to include/linux/amba/ (2013-01-30 15:55:45 +0000)
----------------------------------------------------------------
Versatile Express related driver updates for 3.9:
* Move sp810 header to a more generic location,
mainly to share it with arm64
----------------------------------------------------------------
Catalin Marinas (1):
arm: Move sp810.h to include/linux/amba/
arch/arm/plat-spear/restart.c | 2 +-
drivers/clk/versatile/clk-vexpress.c | 3 +--
{arch/arm/include/asm/hardware => include/linux/amba}/sp810.h | 0
3 files changed, 2 insertions(+), 3 deletions(-)
rename {arch/arm/include/asm/hardware => include/linux/amba}/sp810.h (100%)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] vexpress: drivers for v3.9
2013-01-30 15:59 ` Pawel Moll
@ 2013-01-30 18:05 ` Olof Johansson
0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2013-01-30 18:05 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 30, 2013 at 03:59:11PM +0000, Pawel Moll wrote:
> On Wed, 2013-01-30 at 10:38 +0000, Pawel Moll wrote:
> > In the meantime, could you please take the other patch please? I mean:
> >
> > > > Catalin Marinas (1):
> > > > arm: Move sp810.h to include/linux/amba/
> >
> > I can rework the branch to contain this patch only and send a new pull
> > request if you prefer.
>
> As Samuel will take the LEDs patch through his tree, I've regenerated
> the branch, so:
>
> The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
>
> Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/pawelmoll/linux.git tags/vexpress/drivers-for-3.9
Pulled, thanks.
-Olof
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-30 18:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 18:34 [GIT PULL] vexpress: drivers for v3.9 Pawel Moll
2013-01-29 23:38 ` Olof Johansson
2013-01-30 10:38 ` Pawel Moll
2013-01-30 15:59 ` Pawel Moll
2013-01-30 18:05 ` Olof Johansson
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).