mbox

[GIT,PULL] pxa dt binding for v3.12

Message ID CAN1soZx5Ax1jq3psJXwnHozBP6jA9Y3ziRL=go=bP5k2ds=thg@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git tags/pxa-dt

Message

Haojian Zhuang Aug. 11, 2013, 10:31 a.m. UTC
Hi Olof & Arnd,

Here's the pull request from pxa git tree.

Regards
Haojian

The following changes since commit c095ba7224d8edc71dcef0d655911399a8bd4a3f:

  Linux 3.11-rc4 (2013-08-04 13:46:46 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git tags/pxa-dt

for you to fetch changes up to 781c8603856c9e8b37f1348cdb9a5685910a7225:

  ARM: pxa: DTS: override gpio node in pxa3xx.dtsi (2013-08-11 17:50:27 +0800)

----------------------------------------------------------------
dt binding for gpio-pxa

----------------------------------------------------------------
Daniel Mack (2):
      ARM: pxa: fix DT auxdata for pxa3xx-gpio
      ARM: pxa: DTS: override gpio node in pxa3xx.dtsi

 arch/arm/boot/dts/pxa3xx.dtsi | 11 +++++++++++
 arch/arm/mach-pxa/pxa-dt.c    |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

Comments

Daniel Mack Aug. 11, 2013, 10:37 a.m. UTC | #1
Hi Haojian,

On 11.08.2013 12:31, Haojian Zhuang wrote:
> Hi Olof & Arnd,
> 
> Here's the pull request from pxa git tree.

If we fail to sort out the remaining bits for the pxa dma rework in time
(which is likely), I'd like to extract some of the patches that can be
merged independently and send them again for the 3.12 merge window. Some
through your tree, some through the ASoC and other trees.

So any case, I have more patches for you :) When do you anticipate your
deadline for taking patches for 3.12?


Thanks,
Daniel
Kevin Hilman Aug. 13, 2013, 11:16 p.m. UTC | #2
Haojian Zhuang <haojian.zhuang@gmail.com> writes:

> Hi Olof & Arnd,

I'm also helping out with arm-soc maintenance now.  In the future,
please be sure to Cc arm@kernel.org on pull requests for ease of
filtering, so we don't miss anything.

> Here's the pull request from pxa git tree.

Pulled into next/dt.

In the future, it makes things simpler for us if you base on older -rc
releases wherever possible (c.f. similar request by Olof[1].)  In this
case, it was trivial for me to rebase it onto -rc1 so I've done that
before applying.

Thanks,

Kevin

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-August/189115.html
Olof Johansson Aug. 14, 2013, 5:34 a.m. UTC | #3
On Tue, Aug 13, 2013 at 04:16:38PM -0700, Kevin Hilman wrote:
> Haojian Zhuang <haojian.zhuang@gmail.com> writes:
> 
> > Hi Olof & Arnd,
> 
> I'm also helping out with arm-soc maintenance now.  In the future,
> please be sure to Cc arm@kernel.org on pull requests for ease of
> filtering, so we don't miss anything.
> 
> > Here's the pull request from pxa git tree.
> 
> Pulled into next/dt.
> 
> In the future, it makes things simpler for us if you base on older -rc
> releases wherever possible (c.f. similar request by Olof[1].)  In this
> case, it was trivial for me to rebase it onto -rc1 so I've done that
> before applying.

We talked about this over IRC, but just for others education: Be careful when
you rebase, since platform maintainers have downstream users too, and some of
their trees are in linux-next. PXA isn't included there so this seemed ok to
do.

This is something we might want to bring up at the arm summit, I'll think about
it a bit more and propose a topic on the list.


-Olof