All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Walker <dwalker@codeaurora.org>, Ted Ts'o <tytso@mit.edu>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jesse Barnes <jbarnes@virtuousgeek.org>,
	Pekka Enberg <penberg@kernel.org>,
	Dima Zavin <dmitriyz@google.com>, Joe Perches <joe@perches.com>,
	davidb@codeaurora.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/7] Nexus One Support
Date: Sat, 22 Jan 2011 19:07:06 +0100	[thread overview]
Message-ID: <1295719626.2827.18.camel@gnutoo-laptop> (raw)
In-Reply-To: <alpine.LFD.2.00.1101221802280.31804@localhost6.localdomain6>

On Sat, 2011-01-22 at 18:28 +0100, Thomas Gleixner wrote:
> I really appreciate the well structured effort which Daniel is putting
> into this. 
Me too.


I've an issue similar to the problem mentioned in this thread:
I own a board which came,by default with a 2.6.27 kernel.
A developer of the company that produced and sell the board ported the
board to the 2.6.30 kernel during his spare time(if I remember well)
The patch is publicly available in their svn tree in the form of a
standard unified diff patch(not a git patch)

Is that the proper format for the commit message:
    mx31: add support for the bugbase 1.3 from buglabs
    
    This work was based on bug-linux-2.6.30.patch that can be found
      in buglabs's svn here:
      svn://bugcamp.net/bug/branches/izzy/experimental
    
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>

The work I did was porting forward the board initialization code and the
serial port support from 2.6.30 to linux-next.
I debugged(with md in uboot to get the printk buffer) the fact that the
serial didn't work,and removed unneeded code to make it work.

I've not submitted yet the work because of this thread,
thanks to Russell King's response I think I'll submit it.


Here's another commit I made and that went into mainline:
commit 9df86e2e702c6d5547aced7f241addd2d698bb11
Author: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Date:   Fri Aug 27 23:48:19 2010 +0200

wl1251: Fix queue stopping/waking for TX path

This patch was adapted from 06f7bc7db79fabe6b2ec16eff0f59e4acc21eb72
(from linus's linux-2.6 tree of kernel.org)

here's the original message:
    The queue stopping/waking functionality was broken in a way that
could
    cause huge latencies in TX transfers and even cause the TX to stall
in the
    right circumstances. Correct these problems.
    
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

In this commit I was told not to put the original sign-off, authors
etc...
This is because it would have been confusing and misleading:
It would have appeared like if the commit got Ack,Sign-off etc... by the
people involved in the original commit.

Denis.

WARNING: multiple messages have this Message-ID (diff)
From: "Denis 'GNUtoo' Carikli" <GNUtoo@no-log.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Pekka Enberg <penberg@kernel.org>,
	Dima Zavin <dmitriyz@google.com>, "Ted Ts'o" <tytso@mit.edu>,
	Daniel Walker <dwalker@codeaurora.org>,
	Jesse Barnes <jbarnes@virtuousgeek.org>,
	Joe Perches <joe@perches.com>,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, davidb@codeaurora.org
Subject: Re: [PATCH 0/7] Nexus One Support
Date: Sat, 22 Jan 2011 19:07:06 +0100	[thread overview]
Message-ID: <1295719626.2827.18.camel@gnutoo-laptop> (raw)
In-Reply-To: <alpine.LFD.2.00.1101221802280.31804@localhost6.localdomain6>

On Sat, 2011-01-22 at 18:28 +0100, Thomas Gleixner wrote:
> I really appreciate the well structured effort which Daniel is putting
> into this. 
Me too.


I've an issue similar to the problem mentioned in this thread:
I own a board which came,by default with a 2.6.27 kernel.
A developer of the company that produced and sell the board ported the
board to the 2.6.30 kernel during his spare time(if I remember well)
The patch is publicly available in their svn tree in the form of a
standard unified diff patch(not a git patch)

Is that the proper format for the commit message:
    mx31: add support for the bugbase 1.3 from buglabs
    
    This work was based on bug-linux-2.6.30.patch that can be found
      in buglabs's svn here:
      svn://bugcamp.net/bug/branches/izzy/experimental
    
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>

The work I did was porting forward the board initialization code and the
serial port support from 2.6.30 to linux-next.
I debugged(with md in uboot to get the printk buffer) the fact that the
serial didn't work,and removed unneeded code to make it work.

I've not submitted yet the work because of this thread,
thanks to Russell King's response I think I'll submit it.


Here's another commit I made and that went into mainline:
commit 9df86e2e702c6d5547aced7f241addd2d698bb11
Author: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Date:   Fri Aug 27 23:48:19 2010 +0200

wl1251: Fix queue stopping/waking for TX path

This patch was adapted from 06f7bc7db79fabe6b2ec16eff0f59e4acc21eb72
(from linus's linux-2.6 tree of kernel.org)

here's the original message:
    The queue stopping/waking functionality was broken in a way that
could
    cause huge latencies in TX transfers and even cause the TX to stall
in the
    right circumstances. Correct these problems.
    
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

In this commit I was told not to put the original sign-off, authors
etc...
This is because it would have been confusing and misleading:
It would have appeared like if the commit got Ack,Sign-off etc... by the
people involved in the original commit.

Denis.



WARNING: multiple messages have this Message-ID (diff)
From: GNUtoo@no-log.org (Denis 'GNUtoo' Carikli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] Nexus One Support
Date: Sat, 22 Jan 2011 19:07:06 +0100	[thread overview]
Message-ID: <1295719626.2827.18.camel@gnutoo-laptop> (raw)
In-Reply-To: <alpine.LFD.2.00.1101221802280.31804@localhost6.localdomain6>

On Sat, 2011-01-22 at 18:28 +0100, Thomas Gleixner wrote:
> I really appreciate the well structured effort which Daniel is putting
> into this. 
Me too.


I've an issue similar to the problem mentioned in this thread:
I own a board which came,by default with a 2.6.27 kernel.
A developer of the company that produced and sell the board ported the
board to the 2.6.30 kernel during his spare time(if I remember well)
The patch is publicly available in their svn tree in the form of a
standard unified diff patch(not a git patch)

Is that the proper format for the commit message:
    mx31: add support for the bugbase 1.3 from buglabs
    
    This work was based on bug-linux-2.6.30.patch that can be found
      in buglabs's svn here:
      svn://bugcamp.net/bug/branches/izzy/experimental
    
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>

The work I did was porting forward the board initialization code and the
serial port support from 2.6.30 to linux-next.
I debugged(with md in uboot to get the printk buffer) the fact that the
serial didn't work,and removed unneeded code to make it work.

I've not submitted yet the work because of this thread,
thanks to Russell King's response I think I'll submit it.


Here's another commit I made and that went into mainline:
commit 9df86e2e702c6d5547aced7f241addd2d698bb11
Author: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Date:   Fri Aug 27 23:48:19 2010 +0200

wl1251: Fix queue stopping/waking for TX path

This patch was adapted from 06f7bc7db79fabe6b2ec16eff0f59e4acc21eb72
(from linus's linux-2.6 tree of kernel.org)

here's the original message:
    The queue stopping/waking functionality was broken in a way that
could
    cause huge latencies in TX transfers and even cause the TX to stall
in the
    right circumstances. Correct these problems.
    
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

In this commit I was told not to put the original sign-off, authors
etc...
This is because it would have been confusing and misleading:
It would have appeared like if the commit got Ack,Sign-off etc... by the
people involved in the original commit.

Denis.

  reply	other threads:[~2011-01-22 18:07 UTC|newest]

Thread overview: 157+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-20 20:32 [PATCH 0/7] Nexus One Support Daniel Walker
2011-01-20 20:32 ` Daniel Walker
2011-01-20 20:32 ` [PATCH 1/7] msm: qsd8x50: add uart platform data Daniel Walker
2011-01-20 20:32   ` Daniel Walker
2011-01-20 20:32 ` [PATCH 2/7] [ARM] msm: qsd8k memory base is at 0x20000000 Daniel Walker
2011-01-20 20:32   ` Daniel Walker
2011-01-20 20:32 ` [PATCH 3/7] msm: qsd8x50: add acpuclock code Daniel Walker
2011-01-20 20:32   ` Daniel Walker
2011-01-20 20:32 ` [PATCH 4/7] msm: mahimahi: add mahimahi board file Daniel Walker
2011-01-20 20:32   ` Daniel Walker
2011-01-20 20:32 ` [PATCH 5/7] msm: mahimahi: add in mmc support code Daniel Walker
2011-01-20 20:32   ` Daniel Walker
2011-01-20 20:32 ` [PATCH 6/7] msm: mahimahi: add gpio pin muxing code Daniel Walker
2011-01-20 20:32   ` Daniel Walker
2011-01-20 20:32 ` [PATCH 7/7] msm: mahimahi: initialize mmc at start up Daniel Walker
2011-01-20 20:32   ` Daniel Walker
2011-01-21  0:42 ` [PATCH 0/7] Nexus One Support Dima Zavin
2011-01-21  0:42   ` Dima Zavin
2011-01-21  0:42   ` Dima Zavin
2011-01-21  0:55   ` Daniel Walker
2011-01-21  0:55     ` Daniel Walker
2011-01-21  1:41     ` Joe Perches
2011-01-21  1:41       ` Joe Perches
2011-01-21  1:58       ` Daniel Walker
2011-01-21  1:58         ` Daniel Walker
2011-01-21  2:13         ` Dima Zavin
2011-01-21  2:13           ` Dima Zavin
2011-01-21 15:47           ` Daniel Walker
2011-01-21 15:47             ` Daniel Walker
2011-01-21  2:25         ` Joe Perches
2011-01-21  2:25           ` Joe Perches
2011-01-21  3:41           ` Theodore Tso
2011-01-21  3:41             ` Theodore Tso
2011-01-21 15:46           ` Daniel Walker
2011-01-21 15:46             ` Daniel Walker
2011-01-21 17:48             ` Jesse Barnes
2011-01-21 17:48               ` Jesse Barnes
2011-01-21 17:56               ` Daniel Walker
2011-01-21 17:56                 ` Daniel Walker
2011-01-21 17:59                 ` Christoph Hellwig
2011-01-21 17:59                   ` Christoph Hellwig
2011-01-21 17:56               ` Jesse Barnes
2011-01-21 17:56                 ` Jesse Barnes
2011-01-21 17:56                 ` Jesse Barnes
2011-01-21 18:00                 ` Daniel Walker
2011-01-21 18:00                   ` Daniel Walker
2011-01-21 18:04                   ` Jesse Barnes
2011-01-21 18:04                     ` Jesse Barnes
2011-01-21 18:18                     ` Daniel Walker
2011-01-21 18:18                       ` Daniel Walker
2011-01-21 18:27                       ` Jesse Barnes
2011-01-21 18:27                         ` Jesse Barnes
2011-01-21 18:35                         ` Daniel Walker
2011-01-21 18:35                           ` Daniel Walker
2011-01-21 20:44                       ` Dima Zavin
2011-01-21 20:44                         ` Dima Zavin
2011-01-21 20:49                         ` Daniel Walker
2011-01-21 20:49                           ` Daniel Walker
2011-01-21 20:49                           ` Daniel Walker
2011-01-21 21:01                           ` Jesse Barnes
2011-01-21 21:01                             ` Jesse Barnes
2011-01-21 21:01                             ` Jesse Barnes
2011-01-21 21:26                             ` Daniel Walker
2011-01-21 21:26                               ` Daniel Walker
2011-01-21 21:42                               ` Dima Zavin
2011-01-21 21:42                                 ` Dima Zavin
2011-01-21 21:42                                 ` Dima Zavin
2011-01-22 13:58                                 ` David Woodhouse
2011-01-22 13:58                                   ` David Woodhouse
2011-01-21 21:02                           ` Joe Perches
2011-01-21 21:02                             ` Joe Perches
2011-01-21 21:02                             ` Joe Perches
2011-01-21 21:24                             ` Daniel Walker
2011-01-21 21:24                               ` Daniel Walker
2011-01-21 21:24                               ` Daniel Walker
2011-01-22 11:18                               ` Pekka Enberg
2011-01-22 11:18                                 ` Pekka Enberg
2011-01-22 11:18                                 ` Pekka Enberg
2011-01-22 12:20                                 ` Russell King - ARM Linux
2011-01-22 12:20                                   ` Russell King - ARM Linux
2011-01-22 18:06                                   ` Dima Zavin
2011-01-22 18:06                                     ` Dima Zavin
2011-01-22 18:06                                     ` Dima Zavin
2011-01-22 18:49                                     ` Russell King - ARM Linux
2011-01-22 18:49                                       ` Russell King - ARM Linux
2011-01-22 18:49                                       ` Russell King - ARM Linux
2011-01-22 20:50                                       ` Christoph Hellwig
2011-01-22 20:50                                         ` Christoph Hellwig
2011-01-22 19:22                                   ` Brian Swetland
2011-01-22 19:22                                     ` Brian Swetland
2011-01-22 19:49                                     ` Nicolas Pitre
2011-01-22 19:49                                       ` Nicolas Pitre
2011-01-22 19:59                                       ` Brian Swetland
2011-01-22 19:59                                         ` Brian Swetland
2011-01-22 19:59                                         ` Brian Swetland
2011-01-22 20:53                                     ` Christoph Hellwig
2011-01-22 20:53                                       ` Christoph Hellwig
2011-01-22 21:04                                     ` Russell King - ARM Linux
2011-01-22 21:04                                       ` Russell King - ARM Linux
2011-01-22 21:57                                       ` Alan Cox
2011-01-22 21:57                                         ` Alan Cox
2011-01-23  2:38                                     ` David Woodhouse
2011-01-23  2:38                                       ` David Woodhouse
2011-01-22 20:41                                   ` Christoph Hellwig
2011-01-22 20:41                                     ` Christoph Hellwig
2011-01-21 21:05                           ` Pekka Enberg
2011-01-21 21:05                             ` Pekka Enberg
2011-01-21 21:05                             ` Pekka Enberg
2011-01-21 21:17                             ` Joe Perches
2011-01-21 21:17                               ` Joe Perches
2011-01-21 23:49                             ` Ted Ts'o
2011-01-21 23:49                               ` Ted Ts'o
2011-01-22  0:03                               ` Daniel Walker
2011-01-22  0:03                                 ` Daniel Walker
2011-01-22  1:58                                 ` Steven Rostedt
2011-01-22  1:58                                   ` Steven Rostedt
2011-01-22  2:13                                   ` Daniel Walker
2011-01-22  2:13                                     ` Daniel Walker
2011-01-22  2:32                                     ` Steven Rostedt
2011-01-22  2:32                                       ` Steven Rostedt
2011-01-22  2:31                                 ` Ted Ts'o
2011-01-22  2:31                                   ` Ted Ts'o
2011-01-22  8:19                               ` Pekka Enberg
2011-01-22  8:19                                 ` Pekka Enberg
2011-01-22 10:35                                 ` Dima Zavin
2011-01-22 10:35                                   ` Dima Zavin
2011-01-22 10:35                                   ` Dima Zavin
2011-01-22 10:45                                   ` Anca Emanuel
2011-01-22 10:45                                     ` Anca Emanuel
2011-01-22 10:45                                     ` Anca Emanuel
2011-01-22 11:03                                     ` Pekka Enberg
2011-01-22 11:03                                       ` Pekka Enberg
2011-01-22 11:15                                   ` Pekka Enberg
2011-01-22 11:15                                     ` Pekka Enberg
2011-01-22 17:28                                     ` Thomas Gleixner
2011-01-22 17:28                                       ` Thomas Gleixner
2011-01-22 18:07                                       ` Denis 'GNUtoo' Carikli [this message]
2011-01-22 18:07                                         ` Denis 'GNUtoo' Carikli
2011-01-22 18:07                                         ` Denis 'GNUtoo' Carikli
2011-01-22 18:15                                         ` Dima Zavin
2011-01-22 18:15                                           ` Dima Zavin
2011-01-22 18:15                                           ` Dima Zavin
2011-01-22 20:55                                 ` Christoph Hellwig
2011-01-22 20:55                                   ` Christoph Hellwig
2011-01-22 21:56                                   ` Pekka Enberg
2011-01-22 21:56                                     ` Pekka Enberg
2011-01-22 21:56                                     ` Pekka Enberg
2011-01-22 21:58                                     ` Christoph Hellwig
2011-01-22 21:58                                       ` Christoph Hellwig
2011-01-22 22:13                                       ` Pekka Enberg
2011-01-22 22:13                                         ` Pekka Enberg
2011-01-22 22:13                                         ` Pekka Enberg
2011-02-04 13:36 ` Pavel Machek
2011-02-04 13:36   ` Pavel Machek
2011-02-07 17:36   ` Daniel Walker
2011-02-07 17:36     ` Daniel Walker
2011-02-07 17:36     ` Daniel Walker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1295719626.2827.18.camel@gnutoo-laptop \
    --to=gnutoo@no-log.org \
    --cc=davidb@codeaurora.org \
    --cc=dmitriyz@google.com \
    --cc=dwalker@codeaurora.org \
    --cc=jbarnes@virtuousgeek.org \
    --cc=joe@perches.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=penberg@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.