Re: OMAP support in mainline?

2008-09-17 Thread Budhee Jamaich
On Wed, Sep 17, 2008 at 2:25 AM, Tony Lindgren [EMAIL PROTECTED] wrote:
 Hopefully we'll get all core 24xx and 34xx files integrated soon. But
 then there are tons of board-*.c files missing from mainline that
 probably need to be cleaned up a bit.

What about sending the board to standby via /sys/power/state and
waking it up via pressing one of the keypad buttons ? Is it already
supported in mainline ?
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


3430: can't find mmc debounce clock

2008-09-08 Thread Budhee Jamaich
Hello,

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 I look in older kernels I can see also the
mmchsdb2_fck.

So where is the debounce clock struct ? (I want to 'get' and 'enable' it...)

Thank you in advance
Budhee
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: powering up the mmc controller on 3430

2008-09-08 Thread Budhee Jamaich
On Mon, Sep 8, 2008 at 4:49 AM, Woodruff, Richard [EMAIL PROTECTED] wrote:
 I believe the driver now calls this via its platform data in 
 arch/arm/mach-omap2/.  Same sequence but now a bit more generalized from the 
 external driver point of view.

Thank you, I will look into it

Budhee

 Regards,
 Richard W.


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


powering up the mmc controller on 3430

2008-09-07 Thread Budhee Jamaich
Hello everyone,

I am upgrading an mmc driver we have from an ancient kernel version
(2.6.14) to a not-so-new (2.6.24).

I have one problem - in 2.6.14 we used the enable_mmc_power function,
which is completely gone in 2.6.24, and i can't seem to find any
reasonable replacement. could you please assist me how can I power up
the mmc controller in 2.6.24 ?

(we have legacy reasons for not using the in-tree mmc driver, which we
will one day resolve, but now i really need to power up the controller
from within our driver..)

Thank you so much
Budhee.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html