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

2011-02-01 Thread Ohad Ben-Cohen
On Tue, Feb 1, 2011 at 9:40 AM, Andrew Morton a...@linux-foundation.org wrote: On Tue, 1 Feb 2011 09:36:22 +0200 Ohad Ben-Cohen o...@wizery.com wrote: On Tue, Feb 1, 2011 at 8:38 AM, Andrew Morton a...@linux-foundation.org wrote: I'll do a quick respin of the patches with that and the

Re: [PATCH 2/2] OMAP: Cleanup IOMMU error messages

2011-02-01 Thread David Cohen
On Mon, Jan 31, 2011 at 09:16:30PM -0600, ext Ramirez Luna, Omar wrote: Hi David, Hi Ramirez, Thanks for the comments. On Mon, Jan 31, 2011 at 11:25 AM, David Cohen david.co...@nokia.com wrote: IOMMU error messages are duplicated. They're printed on IOMMU specific layer for OMAP2,3 and

Re: [PATCH v2] OMAP: fix fncpy API call

2011-02-01 Thread Jean Pihet
On Tue, Jan 25, 2011 at 6:48 PM, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy API to copy the PM code functions to SRAM. Signed-off-by: Jean Pihet j-pi...@ti.com ---  

Re: [RFC/PATCH] OMAP3: run the ASM sleep code from DDR

2011-02-01 Thread Jean Pihet
Hi Santosh, On Mon, Jan 31, 2011 at 12:00 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: -Original Message- From: Jean Pihet [mailto:jean.pi...@newoldbits.com] Sent: Monday, January 31, 2011 4:07 PM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; Jean Pihet-XID Subject:

RE: handling clock nodes with both parent and divider selection

2011-02-01 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, February 01, 2011 4:43 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org Subject: Re: handling clock nodes with both parent and divider selection On Mon, 31 Jan 2011, Rajendra Nayak wrote:

RE: [RFC/PATCH] OMAP3: run the ASM sleep code from DDR

2011-02-01 Thread Santosh Shilimkar
-Original Message- From: Jean Pihet [mailto:jean.pi...@newoldbits.com] Sent: Tuesday, February 01, 2011 4:53 PM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; Jean Pihet-XID Subject: Re: [RFC/PATCH] OMAP3: run the ASM sleep code from DDR [...] Does that makes sense?

Re: [PATCH v2 09/13] OMAP: McBSP: use omap_device APIs to modify SYSCONFIG

2011-02-01 Thread Peter Ujfalusi
Hi, On 01/31/2011 04:50 PM, ext Kishon Vijay Abraham I wrote: McBSP2/3 in OMAP3 has sidetone feature which requires autoidle to be disabled before starting the sidetone. Also SYSCONFIG register has to be set with smart idle or no idle depending on the dma op mode (threshold or element sync).

Re: [PATCH v2 08/13] OMAP2+: McBSP: hwmod adaptation for McBSP

2011-02-01 Thread Peter Ujfalusi
Looks good, but... On 01/31/2011 04:50 PM, ext Kishon Vijay Abraham I wrote: Modify OMAP2+ McBSP to use omap hwmod framework APIs Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com ---

Re: [PATCH v2 02/13] OMAP: McBSP: Convert McBSP to platform device model

2011-02-01 Thread Peter Ujfalusi
On 01/31/2011 04:50 PM, ext Kishon Vijay Abraham I wrote: Implement McBSP as platform device and add support for registering through platform device layer using resource structures. Later in this patch series, OMAP2+ McBSP driver would be modified to use hwmod framework after populating the

Re: [PATCH v2 04/13] OMAP2430: hwmod data: Add McBSP

2011-02-01 Thread Peter Ujfalusi
Looks, but: On 01/31/2011 04:50 PM, ext Kishon Vijay Abraham I wrote: From: Charulatha V ch...@ti.com Add McBSP hwmod data for OMAP2430. Added a revision member inorder to facilitate the driver to differentiate between mcbsp in different omap. Signed-off-by: Charulatha V ch...@ti.com

RE: [PATCH 00/13] OMAP: Basic DVFS Framework

2011-02-01 Thread Vishwanath Sripathy
Ping. Vishwa -Original Message- From: Vishwanath BS [mailto:vishwanath...@ti.com] Sent: Friday, January 21, 2011 7:31 PM To: linux-omap@vger.kernel.org Cc: patc...@linaro.org; Vishwanath BS Subject: [PATCH 00/13] OMAP: Basic DVFS Framework This patch series introduces support for

Re: [PATCH 1/6] omap4: powerdomain: Add supported INACTIVE power state

2011-02-01 Thread Cousson, Benoit
On 2/1/2011 7:29 AM, Santosh Shilimkar wrote: From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, February 01, 2011 4:44 AM Hello Santosh, On Fri, 28 Jan 2011, Santosh Shilimkar wrote: On OMAP4, one can explicitly program INACTIVE as the power state of the logic area inside the

RE: [PATCH] omap4: Fix ULPI PHY init for ES1.0 SDP (Re: 4430SDP boot failure)

2011-02-01 Thread Anand Gadiyar
Tony Lindgren wrote: Here's one more es1.0 fix after the recent USB changes. Regards, Tony Author: Tony Lindgren t...@atomide.com Date: Tue Jan 11 15:03:03 2011 -0800 omap4: Fix ULPI PHY init for ES1.0 SDP Commit 6aa85a5ae610106d89e50c7e1f760c56d12f9bc4 (omap4: 4430sdp:

Re: [PATCH v2 09/13] OMAP: McBSP: use omap_device APIs to modify SYSCONFIG

2011-02-01 Thread ABRAHAM, KISHON VIJAY
On Tue, Feb 1, 2011 at 5:49 PM, Peter Ujfalusi peter.ujfal...@nokia.com wrote: Hi, On 01/31/2011 04:50 PM, ext Kishon Vijay Abraham I wrote: McBSP2/3 in OMAP3 has sidetone feature which requires autoidle to be disabled before starting the sidetone. Also SYSCONFIG register has to be set with

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.

[PATCH] arm: mach-omap2: board-rm680: fix rm680_vemmc regulator constraints

2011-02-01 Thread Aaro Koskinen
With the commit 757902513019e6ee469791ff76f954b19ca8d036 fixed voltage regulator setup will fail if there are voltage constraints defined. This made MMC unusable on this board. Fix by just deleting those redundant constraints. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com ---

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

2011-02-01 Thread Arnd Bergmann
On Monday 31 January 2011, Ohad Ben-Cohen wrote: Add a platform-independent hwspinlock framework. Hardware spinlock devices are needed, e.g., in order to access data that is shared between remote processors, that otherwise have no alternative mechanism to accomplish synchronization and

serial8250: too much work for irq73

2011-02-01 Thread Robert Wörle
Hi List I am running into issues , when using ttyS1 on a heavy loaded application. It trys to send and recieve around 60bytes every 100ms with 57600baud. There is a PIC Microcontroller attached on the otherside which immidiatly returns the data when requested. After some hours , the kernel

RE: handling clock nodes with both parent and divider selection

2011-02-01 Thread Paul Walmsley
On Tue, 1 Feb 2011, Rajendra Nayak wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, February 01, 2011 4:43 AM At some point in the future, hopefully we'll be able to split all of the multiplexers and dividers into their own struct clks, or

Re: [PATCH v2] OMAP: fix fncpy API call

2011-02-01 Thread Dave Martin
On Tue, Jan 25, 2011 at 5:48 PM, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy API to copy the PM code functions to SRAM. Signed-off-by: Jean Pihet j-pi...@ti.com ---  

RE: [PATCH] OMAP: hwmod: Do not expect an entry in clkdev to add alias for opt_clks

2011-02-01 Thread Paul Walmsley
On Tue, 1 Feb 2011, Rajendra Nayak wrote: One other thing I was thinking of is if the function name _add_optional_clock_alias need to be changed to something like _add_optional_clock_clkdev since we are adding a new clkdev entry, if it does not exist, and no longer adding an 'alias' for an

Re: [PATCH v2 00/13] OMAP: McBSP: hwmod adaptation and runtime conversion

2011-02-01 Thread Jarkko Nikula
On Mon, 31 Jan 2011 20:20:24 +0530 Kishon Vijay Abraham I kis...@ti.com wrote: Modify OMAP McBSP driver to use omap hwmod framework and pm runtime APIs. Created on top of linux OMAP master (linux-omap-2.6 :master) Did digital loopback testing on OMAP4430, OMAP3430 and OMAP2430 SDP boards.

Re: [alsa-devel] [PATCH v2 00/13] OMAP: McBSP: hwmod adaptation and runtime conversion

2011-02-01 Thread Liam Girdwood
On Tue, 2011-02-01 at 19:53 +0200, Jarkko Nikula wrote: On Mon, 31 Jan 2011 20:20:24 +0530 Kishon Vijay Abraham I kis...@ti.com wrote: Modify OMAP McBSP driver to use omap hwmod framework and pm runtime APIs. Created on top of linux OMAP master (linux-omap-2.6 :master) Did digital

Re: [PATCH v2 13/13] OMAP: hwmod: Removal of macros for data that is obtained from hwmod database

2011-02-01 Thread Jarkko Nikula
On Mon, 31 Jan 2011 20:20:37 +0530 Kishon Vijay Abraham I kis...@ti.com wrote: Information like base address and DMA channel nubers should no longer be obtained using macros. These information should be obtained from hwmod database. Hence the macros that define the base address are removed.

Re: [PATCH] arm: mach-omap2: board-rm680: fix rm680_vemmc regulator constraints

2011-02-01 Thread Jarkko Nikula
On Tue, 1 Feb 2011 17:36:28 +0200 Aaro Koskinen aaro.koski...@nokia.com wrote: With the commit 757902513019e6ee469791ff76f954b19ca8d036 fixed voltage regulator setup will fail if there are voltage constraints defined. This made MMC unusable on this board. Fix by just deleting those redundant

Pandaboard boot problem

2011-02-01 Thread Jean Pihet
Hi! I have a problem with a Pandaboard hanging a few seconds after the kernel boot, likely due to the watchdog firing. The kernel boots fine, mounts the root FS (initramfs) and the shell prompt works OK. Board details: Panda A1, OMAP4430 ES2 Kernel details: l-o tree master, using the

Re: [alsa-devel] [PATCH v2 00/13] OMAP: McBSP: hwmod adaptation and runtime conversion

2011-02-01 Thread Peter Ujfalusi
On 02/01/2011 07:53 PM, ext Jarkko Nikula wrote: On Mon, 31 Jan 2011 20:20:24 +0530 Kishon Vijay Abraham I kis...@ti.com wrote: Modify OMAP McBSP driver to use omap hwmod framework and pm runtime APIs. Created on top of linux OMAP master (linux-omap-2.6 :master) Did digital loopback

Re: [PATCHv5] OMAP3: Devkit8000: Change lcd power pin

2011-02-01 Thread Thomas Weber
On Thu, Jan 20, 2011 at 4:41 PM, Thomas Weber we...@corscience.de wrote: This patch fixes a wrongly used lcd enable pin. The Devkit8000 uses twl4030_ledA configured as output gpio only for the lcd enable line. twl4030_gpio.1 is used through the generic gpio functions while ledA is used via

Re: [PATCH v2 00/13] OMAP: McBSP: hwmod adaptation and runtime conversion

2011-02-01 Thread Mark Brown
On Tue, Feb 01, 2011 at 07:53:26PM +0200, Jarkko Nikula wrote: Mark, Liam: is it ok if the 12/13 goes together with rest of the set via linux-omap when ready? I already acked it. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH 1/2] omap3|4: opp: make omapx_opp_init non-static

2011-02-01 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: omap3 and omap4 opp_init should be made non-static to allow for platform specific opp table tweaking. making these static conflicts with the definition in pm.h(global) as well. we include pm.h as well to ensure that there are no such prototype conflicts

Re: [PATCH v2 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-02-01 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: OMP3630 silicon can enable higher frequencies only depending on the board characteristics meeting the recommended standards, and has to be selectively toggled. Beagle XM uses 3730 variant and the board design allows enabling 800MHz and 1GHz OPPs. However,

Re: [PATCH v2] arm: mach-omap2: potential NULL dereference

2011-02-01 Thread Kevin Hilman
Vasiliy Kulikov seg...@openwall.com writes: kzalloc() may fail, if so return -ENOMEM. Also Walter Harms suggested to use kasprintf() instead of kzalloc+strcpy+strcat. Signed-off-by: Vasiliy Kulikov seg...@openwall.com --- Cannot compile this driver, so it is not tested at all. Boot

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: [PATCH] OMAP2+: remove unused UART base addresses from omap_globals

2011-02-01 Thread Kevin Hilman
Kevin Hilman khil...@ti.com writes: Now that omap_hwmod + omap_device is used for OMAP UART device and driver code, we no longer need the UART physical addresses in omap_globals. Note that the #defines for the base addresses are still left in plat/serial.h since they are used by DEBUG_LL

Re: ARM Architecture and GENERIC_CMOS_UPDATE

2011-02-01 Thread Tony Lindgren
* Grant Erickson maratho...@gmail.com [110128 16:34]: Is there any reason, to date, that the ARM architecture has not had the following kernel configuration option? config GENERIC_CMOS_UPDATE def_bool y Looks like it would just require implementing update_persitent_clock.

Re: [PATCH V2] OMAP3: PM: Set/reset T2 bit for Smartreflex on TWL.

2011-02-01 Thread Kevin Hilman
Shweta Gulati shweta.gul...@ti.com writes: From: Thara Gopinath th...@ti.com The smartreflex bit on twl4030 needs to be enabled by default irrespective of whether smartreflex module is enabled on the OMAP side or not. This is because without this bit enabled the voltage scaling through vp

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

2011-02-01 Thread Kevin Hilman
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 SUPPORT_SYSRQ is not defined for omap-serial. This patch defines

Re: [PATCH v5 2/5] omap3: Remove unusued ISP CBUFF resource

2011-02-01 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [110127 04:38]: From: Sergio Aguirre saagui...@ti.com The ISP CBUFF module isn't use, its resource isn't needed. Signed-off-by: Sergio Aguirre saagui...@ti.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Assuming you

Re: [PATCH v5 4/5] omap2: Fix camera resources for multiomap

2011-02-01 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [110127 04:38]: From: Sergio Aguirre saagui...@ti.com Make sure the kernel can be compiled with both OMAP2 and OMAP3 camera support linked in, and give public symbols proper omap2/omap3 prefixes. Signed-off-by: Sergio Aguirre

Re: [PATCH] arm: mach-omap2: mux: free allocated memory on error exit

2011-02-01 Thread Tony Lindgren
* Aaro Koskinen aaro.koski...@nokia.com [110128 06:47]: Free allocated memory on error exit. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com --- arch/arm/mach-omap2/mux.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/mux.c

Re: [PATCH] arm: mach-omap2: board-rm680: fix rm680_vemmc regulator constraints

2011-02-01 Thread Tony Lindgren
* Jarkko Nikula jhnik...@gmail.com [110201 10:26]: On Tue, 1 Feb 2011 17:36:28 +0200 Aaro Koskinen aaro.koski...@nokia.com wrote: With the commit 757902513019e6ee469791ff76f954b19ca8d036 fixed voltage regulator setup will fail if there are voltage constraints defined. This made MMC

Re: [PATCH 1/4] omap1: remove duplicated #include

2011-02-01 Thread Tony Lindgren
* Huang Weiyi weiyi.hu...@gmail.com [110128 06:03]: Remove duplicated #include('s) in arch/arm/mach-omap1/time.c Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com --- arch/arm/mach-omap1/time.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

Re: [PATCH v2] OMAP: fix fncpy API call

2011-02-01 Thread Tony Lindgren
* Dave Martin dave.mar...@linaro.org [110201 08:34]: On Tue, Jan 25, 2011 at 5:48 PM, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy API to copy the PM code functions to SRAM. Signed-off-by: Jean

Re: [PATCHv5] OMAP3: Devkit8000: Change lcd power pin

2011-02-01 Thread Tony Lindgren
* Thomas Weber thomas.weber.li...@googlemail.com [110201 13:22]: On Thu, Jan 20, 2011 at 4:41 PM, Thomas Weber we...@corscience.de wrote: This patch fixes a wrongly used lcd enable pin. ... Hello Tony, can you apply this patch? Thanks adding to devel-fixes for the -rc cycle. Tony -- To

Re: Setting MMC_CAP_POWER_OFF_CARD on mmc2 leads to filesystem problems on mmc1

2011-02-01 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [110122 07:47]: On Sat, Jan 22, 2011 at 5:30 PM, Koen Kooi k...@dominion.thruhere.net wrote: That was indeed the problem, not I get: [   35.417053] wl1271: firmware booted (Rev 6.1.0.0.343) and root@beagleboard-xm-next:~# ifconfig wlan0 hw eth

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: [PATCH] omap4: Fix ULPI PHY init for ES1.0 SDP (Re: 4430SDP boot failure)

2011-02-01 Thread Tony Lindgren
* Anand Gadiyar gadi...@ti.com [110201 04:54]: I believe this fix is fixing your reboot issue, but it's breaking EHCI support on the SDP. The MODE4 above should really be MODE3 - all GPIOs are on MODE3. By changing The patch snippet below fixes EHCI on the SDP, but I believe that

Re: [PATCH v2 4/5] omap4: board-omap4panda: Initialise the serial pads

2011-02-01 Thread Kevin Hilman
sricharan r.sricha...@ti.com writes: Removed the remux flags for serial2 cts which was kept for testing. Passed the serial data to serial init. This is a description of what changed since v1, not a description of the patch. This kind of version history should go after the '---' for the

Re: [PATCH v2 3/5] omap3: board-3430sdp: Initialise the serial pads.

2011-02-01 Thread Kevin Hilman
sricharan r.sricha...@ti.com writes: Corrected a checkpatch warning. This is not a changelog. This is a patch version history, which belongs after the '---' Kevin Signed-off-by: sricharan r.sricha...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 86

Re: [PATCH 1/6] omap4: powerdomain: Add supported INACTIVE power state

2011-02-01 Thread Kevin Hilman
Santosh Shilimkar santosh.shilim...@ti.com writes: On OMAP4, one can explicitly program INACTIVE as the power state of the logic area inside the power domain. Techincally PD state programmed to ON and if all the clock domains within the PD are idled, is equivalent tp PD programmed to INACTIVE

Re: [PATCH 2/6] omap4: prcm: Fix the CPUx clockdomain offsets

2011-02-01 Thread Kevin Hilman
Santosh Shilimkar santosh.shilim...@ti.com writes: CPU0 and CPU1 clockdomain is at the offset of 0x18 from the LPRM base. The header file has set it wrongly to 0x0. Offset 0x0 is for CPUx power domain control register Fix the same. Has this also been updated in the autogen scripts?

Re: [PATCH 3/6] omap4: powerdomain: Use intended PWRSTS_* flags instead of values

2011-02-01 Thread Kevin Hilman
Santosh Shilimkar santosh.shilim...@ti.com writes: IVAHD and ABE power domain logic state is populated using directly value instead of the capability flags. Fix the same. Again, has this been fixed in the scripts? For future reference, It will be helpful to note in the changelog that this

Re: [PATCH V2] OMAP3: PM: Set/reset T2 bit for Smartreflex on TWL.

2011-02-01 Thread Nishanth Menon
Kevin Hilman wrote, on 02/02/2011 04:11 AM: Shweta Gulatishweta.gul...@ti.com writes: From: Thara Gopinathth...@ti.com The smartreflex bit on twl4030 needs to be enabled by default irrespective of whether smartreflex module is enabled on the OMAP side or not. This is because without this bit

Re: [PATCH V2] OMAP3: PM: Set/reset T2 bit for Smartreflex on TWL.

2011-02-01 Thread Nishanth Menon
Nishanth Menon wrote, on 02/02/2011 07:59 AM: Kevin Hilman wrote, on 02/02/2011 04:11 AM: Shweta Gulatishweta.gul...@ti.com writes: From: Thara Gopinathth...@ti.com The smartreflex bit on twl4030 needs to be enabled by default irrespective of whether smartreflex module is enabled on the OMAP

RE: handling clock nodes with both parent and divider selection

2011-02-01 Thread Rajendra Nayak
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, February 01, 2011 10:03 PM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org Subject: RE: handling clock nodes with both parent and divider selection On Tue, 1 Feb 2011, Rajendra Nayak wrote:

RE: [PATCH] OMAP: hwmod: Do not expect an entry in clkdev to add alias for opt_clks

2011-02-01 Thread Rajendra Nayak
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, February 01, 2011 10:23 PM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH] OMAP: hwmod: Do not expect an entry in clkdev to add alias for opt_clks On Tue, 1 Feb 2011, Rajendra Nayak

RE: [PATCH 1/6] omap4: powerdomain: Add supported INACTIVE power state

2011-02-01 Thread Rajendra Nayak
Hi Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@ti.com] Sent: Wednesday, February 02, 2011 6:49 AM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; p...@pwsan.com; b-cous...@ti.com; rna...@ti.com; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH 1/6]

RE: [PATCH v2 4/5] omap4: board-omap4panda: Initialise the serial pads

2011-02-01 Thread Sricharan R
-Original Message- From: Kevin Hilman [mailto:khil...@ti.com] Sent: Wednesday, February 02, 2011 6:42 AM To: sricharan Cc: linux-omap@vger.kernel.org; santosh.shilim...@ti.com; t...@atomide.com; p...@pswan.com; gadi...@ti.com; b-cous...@ti.com Subject: Re: [PATCH v2 4/5] omap4:

[PATCH v2] OMAP: hwmod: Do not expect an entry in clkdev for opt_clks

2011-02-01 Thread Rajendra Nayak
The _add_optional_clock_alias function expects an entry already existing in the clkdev table in the form of dev-id=NULL, con-id=role which might not be the case always. Instead, just check if an entry already exists in clkdev in the dev-id=dev_name, con-id=role form, else go ahead and add one.

[Query]Using vcxio regulator on 4430sdp

2011-02-01 Thread archit taneja
Hi, VCXIO regulator on 4430sdp has consumers like MPU, IVA, and DSI in DSS. It is enabled at bootloader itself since its required very early. Currently, the regulator_init_data struct for vcxio in board-4430sdp.c doesn't show any consumers. How can I implement regulator_enable/disable calls

RE: [PATCH] omap4: Fix ULPI PHY init for ES1.0 SDP (Re: 4430SDP boot failure)

2011-02-01 Thread Santosh Shilimkar
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, February 02, 2011 6:40 AM To: Anand Gadiyar Cc: Russell King - ARM Linux; linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org; Keshava Munegowda; Santosh Shilimkar; Felipe Balbi Subject:

Re: [PATCH v2 13/13] OMAP: hwmod: Removal of macros for data that is obtained from hwmod database

2011-02-01 Thread ABRAHAM, KISHON VIJAY
On Tue, Feb 1, 2011 at 11:37 PM, Jarkko Nikula jhnik...@gmail.com wrote: On Mon, 31 Jan 2011 20:20:37 +0530 Kishon Vijay Abraham I kis...@ti.com wrote: Information like base address and DMA channel nubers should no longer be obtained using macros. These information should be obtained from

RE: [PATCH 3/6] omap4: powerdomain: Use intended PWRSTS_* flags instead of values

2011-02-01 Thread Santosh Shilimkar
-Original Message- From: Kevin Hilman [mailto:khil...@ti.com] Sent: Wednesday, February 02, 2011 6:52 AM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; p...@pwsan.com; b-cous...@ti.com; rna...@ti.com; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 3/6] omap4:

Re: [alsa-devel] [PATCH v2 08/13] OMAP2+: McBSP: hwmod adaptation for McBSP

2011-02-01 Thread ABRAHAM, KISHON VIJAY
On Tue, Feb 1, 2011 at 11:14 PM, Jarkko Nikula jhnik...@gmail.com wrote: On Tue, 01 Feb 2011 14:22:49 +0200 Peter Ujfalusi peter.ujfal...@nokia.com wrote: Looks good, but... +   if (oh-class-rev == MCBSP_CONFIG_TYPE3) { +           if (id == 2) +                   pdata-buffer_size =

[PATCH] Staging: Westbridge: added ioremap_nocache instead of phys_to_virt

2011-02-01 Thread Sutharsan
From: Sutharsan Ramamoorthy s...@cypress.com This patch removes phys_to_virt() and adds ioremap_nocache() for memory mapping the GPMC registers. Signed-off-by: Sutharsan Ramamoorthy s...@cypress.com --- diff -uprN -X linux-2.6.37_vanilla/Documentation/dontdiff