public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner DT additions for 3.17, take 2
@ 2014-07-31  9:51 Maxime Ripard
  2014-08-18  6:19 ` Chen-Yu Tsai
  0 siblings, 1 reply; 6+ messages in thread
From: Maxime Ripard @ 2014-07-31  9:51 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

Here are a rather small (and late) pull request for the Allwinner DTs
that comes on top of the previous one.

It's basically just a fix, so there's no real need to merge it by
-rc1, it can definitely be postponed to a later 3.17-rc.

Thanks,
Maxime

The following changes since commit c220aec2bb793bf5a1fb451fd3e4db87654c5ba5:

  ARM: dts: sun6i: Add Merrii A31 Hummingbird support (2014-07-18 22:40:37 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt-for-3.17-2

for you to fetch changes up to 495bccf3917b04c6727d720b56620e265c693ace:

  ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes (2014-07-28 11:34:39 +0200)

----------------------------------------------------------------
Allwinner DT changes, take 2

Only a single patch in here that fixes a DTC warning.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes

 arch/arm/boot/dts/sun6i-a31.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140731/832b5fe8/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Allwinner DT additions for 3.17, take 2
  2014-07-31  9:51 [GIT PULL] Allwinner DT additions for 3.17, take 2 Maxime Ripard
@ 2014-08-18  6:19 ` Chen-Yu Tsai
  2014-08-21 21:15   ` Maxime Ripard
  0 siblings, 1 reply; 6+ messages in thread
From: Chen-Yu Tsai @ 2014-08-18  6:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Thu, Jul 31, 2014 at 5:51 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> Hi Arnd, Kevin, Olof,
>
> Here are a rather small (and late) pull request for the Allwinner DTs
> that comes on top of the previous one.
>
> It's basically just a fix, so there's no real need to merge it by
> -rc1, it can definitely be postponed to a later 3.17-rc.
>
> Thanks,
> Maxime
>
> The following changes since commit c220aec2bb793bf5a1fb451fd3e4db87654c5ba5:
>
>   ARM: dts: sun6i: Add Merrii A31 Hummingbird support (2014-07-18 22:40:37 +0200)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt-for-3.17-2
>
> for you to fetch changes up to 495bccf3917b04c6727d720b56620e265c693ace:
>
>   ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes (2014-07-28 11:34:39 +0200)
>
> ----------------------------------------------------------------
> Allwinner DT changes, take 2
>
> Only a single patch in here that fixes a DTC warning.
>
> ----------------------------------------------------------------
> Chen-Yu Tsai (1):
>       ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes

It seems this patch didn't make it into v3.17-rc1.

>  arch/arm/boot/dts/sun6i-a31.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Allwinner DT additions for 3.17, take 2
  2014-08-18  6:19 ` Chen-Yu Tsai
@ 2014-08-21 21:15   ` Maxime Ripard
  2014-08-23  4:20     ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Maxime Ripard @ 2014-08-21 21:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 18, 2014 at 02:19:07PM +0800, Chen-Yu Tsai wrote:
> Hi,
> 
> On Thu, Jul 31, 2014 at 5:51 PM, Maxime Ripard
> <maxime.ripard@free-electrons.com> wrote:
> > Hi Arnd, Kevin, Olof,
> >
> > Here are a rather small (and late) pull request for the Allwinner DTs
> > that comes on top of the previous one.
> >
> > It's basically just a fix, so there's no real need to merge it by
> > -rc1, it can definitely be postponed to a later 3.17-rc.
> >
> > Thanks,
> > Maxime
> >
> > The following changes since commit c220aec2bb793bf5a1fb451fd3e4db87654c5ba5:
> >
> >   ARM: dts: sun6i: Add Merrii A31 Hummingbird support (2014-07-18 22:40:37 +0200)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt-for-3.17-2
> >
> > for you to fetch changes up to 495bccf3917b04c6727d720b56620e265c693ace:
> >
> >   ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes (2014-07-28 11:34:39 +0200)
> >
> > ----------------------------------------------------------------
> > Allwinner DT changes, take 2
> >
> > Only a single patch in here that fixes a DTC warning.
> >
> > ----------------------------------------------------------------
> > Chen-Yu Tsai (1):
> >       ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes
> 
> It seems this patch didn't make it into v3.17-rc1.

Indeed. Arnd, Olof, Kevin, any news on this pull request?

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140821/14d2d991/attachment-0001.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Allwinner DT additions for 3.17, take 2
  2014-08-21 21:15   ` Maxime Ripard
@ 2014-08-23  4:20     ` Olof Johansson
  2014-08-23  6:23       ` Maxime Ripard
  2014-09-01  7:54       ` Maxime Ripard
  0 siblings, 2 replies; 6+ messages in thread
From: Olof Johansson @ 2014-08-23  4:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 21, 2014 at 11:15:00PM +0200, Maxime Ripard wrote:
> On Mon, Aug 18, 2014 at 02:19:07PM +0800, Chen-Yu Tsai wrote:
> > Hi,
> > 
> > On Thu, Jul 31, 2014 at 5:51 PM, Maxime Ripard
> > <maxime.ripard@free-electrons.com> wrote:
> > > Hi Arnd, Kevin, Olof,
> > >
> > > Here are a rather small (and late) pull request for the Allwinner DTs
> > > that comes on top of the previous one.
> > >
> > > It's basically just a fix, so there's no real need to merge it by
> > > -rc1, it can definitely be postponed to a later 3.17-rc.
> > >
> > > Thanks,
> > > Maxime
> > >
> > > The following changes since commit c220aec2bb793bf5a1fb451fd3e4db87654c5ba5:
> > >
> > >   ARM: dts: sun6i: Add Merrii A31 Hummingbird support (2014-07-18 22:40:37 +0200)
> > >
> > > are available in the git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt-for-3.17-2
> > >
> > > for you to fetch changes up to 495bccf3917b04c6727d720b56620e265c693ace:
> > >
> > >   ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes (2014-07-28 11:34:39 +0200)
> > >
> > > ----------------------------------------------------------------
> > > Allwinner DT changes, take 2
> > >
> > > Only a single patch in here that fixes a DTC warning.
> > >
> > > ----------------------------------------------------------------
> > > Chen-Yu Tsai (1):
> > >       ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes
> > 
> > It seems this patch didn't make it into v3.17-rc1.
> 
> Indeed. Arnd, Olof, Kevin, any news on this pull request?

Missed it. Will pull it for fixes.


-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Allwinner DT additions for 3.17, take 2
  2014-08-23  4:20     ` Olof Johansson
@ 2014-08-23  6:23       ` Maxime Ripard
  2014-09-01  7:54       ` Maxime Ripard
  1 sibling, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2014-08-23  6:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 22, 2014 at 09:20:22PM -0700, Olof Johansson wrote:
> > > > Chen-Yu Tsai (1):
> > > >       ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes
> > > 
> > > It seems this patch didn't make it into v3.17-rc1.
> > 
> > Indeed. Arnd, Olof, Kevin, any news on this pull request?
> 
> Missed it. Will pull it for fixes.

Great, thanks!

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140823/b4480fb7/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Allwinner DT additions for 3.17, take 2
  2014-08-23  4:20     ` Olof Johansson
  2014-08-23  6:23       ` Maxime Ripard
@ 2014-09-01  7:54       ` Maxime Ripard
  1 sibling, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2014-09-01  7:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

On Fri, Aug 22, 2014 at 09:20:22PM -0700, Olof Johansson wrote:
> On Thu, Aug 21, 2014 at 11:15:00PM +0200, Maxime Ripard wrote:
> > On Mon, Aug 18, 2014 at 02:19:07PM +0800, Chen-Yu Tsai wrote:
> > > Hi,
> > > 
> > > On Thu, Jul 31, 2014 at 5:51 PM, Maxime Ripard
> > > <maxime.ripard@free-electrons.com> wrote:
> > > > Hi Arnd, Kevin, Olof,
> > > >
> > > > Here are a rather small (and late) pull request for the Allwinner DTs
> > > > that comes on top of the previous one.
> > > >
> > > > It's basically just a fix, so there's no real need to merge it by
> > > > -rc1, it can definitely be postponed to a later 3.17-rc.
> > > >
> > > > Thanks,
> > > > Maxime
> > > >
> > > > The following changes since commit c220aec2bb793bf5a1fb451fd3e4db87654c5ba5:
> > > >
> > > >   ARM: dts: sun6i: Add Merrii A31 Hummingbird support (2014-07-18 22:40:37 +0200)
> > > >
> > > > are available in the git repository at:
> > > >
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt-for-3.17-2
> > > >
> > > > for you to fetch changes up to 495bccf3917b04c6727d720b56620e265c693ace:
> > > >
> > > >   ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes (2014-07-28 11:34:39 +0200)
> > > >
> > > > ----------------------------------------------------------------
> > > > Allwinner DT changes, take 2
> > > >
> > > > Only a single patch in here that fixes a DTC warning.
> > > >
> > > > ----------------------------------------------------------------
> > > > Chen-Yu Tsai (1):
> > > >       ARM: dt: sun6i: Add #address-cells and #size-cells to i2c controller nodes
> > > 
> > > It seems this patch didn't make it into v3.17-rc1.
> > 
> > Indeed. Arnd, Olof, Kevin, any news on this pull request?
> 
> Missed it. Will pull it for fixes.

I didn't see it in your latest pull request to Linus, is this normal?

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140901/17f2dc30/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-01  7:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-31  9:51 [GIT PULL] Allwinner DT additions for 3.17, take 2 Maxime Ripard
2014-08-18  6:19 ` Chen-Yu Tsai
2014-08-21 21:15   ` Maxime Ripard
2014-08-23  4:20     ` Olof Johansson
2014-08-23  6:23       ` Maxime Ripard
2014-09-01  7:54       ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox