Re: [PATCH] Staging: Westbridge: replace custom debug macros with pr_...() macros

2011-05-03 Thread Greg KH
On Thu, Apr 28, 2011 at 12:47:25PM -0700, Greg KH wrote: On Thu, Apr 28, 2011 at 11:48:41AM -0700, Sutharsan wrote: From Sutharsan Ramamoorthy s...@cypress.com This patch replaces custom debug macros with Linux kernel's pr_...() macros. Why not use the dev_dbg() and other macros instead

Re: [PATCH] Staging: Westbridge: replace custom debug macros with pr_...() macros

2011-04-28 Thread Greg KH
On Thu, Apr 28, 2011 at 11:48:41AM -0700, Sutharsan wrote: From Sutharsan Ramamoorthy s...@cypress.com This patch replaces custom debug macros with Linux kernel's pr_...() macros. Why not use the dev_dbg() and other macros instead of these? You do have access to a struct device for all of

Re: [PATCH 0/14] Remove sysdev suspend/resume and shutdown operations

2011-04-18 Thread Greg KH
On Sun, Apr 17, 2011 at 11:01:53PM +0200, Rafael J. Wysocki wrote: Hi, The following series of patches fixes bugs related to the introduction of struct syscore_ops later in this cycle, replaces sysdev suspend/resume operations in all of the architectures still using them with struct

Re: [PATCH] usb: musb: omap2430: fix build failure

2011-04-13 Thread Greg KH
On Wed, Apr 13, 2011 at 08:22:51PM +0300, Felipe Balbi wrote: Hi, On Wed, Apr 13, 2011 at 07:01:39PM +0200, Johan Hovold wrote: On Tue, Apr 05, 2011 at 07:50:34PM +0200, Johan Hovold wrote: Fix build failure introduced by commit 7acc6197b76edd0b932a7cbcc6cfad0a8a87f026 (usb: musb: Idle

Re: [PATCH] twl4030-usb: Report correct vbus value for accessory charger adapters1

2011-04-13 Thread Greg KH
On Fri, Apr 01, 2011 at 11:02:07PM +0200, Matthias Kaehlcke wrote: The twl4030-usb driver exports the status of VBUS as sysfs attribute. In case an accessory charger adapter (ACA) is connected to the OTG transceiver the attribute is always 'off', even when the charger provides VBUS. Added a

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread Greg KH
On Tue, Mar 15, 2011 at 07:50:28AM -0400, James Bottomley wrote: On Mon, 2011-03-14 at 20:09 -0700, Greg KH wrote: On Mon, Mar 14, 2011 at 10:26:05PM -0400, James Bottomley wrote: On Sat, 2011-03-12 at 23:23 +0300, Vasiliy Kulikov wrote: Vasiliy Kulikov (20): mach-ux500: mbox

Re: [PATCH] staging: tidspbridge: protect dmm_map properly

2011-03-14 Thread Greg KH
On Mon, Mar 14, 2011 at 05:33:09PM +0200, Felipe Contreras wrote: g...@kroah.com wrote: On Sun, Mar 13, 2011 at 01:42:35AM +0200, Felipe Contreras wrote: On Sat, Mar 12, 2011 at 7:36 PM, Greg KH g...@kroah.com wrote: How about I send it to Linus for .39 and then add it to the .38-stable

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-14 Thread Greg KH
On Mon, Mar 14, 2011 at 10:26:05PM -0400, James Bottomley wrote: On Sat, 2011-03-12 at 23:23 +0300, Vasiliy Kulikov wrote: Vasiliy Kulikov (20): mach-ux500: mbox-db5500: world-writable sysfs fifo file leds: lp5521: world-writable sysfs engine* files leds: lp5523: world-writable

Re: [PATCH] staging: tidspbridge: protect dmm_map properly

2011-03-12 Thread Greg KH
On Fri, Mar 11, 2011 at 06:29:06PM -0600, Omar Ramirez Luna wrote: Hi Greg, Please consider to apply this patch in the staging tree, as the description says it fixes a crash in tidspbridge driver, this bug was already present but it seems to have surfaced by recent tests made by Felipe and

Re: [RFC PATCH 1/5] OMAP2+: Panda introduce async platform data definition

2011-03-12 Thread Greg KH
On Sat, Mar 12, 2011 at 10:50:39PM +, Andy Green wrote: This is part of an RFC patch series introducing asynchronous platform data, which may be attached to discovered bus devices at probe time based on the device path. As part of the series, platform_data is enabled in usbnet layer.

Re: [PATCH] staging: tidspbridge: protect dmm_map properly

2011-03-12 Thread Greg KH
On Sun, Mar 13, 2011 at 01:42:35AM +0200, Felipe Contreras wrote: On Sat, Mar 12, 2011 at 7:36 PM, Greg KH g...@kroah.com wrote: On Fri, Mar 11, 2011 at 06:29:06PM -0600, Omar Ramirez Luna wrote: Please consider to apply this patch in the staging tree, as the description says it fixes

Re: [PATCH] staging: tidspbridge: protect dmm_map properly

2011-03-07 Thread Greg KH
On Mon, Mar 07, 2011 at 08:02:44PM +0200, Felipe Contreras wrote: On Mon, Dec 20, 2010 at 7:12 PM, Felipe Contreras felipe.contre...@nokia.com wrote: We need to protect not only the dmm_map list, but the individual map_obj's, otherwise, we might be building the scatter-gather list with

Re: linux-next: manual merge of the usb tree with the omap tree

2011-03-03 Thread Greg KH
On Thu, Mar 03, 2011 at 10:48:29AM +0200, Felipe Balbi wrote: On Wed, Mar 02, 2011 at 04:57:55PM +1100, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the usb tree got a conflict in arch/arm/mach-omap2/board-4430sdp.c between commit

Re: linux-next: manual merge of the usb tree with the omap tree

2011-03-02 Thread Greg KH
On Wed, Mar 02, 2011 at 04:57:46PM +1100, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the usb tree got a conflict in drivers/usb/musb/musb_core.h between commit 59b479e0985f0b795d68331d6443a7f89c47768d (omap: Start using CONFIG_SOC_OMAP) from the omap tree and commit

Re: [patch-v2.6.39 00/19] OMAP USB + MUSB patches

2011-03-01 Thread Greg KH
On Tue, Mar 01, 2011 at 05:15:21PM +0200, Felipe Balbi wrote: Hi Greg, This is my last pull request for this merge window. I tested that it merges cleanly on today's linus/master. There's a conflict with linux-omap's for-next branch but I'll be sending a resolution still today for that.

Re: [PATCH 0/5 v3] usb: musb: Power management support

2011-02-28 Thread Greg KH
On Mon, Feb 28, 2011 at 10:56:11AM +0200, Felipe Balbi wrote: Hi, On Mon, Feb 28, 2011 at 02:19:31PM +0530, Hema HK wrote: This patch series supports the retention and offmode support in the idle path for musb driver using runtime pm APIs. This is restricted to support offmode and

Re: [PATCH 0/5 v3] usb: musb: Power management support

2011-02-28 Thread Greg KH
On Mon, Feb 28, 2011 at 01:22:28PM -0800, Tony Lindgren wrote: * Greg KH g...@kroah.com [110228 06:21]: On Mon, Feb 28, 2011 at 10:56:11AM +0200, Felipe Balbi wrote: On Mon, Feb 28, 2011 at 02:19:31PM +0530, Hema HK wrote: There is some problem with idle path offmode in mainline, I

Re: [024/115] USB: prevent buggy hubs from crashing the USB stack

2011-02-24 Thread Greg KH
On Thu, Feb 24, 2011 at 11:16:38AM +0200, Felipe Balbi wrote: Hi, On Thu, Feb 24, 2011 at 10:15:23AM +0100, Alexander Holler wrote: On Wed, Feb 23, 2011 at 10:26:20AM -0500, Alan Stern wrote: In both cases, it appears that the problem is caused by the fact that the musb host-controller

Re: [024/115] USB: prevent buggy hubs from crashing the USB stack

2011-02-24 Thread Greg KH
On Thu, Feb 24, 2011 at 12:57:20PM -0500, Alan Stern wrote: On Thu, 24 Feb 2011, Felipe Balbi wrote: On Thu, Feb 24, 2011 at 09:18:14AM -0800, Greg KH wrote: On Thu, Feb 24, 2011 at 11:16:38AM +0200, Felipe Balbi wrote: Hi, On Thu, Feb 24, 2011 at 10:15:23AM +0100, Alexander

Re: [024/115] USB: prevent buggy hubs from crashing the USB stack

2011-02-24 Thread Greg KH
On Thu, Feb 24, 2011 at 10:12:46AM -0800, Greg KH wrote: On Thu, Feb 24, 2011 at 12:57:20PM -0500, Alan Stern wrote: On Thu, 24 Feb 2011, Felipe Balbi wrote: On Thu, Feb 24, 2011 at 09:18:14AM -0800, Greg KH wrote: On Thu, Feb 24, 2011 at 11:16:38AM +0200, Felipe Balbi wrote: Hi

Re: [024/115] USB: prevent buggy hubs from crashing the USB stack

2011-02-24 Thread Greg KH
On Thu, Feb 24, 2011 at 07:11:34PM +0100, Alexander Holler wrote: Hello, Am 24.02.2011 18:57, schrieb Alan Stern: It's important that this patch appear in .37-stable at the same time as the $SUBJECT patch. If that means delaying $SUBJECT for one release, so be it -- it was not a very

Re: [GIT PULL] OMAP USB Patches for 2.6.39

2011-02-18 Thread Greg KH
On Fri, Feb 18, 2011 at 02:11:45PM +0200, Felipe Balbi wrote: Hi Greg, Here are the patches I have for the next merge window. The outstanding feature is the introduction of pm_runtime support for the OMAP glue layer for MUSB. These patches have been tested on omap4430 with g_zero +

Re: [GIT PULL] OMAP USB Patches for 2.6.39

2011-02-18 Thread Greg KH
On Fri, Feb 18, 2011 at 08:31:44AM -0800, Greg KH wrote: On Fri, Feb 18, 2011 at 02:11:45PM +0200, Felipe Balbi wrote: Hi Greg, Here are the patches I have for the next merge window. The outstanding feature is the introduction of pm_runtime support for the OMAP glue layer for MUSB

Re: Latest config warning

2011-02-17 Thread Greg KH
On Thu, Feb 10, 2011 at 01:48:54PM +0200, Felipe Balbi wrote: Hi, On Thu, Feb 10, 2011 at 05:07:06PM +0530, Premi, Sanjeev wrote: diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 5a7c8f1..ac137d1 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -10,8

Re: [PATCH v4 1/4] drivers: hwspinlock: add framework

2011-02-01 Thread Greg KH
On Mon, Jan 31, 2011 at 10:38:59PM -0800, Andrew Morton wrote: On Tue, 1 Feb 2011 08:20:13 +0200 Ohad Ben-Cohen o...@wizery.com wrote: On Tue, Feb 1, 2011 at 1:38 AM, Andrew Morton a...@linux-foundation.org wrote: It's a little irritating having two hwspinlock.h's.

Re: [PATCHv4] OMAP: Enable Magic SysRq on serial console ttyOx

2011-02-01 Thread Greg KH
On Tue, Feb 01, 2011 at 08:31:30AM -0800, Kevin Hilman wrote: Thomas Weber we...@corscience.de writes: Magic SysRq key is not working for OMAP on new serial console ttyOx because SUPPORT_SYSRQ is not defined for omap-serial. This patch defines SUPPORT_SYSRQ in omap-serial and

Re: [PATCHv4] OMAP: Enable Magic SysRq on serial console ttyOx

2011-02-01 Thread Greg KH
On Tue, Feb 01, 2011 at 03:10:40PM -0800, Kevin Hilman wrote: Greg KH gre...@suse.de writes: On Tue, Feb 01, 2011 at 08:31:30AM -0800, Kevin Hilman wrote: Thomas Weber we...@corscience.de writes: Magic SysRq key is not working for OMAP on new serial console ttyOx because

Re: Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-31 Thread Greg KH
On Tue, Jan 25, 2011 at 09:03:22PM -0800, Sutharsan wrote: From: Sutharsan Ramamoorthy s...@cypress.com This patch fixes errors reported by checkpatch.pl in westbridge device controller driver in the staging tree. File containing EXPORT_SYMBOL() macros for all the APIs exported by the

Re: [PATCH] Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-31 Thread Greg KH
On Wed, Jan 26, 2011 at 08:58:54AM -0800, Sutharsan wrote: From: Sutharsan Ramamoorthy s...@cypress.com This patch fixes errors reported by checkpatch.pl in westbridge device controller driver in the staging tree. File containing EXPORT_SYMBOL() macros for all the APIs exported by the

Re: [PATCH] Westbridge software module, fixes errors reported by checkpatch.pl

2011-01-21 Thread Greg KH
On Wed, Jan 19, 2011 at 05:31:46PM -0800, Sutharsan Ramamoorthy wrote: From: Sutharsan Ramamoorthy s...@cypress.com This patch fixes errors in westbridge device controller driver in the staging tree reported by checkpatch.pl. File containing EXPORT_SYMBOL() macros for all the APIs exported

Re: Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-21 Thread Greg KH
On Wed, Jan 19, 2011 at 05:31:46PM -0800, Sutharsan Ramamoorthy wrote: From: Sutharsan Ramamoorthy s...@cypress.com This patch fixes errors in westbridge device controller driver in the staging tree reported by checkpatch.pl. File containing EXPORT_SYMBOL() macros for all the APIs exported

Re: [PATCH] adding gpmc configuration functions, west bridge related

2011-01-12 Thread Greg KH
On Wed, Jan 12, 2011 at 12:56:44PM -0800, Sutharsan Ramamoorthy wrote: This patch implements gpmc configuration functions. Why? These gpmc functions are used by westbridge device controller driver in staging tree to configure gpmc timings and bus width. How does the driver live today without

Re: [PATCH] adding gpmc configuration functions, west bridge related

2011-01-12 Thread Greg KH
On Wed, Jan 12, 2011 at 12:56:44PM -0800, Sutharsan Ramamoorthy wrote: This patch implements gpmc configuration functions. snip Oh, and you also sent your email in html format, which caused the mailing lists to reject it. Please fix this as well. thanks, greg k-h -- To unsubscribe from this

Re: [PATCH] adding gpmc configuration functions, west bridge related

2010-12-20 Thread Greg KH
On Mon, Dec 20, 2010 at 06:42:06PM -0800, Sutharsan R wrote: This patch adds and exports gpmc configuration functions. 'gpmc' configuration functions will be used by westbridge device controller driver in staging tree. This patch is part of the work to get westbridge device controller driver

Re: [PATCH v3 0/4] Introduce hardware spinlock framework

2010-12-16 Thread Greg KH
On Tue, Dec 14, 2010 at 08:40:28PM +0200, Ohad Ben-Cohen wrote: On Tue, Dec 14, 2010 at 7:06 PM, Greg KH g...@kroah.com wrote: Can you please have a look and say if this looks OK ? Look at what, I don't see a patch here. Here's the complete patchset: http://www.mail-archive.com/linux

Re: [PATCH] adding gpmc configuration functions, west bridge related

2010-12-16 Thread Greg KH
On Thu, Dec 16, 2010 at 04:33:50PM -0800, Sutharsan wrote: This patch adds and exports gpmc configuration functions. 'gpmc' configuration functions will be used by westbridge device controller driver in staging tree. This patch is required to get westbridge device controller driver out of

Re: [PATCH] west bridge device driver changes to use gpmc configuration functions

2010-12-15 Thread Greg KH
On Wed, Dec 15, 2010 at 03:03:45PM -0800, Sutharsan wrote: This patch contains changes to west bridge device controller driver in staging area. The west bridge device controller driver is modified to use gpmc configuration functions instead of directly modifying gpmc registers. This patch

Re: [PATCH v3 0/4] Introduce hardware spinlock framework

2010-12-14 Thread Greg KH
On Tue, Dec 14, 2010 at 04:31:36PM +0200, Ohad Ben-Cohen wrote: Hi Greg, Tony, On Sat, Dec 4, 2010 at 1:50 AM, Ohad Ben-Cohen o...@wizery.com wrote: OMAP4 introduces a Hardware Spinlock device, which provides hardware assistance for synchronization and mutual exclusion between

Re: [PATCH 2/9 v3] usb: musb: Remove board_data parameter from musb_platform_init()

2010-12-10 Thread Greg KH
On Fri, Dec 10, 2010 at 10:30:50PM +0300, Sergei Shtylyov wrote: Hello. Kevin Hilman wrote: Removed the board_data parameter being passed to musb_platform_init function as board data can be extracted from device structure which is already member of musb structure. Signed-off-by: Hema

Re: [PATCH] staging: tidspbridge: remove file handling functions for loader

2010-12-08 Thread Greg KH
On Tue, Dec 07, 2010 at 12:09:06AM -0600, Omar Ramirez Luna wrote: Instead use request_firmware and friends to get a valid firmware image. Right now the image is supplied dynamically through udev and the following rule: KERNEL==omap-dsp, SUBSYSTEM==firmware, ACTION==add, \

Re: [PATCH] staging: tidspbridge: remove file handling functions for loader

2010-12-08 Thread Greg KH
On Wed, Dec 08, 2010 at 05:02:20PM -0600, Ramirez Luna, Omar wrote: Hi, On Wed, Dec 8, 2010 at 4:26 PM, Greg KH g...@kroah.com wrote: On Tue, Dec 07, 2010 at 12:09:06AM -0600, Omar Ramirez Luna wrote: Instead use request_firmware and friends to get a valid firmware image. Right now

Re: [PATCH] staging: tidspbridge: remove file handling functions for loader

2010-12-08 Thread Greg KH
On Wed, Dec 08, 2010 at 05:32:50PM -0600, Ramirez Luna, Omar wrote: On Wed, Dec 8, 2010 at 5:08 PM, Greg KH g...@kroah.com wrote: On Wed, Dec 08, 2010 at 05:02:20PM -0600, Ramirez Luna, Omar wrote: Hi, On Wed, Dec 8, 2010 at 4:26 PM, Greg KH g...@kroah.com wrote: On Tue, Dec 07, 2010

Re: [PATCH v5 0/3] OMAP2/3: DMA: FIFO drain errata fixes

2010-12-07 Thread Greg KH
On Fri, Nov 05, 2010 at 02:29:02PM -0700, Tony Lindgren wrote: Hi Greg, Considering below.. * Peter Ujfalusi peter.ujfal...@nokia.com [101021 02:56]: Sorry, I did missed this mail... On Saturday 09 October 2010 01:17:46 ext Tony Lindgren wrote: Guys, as we're so late into

Re: [PATCH v2 6/8] usb: ehci-omap: add helpers for checking port mode

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 08:14:36PM +0530, Anand Gadiyar wrote: On 11/30/2010 5:55 PM, Sergei Shtylyov wrote: Hello. On 29-11-2010 20:25, Anand Gadiyar wrote: Introduce helper functions to test port mode. These checks are performed in several places in the driver, and these helpers

Re: [PATCH 00/12] usb: ehci-omap: add OMAP4 support

2010-11-30 Thread Greg KH
On Mon, Nov 22, 2010 at 12:10:03AM +0530, Anand Gadiyar wrote: This series adds support for the EHCI controller on OMAP4 chips. (This enables the ethernet controller on the Pandaboard - finally!). I'm sorry for the really long delay - I know this has been in the works for a while. I've

Re: [PATCH 00/12] usb: ehci-omap: add OMAP4 support

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 11:53:11PM +0530, Gadiyar, Anand wrote: On Tue, Nov 30, 2010 at 11:14 PM, Greg KH g...@kroah.com wrote: On Mon, Nov 22, 2010 at 12:10:03AM +0530, Anand Gadiyar wrote: This series adds support for the EHCI controller on OMAP4 chips. (This enables the ethernet

Re: [PATCH 00/12] usb: ehci-omap: add OMAP4 support

2010-11-30 Thread Greg KH
On Wed, Dec 01, 2010 at 12:22:07AM +0530, Gadiyar, Anand wrote: On Wed, Dec 1, 2010 at 12:17 AM, Tony Lindgren t...@atomide.com wrote: * Greg KH gre...@suse.de [101130 10:22]: On Tue, Nov 30, 2010 at 11:53:11PM +0530, Gadiyar, Anand wrote: The only other change is I added back patch

Re: [RFC v2 5/8] TILER-DMM: TILER interface file and documentation

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 01:58:56PM -0600, David Sin wrote: From: Lajos Molnar mol...@ti.com This patch contains the TILER interface file and the documentation. Signed-off-by: Lajos Molnar mol...@ti.com Signed-off-by: David Sin david...@ti.com --- Documentation/arm/OMAP/TILER

Re: [RFC v2 8/8] TILER-DMM: Linking TILER driver into the Linux kernel build

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 01:58:59PM -0600, David Sin wrote: From: Lajos Molnar mol...@ti.com This patch links the TILER driver into the Linux kernel build and config system. Signed-off-by: Lajos Molnar mol...@ti.com Signed-off-by: David Sin david...@ti.com --- drivers/misc/Kconfig |

Re: [RFC v2 6/8] TILER-DMM: Geometry and view manipulation functions

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 01:58:57PM -0600, David Sin wrote: From: Lajos Molnar mol...@ti.com This patch contains information on TILER geometry, as well as tiler_view_t object manipulation functions. It also contains an internal TILER header file to share geometric information with other

Re: [PATCH v3 1/1] serial: omap-serial: Add support for kernel debugger

2010-11-30 Thread Greg KH
On Tue, Nov 23, 2010 at 12:24:12AM +0100, Cosmin Cojocar wrote: The kgdb invokes the poll_put_char and poll_get_char when communicating with the host. This patch also changes the initialization order because the kgdb will check at the very beginning, if there is a valid serial driver.

Re: [PATCH v3 1/1] serial: omap-serial: Add support for kernel debugger

2010-11-22 Thread Greg KH
On Tue, Nov 23, 2010 at 12:24:12AM +0100, Cosmin Cojocar wrote: The kgdb invokes the poll_put_char and poll_get_char when communicating with the host. This patch also changes the initialization order because the kgdb will check at the very beginning, if there is a valid serial driver. What

Re: [PATCH v3 1/1] serial: omap-serial: Add support for kernel debugger

2010-11-22 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, Nov 23, 2010 at 01:18:51AM +0100, Cosmin Cojocar wrote: The v2 was a intermediate testing version which I sent it out by mistake. The difference between the tow is that the v2 uses a

Re: [PATCH v3 00/12] staging: tidspbridge: various cleanups

2010-11-21 Thread Greg KH
On Sun, Nov 21, 2010 at 12:46:18PM +0200, Ionut Nicu wrote: This set of patches replaces some of the redundant components of the tidspbridge driver, such as: snip As mentioned before, I need to take these from Omar as I don't trust anyone not to send me stuff that breaks the driver anymore :)

Re: [PATCH] OMAP: Serial: Define register access modes in LCR

2010-11-17 Thread Greg KH
On Wed, Nov 17, 2010 at 10:31:52AM +0200, Emeltchenko Andrei wrote: From: Andrei Emeltchenko andrei.emeltche...@nokia.com Access to some registers depends on register access mode Three different modes are available for OMAP (at least) • Operational mode LCR_REG[7] = 0x0 • Configuration

Re: [PATCH] OMAP: Serial: Define register access modes in LCR

2010-11-17 Thread Greg KH
On Wed, Nov 17, 2010 at 09:28:52AM -0800, Kevin Hilman wrote: Greg KH g...@kroah.com writes: On Wed, Nov 17, 2010 at 10:31:52AM +0200, Emeltchenko Andrei wrote: From: Andrei Emeltchenko andrei.emeltche...@nokia.com Access to some registers depends on register access mode Three

Re: [PATCHv4 0/4] OMAP: Serial: remove magic and diplicates

2010-11-12 Thread Greg KH
On Fri, Nov 12, 2010 at 03:03:59PM +0200, Emeltchenko Andrei wrote: From: Andrei Emeltchenko andrei.emeltche...@nokia.com Add MDR1 Serial register definition to serial_reg and remove duplicated code, remove magic MDR1 register numbers from serial drivers. *v2 add OMAP keyword to MDR1

Re: [PATCH 00/02] staging: tidspbridge: 2.6.37-rcX fixes

2010-11-11 Thread Greg KH
On Wed, Nov 10, 2010 at 07:50:23PM -0600, Omar Ramirez Luna wrote: Hi Greg, Please consider the following patch set for tidspbridge driver in staging tree, the following has been tested on an omap3430 based board + gst-dsp environment. Many thanks to Felipe Contreras for piling this up, as

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-09 Thread Greg KH
On Tue, Nov 09, 2010 at 05:29:17PM +0100, Arnd Bergmann wrote: On Tuesday 09 November 2010, Felipe Contreras wrote: Felipe Contreras (14): Revert staging: tidspbridge - update Kconfig to select IOMMU module Revert staging: tidspbridge - remove dmm custom module Revert

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-09 Thread Greg KH
On Tue, Nov 09, 2010 at 11:04:18AM -0600, Guzman Lugo, Fernando wrote: On Tue, Nov 9, 2010 at 10:55 AM, Greg KH g...@kroah.com wrote: On Tue, Nov 09, 2010 at 05:29:17PM +0100, Arnd Bergmann wrote: On Tuesday 09 November 2010, Felipe Contreras wrote: Felipe Contreras (14):       Revert

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-09 Thread Greg KH
On Tue, Nov 09, 2010 at 11:49:30AM -0600, Guzman Lugo, Fernando wrote: On Tue, Nov 9, 2010 at 11:25 AM, Greg KH g...@kroah.com wrote: On Tue, Nov 09, 2010 at 11:04:18AM -0600, Guzman Lugo, Fernando wrote: On Tue, Nov 9, 2010 at 10:55 AM, Greg KH g...@kroah.com wrote: On Tue, Nov 09, 2010

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-09 Thread Greg KH
On Tue, Nov 09, 2010 at 11:53:29PM +0200, Felipe Contreras wrote: On Tue, Nov 9, 2010 at 7:58 PM, Greg KH g...@kroah.com wrote: If it is easy to revert and push later, then the revert just this piece should be done now. Seriously, I'm getting very confused here, and am very annoyed

Re: [PATCH 1/5] omap: dsp: remove shm from normal memory

2010-11-08 Thread Greg KH
On Mon, Nov 08, 2010 at 04:53:21PM -0800, Tony Lindgren wrote: * Felipe Contreras felipe.contre...@gmail.com [101107 13:34]: Also, don't be picky about the location, which incidentally fixes the build since MEMBLOCK_REAL_LIMIT is gone on 2.6.37. Signed-off-by: Felipe Contreras

Re: [PATCH v2 08/12] staging: tidspbridge: convert rmgr to list_head

2010-11-07 Thread Greg KH
On Sun, Nov 07, 2010 at 02:11:24PM +0200, Ionut Nicu wrote: Hi Greg, On Sat, 2010-11-06 at 11:26 -0700, Greg KH wrote: On Sat, Nov 06, 2010 at 08:18:27PM +0200, Ionut Nicu wrote: Hi Rene, On Fri, 2010-11-05 at 18:07 -0600, Sapiens, Rene wrote: Hi Ionut, On Fri, Nov 5

Re: [PATCH 0/5] omap: dsp: fixes for 2.6.37-rc1

2010-11-07 Thread Greg KH
On Sun, Nov 07, 2010 at 11:43:24PM +0200, Felipe Contreras wrote: Hi, Paul already sent these, but I did some minor modifications, mostly to minimize the amount of changes. Also, I'm re-sending my memblock patch so that the driver can actually be compiled. With these, and reverting

Re: [PATCH v2 08/12] staging: tidspbridge: convert rmgr to list_head

2010-11-06 Thread Greg KH
On Sat, Nov 06, 2010 at 08:18:27PM +0200, Ionut Nicu wrote: Hi Rene, On Fri, 2010-11-05 at 18:07 -0600, Sapiens, Rene wrote: Hi Ionut, On Fri, Nov 5, 2010 at 9:13 AM, Ionut Nicu ionut.n...@gmail.com wrote: Convert the rmgr module of the tidspbridge driver to use struct list_head

Re: [PATCH v2 0/3] staging: tidspbridge: bugfixes

2010-11-05 Thread Greg KH
On Fri, Nov 05, 2010 at 05:15:45PM +0200, Ionut Nicu wrote: Changes since v1: * Split the mgr_enum_node_info patch into two patches: one that fixes the issue and one that reorganizes the code. Are these for the .37 or .38 kernel? thanks, greg k-h -- To unsubscribe from this list: send the

Re: [PATCH v2 00/12] staging: tidspbridge: various cleanups

2010-11-05 Thread Greg KH
On Fri, Nov 05, 2010 at 05:13:04PM +0200, Ionut Nicu wrote: This set of patches replaces some of the redundant components of the tidspbridge driver, such as: * wrapper functions for kmalloc/kfree * custom bitmap implementation * custom linked list implementation (list_head wrapper) with

Re: [PATCH v2 1/3] staging: tidspbridge: fix mgr_enum_node_info

2010-11-05 Thread Greg KH
On Fri, Nov 05, 2010 at 06:01:47PM +0200, Felipe Contreras wrote: On Fri, Nov 5, 2010 at 5:15 PM, Ionut Nicu ionut.n...@gmail.com wrote: The current code was always returning a non-zero status value to userspace applications when this ioctl was called. The error code was ENODATA, which

Re: [PATCH v2 1/3] staging: tidspbridge: fix mgr_enum_node_info

2010-11-05 Thread Greg KH
On Fri, Nov 05, 2010 at 06:17:55PM +0200, Ionut Nicu wrote: On Fri, 2010-11-05 at 09:09 -0700, Greg KH wrote: On Fri, Nov 05, 2010 at 06:01:47PM +0200, Felipe Contreras wrote: On Fri, Nov 5, 2010 at 5:15 PM, Ionut Nicu ionut.n...@gmail.com wrote: The current code was always returning

Re: [PATCH 0/8] staging: tidspbridge - misc fixes

2010-10-25 Thread Greg KH
On Mon, Oct 25, 2010 at 07:51:38PM -0500, Fernando Guzman Lugo wrote: This set of patches fix some issues found in lastest tree. Fernando Guzman Lugo (8): staging: tidspbridge - remove req_addr from proc_map staging: tidspbridge - add kconfig parameter for DMM size staging:

Re: [PATCH] omap: am3517: fix build break

2010-10-21 Thread Greg KH
On Thu, Oct 21, 2010 at 02:50:06PM +0530, Anand Gadiyar wrote: Patch usb-am35x-add-musb-support.patch in greg's USB queue adds backan include of plat/control.h. This file was renamed by another commit in the omap tree and the file was already fixed to reflect this. Remove this include to

Re: [PATCH 1/3] drivers: misc: add omap_hwspinlock driver

2010-10-19 Thread Greg KH
On Mon, Oct 18, 2010 at 09:44:33AM +0200, Ohad Ben-Cohen wrote: +#else /* !CONFIG_OMAP_HWSPINLOCK */ + +static inline struct omap_hwspinlock *omap_hwspinlock_request(void) +{ + return ERR_PTR(-ENOSYS); +} One note, do you really want to fail if this option isn't built into the kernel,

Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 01:03:28PM +0300, Felipe Contreras wrote: Add missing dependencies, and remove redundant ones, and select sensible defaults. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/mfd/Kconfig|3 ++- drivers/regulator/Kconfig |1 +

Re: [PATCH v2 2/3] usb: trivial Kconfig cleanups

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 01:03:27PM +0300, Felipe Contreras wrote: Note: USB_GADGET_MUSB_HDRC is already defined in usb/gadget. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com Please describe _what_ trivial cleanups you did, and why you did them. Care to resend? thanks, greg k-h

Re: [PATCH v2 1/3] usb: fix Kconfig warning

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 01:28:09PM +0300, Felipe Balbi wrote: On Tue, Oct 19, 2010 at 05:03:26AM -0500, Felipe Contreras wrote: warning: (USB_MUSB_HDRC_HCD USB_SUPPORT USB_MUSB_HDRC (USB_MUSB_HOST || USB_MUSB_OTG) USB_GADGET_MUSB_HDRC || USB_MUSB_OTG choice USB USB_GADGET PM

Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 09:42:17PM +0530, Anand Gadiyar wrote: On 10/19/2010 9:22 PM, Greg KH wrote: On Tue, Oct 19, 2010 at 01:03:28PM +0300, Felipe Contreras wrote: Add missing dependencies, and remove redundant ones, and select sensible defaults. Signed-off-by: Felipe

Re: [PATCH v2 2/3] usb: trivial Kconfig cleanups

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 08:15:19PM +0300, Felipe Contreras wrote: On Tue, Oct 19, 2010 at 6:51 PM, Greg KH g...@kroah.com wrote: On Tue, Oct 19, 2010 at 01:03:27PM +0300, Felipe Contreras wrote: Note: USB_GADGET_MUSB_HDRC is already defined in usb/gadget. Signed-off-by: Felipe Contreras

Re: [PATCHv2 01/11] staging: tidspbridge: replace iommu custom for opensource implementation

2010-10-05 Thread Greg KH
On Thu, Sep 30, 2010 at 09:12:48PM -0500, Fernando Guzman Lugo wrote: Now the tidspbridge uses the API's from iovmm module. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com This patch applied, but number 2 and others didn't. Care to respin those against the new linux-next tree and

Re: [PATCH 1/2] omap: add dsp platform device

2010-10-05 Thread Greg KH
On Mon, Oct 04, 2010 at 07:09:14PM +0300, Felipe Contreras wrote: Otherwise tidspbridge cannot work. It looks like this was dropped in the conversion to staging. I took the liberty of doing some cleaning up. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com ---

Re: [PATCH 1/2] omap: add dsp platform device

2010-10-05 Thread Greg KH
On Tue, Oct 05, 2010 at 09:28:30AM -0700, Tony Lindgren wrote: * Greg KH g...@kroah.com [101005 09:01]: On Mon, Oct 04, 2010 at 07:09:14PM +0300, Felipe Contreras wrote: Otherwise tidspbridge cannot work. It looks like this was dropped in the conversion to staging. I took

Re: [PATCH 0/2] omap: dsp: make the driver actually work

2010-10-05 Thread Greg KH
On Mon, Oct 04, 2010 at 07:09:13PM +0300, Felipe Contreras wrote: Hi, It seems the platform device was dropped from the migration of tidspbridge into staging, plus the sdram meblock (previously bootmem) required for it work are gone. Withouth these patches the driver loads, but doesn't

Re: [PATCH] usb: musb: fix build break due to partial rename

2010-10-05 Thread Greg KH
On Sat, Oct 02, 2010 at 02:04:24AM +0530, Anand Gadiyar wrote: Patch usb gadget: don't save bind callback in struct usb_gadget_driver in Greg's USB queue missed one conversion of usb_gadget_register_driver to usb_gadget_probe_driver, causing a build break when MUSB is built in gadget mode.

Re: linux-next: manual merge of the staging-next tree with the omap tree

2010-10-05 Thread Greg KH
On Wed, Oct 06, 2010 at 02:21:10PM +1100, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the staging-next tree got a conflict in arch/arm/plat-omap/devices.c between commit f2ce62312650211f6cf665cd6dc519c334c4071e (OMAP: WDT: Split OMAP1 and OMAP2PLUS device registration) from

Re: [PATCH] staging: tidspbridge: disable all peripherals at bridge_brd_stop

2010-09-30 Thread Greg KH
On Fri, Sep 24, 2010 at 04:02:03PM -0500, Ernesto Ramos wrote: DSP Bridge needs to disable the peripheral clocks when switches to BRD_STOPPED since that would prevent the domain to enter in OFF state. Signed-off-by: Ernesto Ramos erne...@ti.com Signed-off-by: Omar Ramirez Luna

Re: [PATCH 11/13 v3] serial: Add OMAP high-speed UART driver

2010-09-27 Thread Greg KH
On Mon, Sep 27, 2010 at 01:55:46PM -0700, Kevin Hilman wrote: [resent with correct address for Greg, sorry for duplicates.] Greg, Govindraj.R govindraj.r...@ti.com writes: This patch adds driver support for OMAP2/3/4 high speed UART. According to MAINTAINERS, you seem to be the one

Re: [PATCH] usb: omap: ohci: Missing driver unregister in module exit

2010-09-21 Thread Greg KH
On Fri, Sep 17, 2010 at 09:43:16AM +0300, Felipe Balbi wrote: On Thu, Sep 16, 2010 at 06:39:20AM -0500, Munegowda, Keshava wrote: -Original Message- From: Munegowda, Keshava Sent: Tuesday, September 14, 2010 4:40 AM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org Cc:

Re: [PATCH v2] power: introduce library for device-specific OPPs

2010-09-17 Thread Greg KH
On Sat, Sep 18, 2010 at 12:24:19AM -0500, Nishanth Menon wrote: This is hence introduced under lib allowing all architectures to selectively enable the feature based on their capabilities. snip Documentation/power/00-INDEX |2 + Documentation/power/opp.txt | 326

Re: [RESEND/PATCH 0/6] USB: musb-gadget: bug fix

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 12:32:19PM +0800, Ming Lei wrote: CC Felipe / David / Gadiyar / Mike / Sergei 2010/9/8 Greg KH g...@kroah.com: I seem to not have 1/6 here, did it get stuck somewhere? Here is 1/6: http://marc.info/?l=linux-usbm=128387307419605w=2 If you need, I can

Re: [PATCH 0/5] usb: omap: prepare for OMAP4 EHCI and OHCI support

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 01:21:04PM +0530, Munegowda, Keshava wrote: -Original Message- From: Munegowda, Keshava Sent: Wednesday, August 18, 2010 8:26 AM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org Cc: Munegowda, Keshava Subject: [PATCH 0/5] usb: omap: prepare for

Re: [PATCH] gpmc, EXPORT_SYMBOLS, west bridge related

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 10:28:45AM -0700, Tony Lindgren wrote: * Greg KH g...@kroah.com [100907 17:17]: On Tue, Sep 07, 2010 at 12:26:47PM -0700, David Cross wrote: This patch exports some of the gpmc driver functions in OMAP3. The purpose behind this patch is to allow device drivers

Re: [PATCH] gpmc, EXPORT_SYMBOLS, west bridge related

2010-09-07 Thread Greg KH
On Tue, Sep 07, 2010 at 12:26:47PM -0700, David Cross wrote: This patch exports some of the gpmc driver functions in OMAP3. The purpose behind this patch is to allow device drivers compiled as loadable modules to be interfaced to the GPMC. I am hoping that Tony is the correct maintainer

Re: [RESEND/PATCH 0/6] USB: musb-gadget: bug fix

2010-09-07 Thread Greg KH
On Tue, Sep 07, 2010 at 11:23:28PM +0800, tom.leim...@gmail.com wrote: This patch set fixes two kinds of musb-gadget bug: -fix kernel panic if using out ep with FIFO_TXRX style -make double buffer mode usable, fix infinate hangs and buffer corrupt bug when using double

Re: [PATCH] USB: musb: move musb debugfs entry under usb debugfs root dir

2010-08-27 Thread Greg KH
On Fri, Aug 27, 2010 at 10:34:45PM +0530, Gadiyar, Anand wrote: tom.leim...@gmail.com wrote: From: Ming Lei tom.leim...@gmail.com All hcd's debugfs entries are under usb debugfs root dir already, so musb should not be a exception. Signed-off-by: Ming Lei tom.leim...@gmail.com

Re: [RFC PATCH] platform: Faciliatate the creation of pseduo-platform busses

2010-08-10 Thread Greg KH
On Sat, Aug 07, 2010 at 11:28:13AM -0600, Grant Likely wrote: On Sat, Aug 7, 2010 at 12:35 AM, Grant Likely grant.lik...@secretlab.ca wrote: On Fri, Aug 6, 2010 at 5:46 PM, Greg KH gre...@suse.de wrote: That would be nice, but take your standard PC today:         ls /sys/devices/platform

Re: [RFC PATCH] platform: Faciliatate the creation of pseduo-platform busses

2010-08-06 Thread Greg KH
On Thu, Aug 05, 2010 at 04:59:35PM -0600, Grant Likely wrote: (On that point Greg, what is the reason for even having the /sys/devices/platform/ parent? Why not just let the platform devices sit at the root of the device tree? In the OF case (granted, I'm biased) all of the platform_device

Re: [RFC PATCH] platform: Faciliatate the creation of pseduo-platform busses

2010-08-06 Thread Greg KH
On Fri, Aug 06, 2010 at 09:12:27AM -0600, Grant Likely wrote: On Fri, Aug 6, 2010 at 8:27 AM, Greg KH gre...@suse.de wrote: On Thu, Aug 05, 2010 at 04:59:35PM -0600, Grant Likely wrote: (On that point Greg, what is the reason for even having the /sys/devices/platform/ parent?  Why not just

Re: [RFC PATCH] platform: Faciliatate the creation of pseduo-platform busses

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 04:35:06PM -0700, Patrick Pannuto wrote: Inspiration for this comes from: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg31161.html INTRO As SOCs become more popular, the desire to quickly define a simple, but functional, bus type with only a few unique

Re: [RFC PATCH] platform: Faciliatate the creation of pseduo-platform busses

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 05:02:29PM -0700, Patrick Pannuto wrote: On 08/03/2010 04:56 PM, Greg KH wrote: On Tue, Aug 03, 2010 at 04:35:06PM -0700, Patrick Pannuto wrote: Inspiration for this comes from: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg31161.html INTRO

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:52AM -0500, Ernesto Ramos wrote: Replace simple_strtoul by strict_strtoul in atoi function. Why not use the built-in kernel function instead of having your own atoi function? thanks, greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-omap

<    1   2   3   4   >