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 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 separate out the

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 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, >> +             .activate_l

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 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, >> +             .activate_

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

2010-11-09 Thread Kevin Hilman
Thara Gopinath 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. > > Signed-off-

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

2010-11-09 Thread Kevin Hilman
Omar Ramirez Luna writes: > From: Felipe Contreras > > 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 > Signed-off-by: Omar Ramirez Luna > --- > arch/arm/mach-omap2/devices.c

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

2010-11-09 Thread Kevin Hilman
Omar Ramirez Luna writes: > From: Felipe Contreras > > 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 omap_device/omap_hwmod and the changelog should describe

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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, Manjuna

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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 Kondaiah > Cc:

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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 plat-om

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

2010-11-09 Thread Greg KH
On Wed, Nov 10, 2010 at 12:39:47AM +0200, Felipe Contreras wrote: > On Wed, Nov 10, 2010 at 12:10 AM, Greg KH 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

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" writes: > Enable runtime pm and use pm_runtime_get and pm_runtime_put > for OMAP DMA driver. > > Signed-off-by: G, Manjunath Kondaiah > Cc: Benoit Cousson > Cc: Kevin Hilman > Cc: Santosh Shilimkar > --- > arch/arm/plat-omap/dma.c | 13 + > 1 files chang

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 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 request pl

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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, Manjuna

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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 > Cc: Benoit Cousson > Cc: Kevin Hilman > Cc: Santosh Shilimkar > --- > arch/ar

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 wrote: > * Guzman Lugo, Fernando [101109 09:43]: >> On Tue, Nov 9, 2010 at 11:35 AM, Tony Lindgren wrote: >> > * Guzman Lugo, Fernando [101109 08:36]: >> >> >> >> tidspbridge iommu change are working fine all the patches and few fixes >> >> after >

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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 workar

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 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: [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 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 "st

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 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 origina

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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 > Cc: Benoit Cousson > Cc: Kevin Hilman > Cc: Santosh Shilimkar > --- >

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

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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 cleanup >

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 wrote: > On Tue, Nov 9, 2010 at 11:35 AM, Tony Lindgren wrote: >> * Guzman Lugo, Fernando [101109 08:36]: >>> >>> tidspbridge iommu change are working fine all the patches and few fixes >>> after >>> that are alredy sent. what breaks tidspbr

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

2010-11-09 Thread Kevin Hilman
Rajendra Nayak 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 module

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 oma

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

2010-11-09 Thread Tony Lindgren
* Guzman Lugo, Fernando [101109 09:43]: > On Tue, Nov 9, 2010 at 11:35 AM, Tony Lindgren wrote: > > * Guzman Lugo, Fernando [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 unm

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 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 wrote: > >> > On Tue, Nov 09, 2010 at 05:29:17PM +0100,

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 wrote: > * Guzman Lugo, Fernando [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 th

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 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 wrote: >> > On Tue, Nov 09, 2010 at 05:29:17PM +0100, Arnd Bergmann wrote: >> >> On Tuesday 09 November 2010, Felipe Contreras wrote

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

2010-11-09 Thread Kevin Hilman
Ben Dooks writes: > On Thu, Oct 07, 2010 at 10:37:03AM -0700, Kevin Hilman wrote: >> Ben Dooks 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 the drivers p

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

2010-11-09 Thread Tony Lindgren
* Guzman Lugo, Fernando [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. Care to post a s

Re: [PATCH] OMAP3: I2C: hwmod: Fix PRCM module offset

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" 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 Zoom3 usi

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 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 "s

[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 --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel-generic.c | 174 --

[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 --- arch/arm/mach-omap2/board-3430sdp.c | 13 + arch/arm/mach-omap2/

[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 f

[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 intr

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 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 "s

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" > >

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 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 "s

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 > f

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

2010-11-09 Thread srinath
From: Srinath 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] http://www.ti.com/arm [2] http://www.m

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; linux-

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 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 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 > wrote: > > Hi, > > > > On Fri, 2010-11-05 at 20:43 +0100, ext Bryan Wu wrote: > >> static struct omap_dss_device sdp3430_dvi_device = { > >> .name = "dvi", > >> -

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 t

[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. Signed-of

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

2010-11-09 Thread Marco Stornelli
2010/11/8 Gadiyar, Anand : > 2010/11/8 Marco Stornelli : >> 2010/11/8 Uwe Kleine-König : >>> Hello, >>> >>> On Sat, Nov 06, 2010 at 10:06:35AM +0100, Marco Stornelli wrote: From: Marco Stornelli During compilation of 2.6.36 for Beagle board, there a are a couple of warnings. T