Re: [PATCH 5/5] staging:ti dspbridge: replace simple_strtoul by strict_strtoul

2010-07-28 Thread Greg KH
On Wed, Jul 28, 2010 at 09:40:19PM +0300, Andy Shevchenko wrote: On Wed, Jul 28, 2010 at 6:09 PM, Greg KH gre...@suse.de wrote: On Wed, Jul 28, 2010 at 09:40:52AM -0500, Ernesto Ramos wrote: Replace simple_strtoul by strict_strtoul in atoi function. Why not use the built-in kernel

Re: [PATCH 00/15] ti dspbridge: Remove CamelCase, reagroup variables

2010-07-22 Thread Greg KH
On Fri, Jul 09, 2010 at 09:23:54PM -0500, Rene Sapiens wrote: The intention of this serie of patches is to rename the remaining variables with camel case. Words will be renamed avoiding CamelCase and Hungarian notation. Also the variables in the prototypes will be renamed to make them

Re: [PATCH 00/15] ti dspbridge: Remove CamelCase, reagroup variables

2010-07-22 Thread Greg KH
On Fri, Jul 16, 2010 at 07:17:12PM -0500, Omar Ramirez Luna wrote: On 7/9/2010 9:23 PM, Sapiens, Rene wrote: The intention of this serie of patches is to rename the remaining variables with camel case. Words will be renamed avoiding CamelCase and Hungarian notation. Also the variables in the

Re: [PATCH 06/11] staging: tidspbridge: remove GlobalTypes.h

2010-07-22 Thread Greg KH
On Mon, Jul 12, 2010 at 05:56:04PM -0500, Nishanth Menon wrote: Remove custom globaltypes.h header This patch doesn't apply :( thanks, greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 07/11] staging: tidspbridge: replace CONST with c standard const

2010-07-22 Thread Greg KH
On Mon, Jul 12, 2010 at 05:56:05PM -0500, Nishanth Menon wrote: Signed-off-by: Nishanth Menon n...@ti.com This one doesn't apply either, so I'll just stop applying this series here. Care to redo the rest of them against the next linux-next so you can sync back up? thanks, greg k-h -- To

Re: [PATCH v2 0/6] staging: tidspbridge: header cleanup series

2010-07-22 Thread Greg KH
On Thu, Jul 22, 2010 at 04:03:44PM -0500, Omar Ramirez Luna wrote: Rebased version of the patches that couldn't be applied. All applied, thanks. greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 1/2] musb: Kill board specific pinmux from driver file

2010-07-09 Thread Greg KH
On Fri, Jul 09, 2010 at 11:15:33AM +0300, Tony Lindgren wrote: * Ajay Kumar Gupta ajay.gu...@ti.com [100708 13:59]: From: Anand Gadiyar gadi...@ti.com This pin-muxing is best done in the board files. The driver should not do this explicitly. Also, this code causes a warning to be

Re: [PATCH 3/8] musb: fix compilation warning in host only mode

2010-07-07 Thread Greg KH
On Tue, Jul 06, 2010 at 12:13:14PM +0300, Felipe Balbi wrote: Hi, On Thu, Jun 24, 2010 at 01:17:54PM +0200, ext Gupta, Ajay Kumar wrote: Fixes below compilation warning when host only configuration is selected. drivers/usb/musb/musb_core.c: In function 'musb_stage0_irq':

Re: [PATCH 3/8] musb: fix compilation warning in host only mode

2010-07-07 Thread Greg KH
On Thu, Jul 08, 2010 at 07:23:44AM +0530, Gupta, Ajay Kumar wrote: Hi, On Thu, Jun 24, 2010 at 01:17:54PM +0200, ext Gupta, Ajay Kumar wrote: Fixes below compilation warning when host only configuration is selected. drivers/usb/musb/musb_core.c: In function 'musb_stage0_irq':

Re: [PATCH 1/8] musb_core: make disconnect and suspend interrupts work again

2010-06-24 Thread Greg KH
On Thu, Jun 24, 2010 at 09:01:51AM +0300, Felipe Balbi wrote: On Thu, Jun 17, 2010 at 12:40:34PM +0200, ext Ajay Kumar Gupta wrote: From: Sergei Shtylyov sshtyl...@ru.mvista.com Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb: handle irqs in the order dictated by programming

Re: [PATCH 11/11] staging: ti dspbridge: enable driver building

2010-06-23 Thread Greg KH
On Wed, Jun 23, 2010 at 04:14:00PM +0300, Ohad Ben-Cohen wrote: From: Omar Ramirez Luna omar.rami...@ti.com Add Kconfig + Makefile for TI's DSP Bridge driver and expose it to the staging menu. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com Signed-off-by: Kanigeri, Hari

Re: [patch-2.6.35-rc3+ 0/8] musb patches

2010-06-17 Thread Greg KH
On Thu, Jun 17, 2010 at 04:10:33PM +0530, Ajay Kumar Gupta wrote: Greg, These are reviewed and non-controversial musb bugfix patches. Sanity have been tested on OMAP3EVM for Host-MSC, HID, audio, video class and device-CDC class. Sorry, I need Felipe to send these to me, or at the very

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Greg KH
On Thu, Jun 17, 2010 at 05:45:15PM +0530, Maulik wrote: -Original Message- From: Sergei Shtylyov [mailto:sshtyl...@mvista.com] Sent: Thursday, June 17, 2010 4:57 PM To: Ajay Kumar Gupta Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; felipe.ba...@nokia.com;

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 6)

2010-05-13 Thread Greg KH
On Thu, May 13, 2010 at 02:33:29PM -0700, Daniel Walker wrote: On Thu, 2010-05-13 at 23:27 +0200, Rafael J. Wysocki wrote: Because someone would have to remove suspend blockers (or rather wakelocks) from the drivers, test that they work correctly without suspend blockers and submit the

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 6)

2010-05-13 Thread Greg KH
On Thu, May 13, 2010 at 11:27:49PM +0100, Mark Brown wrote: On Thu, May 13, 2010 at 02:46:53PM -0700, Greg KH wrote: On Thu, May 13, 2010 at 02:33:29PM -0700, Daniel Walker wrote: You get the driver mainlined, then maintain a small patch to add wakelocks. Not hard at all , with lots

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 6)

2010-05-13 Thread Greg KH
On Thu, May 13, 2010 at 05:33:58PM -0500, Woodruff, Richard wrote: From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Greg KH Sent: Thursday, May 13, 2010 4:47 PM Also note that such a driver, without wakelocks, would never get tested

Re: [PATCH] usb: Fix tusb6010 for DMA API (Re: [patch-2.6.34-rc2+ 00/11] musb patches (v2))

2010-04-26 Thread Greg KH
On Mon, Apr 26, 2010 at 10:53:24AM -0700, Tony Lindgren wrote: * Felipe Balbi m...@felipebalbi.com [100425 06:30]: On Fri, Apr 23, 2010 at 03:08:53PM -0700, Greg KH wrote: On Fri, Apr 23, 2010 at 02:23:08PM -0700, Tony Lindgren wrote: * Greg KH g...@kroah.com [100423 14:05]: On Thu

Re: [patch-2.6.34-rc2+ 00/11] musb patches (v2)

2010-04-23 Thread Greg KH
On Thu, Mar 25, 2010 at 01:14:22PM +0200, Felipe Balbi wrote: Hi Greg, sorry for the last time. There was a bug in my script which caused it to rebased against the wrong branch. All queued up, thanks greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: [PATCH] usb: Fix tusb6010 for DMA API (Re: [patch-2.6.34-rc2+ 00/11] musb patches (v2))

2010-04-23 Thread Greg KH
On Fri, Apr 23, 2010 at 02:23:08PM -0700, Tony Lindgren wrote: * Greg KH g...@kroah.com [100423 14:05]: On Thu, Mar 25, 2010 at 01:14:22PM +0200, Felipe Balbi wrote: Hi Greg, sorry for the last time. There was a bug in my script which caused it to rebased against the wrong branch

Re: USB: Add empty functions in otg.h

2010-01-15 Thread Greg KH
On Tue, Jan 05, 2010 at 02:16:58PM +0530, Maulik Mankad wrote: USB : Add empty functions in otg.h Add empty functions for usb_nop_xceiv_register() and usb_nop_xceiv_unregister() in otg.h so that these functions can be called even when CONFIG_NOP_USB_XCEIV is not enabled. It allows to

Re: [PATCH v3 2/2] ARM : OMAP : Remove #ifdef from board-omap3evm.c

2010-01-15 Thread Greg KH
On Tue, Jan 05, 2010 at 12:56:04PM +0200, Felipe Balbi wrote: On Tue, Jan 05, 2010 at 09:49:32AM +0100, ext Maulik Mankad wrote: ARM : OMAP : Remove #ifdef from board-omap3evm.c Remove #ifdef around usb_nop_xceiv_register() from board-omap3evm.c Signed-off-by: Maulik Mankad

Re: [PATCH] usb: ehci-omap: Update platform header file path

2009-11-25 Thread Greg KH
On Wed, Nov 25, 2009 at 03:02:59AM -0600, Olof Johansson wrote: The OMAP usb header file has moved, update the driver so it will build. Signed-off-by: Olof Johansson o...@lixom.net --- Greg, any chance you can just ack this so Tony can merge it through his tree for .33? The header files

Re: [GIT PULL] omap fixes for v2.6.32-rc3

2009-10-09 Thread Greg KH
/linux/kernel/git/jikos/trivial And one for includecheck: git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 What's the procedure for obvious fixes? I'm CC'ing Greg KH and Andrew Morton because I think they might interested in fixing these kinds of issues quickly in the future

Re: [GIT PULL] omap fixes for v2.6.32-rc3

2009-10-09 Thread Greg KH
On Fri, Oct 09, 2009 at 08:29:24PM +0300, Felipe Contreras wrote: On Fri, Oct 9, 2009 at 5:48 PM, Greg KH gre...@suse.de wrote: On Fri, Oct 09, 2009 at 03:08:00PM +0300, Felipe Contreras wrote: On Fri, Oct 9, 2009 at 2:26 AM, Tony Lindgren t...@atomide.com wrote: * Felipe Contreras

Re: [PATCH 00/07] pm: remove late/early platform driver pm callbacks V2

2009-06-24 Thread Greg KH
On Wed, Jun 24, 2009 at 08:48:39PM +0200, Rafael J. Wysocki wrote: On Wednesday 24 June 2009, Magnus Damm wrote: pm: remove late/early platform driver pm callbacks V2 [PATCH 01/07] arm: rework omap suspend_late()/resume_early() [PATCH 02/07] dma: rework dw_dmac

Re: [PATCH 06/07] usb: rework musb suspend()/resume_early()

2009-06-24 Thread Greg KH
On Wed, Jun 24, 2009 at 06:24:00PM +0900, Magnus Damm wrote: From: Magnus Damm d...@igel.co.jp This patch reworks platform driver power management code for musb from legacy callbacks to dev_pm_ops. The callbacks are converted for CONFIG_SUSPEND like this: suspend() - suspend()

Re: USB EHCI - Power Management - Query

2009-04-29 Thread Greg KH
On Wed, Apr 29, 2009 at 04:32:21PM +0530, Remith Ravi wrote: Hi, I have a query on OMAP3530 USB EHCI Power Management. USB EHCI port is not switching off the port during suspend activity and it is drawing current from the system. Is the power management tested for USB EHCI ? In file

Re: lowmemory android driver not needed?

2009-01-29 Thread Greg KH
On Thu, Jan 29, 2009 at 02:29:05PM +0900, KOSAKI Motohiro wrote: I never expected it to be merged. I wrote it to allow us to ship a product. Then, please write DON'T MERGE ME on the top of patch description. we can adjust our viewpoints. The code will live in

Re: lowmemory android driver not needed?

2009-01-28 Thread Greg KH
On Thu, Jan 29, 2009 at 12:45:55PM +0900, KAMEZAWA Hiroyuki wrote: On Wed, 28 Jan 2009 18:51:07 -0800 Arve Hjønnevåg a...@android.com wrote: static uint32_t lowmem_debug_level = 2; static int lowmem_adj[6] = { why do you choice [6]? We use six levels. if you don't

Re: lowmemory android driver not needed?

2009-01-28 Thread Greg KH
On Thu, Jan 29, 2009 at 01:43:51PM +0900, KOSAKI Motohiro wrote: I never expected it to be merged. I wrote it to allow us to ship a product. Then, please write DON'T MERGE ME on the top of patch description. we can adjust our viewpoints. The code will live in the

Re: lowmemory android driver not needed?

2009-01-16 Thread Greg KH
On Fri, Jan 16, 2009 at 08:16:51PM +0900, KOSAKI Motohiro wrote: As far as I know, embedded guys strong want to lowmem notification mecanism. I think the big server guys also want the same thing :) At least, I and my mem_notify receive multiple contact from embedded and JavaVM developer.

Re: lowmemory android driver not needed?

2009-01-15 Thread Greg KH
On Thu, Jan 15, 2009 at 07:02:48PM +0530, Trilok Soni wrote: Hi Greg, On Thu, Jan 15, 2009 at 5:42 AM, Greg KH g...@kroah.com wrote: On Wed, Jan 14, 2009 at 03:32:38PM -0800, Arve Hjønnevåg wrote: On Wed, Jan 14, 2009 at 3:17 PM, Greg KH g...@kroah.com wrote: We actually use 6 different

Re: [PATCH] USB: OTG: twl4030 build fix

2008-12-16 Thread Greg KH
On Mon, Dec 15, 2008 at 04:00:03PM -0800, Kevin Hilman wrote: Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- drivers/usb/otg/twl4030-usb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/otg/twl4030-usb.c b/drivers/usb/otg/twl4030-usb.c

Re: [PATCH] OMAP:MUSB: Fixes the TT programming.

2008-08-24 Thread Greg KH
On Thu, Aug 21, 2008 at 11:30:06PM -0700, David Brownell wrote: On Thursday 21 August 2008, [EMAIL PROTECTED] wrote: From: Ajay Kumar Gupta [EMAIL PROTECTED] Fixes enumeration failures when a USB device attached to a LS hub is connected to OMAP EVM via HS hub. This is fixed by correctly

Re: USB driver issue

2008-08-02 Thread Greg KH
On Sat, Aug 02, 2008 at 01:51:59AM -0700, Emanoil Kotsev wrote: Why are you needing to download new drivers? Is not everything you need already in the main kernel tree? What is missing? I am using a dell notebook. I also support my father and wife who have also notebooks (toshiba and

Re: USB driver issue

2008-08-02 Thread Greg KH
On Sat, Aug 02, 2008 at 05:11:51PM -0700, Emanoil Kotsev wrote: Greg, the discussion is getting out of control. Hm, looks normal to me :) I think you are one of the few that understand what we are talking about (may be not compleetly but at least you are not confronting with statements that

Re: USB driver issue

2008-08-02 Thread Greg KH
A: No. Q: Should I include quotations after my reply? On Sat, Aug 02, 2008 at 09:33:19PM -0700, Emanoil Kotsev wrote: Thanks for fast response lsmod ... usb_storage44932 0 ub 18976 8 ... both are loaded but devices hang on ub you are right. I think

Re: USB driver issue

2008-08-01 Thread Greg KH
On Thu, Jul 31, 2008 at 08:43:40AM -0700, Emanoil Kotsev wrote: hello, again I think what we are trying to say is that some of us are working on debugging kernels that are meant to run forever and therefor it is a good thing to spent some time thinking about a kind of kernel release in

Re: USB driver issue

2008-08-01 Thread Greg KH
On Thu, Jul 31, 2008 at 01:38:59PM -0700, Emanoil Kotsev wrote: Either way, it's not a kernel issue, how could you blame 2.6.20 for gcc 4.3 issues when gcc 4.3 was not even released when .20 was released? Are us kernel people time travellers? :-) good point. Everytime I switch to a new

Re: USB driver issue

2008-07-31 Thread Greg KH
On Thu, Jul 31, 2008 at 08:30:26AM -0700, Emanoil Kotsev wrote: I think everything is getting pretty messy recently - I was pretty satisfied with 2.6.20 and then tried 2.6.24. In fact I can not compile 2.6.20 right now because after an upgrade debian testing comes with gcc-4.3 that has a

<    1   2   3   4