linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Patch format for submission?
  2009-08-19 15:24 Patch format for submission? Peter Barada
@ 2009-08-19 15:22 ` Paul Walmsley
  2009-08-19 16:31   ` Tim Bird
  2009-08-19 15:46 ` Amit Kucheria
  2009-08-20 16:02 ` Stephan Linz
  2 siblings, 1 reply; 13+ messages in thread
From: Paul Walmsley @ 2009-08-19 15:22 UTC (permalink / raw)
  To: Peter Barada; +Cc: linux-omap

Hi Peter,

On Wed, 19 Aug 2009, Peter Barada wrote:

> 1) Does anyone have a URL of the format patches should be in that are
> submitted to the linux-omap list?
> 
> I've got some patches to add base support for the Logic OMAP 35x SOM and
> Torpedo boards and I'd like to submit them in the right format for
> inclusion and push into mainline.

Documentation/SubmittingPatches and Documentation/CodingStyle are pretty 
good intros to this.


- Paul

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

* Patch format for submission?
@ 2009-08-19 15:24 Peter Barada
  2009-08-19 15:22 ` Paul Walmsley
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Peter Barada @ 2009-08-19 15:24 UTC (permalink / raw)
  To: linux-omap

1) Does anyone have a URL of the format patches should be in that are
submitted to the linux-omap list?

I've got some patches to add base support for the Logic OMAP 35x SOM and
Torpedo boards and I'd like to submit them in the right format for
inclusion and push into mainline.

-- 
Peter Barada <peterb@logicpd.com>
Logic Product Development, Inc.

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

* Re: Patch format for submission?
  2009-08-19 15:24 Patch format for submission? Peter Barada
  2009-08-19 15:22 ` Paul Walmsley
@ 2009-08-19 15:46 ` Amit Kucheria
  2009-08-20 16:02 ` Stephan Linz
  2 siblings, 0 replies; 13+ messages in thread
From: Amit Kucheria @ 2009-08-19 15:46 UTC (permalink / raw)
  To: Peter Barada; +Cc: linux-omap

On 09 Aug 19, Peter Barada wrote:
> 1) Does anyone have a URL of the format patches should be in that are
> submitted to the linux-omap list?
> 
> I've got some patches to add base support for the Logic OMAP 35x SOM and
> Torpedo boards and I'd like to submit them in the right format for
> inclusion and push into mainline.

Peter,

Look at Documentation/SubmittingPatches in the kernel top level directory. It
has instructions and links to other documents for submitting a correct patch.

Regards,
Amit

-- 
-------------------------------------------------------------------------
Amit Kucheria,				 Kernel Developer, Verdurent
-------------------------------------------------------------------------

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

* Re: Patch format for submission?
  2009-08-19 15:22 ` Paul Walmsley
@ 2009-08-19 16:31   ` Tim Bird
  2009-08-21 13:10     ` Kevin Hilman
  0 siblings, 1 reply; 13+ messages in thread
From: Tim Bird @ 2009-08-19 16:31 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: Peter Barada, linux-omap

Paul Walmsley wrote:
> Hi Peter,
> 
> On Wed, 19 Aug 2009, Peter Barada wrote:
> 
>> 1) Does anyone have a URL of the format patches should be in that are
>> submitted to the linux-omap list?
>>
>> I've got some patches to add base support for the Logic OMAP 35x SOM and
>> Torpedo boards and I'd like to submit them in the right format for
>> inclusion and push into mainline.
> 
> Documentation/SubmittingPatches and Documentation/CodingStyle are pretty 
> good intros to this.
>
Also, Andrew Morton wrote a paper called "The Perfect Patch"
with a nice checklist of attributes.

http://userweb.kernel.org/~akpm/stuff/tpp.txt

 -- Tim
=============================
Tim Bird
Architecture Group Chair, CE Linux Forum
Senior Staff Engineer, Sony Corporation of America
=============================


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

* Re: Patch format for submission?
  2009-08-19 15:24 Patch format for submission? Peter Barada
  2009-08-19 15:22 ` Paul Walmsley
  2009-08-19 15:46 ` Amit Kucheria
@ 2009-08-20 16:02 ` Stephan Linz
  2010-04-29 17:18   ` OMAP 3530 LV-SOM support (was: Re: Patch format for submission?) Zygo Blaxell
  2 siblings, 1 reply; 13+ messages in thread
From: Stephan Linz @ 2009-08-20 16:02 UTC (permalink / raw)
  To: Peter Barada; +Cc: linux-omap

Am Mittwoch, 19. August 2009 schrieb Peter Barada:
> 1) Does anyone have a URL of the format patches should be in that are
> submitted to the linux-omap list?
>
> I've got some patches to add base support for the Logic OMAP 35x SOM and
> Torpedo boards and I'd like to submit them in the right format for
> inclusion and push into mainline.

Hi Peter,

nice to see your announcement here at linux-omap. Today I've finished my own 
port for the Logic OMAP 35x SOM based on 2.6.31-rc1. We should share our 
results befor submitting any patches to the list, or not?


-- 
Viele Grüße / Best Regards
Stephan Linz

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Patch format for submission?
  2009-08-19 16:31   ` Tim Bird
@ 2009-08-21 13:10     ` Kevin Hilman
  2009-08-21 14:34       ` Peter Barada
  0 siblings, 1 reply; 13+ messages in thread
From: Kevin Hilman @ 2009-08-21 13:10 UTC (permalink / raw)
  To: Tim Bird; +Cc: Paul Walmsley, Peter Barada, linux-omap

Tim Bird <tim.bird@am.sony.com> writes:

> Paul Walmsley wrote:
>> Hi Peter,
>> 
>> On Wed, 19 Aug 2009, Peter Barada wrote:
>> 
>>> 1) Does anyone have a URL of the format patches should be in that are
>>> submitted to the linux-omap list?
>>>
>>> I've got some patches to add base support for the Logic OMAP 35x SOM and
>>> Torpedo boards and I'd like to submit them in the right format for
>>> inclusion and push into mainline.
>> 
>> Documentation/SubmittingPatches and Documentation/CodingStyle are pretty 
>> good intros to this.
>>
> Also, Andrew Morton wrote a paper called "The Perfect Patch"
> with a nice checklist of attributes.
>
> http://userweb.kernel.org/~akpm/stuff/tpp.txt
>

In addition to above suggestions, I highly recommend using git tools
which automate many of these recommended steps.

Usin 'git format-patch' and then 'git send-email' will get you a long
ways.

Kevin

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

* Re: Patch format for submission?
  2009-08-21 13:10     ` Kevin Hilman
@ 2009-08-21 14:34       ` Peter Barada
  2009-08-21 15:20         ` Jean Pihet
  2009-08-23 21:36         ` Felipe Balbi
  0 siblings, 2 replies; 13+ messages in thread
From: Peter Barada @ 2009-08-21 14:34 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Tim Bird, Paul Walmsley, linux-omap

On Fri, 2009-08-21 at 15:10 +0200, Kevin Hilman wrote:
> Tim Bird <tim.bird@am.sony.com> writes:
> 
> > Paul Walmsley wrote:
> >> Hi Peter,
> >> 
> >> On Wed, 19 Aug 2009, Peter Barada wrote:
> >> 
> >>> 1) Does anyone have a URL of the format patches should be in that are
> >>> submitted to the linux-omap list?
> >>>
> >>> I've got some patches to add base support for the Logic OMAP 35x SOM and
> >>> Torpedo boards and I'd like to submit them in the right format for
> >>> inclusion and push into mainline.
> >> 
> >> Documentation/SubmittingPatches and Documentation/CodingStyle are pretty 
> >> good intros to this.
> >>
> > Also, Andrew Morton wrote a paper called "The Perfect Patch"
> > with a nice checklist of attributes.
> >
> > http://userweb.kernel.org/~akpm/stuff/tpp.txt
> >
> 
> In addition to above suggestions, I highly recommend using git tools
> which automate many of these recommended steps.
> 
> Usin 'git format-patch' and then 'git send-email' will get you a long
> ways.

Kevin,

Most of my work is done with LTIB/svn.  Is there a good starter document
for git on how to have a local tree, local changes, and keep it up to
date with a remote tree?  I've waded through some of git's
documentation, but its bit daunting bending my brain around git after
many years of SVN/CVS.

1) If I use "git fetch" to create a local copy, how do I check in
changes to my tree (that stay local), then update my tree to changes
you've made?  I assume this is where rebasing comes in, but I'm unclear
on the process - I've littered my machine with multiple busted git trees
trying to track yours and Tony's trees/branches/tags.  Any quick
examples are highly appreciated.

2) Are there tools to take an SVN tree and "import" it into a git tree
(or do I have to do that by hand, patching my git tree foreach SVN
revision I have)?

-- 
Peter Barada <peterb@logicpd.com>
Logic Product Development, Inc.

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

* Re: Patch format for submission?
  2009-08-21 14:34       ` Peter Barada
@ 2009-08-21 15:20         ` Jean Pihet
  2009-08-24 15:55           ` Kalle Valo
  2009-08-23 21:36         ` Felipe Balbi
  1 sibling, 1 reply; 13+ messages in thread
From: Jean Pihet @ 2009-08-21 15:20 UTC (permalink / raw)
  To: Peter Barada; +Cc: Kevin Hilman, Tim Bird, Paul Walmsley, linux-omap

Hi!

On Friday 21 August 2009 16:34:33 Peter Barada wrote:
> On Fri, 2009-08-21 at 15:10 +0200, Kevin Hilman wrote:
> > Tim Bird <tim.bird@am.sony.com> writes:
> > > Paul Walmsley wrote:
> > >> Hi Peter,
> > >>
> > >> On Wed, 19 Aug 2009, Peter Barada wrote:
> > >>> 1) Does anyone have a URL of the format patches should be in that are
> > >>> submitted to the linux-omap list?
> > >>>
> > >>> I've got some patches to add base support for the Logic OMAP 35x SOM
> > >>> and Torpedo boards and I'd like to submit them in the right format
> > >>> for inclusion and push into mainline.
> > >>
> > >> Documentation/SubmittingPatches and Documentation/CodingStyle are
> > >> pretty good intros to this.
> > >
> > > Also, Andrew Morton wrote a paper called "The Perfect Patch"
> > > with a nice checklist of attributes.
> > >
> > > http://userweb.kernel.org/~akpm/stuff/tpp.txt
> >
> > In addition to above suggestions, I highly recommend using git tools
> > which automate many of these recommended steps.
> >
> > Usin 'git format-patch' and then 'git send-email' will get you a long
> > ways.
>
> Kevin,
>
> Most of my work is done with LTIB/svn.  Is there a good starter document
> for git on how to have a local tree, local changes, and keep it up to
> date with a remote tree?  I've waded through some of git's
> documentation, but its bit daunting bending my brain around git after
> many years of SVN/CVS.
You can start with the Git tutorial [1] and Everyday Git [2]. The entry point 
for git documentation is at [3].

[1] http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
[2] http://www.kernel.org/pub/software/scm/git/docs/everyday.html
[3] http://www.kernel.org/pub/software/scm/git/docs/git.html


> 1) If I use "git fetch" to create a local copy, how do I check in
> changes to my tree (that stay local), then update my tree to changes
> you've made?  I assume this is where rebasing comes in, but I'm unclear
> on the process - I've littered my machine with multiple busted git trees
> trying to track yours and Tony's trees/branches/tags.  Any quick
> examples are highly appreciated.
You use 'git fetch', 'git pull' and 'git rebase' commands for that, cf. [1] 
and [2].

> 2) Are there tools to take an SVN tree and "import" it into a git tree
> (or do I have to do that by hand, patching my git tree foreach SVN
> revision I have)?

Regards,
Jean


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

* Re: Patch format for submission?
  2009-08-21 14:34       ` Peter Barada
  2009-08-21 15:20         ` Jean Pihet
@ 2009-08-23 21:36         ` Felipe Balbi
  1 sibling, 0 replies; 13+ messages in thread
From: Felipe Balbi @ 2009-08-23 21:36 UTC (permalink / raw)
  To: ext Peter Barada; +Cc: Kevin Hilman, Tim Bird, Paul Walmsley, linux-omap

On Fri, Aug 21, 2009 at 04:34:33PM +0200, ext Peter Barada wrote:
> On Fri, 2009-08-21 at 15:10 +0200, Kevin Hilman wrote:
> > Tim Bird <tim.bird@am.sony.com> writes:
> > 
> > > Paul Walmsley wrote:
> > >> Hi Peter,
> > >> 
> > >> On Wed, 19 Aug 2009, Peter Barada wrote:
> > >> 
> > >>> 1) Does anyone have a URL of the format patches should be in that are
> > >>> submitted to the linux-omap list?
> > >>>
> > >>> I've got some patches to add base support for the Logic OMAP 35x SOM and
> > >>> Torpedo boards and I'd like to submit them in the right format for
> > >>> inclusion and push into mainline.
> > >> 
> > >> Documentation/SubmittingPatches and Documentation/CodingStyle are pretty 
> > >> good intros to this.
> > >>
> > > Also, Andrew Morton wrote a paper called "The Perfect Patch"
> > > with a nice checklist of attributes.
> > >
> > > http://userweb.kernel.org/~akpm/stuff/tpp.txt
> > >
> > 
> > In addition to above suggestions, I highly recommend using git tools
> > which automate many of these recommended steps.
> > 
> > Usin 'git format-patch' and then 'git send-email' will get you a long
> > ways.
> 
> Kevin,
> 
> Most of my work is done with LTIB/svn.  Is there a good starter document
> for git on how to have a local tree, local changes, and keep it up to
> date with a remote tree?  I've waded through some of git's
> documentation, but its bit daunting bending my brain around git after
> many years of SVN/CVS.

git svn clone <repository url> <local repo name>

will do it.

Something like:

git svn clone https://www.mydomain.com/svn/project/trunk project

then you can even commit and push to a svn tree. after getting newest
git tarball from [1], you can:

$ make prefix=/usr all doc
# make prefix=/usr install install-doc
$ git help svn

then you get git installed and help about svn support on git ;-)

[1] http://www.kernel.org/pub/scm/git/git-1.6.4.1.tar.bz2

-- 
balbi

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

* Re: Patch format for submission?
  2009-08-21 15:20         ` Jean Pihet
@ 2009-08-24 15:55           ` Kalle Valo
  0 siblings, 0 replies; 13+ messages in thread
From: Kalle Valo @ 2009-08-24 15:55 UTC (permalink / raw)
  To: Jean Pihet
  Cc: Peter Barada, Kevin Hilman, Tim Bird, Paul Walmsley, linux-omap

Jean Pihet <jpihet@mvista.com> writes:

>> documentation, but its bit daunting bending my brain around git after
>> many years of SVN/CVS.
>
> You can start with the Git tutorial [1] and Everyday Git [2]. The
> entry point for git documentation is at [3].
>
> [1] http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
> [2] http://www.kernel.org/pub/software/scm/git/docs/everyday.html
> [3] http://www.kernel.org/pub/software/scm/git/docs/git.html

For SVN users this is also handy:

http://git-scm.com/course/svn.html

-- 
Kalle Valo

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

* OMAP 3530 LV-SOM support (was: Re: Patch format for submission?)
  2009-08-20 16:02 ` Stephan Linz
@ 2010-04-29 17:18   ` Zygo Blaxell
  2010-05-01  2:12     ` Ashwin Bihari
  0 siblings, 1 reply; 13+ messages in thread
From: Zygo Blaxell @ 2010-04-29 17:18 UTC (permalink / raw)
  To: Stephan Linz; +Cc: Peter Barada, linux-omap

On Thu, Aug 20, 2009 at 06:02:06PM +0200, Stephan Linz wrote:
> Am Mittwoch, 19. August 2009 schrieb Peter Barada:
> > 1) Does anyone have a URL of the format patches should be in that are
> > submitted to the linux-omap list?
> >
> > I've got some patches to add base support for the Logic OMAP 35x SOM and
> > Torpedo boards and I'd like to submit them in the right format for
> > inclusion and push into mainline.
> 
> Hi Peter,
> 
> nice to see your announcement here at linux-omap. Today I've finished my own 
> port for the Logic OMAP 35x SOM based on 2.6.31-rc1. We should share our 
> results befor submitting any patches to the list, or not?

That's the last message I can find from either of you on this topic.
I'm in the process of rolling yet another patch set for 2.6.32.  Was any
further work done on this, or anything posted anywhere?


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

* Re: OMAP 3530 LV-SOM support (was: Re: Patch format for submission?)
  2010-04-29 17:18   ` OMAP 3530 LV-SOM support (was: Re: Patch format for submission?) Zygo Blaxell
@ 2010-05-01  2:12     ` Ashwin Bihari
  2010-05-03 14:13       ` Stephan Linz
  0 siblings, 1 reply; 13+ messages in thread
From: Ashwin Bihari @ 2010-05-01  2:12 UTC (permalink / raw)
  To: Zygo Blaxell; +Cc: Stephan Linz, Peter Barada, linux-omap

On Thu, Apr 29, 2010 at 1:18 PM, Zygo Blaxell
<vger-linux-omap-esightcorp@mailtoo.hungrycats.org> wrote:
> On Thu, Aug 20, 2009 at 06:02:06PM +0200, Stephan Linz wrote:
>> Am Mittwoch, 19. August 2009 schrieb Peter Barada:
>> > 1) Does anyone have a URL of the format patches should be in that are
>> > submitted to the linux-omap list?
>> >
>> > I've got some patches to add base support for the Logic OMAP 35x SOM and
>> > Torpedo boards and I'd like to submit them in the right format for
>> > inclusion and push into mainline.
>>
>> Hi Peter,
>>
>> nice to see your announcement here at linux-omap. Today I've finished my own
>> port for the Logic OMAP 35x SOM based on 2.6.31-rc1. We should share our
>> results befor submitting any patches to the list, or not?
>
> That's the last message I can find from either of you on this topic.
> I'm in the process of rolling yet another patch set for 2.6.32.  Was any
> further work done on this, or anything posted anywhere?
>

Zygo,

No, the LogicPD OMAP 35x support didn't quite make it out to the list,
we are taking another crack at it shortly and would definitely love to
collaborate to get the changes out. We did create a Gitorious repo[1],
but that's sitting at 2.6.31-rc1 and we've internally got a newer
version of the Kernel up to date..

So we should definitely discuss off-list on how to pool our efforts to
get the support into the L-O tree..

Regards
-- Ashwin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: OMAP 3530 LV-SOM support (was: Re: Patch format for submission?)
  2010-05-01  2:12     ` Ashwin Bihari
@ 2010-05-03 14:13       ` Stephan Linz
  0 siblings, 0 replies; 13+ messages in thread
From: Stephan Linz @ 2010-05-03 14:13 UTC (permalink / raw)
  To: linux-omap; +Cc: Ashwin Bihari, Zygo Blaxell, Peter Barada

Am Samstag, 1. Mai 2010 04:12:19 schrieb Ashwin Bihari:
> On Thu, Apr 29, 2010 at 1:18 PM, Zygo Blaxell
>
> <vger-linux-omap-esightcorp@mailtoo.hungrycats.org> wrote:
> > On Thu, Aug 20, 2009 at 06:02:06PM +0200, Stephan Linz wrote:
> >> Am Mittwoch, 19. August 2009 schrieb Peter Barada:
> >> > 1) Does anyone have a URL of the format patches should be in that are
> >> > submitted to the linux-omap list?
> >> >
> >> > I've got some patches to add base support for the Logic OMAP 35x SOM
> >> > and Torpedo boards and I'd like to submit them in the right format for
> >> > inclusion and push into mainline.
> >>
> >> Hi Peter,
> >>
> >> nice to see your announcement here at linux-omap. Today I've finished my
> >> own port for the Logic OMAP 35x SOM based on 2.6.31-rc1. We should share
> >> our results befor submitting any patches to the list, or not?
> >
> > That's the last message I can find from either of you on this topic.
> > I'm in the process of rolling yet another patch set for 2.6.32.  Was any
> > further work done on this, or anything posted anywhere?
>
> Zygo,
>
> No, the LogicPD OMAP 35x support didn't quite make it out to the list,
> we are taking another crack at it shortly and would definitely love to
> collaborate to get the changes out. We did create a Gitorious repo[1],
> but that's sitting at 2.6.31-rc1 and we've internally got a newer
> version of the Kernel up to date..
>
> So we should definitely discuss off-list on how to pool our efforts to
> get the support into the L-O tree..

Hi Zygo, Ashwin and Peter,

I was tied up with business and did no further work on my 2.6.31-rc1 for more 
than six months. Since last week I've been working on a fresh port of my own 
patch set based on latest stable 2.6.32-omap1 (looks good except USB and NOR 
flash access).

Yes of course. We should discuss off-list on how to share our results. Last 
summer I did create a new gitorious.org project for LogicPD omap boards too:
http://gitorious.org/omap3logic (soory there is no content til now ;-))

We can use it as our stage, or not?

@Ashwin: Where is your Gitorious repo you tell about?


Regards,
Stephan


>
> Regards
> -- Ashwin
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Viele Grüße,
Stephan Linz
______________________________________________________________________________
OpenDCC: http://www.li-pro.net/opendcc.phtml
PC/M: http://www.li-pro.net/pcm.phtml
CDK4AVR: http://cdk4avr.sourceforge.net/
CDK4NIOS: http://cdk4nios.sourceforge.net/
CDK4MSP: http://cdk4msp.sourceforge.net/
CPM4L: http://download.opensuse.org/repositories/home:/rexut:/CPM4L
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2010-05-03 14:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-19 15:24 Patch format for submission? Peter Barada
2009-08-19 15:22 ` Paul Walmsley
2009-08-19 16:31   ` Tim Bird
2009-08-21 13:10     ` Kevin Hilman
2009-08-21 14:34       ` Peter Barada
2009-08-21 15:20         ` Jean Pihet
2009-08-24 15:55           ` Kalle Valo
2009-08-23 21:36         ` Felipe Balbi
2009-08-19 15:46 ` Amit Kucheria
2009-08-20 16:02 ` Stephan Linz
2010-04-29 17:18   ` OMAP 3530 LV-SOM support (was: Re: Patch format for submission?) Zygo Blaxell
2010-05-01  2:12     ` Ashwin Bihari
2010-05-03 14:13       ` Stephan Linz

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