From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denis 'GNUtoo' Carikli Subject: Re: [PATCH 0/7] Nexus One Support Date: Sat, 22 Jan 2011 19:07:06 +0100 Message-ID: <1295719626.2827.18.camel@gnutoo-laptop> References: <1295576730.4096.24.camel@Joe-Laptop> <1295624801.19880.13.camel@m0nster> <20110121094827.41818a55@jbarnes-desktop> <20110121095658.1ab623fe@jbarnes-desktop> <1295632828.19880.22.camel@m0nster> <20110121100441.06a94482@jbarnes-desktop> <1295633882.19880.31.camel@m0nster> <1295642995.19880.42.camel@m0nster> <20110121234930.GK3043@thunk.org> <1295684398.19231.47.camel@jaguar> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Thomas Gleixner Cc: Daniel Walker , Ted Ts'o , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Jesse Barnes , Pekka Enberg , Dima Zavin , Joe Perches , davidb@codeaurora.org, linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org 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 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 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 Acked-by: Kalle Valo Signed-off-by: John W. Linville 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752674Ab1AVSNe (ORCPT ); Sat, 22 Jan 2011 13:13:34 -0500 Received: from smtp205.alice.it ([82.57.200.101]:57045 "EHLO smtp205.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751116Ab1AVSNd (ORCPT ); Sat, 22 Jan 2011 13:13:33 -0500 X-Greylist: delayed 361 seconds by postgrey-1.27 at vger.kernel.org; Sat, 22 Jan 2011 13:13:32 EST Subject: Re: [PATCH 0/7] Nexus One Support From: "Denis 'GNUtoo' Carikli" To: Thomas Gleixner Cc: Pekka Enberg , Dima Zavin , "Ted Ts'o" , Daniel Walker , Jesse Barnes , Joe Perches , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, davidb@codeaurora.org In-Reply-To: References: <1295576730.4096.24.camel@Joe-Laptop> <1295624801.19880.13.camel@m0nster> <20110121094827.41818a55@jbarnes-desktop> <20110121095658.1ab623fe@jbarnes-desktop> <1295632828.19880.22.camel@m0nster> <20110121100441.06a94482@jbarnes-desktop> <1295633882.19880.31.camel@m0nster> <1295642995.19880.42.camel@m0nster> <20110121234930.GK3043@thunk.org> <1295684398.19231.47.camel@jaguar> Content-Type: text/plain; charset="UTF-8" Date: Sat, 22 Jan 2011 19:07:06 +0100 Message-ID: <1295719626.2827.18.camel@gnutoo-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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 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 Acked-by: Kalle Valo Signed-off-by: John W. Linville 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: GNUtoo@no-log.org (Denis 'GNUtoo' Carikli) Date: Sat, 22 Jan 2011 19:07:06 +0100 Subject: [PATCH 0/7] Nexus One Support In-Reply-To: References: <1295576730.4096.24.camel@Joe-Laptop> <1295624801.19880.13.camel@m0nster> <20110121094827.41818a55@jbarnes-desktop> <20110121095658.1ab623fe@jbarnes-desktop> <1295632828.19880.22.camel@m0nster> <20110121100441.06a94482@jbarnes-desktop> <1295633882.19880.31.camel@m0nster> <1295642995.19880.42.camel@m0nster> <20110121234930.GK3043@thunk.org> <1295684398.19231.47.camel@jaguar> Message-ID: <1295719626.2827.18.camel@gnutoo-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 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 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 Acked-by: Kalle Valo Signed-off-by: John W. Linville 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.