linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* socfpga-next
@ 2013-10-03 13:02 Robert Schwebel
  2013-10-03 13:31 ` socfpga-next Dinh Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Schwebel @ 2013-10-03 13:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Dinh,

On Wed, Oct 02, 2013 at 09:35:29AM +0200, Steffen Trumtrar wrote:
> BTW: It seems there is no official maintainer(tree) for the socfpga dt stuff.
> So, I rebased onto next-20130927.

It would be great if you could establish some kind of socfpga-next tree,
where we can see what you have already taken, and which could be put
into linux-next.

What do you think?

rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* socfpga-next
  2013-10-03 13:02 socfpga-next Robert Schwebel
@ 2013-10-03 13:31 ` Dinh Nguyen
  2013-10-03 14:10   ` socfpga-next Steffen Trumtrar
  0 siblings, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2013-10-03 13:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Robert,

On Thu, 2013-10-03 at 15:02 +0200, Robert Schwebel wrote:
> Hi Dinh,
> 
> On Wed, Oct 02, 2013 at 09:35:29AM +0200, Steffen Trumtrar wrote:
> > BTW: It seems there is no official maintainer(tree) for the socfpga dt stuff.
> > So, I rebased onto next-20130927.
> 
> It would be great if you could establish some kind of socfpga-next tree,
> where we can see what you have already taken, and which could be put
> into linux-next.
> 
> What do you think?

Do you mean at kernel.org or just at any other place? I have a git repo
that I'm managing with commits that are sent out for review or have
Acks.

git://git.rocketboards.org/linux-socfpga-next.git

next-dt : DTS updates
for-next : latest from Linus + patches(being reviewed)


Dinh

> 
> rsc

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

* socfpga-next
  2013-10-03 13:31 ` socfpga-next Dinh Nguyen
@ 2013-10-03 14:10   ` Steffen Trumtrar
  2013-10-03 14:34     ` socfpga-next Dinh Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Trumtrar @ 2013-10-03 14:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Dinh,

On Thu, Oct 03, 2013 at 08:31:58AM -0500, Dinh Nguyen wrote:
> Hi Robert,
> 
> On Thu, 2013-10-03 at 15:02 +0200, Robert Schwebel wrote:
> > Hi Dinh,
> > 
> > On Wed, Oct 02, 2013 at 09:35:29AM +0200, Steffen Trumtrar wrote:
> > > BTW: It seems there is no official maintainer(tree) for the socfpga dt stuff.
> > > So, I rebased onto next-20130927.
> > 
> > It would be great if you could establish some kind of socfpga-next tree,
> > where we can see what you have already taken, and which could be put
> > into linux-next.
> > 
> > What do you think?
> 
> Do you mean at kernel.org or just at any other place? I have a git repo
> that I'm managing with commits that are sent out for review or have
> Acks.
> 
> git://git.rocketboards.org/linux-socfpga-next.git
> 
> next-dt : DTS updates

It seems I overlooked this branch, last time I checked your repo...

> for-next : latest from Linus + patches(being reviewed)
> 

...this was the only one I have seen.
Do you also collect the DTS(I) patches? If so, you should add that to the
MAINTAINERS file. I think, it might be a good idea to collect that stuff
in one place, because *.dts files really love to produce merge conflicts.
No need to bother the ARM or OF maintainers with that.

Regards,
Steffen

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* socfpga-next
  2013-10-03 14:10   ` socfpga-next Steffen Trumtrar
@ 2013-10-03 14:34     ` Dinh Nguyen
  0 siblings, 0 replies; 4+ messages in thread
From: Dinh Nguyen @ 2013-10-03 14:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 2013-10-03 at 16:10 +0200, Steffen Trumtrar wrote:
> Hi Dinh,
> 
> On Thu, Oct 03, 2013 at 08:31:58AM -0500, Dinh Nguyen wrote:
> > Hi Robert,
> > 
> > On Thu, 2013-10-03 at 15:02 +0200, Robert Schwebel wrote:
> > > Hi Dinh,
> > > 
> > > On Wed, Oct 02, 2013 at 09:35:29AM +0200, Steffen Trumtrar wrote:
> > > > BTW: It seems there is no official maintainer(tree) for the socfpga dt stuff.
> > > > So, I rebased onto next-20130927.
> > > 
> > > It would be great if you could establish some kind of socfpga-next tree,
> > > where we can see what you have already taken, and which could be put
> > > into linux-next.
> > > 
> > > What do you think?
> > 
> > Do you mean at kernel.org or just at any other place? I have a git repo
> > that I'm managing with commits that are sent out for review or have
> > Acks.
> > 
> > git://git.rocketboards.org/linux-socfpga-next.git
> > 
> > next-dt : DTS updates
> 
> It seems I overlooked this branch, last time I checked your repo...
> 
> > for-next : latest from Linus + patches(being reviewed)
> > 
> 
> ...this was the only one I have seen.
> Do you also collect the DTS(I) patches? If so, you should add that to the
> MAINTAINERS file. I think, it might be a good idea to collect that stuff
> in one place, because *.dts files really love to produce merge conflicts.
> No need to bother the ARM or OF maintainers with that.

Yes, I will be collecting DTS patches. I will add the git repo link to
the MAINTAINERS file.

Dinh
> 
> Regards,
> Steffen
> 

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

end of thread, other threads:[~2013-10-03 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 13:02 socfpga-next Robert Schwebel
2013-10-03 13:31 ` socfpga-next Dinh Nguyen
2013-10-03 14:10   ` socfpga-next Steffen Trumtrar
2013-10-03 14:34     ` socfpga-next Dinh Nguyen

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).