Re: [PATCH] arm: fix compilation warning during compilation

2010-11-09 Thread Marco Stornelli
2010/11/8 Gadiyar, Anand gadi...@ti.com: 2010/11/8 Marco Stornelli marco.storne...@gmail.com: 2010/11/8 Uwe Kleine-König u.kleine-koe...@pengutronix.de: Hello, On Sat, Nov 06, 2010 at 10:06:35AM +0100, Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com During

[PATCH V2] hwmon: twl4030: Driver for twl4030 madc module

2010-11-09 Thread Keerthy
Introducing a driver for MADC on TWL4030 powerIC. MADC stands for monitoring ADC. This driver monitors the real time conversion of analog signals like battery temperature, battery type, battery level etc. User can also ask for the conversion on a particular channel using the sysfs nodes.

Re: DSS2 Query: Use of FIFO preload values

2010-11-09 Thread Tomi Valkeinen
On Tue, 2010-11-09 at 05:20 +0100, ext Taneja, Archit wrote: Hi, I was going through the DSS2 code and was unable to find a place where we set the 11th bit in DISPC_GFX_ATTRIBUTES or the 19th bit in DISPC_VIDn_ATTRIBUTES. Setting these bits ensures that the DISPC FIFO's fill up to the

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-09 Thread Tomi Valkeinen
On Mon, 2010-11-08 at 20:43 +0100, ext Bryan Wu wrote: On Mon, Nov 8, 2010 at 7:26 AM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Fri, 2010-11-05 at 20:43 +0100, ext Bryan Wu wrote: static struct omap_dss_device sdp3430_dvi_device = { .name =

Re: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-09 Thread Tomi Valkeinen
Hi, On Mon, 2010-11-08 at 22:44 +0100, ext Bryan Wu wrote: Generic DPI panel driver includes the driver and 4 similar panel configurations. It will match the panel name which is passed from platform data and setup the right configurations. With generic DPI panel driver, we can remove

RE: [PATCH V2] hwmon: twl4030: Driver for twl4030 madc module

2010-11-09 Thread Anand Gadiyar
Introducing a driver for MADC on TWL4030 powerIC. MADC stands for monitoring ADC. This driver monitors the real time conversion of analog signals like battery temperature, battery type, battery level etc. User can also ask for the conversion on a particular channel using the sysfs nodes.

RE: [PATCH V2] hwmon: twl4030: Driver for twl4030 madc module

2010-11-09 Thread J, KEERTHY
Hello Anand, -Original Message- From: Gadiyar, Anand Sent: Tuesday, November 09, 2010 7:10 PM To: J, KEERTHY; lm-sens...@lm-sensors.org; guenter.ro...@ericsson.com; sa...@linux.intel.com; kh...@linux-fr.org Cc: mikko.k.yli...@nokia.com; Balbi, Felipe; amit.kuche...@canonical.com;

[Patch v5] OMAP: AM3517/05: Add craneboard support

2010-11-09 Thread srinath
From: Srinath srin...@mistralsolutions.com Craneboard is a hardware development platform based on the Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a low cost reference design. This patch adds basic board file. Detailed support will follow in subsequent patches. [1]

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

2010-11-09 Thread Arnd Bergmann
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 staging: tidspbridge - deprecate reserve/unreserve_memory funtions

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

2010-11-09 Thread Guzman Lugo, Fernando
On Tue, Nov 9, 2010 at 10:29 AM, Arnd Bergmann a...@arndb.de 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 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 Guzman Lugo, Fernando
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 staging: tidspbridge - update Kconfig to select IOMMU module       Revert

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #5)

2010-11-09 Thread Bryan Wu
There are 4 duplicated DPI panel drivers in DSS2 display driver. They are similar and a generic DPI panel driver can support all them with specific panel configuration. And new DPI panel driver can be easily supported by adding panel configurations into generic panel DPI driver. This patchset

[PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-09 Thread Bryan Wu
Generic DPI panel driver includes the driver and 4 similar panel configurations. It will match the panel name which is passed from platform data and setup the right configurations. With generic DPI panel driver, we can remove those 4 duplicated panel display drivers. In the future, it is simple

[PATCH 2/3] OMAP: use generic DPI panel driver in board files

2010-11-09 Thread Bryan Wu
Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 13

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-09 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 -

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: [PATCH] OMAP3: I2C: hwmod: Fix PRCM module offset

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: The commit '311225e6' is missing '.module_offs' in prcm structure in omap3 hwmod data base which results in accessing wrong register for I2Cx IDLEST bit monitoring. Added module offsets for accessing register CM_IDLEST1_CORE. Patch tested on

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

2010-11-09 Thread Tony Lindgren
* Guzman Lugo, Fernando fernando.l...@ti.com [101109 08:36]: tidspbridge iommu change are working fine all the patches and few fixes after that are alredy sent. what breaks tidspbridge, is the unmerged dependencies in linux omap tree, specifically the iommu module patches and the SG patch.

Re: [PATCH v3 5/5] OMAP: I2C: Convert i2c driver to use PM runtime api's

2010-11-09 Thread Kevin Hilman
Ben Dooks ben-...@fluff.org writes: On Thu, Oct 07, 2010 at 10:37:03AM -0700, Kevin Hilman wrote: Ben Dooks ben-...@fluff.org writes: [...] As such, I should really go and read up all about this new runtime-pm and hwmod stuff before further commentign on the changes. ping From

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

2010-11-09 Thread Guzman Lugo, Fernando
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 at 05:29:17PM +0100, Arnd Bergmann wrote: On Tuesday 09 November 2010,

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

2010-11-09 Thread Guzman Lugo, Fernando
On Tue, Nov 9, 2010 at 11:35 AM, Tony Lindgren t...@atomide.com wrote: * Guzman Lugo, Fernando fernando.l...@ti.com [101109 08:36]: tidspbridge iommu change are working fine all the patches and few fixes after that are alredy sent. what breaks tidspbridge, is the unmerged dependencies in

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 Ramirez Luna, Omar
Hi, Seriously, I'm getting very confused here, and am very annoyed by the whole thing. Here's what I don't like:  - the original driver didn't even seem to work properly  - people sent me patches they never tested and broke things even worse  - some people have no respect for the omap

Re: [PATCH v2] OMAP: hwmod: Update the sysc_cache in case module context is lost

2010-11-09 Thread Kevin Hilman
Rajendra Nayak rna...@ti.com writes: Do not skip the sysc programming in the hmwod framework based on the cached value alone, since at times the module might have lost context (due to the Powerdomain in which the module belongs transitions to either Open Switch RET or OFF). Identifying if a

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

2010-11-09 Thread Felipe Contreras
On Tue, Nov 9, 2010 at 7:52 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: On Tue, Nov 9, 2010 at 11:35 AM, Tony Lindgren t...@atomide.com wrote: * Guzman Lugo, Fernando fernando.l...@ti.com [101109 08:36]: tidspbridge iommu change are working fine all the patches and few fixes after

Re: [PATCH v3 01/13] OMAP: DMA: Replace read/write macros with functions

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: The low level read/write macros are replaced with static inline functions and register offsets are handled through static register offset tables mapped through enumeration constants. The objective of this patch is to prepare for omap dma driver

Re: [PATCH v3 03/13] OMAP: DMA: Introduce DMA device attributes

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: This patch introduces OMAP DMA device attributes for using the same in DMA platform driver for all OMAP's and HWMOD database(OMAP2PLUS onwards) Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin

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

2010-11-09 Thread Felipe Contreras
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 by the whole thing. With good reason. Here's what I don't like:  - the

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

2010-11-09 Thread Felipe Contreras
On Tue, Nov 9, 2010 at 6:29 PM, Arnd Bergmann a...@arndb.de 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: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 by the

Re: [PATCH v3 02/13] OMAP: DMA: Introduce errata handling feature

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: Implement errata handling to use flags instead of cpu_is_* and cpu_class_* in the code. The errata flags are initialized at init time and during runtime we are using the errata variable (via the IS_DMA_ERRATA macro) to execute the required errata

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

2010-11-09 Thread Felipe Contreras
On Tue, Nov 9, 2010 at 8:32 PM, Tony Lindgren t...@atomide.com wrote: * Guzman Lugo, Fernando fernando.l...@ti.com [101109 09:43]: On Tue, Nov 9, 2010 at 11:35 AM, Tony Lindgren t...@atomide.com wrote: * Guzman Lugo, Fernando fernando.l...@ti.com [101109 08:36]: tidspbridge iommu change

Re: [PATCH v3 08/13] OMAP1: DMA: Introduce DMA driver as platform device

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: Register OMAP1 DMA driver as platform device and add support for registering through platform device layer using resource structures. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman

Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: Convert DMA library into DMA platform driver and make use of platform data provided by HWMOD data base for OMAP2PLUS onwards. For OMAP1 processors, the DMA driver in mach-omap uses resource structures for getting platform data. Signed-off-by: G,

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

2010-11-09 Thread Felipe Contreras
On Wed, Nov 10, 2010 at 12:10 AM, Greg KH g...@kroah.com wrote: On Tue, Nov 09, 2010 at 11:53:29PM +0200, Felipe Contreras wrote: You mean after this pull, or should Omar re-send this pull request? I'm not pulling _anything_ at the moment for this driver. I want to see patches, not a pull

Re: [PATCH v3 13/13] OMAP: PM: DMA: Enable runtime pm

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: Enable runtime pm and use pm_runtime_get and pm_runtime_put for OMAP DMA driver. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar

Re: [PATCH v3 00/13] OMAP: DMA: hwmod and DMA as platform device

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: This patch series converts DMA library into platform device and hwmod adaptation is done for omap2+ processors. It also replaces cpu_*is* checks by moving omap1 and omap2+ processor code into repsective mach-omapx directories. The common code in

Re: [PATCH v3 04/13] OMAP2420: DMA: hwmod: add system DMA

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: Add OMAP2420 DMA hwmod structures. s/structures/data/ Also, as pointed out in many other hwmod reviews, when adding hwmod data, subject should be something like: OMAP2420: hwmod_data: add system DMA Kevin Signed-off-by: G, Manjunath

Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-09 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: Convert DMA library into DMA platform driver and make use of platform data provided by HWMOD data base for OMAP2PLUS onwards. For OMAP1 processors, the DMA driver in mach-omap uses resource structures for getting platform data. Signed-off-by: G,

Re: [PATCH 1/5] omap: mailbox: initial hwmod support for omap3

2010-11-09 Thread Kevin Hilman
Omar Ramirez Luna omar.rami...@ti.com writes: From: Felipe Contreras felipe.contre...@gmail.com HWMOD support for omap3. -ENO_DESCRIPTIVE_CHANGELOG Please describe in more detail what is happening here, starting with a better subject: omap: mailbox: build device using

Re: [PATCH 3/5] omap: mailbox: add omap_device latency information

2010-11-09 Thread Kevin Hilman
Omar Ramirez Luna omar.rami...@ti.com writes: From: Felipe Contreras felipe.contre...@gmail.com So that we can enable the main clock. -ENO_DESCRIPTIVE_CHANGELOG omap_device_enable/disable do more than just manage the clocks Signed-off-by: Felipe Contreras felipe.contre...@gmail.com

Re: [PATCH v2] OMAP4: Extend clock database.

2010-11-09 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch extends the OMAP4 clock data to include various x2 clock nodes as the clock framework skips a *2 whie calculating the dpll locked frequency. The clock databse extensions are autogenerated using the scripts maintained by Benoit Cousson.

Re: [PATCH 3/5] omap: mailbox: add omap_device latency information

2010-11-09 Thread Felipe Contreras
On Wed, Nov 10, 2010 at 1:48 AM, Kevin Hilman khil...@deeprootsystems.com wrote:  #if defined(CONFIG_OMAP_MBOX_FWK) || defined(CONFIG_OMAP_MBOX_FWK_MODULE) +static struct omap_device_pm_latency mbox_latencies[] = { +     [0] = { +             .activate_func = omap_device_enable_clocks, +      

Re: [PATCH 3/5] omap: mailbox: add omap_device latency information

2010-11-09 Thread Ramirez Luna, Omar
On Tue, Nov 9, 2010 at 5:48 PM, Kevin Hilman khil...@deeprootsystems.com wrote:  #if defined(CONFIG_OMAP_MBOX_FWK) || defined(CONFIG_OMAP_MBOX_FWK_MODULE) +static struct omap_device_pm_latency mbox_latencies[] = { +     [0] = { +             .activate_func = omap_device_enable_clocks, +      

Re: [PATCH 1/5] omap: mailbox: initial hwmod support for omap3

2010-11-09 Thread Ramirez Luna, Omar
On Tue, Nov 9, 2010 at 5:38 PM, Kevin Hilman khil...@deeprootsystems.com wrote: ---  arch/arm/mach-omap2/devices.c              |  100 ---  arch/arm/mach-omap2/mailbox.c              |    1 +  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   54 +++ please