Re: [RESEND 3][PATCH] Adding csi2_fck declaration to clock34xx.h

2008-09-05 Thread Paul Walmsley
On Wed, 3 Sep 2008, Aguirre Rodriguez, Sergio Alberto wrote: From: Sergio Aguirre [EMAIL PROTECTED] ARM: OMAP: Add CSI2 clock struct for handling it with clock API. Add CSI2 clock struct for handling it with clock API when TI PM is disabled. Signed-off-by: Sergio Aguirre [EMAIL

Re: [RFC 0/2] McBSP and ASoC OMAP update patches for 2430 and 34xx

2008-09-05 Thread Steve Sakoman
On Thu, Sep 4, 2008 at 6:12 PM, Tony Lindgren [EMAIL PROTECTED] wrote: * Jarkko Nikula [EMAIL PROTECTED] [080821 04:58]: Here are two patches adding support for OMAP2430 in McBSP driver and adding support for 2430 and 34xx in ASoC OMAP McBSP DAI driver. These are generated from top of currect

Re: [PATCH v2 0/2] OMAP2xxx EAC build fix and sparse cleanup

2008-09-05 Thread Jarkko Nikula
On Thu, 04 Sep 2008 23:50:48 -0600 ext Paul Walmsley [EMAIL PROTECTED] wrote: This series fixes a build bug in the EAC driver after the recent IO address changes, and resolves some sparse warnings. Updated to use ioremap(). Compile-tested only. Signed-off-by: Paul Walmsley [EMAIL

Re: [PATCH v2 1/2] OMAP2xxx EAC: update per recent IO address changes

2008-09-05 Thread Russell King - ARM Linux
On Thu, Sep 04, 2008 at 11:51:15PM -0600, Paul Walmsley wrote: @@ -707,7 +707,7 @@ static int __devinit eac_probe(struct platform_device *pdev) err = -ENODEV; goto err1; } - eac-base = (void __iomem *)io_p2v(res-start); + eac-base =

RE: [patch 2.6.27-rc5-omap1] rtc-twl4030 cleanup

2008-09-05 Thread Pakaravoor, Jagadeesh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Brownell Sent: Thursday, September 04, 2008 11:19 PM To: linux-omap@vger.kernel.org Subject: Re: [patch 2.6.27-rc5-omap1] rtc-twl4030 cleanup On Thursday 04 September 2008, David Brownell

Re: [patch 2.6.27-rc5-omap1] rtc-twl4030 cleanup

2008-09-05 Thread David Brownell
On Friday 05 September 2008, Pakaravoor, Jagadeesh wrote: RTC generates an extra spurious interrupt for every actual periodic interrupt. This is due to a problem with the RTC_IT bit of REG_PWR_ISR1. It requires two writes or two reads (when COR is enabled) to clear it. Since COR is enabled

Re: [PATCH 21/33] add OMAP HighSpeed mmc controller driver

2008-09-05 Thread David Brownell
On Thursday 04 September 2008, Madhusudhan Chikkature wrote: OK, this one may need cleanup ... but I don't disagree that it should go upstream. I had fixed several comments provided by Pierre and Russell before Tony merged this patch. But then we have further added several fixes on top of

[PATCH v3 0/2] OMAP2xxx EAC build fix and sparse cleanup

2008-09-05 Thread Paul Walmsley
This series fixes a build bug in the EAC driver after the recent IO address changes, and resolves some sparse warnings. Updated to use ioremap(). Thanks to Jarkko Nikula [EMAIL PROTECTED] for testing and Russell King [EMAIL PROTECTED] for review. Compile-tested only. - Paul ---

[PATCH v3 1/2] OMAP2xxx EAC: update per recent IO address changes

2008-09-05 Thread Paul Walmsley
Commit f228a725b975832ac5771ab2fc86d06bd694cdb3 breaks the build for this driver; fix by using ioremap(). Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Tested-by: Jarkko Nikula [EMAIL PROTECTED] --- arch/arm/mach-omap2/devices.c |4 ++-- sound/arm/omap/eac.c |4 +++- 2 files

[PATCH v3 2/2] OMAP2xxx EAC: fix sparse warnings

2008-09-05 Thread Paul Walmsley
This patch resolves the following two sparse warnings: sound/arm/omap/eac.c:788:12: warning: symbol 'eac_init' was not declared. Should it be static? sound/arm/omap/eac.c:793:13: warning: symbol 'eac_exit' was not declared. Should it be static? Signed-off-by: Paul Walmsley [EMAIL PROTECTED]

Re: [PATCH] MUSB: Removes compilation warning in gadget mode

2008-09-05 Thread Felipe Balbi
On Thu, Sep 04, 2008 at 04:04:45PM +0530, Ajay Kumar Gupta wrote: Fixes compilation warning when musb is configured in gadget mode. Signed-off-by: Ajay Kumar Gupta [EMAIL PROTECTED] Acked-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/usb/musb/omap2430.c |2 ++ 1 files changed, 2

[PATCH] rtc-twl4030: Fix periodic interrupt

2008-09-05 Thread Pakaravoor, Jagadeesh
From: Jagadeesh Bhaskar Pakaravoor [EMAIL PROTECTED] RTC generates an extra spurious interrupt for every actual periodic interrupt. This is due to a problem with the RTC_IT bit of REG_PWR_ISR1. It requires two writes or two reads (when COR is enabled) to clear it. Since COR is enabled and one

RE: [patch 2.6.27-rc5-omap1] rtc-twl4030 cleanup

2008-09-05 Thread Pakaravoor, Jagadeesh
-Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 1:40 PM To: Pakaravoor, Jagadeesh Cc: linux-omap@vger.kernel.org Subject: Re: [patch 2.6.27-rc5-omap1] rtc-twl4030 cleanup On Friday 05 September 2008, Pakaravoor, Jagadeesh wrote:

Re: [alsa-devel] [PATCH 3/5] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec

2008-09-05 Thread Mark Brown
On Thu, Sep 04, 2008 at 07:48:02AM -0700, Steve Sakoman wrote: On Thu, Sep 4, 2008 at 5:04 AM, Mark Brown [EMAIL PROTECTED] wrote: Normally SND_SOC_BIAS_STANDBY would leave Vmid enabled but your power down function turns it off. The normal thing here is to have standby bring the codec up

RE: [PATCH] BRIDGE OMAP PM Bug softlockup fix

2008-09-05 Thread shivananda.hebbarp
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramirez Luna, Omar Sent: Friday, September 05, 2008 3:00 AM To: linux-omap@vger.kernel.org Subject: [PATCH] BRIDGE OMAP PM Bug softlockup fix @@ -753,9 +751,7 @@ static DSP_STATUS WMD_BRD_Stop(struct

Re: [alsa-devel] [PATCH 3/5] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec

2008-09-05 Thread Mark Brown
On Thu, Sep 04, 2008 at 07:32:28AM -0700, Steve Sakoman wrote: On Thu, Sep 4, 2008 at 3:26 AM, Jarkko Nikula [EMAIL PROTECTED] wrote: +static void twl4030_dump_registers(void) +{ This is not needed since there is already nice function for it: sound/soc/soc-core.c: codec_reg_show. I

[PATCH] Implement powerdomain off on state counters

2008-09-05 Thread Peter 'p2' De Schrijver
This patchset implement counters to count the number of off to on state transitions in a powerdomain. These counters will be made available to drivers in a later patchset to allow them to make a better informed decision wether to restore the hardware registers or not. Peter 'p2' De Schrijver

[PATCH] Powerdomain off mode counters

2008-09-05 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/powerdomain.c | 48 +++- arch/arm/plat-omap/include/mach/powerdomain.h |9 - 2 files changed, 54 insertions(+), 3 deletions(-) diff --git

[PATCH] PM and clock domain hooks for off mode counters

2008-09-05 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/clockdomain.c | 10 ++ arch/arm/mach-omap2/pm34xx.c |9 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/clockdomain.c

[PATCH] Powerdomain debugging

2008-09-05 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile|2 +- arch/arm/mach-omap2/powerdomain-debug.c | 50 +++ 2 files changed, 51 insertions(+), 1 deletions(-) create mode 100644

Re: [PATCH 1/4] PM: Dynamic GPIO clock handling

2008-09-05 Thread Paul Walmsley
Hello Tero, Jouni, so is this basically a workaround patch? a few comments: On Wed, 27 Aug 2008, Tero Kristo wrote: From: ext Jouni Hogander [EMAIL PROTECTED] In omap3 gpios 2-6 are in per domain. Functional clocks for these should be disabled. GPIO modules in PER domain are not able

Re: [PATCH 4/4] Sysfs interface for controlling suspend states + set_pwrdm_state fix

2008-09-05 Thread Paul Walmsley
Hello Tero, On Wed, 27 Aug 2008, Tero Kristo wrote: Target states for each powerdomain can now be set via sysfs interface. E.g. echo 0 /sys/power/suspend/mpu_pwrdm will program MPU suspend state to be OFF. Is this all debugging code, or is there a broader use in mind? If it is debugging

Re: [PATCH 1/15] OMAP3 camera driver: V4L2: Adding IOCTL command to get slave private data.

2008-09-05 Thread Zou Tao
Hi, Sergio: Thanks. And do you have any schedule when the patch will be released? If you have , please let me know. B.R Tao Aguirre Rodriguez, Sergio Alberto wrote: Hi Zou, These set of patches are meant to work on OMAP3430 SDP with camkit v3, which contains MT9p012 sensor and DW9710 lens

Re: [PATCH 1/4] PM: Dynamic GPIO clock handling

2008-09-05 Thread Högander Jouni
ext Paul Walmsley [EMAIL PROTECTED] writes: Hello Tero, Jouni, so is this basically a workaround patch? Yes in new format. Please do not use word workaround;) a few comments: On Wed, 27 Aug 2008, Tero Kristo wrote: From: ext Jouni Hogander [EMAIL PROTECTED] In omap3 gpios 2-6 are in

RE: OMAP3EVM : Doesn't resume after suspend

2008-09-05 Thread Premi, Sanjeev
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Premi, Sanjeev Sent: Friday, September 05, 2008 2:08 AM To: linux-omap@vger.kernel.org Subject: OMAP3EVM : Doesn't resume after suspend Hi all, I am building off the tag v2.6.26-omap2. While

Re: [alsa-devel] [PATCH 3/5] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec

2008-09-05 Thread Steve Sakoman
On Fri, Sep 5, 2008 at 3:06 AM, Mark Brown [EMAIL PROTECTED] wrote: How about I add a TODO on this? I'm swamped for the next few weeks and won't be able to give it the attention it deserves test-wise. If there aren't any bypass paths then it should be fine to leave it as-is. There are no

Re: [alsa-devel] [PATCH 3/5] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec

2008-09-05 Thread Steve Sakoman
On Fri, Sep 5, 2008 at 3:30 AM, Mark Brown [EMAIL PROTECTED] wrote: On Thu, Sep 04, 2008 at 07:32:28AM -0700, Steve Sakoman wrote: On Thu, Sep 4, 2008 at 3:26 AM, Jarkko Nikula [EMAIL PROTECTED] wrote: I could probably get rid of this function. It was quite useful during debugging and I was

Re: [PATCH 3/5] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec

2008-09-05 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec This version should take into account all feedback received to date Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index

RE: [PATCH 1/15] OMAP3 camera driver: V4L2: Adding IOCTL command to get slave private data.

2008-09-05 Thread Aguirre Rodriguez, Sergio Alberto
Hi Tao, This patch is my first priority now, so I'm planning to send it to this list very soon. I need to do more testing before having it ready for review. I have an OMAP3430 SDP ES3 as my primary platform for testing, in which I have both MT9p012 and OV3640 (which is the same in LDP) in the

Re: [alsa-devel] [PATCH 3/5] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec

2008-09-05 Thread Mark Brown
On Fri, Sep 05, 2008 at 07:34:00AM -0700, Steve Sakoman wrote: From: Steve Sakoman [EMAIL PROTECTED] Looks good. Acked-by: Mark Brown [EMAIL PROTECTED] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec Usually it'd be formatted as ALSA: ASoC: Add support for TWL4030 audio codec

Re: [PATCH] Implement powerdomain off on state counters

2008-09-05 Thread Paul Walmsley
On Fri, 5 Sep 2008, Peter 'p2' De Schrijver wrote: This patchset implement counters to count the number of off to on state transitions in a powerdomain. These counters will be made available to drivers in a later patchset to allow them to make a better informed decision wether to restore the

Re: [alsa-devel] [PATCH 3/5] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec

2008-09-05 Thread Steve Sakoman
On Fri, Sep 5, 2008 at 7:48 AM, Mark Brown [EMAIL PROTECTED] wrote: Looks good. Acked-by: Mark Brown [EMAIL PROTECTED] SOUND: SOC: CODECS: Add support for the TWL4030 audio codec Usually it'd be formatted as ALSA: ASoC: Add support for TWL4030 audio codec Thanks Mark! I'll change the

Re: [PATCH] ARM: OMAP2: Fix Nokia N8x0 second I2C bus device registration

2008-09-05 Thread Tony Lindgren
* Riku Voipio [EMAIL PROTECTED] [080901 12:12]: On Mon, Sep 01, 2008 at 04:05:04PM +0300, Jarkko Nikula wrote: - TSL2563 and LP5521 are found only in N810 - Fix one typo Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] Acked-by: Riku voipio [EMAIL PROTECTED] Pushing today. Tony

Re: [PATCH] arm: omap: fix build for 2430sdp

2008-09-05 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080830 09:12]: From: Felipe Balbi [EMAIL PROTECTED] Missing include file broke compilation for 2430sdp. Pushing today. Tony Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-2430sdp.c |1 + 1 files changed, 1

Re: [PATCH 1/2] backlight: omap_bl.c is not used anywhere

2008-09-05 Thread Tony Lindgren
* andrzej zaborowski [EMAIL PROTECTED] [080831 17:47]: 2008/8/31 Felipe Balbi [EMAIL PROTECTED]: This file doesn't even have a Makefile entry for building it. Looks like it's garbage. Oh, right. I suppose when merging upstream (where the file was renamed) Tony properly removed omap_bl.c

Re: [PATCH 2/2] input: touchscreen: Fix typo on Kconfig

2008-09-05 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080831 14:57]: From: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/input/touchscreen/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/input/touchscreen/Kconfig

Re: [patch 2.6.27-rc3-omap1] omap3 beagle: nand (mostly) cleanups

2008-09-05 Thread Tony Lindgren
* Woodruff, Richard [EMAIL PROTECTED] [080902 10:33]: Hi, From: David Brownell [mailto:[EMAIL PROTECTED] Actually, this was talked about before a bit and the SZ_xyz flags were left out. The point of telling the geometry in the addition was to be explicit about the number of

Re: [PATCH] Patch for Touch Screen noise on OMAP3EVM.

2008-09-05 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080829 00:51]: The new list is linux-omap@vger.kernel.org Thanks On Fri, Aug 29, 2008 at 10:07 AM, Naveen Atmakuri [EMAIL PROTECTED] wrote: When git kernel tree is used on a OMAP3EVM board file for touch screen testing, it shows lot of jitter. With

Re: [PATCH] The clockdomain of clkout2_src_ck fixed

2008-09-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080904 10:14]: On Thu, 4 Sep 2008, Tomi Valkeinen wrote: The clockdomain of clkout2_src_ck was set to core_clkdm, which does not exist. This is fine for now. Technically, clkout2_src_ck is in the CM clockdomain, and there are some patches here that

Re: [RFC 0/2] McBSP and ASoC OMAP update patches for 2430 and 34xx

2008-09-05 Thread Tony Lindgren
* Steve Sakoman [EMAIL PROTECTED] [080904 23:36]: On Thu, Sep 4, 2008 at 6:12 PM, Tony Lindgren [EMAIL PROTECTED] wrote: * Jarkko Nikula [EMAIL PROTECTED] [080821 04:58]: Here are two patches adding support for OMAP2430 in McBSP driver and adding support for 2430 and 34xx in ASoC OMAP McBSP

Re: [RESEND 3][PATCH] Adding csi2_fck declaration to clock34xx.h

2008-09-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080904 23:04]: On Wed, 3 Sep 2008, Aguirre Rodriguez, Sergio Alberto wrote: From: Sergio Aguirre [EMAIL PROTECTED] ARM: OMAP: Add CSI2 clock struct for handling it with clock API. Add CSI2 clock struct for handling it with clock API when TI PM is

Re: [PATCH] ARM: OMAP3: Fix omapfb's problem on OMAP3430sdp

2008-09-05 Thread Tony Lindgren
* stanley.miao [EMAIL PROTECTED] [080902 02:32]: Thanks. I resolved the style problem. If gpio function needs to be changed, I think it should be in a single patch. Re-send the patch again. Fix omapfb's problem on OMAP3430 Signed-off-by: Stanley.Miao [EMAIL PROTECTED] ---

Re: [PATCH 1/1] Add missing macro argument for devm_release_* family

2008-09-05 Thread Tony Lindgren
* Hiroshi DOYU [EMAIL PROTECTED] [080902 02:07]: Signed-off-by: Hiroshi DOYU [EMAIL PROTECTED] This should be sent via LKML. Tony --- include/linux/ioport.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/ioport.h b/include/linux/ioport.h index

Re: [PATCH 1/1] Use pmd_table() MACRO for unmap_area_sections()

2008-09-05 Thread Tony Lindgren
* Hiroshi DOYU [EMAIL PROTECTED] [080902 22:37]: Signed-off-by: Hiroshi DOYU [EMAIL PROTECTED] This should be sent to linux-arm-kernel list. Tony --- arch/arm/mm/ioremap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mm/ioremap.c

Re: [RFC 0/2] McBSP and ASoC OMAP update patches for 2430 and 34xx

2008-09-05 Thread Steve Sakoman
At least the first patch needs to be updated for phys_pbase instead of virt_base. Yes it does, mcbsp is likely still working by the same accident of fate. Hmm, is the musb broken now? It is on Overo if I base my patches against current top of tree (a376251519ced5831ed07ed234430725230ed93a)

Re: Errors on boot with 2.6.27-rc5 on omap3

2008-09-05 Thread Tony Lindgren
* Steve Sakoman [EMAIL PROTECTED] [080903 23:04]: On Wed, Sep 3, 2008 at 10:27 PM, Steve Sakoman [EMAIL PROTECTED] wrote: On Wed, Sep 3, 2008 at 10:10 PM, David Brownell [EMAIL PROTECTED] wrote: On Wednesday 03 September 2008, Steve Sakoman wrote: I get similar results for both Beagle and

Re: [RFC 0/2] McBSP and ASoC OMAP update patches for 2430 and 34xx

2008-09-05 Thread Tony Lindgren
* Steve Sakoman [EMAIL PROTECTED] [080905 10:24]: At least the first patch needs to be updated for phys_pbase instead of virt_base. Yes it does, mcbsp is likely still working by the same accident of fate. Hmm, is the musb broken now? It is on Overo if I base my patches against

Re: [PATCH 32/33] add omap 1-wire interface driver

2008-09-05 Thread Tony Lindgren
* Madhusudhan Chikkature [EMAIL PROTECTED] [080901 06:16]: Hi, The HDQ patchset that I posted to Tony were given ACK by Evgeniy Polyakov on the omap list. I hope that helps. Madhu, can you post your 1-wire driver to LKML and Cc Evgeniy Polyakov so we can get that integrated? Also Cc l-o

Re: [PATCH] Fix TWL4030 BCI compilation break

2008-09-05 Thread Tony Lindgren
* Pandita, Vikram [EMAIL PROTECTED] [080821 08:53]: From: Vikram Pandita [EMAIL PROTECTED] Fix following compilation error when enabling CONFIG_TWL4030_BCI_BATTERY drivers/power/twl4030_bci_battery.c: In function 'twl4030_bci_battery_probe': drivers/power/twl4030_bci_battery.c:911: error:

RE: cam_mclk clock not responding properly in OMAP3430

2008-09-05 Thread Aguirre Rodriguez, Sergio Alberto
Hi Paul, I confirm that the patch solved the issue. Thanks for your support. Regards, Sergio -Original Message- From: Paul Walmsley [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 12:07 AM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org Subject: Re:

Re: [PATCH] OMAP3 clock: camera module has no target IDLEST bit

2008-09-05 Thread Russell King - ARM Linux
On Fri, Sep 05, 2008 at 01:34:03PM -0600, Paul Walmsley wrote: We must not attempt to wait for the CAM module to become ready after clock enable, since it has no target IDLEST bit. Grrr. These things seem to be collecting here, and in need of a more generic and elegant solution. (Please

Re: [PATCH 1/1] Use pmd_table() MACRO for unmap_area_sections()

2008-09-05 Thread Russell King - ARM Linux
On Fri, Sep 05, 2008 at 10:21:33AM -0700, Tony Lindgren wrote: * Hiroshi DOYU [EMAIL PROTECTED] [080902 22:37]: Signed-off-by: Hiroshi DOYU [EMAIL PROTECTED] This should be sent to linux-arm-kernel list. Except, pmd_table() is an omap thing at the moment, so isn't relevant there. -- To

Re: [PATCH 1/1] Use pmd_table() MACRO for unmap_area_sections()

2008-09-05 Thread Hiroshi DOYU
Hi Russell, From: ext Russell King - ARM Linux [EMAIL PROTECTED] Subject: Re: [PATCH 1/1] Use pmd_table() MACRO for unmap_area_sections() Date: Fri, 5 Sep 2008 23:45:30 +0100 On Fri, Sep 05, 2008 at 10:21:33AM -0700, Tony Lindgren wrote: * Hiroshi DOYU [EMAIL PROTECTED] [080902 22:37]:

[RESEND][PATCH 1/2] CLK: Introduce virtual clock registration

2008-09-05 Thread Hiroshi DOYU
This patch provides the interface to register and unregister a virtual clock which groups multiple clocks in it in order to handle this group of clocks at once. Presently just clk_enable and clk_disable is overwritten and other operation can be done as well. This is just a refactor of MCBSP clock

[RESEND][PATCH 2/2] CLK: Use virtual clock register for mcbsp

2008-09-05 Thread Hiroshi DOYU
From: ext Hiroshi DOYU [EMAIL PROTECTED] Signed-off-by: Hiroshi DOYU [EMAIL PROTECTED] Cc: Eduardo Valentin [EMAIL PROTECTED] --- arch/arm/mach-omap1/mcbsp.c | 74 +++-- arch/arm/mach-omap2/mcbsp.c | 79 +++