| Submitter | Pawel Moll |
|---|---|
| Date | Jan. 29, 2013, 6:34 p.m. |
| Message ID | <1359484450.8090.27.camel@hornet> |
| Download | mbox |
| Permalink | /patch/216625/ |
| State | New |
| Headers | show |
Pull-request
git://git.linaro.org/people/pawelmoll/linux.git tags/vexpress/drivers-for-3.9Comments
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
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ł
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%)