Re: [PATCH] This patch fixes the typo which breaks the build on OMAP1

2008-09-10 Thread Jarkko Nikula
On Tue, 9 Sep 2008 13:10:59 +0530 ext Arun KS [EMAIL PROTECTED] wrote: diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index a217cf2..3a4cc4b 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -96,7 +96,7 @@ static const int

Re: Bug in twl4030backupbatt_voltage()

2008-09-10 Thread Adrian Hunter
Tony Lindgren wrote: * Adrian Hunter [EMAIL PROTECTED] [080903 08:08]: In the omap tree, commit f91fd98be045bec9c18e13110f22dafd44cb84b5 fixed a bug with the use of function twl4030_madc_conversion() relating to the local variable 'struct twl4030_madc_request req' not being fully initialised.

Re: [PATCH] MUSB: fix memory corruption when using more than max endpoints

2008-09-10 Thread Felipe Balbi
Let's keep linux-usb on the loop for musb related patches ;-) On Wed, Sep 10, 2008 at 08:53:56AM +0300, ext Kevin Hilman wrote: There is no check if platform code passes in more endpoints (num_eps) than the maximum number of enpoints (MUSB_C_NUM_EPS.) The result is that allocate_instance()

RE: [Resend][PATCH - Omapzoom][NAND] Add prefetch and DMA support

2008-09-10 Thread Singh, Vimal
Hi, On Mon, Sep 08, 2008 at 01:03:35PM -0500, [EMAIL PROTECTED] wrote: +#ifdef CONFIG_MTD_NAND_OMAP_PREFETCH + static int use_prefetch = 1; + + /* modprobe ... use_prefetch=0 etc */ + module_param(use_prefetch, bool, 0); + MODULE_PARM_DESC(use_prefetch, enable/disable

Re: [PATCH 1/2] McBSP DMA support for 34xx

2008-09-10 Thread Jarkko Nikula
On Wed, 10 Sep 2008 15:47:34 +0530 ext shekhar, chandra [EMAIL PROTECTED] wrote: Most importantly, 4 McBSP buffer ( To save power, for 34xx). OMAP3430 McBSP interface 2 has 5k buffer for audio. handling of this buffer should be specific to McBSP. Actually it's not specific to McBSP only. I

Re: [PATCH] MUSB: fix memory corruption when using more than max endpoints

2008-09-10 Thread Kevin Hilman
Felipe Balbi wrote: Let's keep linux-usb on the loop for musb related patches ;-) On Wed, Sep 10, 2008 at 08:53:56AM +0300, ext Kevin Hilman wrote: There is no check if platform code passes in more endpoints (num_eps) than the maximum number of enpoints (MUSB_C_NUM_EPS.) The result is that

Re: [PATCH 1/2] McBSP DMA support for 34xx

2008-09-10 Thread shekhar, chandra
- Original Message - From: Jarkko Nikula [EMAIL PROTECTED] To: ext shekhar, chandra [EMAIL PROTECTED] Cc: Tony Lindgren [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Wednesday, September 10, 2008 4:44 PM Subject: Re: [PATCH 1/2] McBSP DMA support for 34xx On Wed, 10 Sep 2008

Re: [BRIDGE] Rebase and sync with omapzoom bridge patch update

2008-09-10 Thread Hiroshi DOYU
Hi, It seems that the following site doesn't work with git. So please use: $ wget http://4869037.web.fc2.com/tidspbridge-20080910.tgz From: Hiroshi DOYU [EMAIL PROTECTED] Subject: [BRIDGE] Rebase and sync with omapzoom bridge patch update Date: Wed, 10 Sep 2008 06:53:32 +0300 (EEST) Hi, I

Re: 3430: can't find mmc debounce clock

2008-09-10 Thread Paul Walmsley
On Mon, 8 Sep 2008, Budhee Jamaich wrote: I read that the mmc has 3 clocks: fixed functional clock (MMCi_FCLK), interface clock (MMCi_ICLK) and debounce clock (MMCi_32). But, when I look in clock34xx.h, I can only see two of those - there is the mmchs_fck and mmchs_ick. There is no struct

Re: [BRIDGE] Rebase and sync with omapzoom bridge patch update

2008-09-10 Thread Felipe Contreras
On Wed, Sep 10, 2008 at 3:41 PM, Hiroshi DOYU [EMAIL PROTECTED] wrote: Hi, It seems that the following site doesn't work with git. So please use: $ wget http://4869037.web.fc2.com/tidspbridge-20080910.tgz From: Hiroshi DOYU [EMAIL PROTECTED] Subject: [BRIDGE] Rebase and sync with omapzoom

RE: 3430: can't find mmc debounce clock

2008-09-10 Thread Woodruff, Richard
I read that the mmc has 3 clocks: fixed functional clock (MMCi_FCLK), interface clock (MMCi_ICLK) and debounce clock (MMCi_32). But, when I look in clock34xx.h, I can only see two of those - there is the mmchs_fck and mmchs_ick. There is no struct clk for the debounce clock. Only when

Re: Bug in twl4030backupbatt_voltage()

2008-09-10 Thread Madhusudhan Chikkature
- Original Message - From: Adrian Hunter [EMAIL PROTECTED] To: Tony Lindgren [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org; [EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 12:58 PM Subject: Re: Bug in twl4030backupbatt_voltage() Tony Lindgren wrote: * Adrian Hunter [EMAIL

Re: [PATCH 09/12] CORE OFF support in omap_sram_idle

2008-09-10 Thread Paul Walmsley
On Mon, 1 Sep 2008, Rajendra Nayak wrote: This patch updates omap_sram_idle with CORE OFF support Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/cpuidle34xx.c | 37 arch/arm/mach-omap2/pm.h |2 +

Re: Bug in twl4030backupbatt_voltage()

2008-09-10 Thread Tony Lindgren
* Madhusudhan Chikkature [EMAIL PROTECTED] [080910 06:12]: - Original Message - From: Adrian Hunter [EMAIL PROTECTED] To: Tony Lindgren [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org; [EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 12:58 PM Subject: Re: Bug in

Re: [PATCH 10/12] Adds support for CPUIdle safe state

2008-09-10 Thread Paul Walmsley
Hello Rajendra, On Mon, 1 Sep 2008, Rajendra Nayak wrote: This patch adds the support to move to a safe-state on bm activity Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/cpuidle34xx.c | 152 +++--- 1 files changed, 79

[PATCH v2 00/12] Update OMAP2/3 powerdomains, clockdomains

2008-09-10 Thread Paul Walmsley
This second version adds two fixes: it removes the extraneous init from csi2_96m_fck, and associates virt_opp_clkdm with wkup_pwrdm. ... This series updates the in-kernel OMAP2/3 clockdomain and powerdomain structures: - Split the placeholder clockdomain wkup_clkdm into cm_clkdm and

[PATCH v2 02/12] OMAP2/3 clock: convert wkup_clkdm PRM clocks to prm_clkdm

2008-09-10 Thread Paul Walmsley
Convert existing wkup_clkdm clocks that should be in the PRM clockdomain to prm_clkdm. (A later patch will add PRM clockdomain associations for unassociated clocks.) References for the OMAP2xxx clocks: OMAP2420 Multimedia Processor Silicon Revision 2.1.1, 2.2 TRM Version Q Figure 4-11:

[PATCH v2 05/12] OMAP2/3 clock: mark the rest of the CM clocks as belonging to cm_clkdm

2008-09-10 Thread Paul Walmsley
Mark CM clocks with no clockdomain as belonging to the CM clockdomain. References for the OMAP3xxx clocks: OMAP34xx Multimedia Device Silicon Revision 3.0 Version I TRM Figure 4-13: - sys_ck Figure 4-35: - sys_clkout2 Figure 4-37: - corex2_fck, core_ck, dss_tv_fck Figure

[PATCH v2 06/12] OMAP2/3 clockdomain: remove wkup_clkdm

2008-09-10 Thread Paul Walmsley
Remove wkup_clkdm, as it has been completely replaced by prm_clkdm and cm_clkdm. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clockdomains.h |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-omap2/clockdomains.h

[PATCH v2 04/12] OMAP2/3 clock: convert wkup_clkdm CM clocks to cm_clkdm

2008-09-10 Thread Paul Walmsley
Convert existing wkup_clkdm clocks that should be in the CM clockdomain to cm_clkdm. (A later patch will add CM clockdomain associations for unassociated clocks.) References: OMAP2420 Multimedia Processor Silicon Revision 2.1.1, 2.2 TRM Version Q Figure 5-9 - func_54m_ck, core_ck,

[PATCH v2 09/12] OMAP2/3 clock: note clockdomains for remaining clocks

2008-09-10 Thread Paul Walmsley
Fill in clockdomains for all remaining clocks. On OMAP2, these mostly involve IVA and DSP clocks; on OMAP3, these mostly involve some core_l4_clkdm devices and the secure peripherals. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock24xx.h |7 ++-

[PATCH v2 07/12] OMAP3 PRCM: add DPLL1-5 powerdomains, clockdomains

2008-09-10 Thread Paul Walmsley
Each DPLL exists in its own powerdomain (cf 34xx TRM figure 4-18) and clockdomain; so, create powerdomain and clockdomain structures for them. These are used in a following patch for DPLL-related clocks. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clockdomains.h |

[PATCH v2 12/12] OMAP2/3 clock: warn if clock is missing clockdomain

2008-09-10 Thread Paul Walmsley
At this point, all OMAP2/3 clocks should be associated with a clockdomain. Warn in clk_register() if any are missing a clockdomain Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git

[PATCH v2 10/12] OMAP2 clockdomain: add virt_opp_clkdm

2008-09-10 Thread Paul Walmsley
Every OMAP2/3 clock will need to be associated with a clockdomain. However, the virt_prcm_set clock has no clockdomain, since it is a virtual clock without any hardware referents. So, create a new clockdomain, virt_clkdm, for this clock. This clockdomain should be reusable for OMAP3 virtual

[PATCH v2 11/12] OMAP3 clock: remove duplicate call to omap2_init_clk_clkdm()

2008-09-10 Thread Paul Walmsley
The OMAP3 arch clock init code already calls omap2_init_clk_clkdm(), so there is no reason to call it again in the per-clock init. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.h | 18 -- 1 files changed, 0 insertions(+), 18 deletions(-) diff

[PATCH v2 01/12] OMAP2/3 clockdomains: add CM and PRM clkdms

2008-09-10 Thread Paul Walmsley
Add clockdomains for the CM and PRM. These will ultimately replace the wkup_clkdm, which appears to not actually exist on the hardware. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clockdomains.h| 19 +++

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

2008-09-10 Thread Paul Walmsley
Hello Russell, On Fri, 5 Sep 2008, Russell King - ARM Linux wrote: 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

Re: [PATCH] This patch fixes the typo which breaks the build on OMAP1

2008-09-10 Thread Tony Lindgren
* Jarkko Nikula [EMAIL PROTECTED] [080910 00:19]: On Tue, 9 Sep 2008 13:10:59 +0530 ext Arun KS [EMAIL PROTECTED] wrote: diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index a217cf2..3a4cc4b 100644 --- a/sound/soc/omap/omap-mcbsp.c +++

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

2008-09-10 Thread Tony Lindgren
* stanley.miao [EMAIL PROTECTED] [080907 20:28]: Prune off a empty line. Fix omapfb's problem on OMAP3430sdp. Pushing today. Tony --- drivers/video/omap/lcd_2430sdp.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] omapfb: remove wrong scale call for gfx_plane

2008-09-10 Thread Tony Lindgren
* arun c [EMAIL PROTECTED] [080909 00:47]: The gfx_plane doesn't support scaling. Pushing today. Tony Signed-off-by: Arun C [EMAIL PROTECTED] --- drivers/video/omap/dispc.c |3 +-- drivers/video/omap/omapfb_main.c |6 -- 2 files changed, 5 insertions(+), 4

Re: [PATCH 1/1] ARM:OMAP3: Smartreflex disable/enable fix

2008-09-10 Thread Tony Lindgren
* Kalle Jokiniemi [EMAIL PROTECTED] [080829 04:54]: On pe, 2008-08-29 at 11:47 +0100, ext Russell King - ARM Linux wrote: On Fri, Aug 29, 2008 at 01:05:44PM +0300, Kalle Jokiniemi wrote: Smartreflex modules have to be disabled when device enters WFI. Previously only suspend idle path had

Re: [PATCH] MUSB: Set INDEX register to 0 before accessing CONFIGDATA

2008-09-10 Thread Felipe Balbi
On Mon, Sep 08, 2008 at 11:12:24AM +0800, Bryan Wu wrote: On Sun, Sep 7, 2008 at 1:04 PM, David Brownell [EMAIL PROTECTED] wrote: On Thursday 04 September 2008, Gadiyar, Anand wrote: From: Anand Gadiyar [EMAIL PROTECTED] The Index register needs to be zero to access CONFIGDATA.

Re: omapzoom tree broken?

2008-09-10 Thread Felipe Balbi
On Tue, Sep 09, 2008 at 07:54:15PM +0100, Russell King - ARM Linux wrote: Looks like the pack index was corrupted; removing the one it just fetched and repulling has made it happier. However, it's made me unhappier. Again, can we please have it accessible via the git protocol. Or at least

Re: [PATCH 2/3][OMAP 3/4]table end for wcd command definitions

2008-09-10 Thread Russell King - ARM Linux
On Wed, Sep 10, 2008 at 08:44:14AM -0700, Tony Lindgren wrote: * Hiroshi DOYU [EMAIL PROTECTED] [080909 21:08]: Hi, Although this TI bridge patches are not integrated and a bit independent S/W component, it would be nice to get some comments just on this bridge header file location

Re: testers wanted: isp1301_omap conversion to new-style i2c driver

2008-09-10 Thread Tony Lindgren
Hi, * Felipe Balbi [EMAIL PROTECTED] [080821 07:47]: On Fri, Aug 08, 2008 at 12:45:52PM +0300, Tony Lindgren wrote: Yeah, I will add it to linux-omap for testing for sure. This should be easy to test though, it either works or does not.. But we need to find somebody to boot it and connect

Re: [RFC] Patch for proper Cortex-A8 cache configuration output

2008-09-10 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080808 03:41]: * Dirk Behme [EMAIL PROTECTED] [080807 19:38]: Recent ARM kernel doesn't detect and output Cortex-A8 cache configuration correctly. Result is something like this in kernel's boot messages: -- cut -- ... CPU: ARMv7 Processor

Re: omap24xx is broken in current head

2008-09-10 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080811 08:32]: * Koen Kooi [EMAIL PROTECTED] [080811 18:00]: Op 11 aug 2008, om 16:50 heeft Tony Lindgren het volgende geschreven: * Igor Stoppa [EMAIL PROTECTED] [080810 20:39]: On Sun, 2008-08-10 at 14:37 +0200, ext Koen Kooi wrote: Broken as

Re: [PATCH] ARM: OMAP: Fix occasional i2c driver hang

2008-09-10 Thread Tony Lindgren
* Jason Marini [EMAIL PROTECTED] [080828 12:31]: The i2c driver contains a while loop that has no timeout. If i2c is in a funky state and OMAP_I2C_CON_STT remains asserted, the kernel hangs. Insert the standard i2c timeout into the loop. Pushing today. Tony Signed-off-by: Jason P Marini

Re: [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck

2008-09-10 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080909 09:59]: csi2_96m_fck no longer should attempt to init its clockdomain pointer; the clock framework now does this by default. Applies on top of the Update powerdomains and clockdomains series sent earlier. Verified on 3430SDP ES2. Pushing today.

Re: [patch 2.6.27-rc3-omap1] tweak musb_hdrc SOC init code

2008-09-10 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [080902 12:58]: On Tuesday 02 September 2008, Felipe Balbi wrote: Signed-off-by: David Brownell [EMAIL PROTECTED] Acked-by: Felipe Balbi [EMAIL PROTECTED] + + /* REVISIT charge pump on TWL4030 can supply up to +  * 100 mA ... but

Re: [PATCH] MUSB: fix memory corruption when using more than max endpoints

2008-09-10 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080910 04:27]: On Wed, Sep 10, 2008 at 02:20:35PM +0300, ext Kevin Hilman wrote: Felipe Balbi wrote: Let's keep linux-usb on the loop for musb related patches ;-) On Wed, Sep 10, 2008 at 08:53:56AM +0300, ext Kevin Hilman wrote: There is no check if

Re: [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data

2008-09-10 Thread Tony Lindgren
* Madhusudhan Chikkature [EMAIL PROTECTED] [080812 23:13]: From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: Enable 4-bit support for HSMMC. This patch provides the fix to enable 4-bit support for HSMMC. Pushing today. Tony Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED]

Re: [PATCH]Add 3430 SDP board level support for HSMMC2

2008-09-10 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [080908 12:26]: On Wednesday 13 August 2008, Madhusudhan Chikkature wrote: A better way to do this would be to let the boards say exactly what the hardware configuration is, rather than requiring all OMAP3 boards to be set up exactly like the SDP...

Re: HSMMC pending fixes

2008-09-10 Thread Tony Lindgren
* Woodruff, Richard [EMAIL PROTECTED] [080818 14:09]: Hi, [EMAIL PROTECTED] On Behalf Of Jarkko Lavinen 2: Disable smartidle mode while suspending (workaround) This was the work around we had in internal trees for a long time. However Madhu C. recently updated this based on an

Re: [PATCH] Load triton2 scripts.

2008-09-10 Thread Tony Lindgren
* Kalle Jokiniemi [EMAIL PROTECTED] [080825 03:28]: From: ext Peter 'p2' De Schrijver [EMAIL PROTECTED] This patch loads the triton2 (twl4030) with scripts that will cut off VDD1 and VDD2 voltages when SYS_OFF_MODE signal is set. Pushing today. I guess we should remove the

Re: [RESENDING][PATCH 1/2]OMAP3 NAND: Add NAND support on OMAP3430

2008-09-10 Thread Tony Lindgren
* vimal singh [EMAIL PROTECTED] [080826 03:42]: From: Teerth Reddy [EMAIL PROTECTED] This patch adds NAND support on 3430sdp board Signed-off-by: Teerth Reddy [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-3430sdp-flash.c | 88 --

Re: [PATCH 1/2] ARM: OMAP2: Fix definition of SGX clock register bits

2008-09-10 Thread Tony Lindgren
* Daniel Stone [EMAIL PROTECTED] [080827 02:47]: On Wed, Aug 27, 2008 at 12:50:37AM -0600, ext Paul Walmsley wrote: Hello Daniel, On Wed, 27 Aug 2008, Daniel Stone wrote: Yep, looks fine to me: just wasn't really sure what to put. Should I resend, or? yes, please resend -

Re: [PATCH 14/15] OMAP3 camera driver: OMAP34XXCAM: Camera Base Address.

2008-09-10 Thread Tony Lindgren
* Aguirre Rodriguez, Sergio Alberto [EMAIL PROTECTED] [080829 16:34]: From: Sergio Aguirre [EMAIL PROTECTED] ARM: OMAP: OMAP34XXCAM: Camera Base Address. Adding OMAP 3 Camera registers base address, and Platform Device. Pushing today. Tony Signed-off-by: Sergio Aguirre [EMAIL

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

2008-09-10 Thread Tony Lindgren
* A NAVEEN [EMAIL PROTECTED] [080907 23:09]: When git kernel tree is used on a OMAP3EVM board file for touch screen testing, it shows lot of jitter. With this patch the jitter can be reduced. Ah but this applies, pushing today. Tony Signed-off-by: Naveen Atmakuri [EMAIL PROTECTED] ---

[PATCH][OMAP 3/4+] BRIDGE: Module ISR removed

2008-09-10 Thread Guzman Lugo, Fernando
This patch removes ISR module completely Signed-off-by: Fernando Guzman Lugo [EMAIL PROTECTED] --- arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h |1 - arch/arm/plat-omap/include/mach/bridge/io_sm.h|3 +- arch/arm/plat-omap/include/mach/bridge/isr.h | 154

Re: [PATCH 2/3][OMAP 3/4]table end for wcd command definitions

2008-09-10 Thread Hiroshi DOYU
Thanks for your comments. From: ext Russell King - ARM Linux [EMAIL PROTECTED] Subject: Re: [PATCH 2/3][OMAP 3/4]table end for wcd command definitions Date: Wed, 10 Sep 2008 20:38:30 +0100 On Wed, Sep 10, 2008 at 08:44:14AM -0700, Tony Lindgren wrote: * Hiroshi DOYU [EMAIL PROTECTED] [080909

Re: Bug in twl4030backupbatt_voltage()

2008-09-10 Thread Madhusudhan Chikkature
- Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Madhusudhan Chikkature [EMAIL PROTECTED] Cc: Adrian Hunter [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Wednesday, September 10, 2008 9:09 PM Subject: Re: Bug in twl4030backupbatt_voltage() * Madhusudhan Chikkature

Re: [PATCH] MUSB: Set INDEX register to 0 before accessing CONFIGDATA

2008-09-10 Thread Bryan Wu
On Thu, Sep 11, 2008 at 3:01 AM, Felipe Balbi [EMAIL PROTECTED] wrote: On Mon, Sep 08, 2008 at 11:12:24AM +0800, Bryan Wu wrote: On Sun, Sep 7, 2008 at 1:04 PM, David Brownell [EMAIL PROTECTED] wrote: On Thursday 04 September 2008, Gadiyar, Anand wrote: From: Anand Gadiyar [EMAIL PROTECTED]

Re: [BRIDGE] Rebase and sync with omapzoom bridge patch update

2008-09-10 Thread Hiroshi DOYU
with git. So please use: $ wget http://4869037.web.fc2.com/tidspbridge-20080910.tgz From: Hiroshi DOYU [EMAIL PROTECTED] Subject: [BRIDGE] Rebase and sync with omapzoom bridge patch update Date: Wed, 10 Sep 2008 06:53:32 +0300 (EEST) Hi, I have updated all TI BRIDGE patches

Re: HSMMC pending fixes

2008-09-10 Thread Madhusudhan Chikkature
- Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Woodruff, Richard [EMAIL PROTECTED] Cc: Jarkko Lavinen [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Thursday, September 11, 2008 5:35 AM Subject: Re: HSMMC pending fixes * Woodruff, Richard [EMAIL PROTECTED] [080818