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

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

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

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