[PATCH] OMAP3 clock: fix DPLL jitter correction and rate programming

2008-06-24 Thread Paul Walmsley
Fix DPLL jitter correction programming. Previously, omap3_noncore_dpll_program() stored the FREQSEL jitter correction parameter to the wrong register. This caused jitter correction to be set incorrectly and also caused the DPLL divider to be programmed incorrectly. Also, fix DPLL divider

[PATCH] OMAP3 clock: DPLL{1,2}_FCLK clksel can divide by 4

2008-06-24 Thread Paul Walmsley
OMAP34xx ES2 TRM Delta G to H states that the divider for DPLL1_FCLK and DPLL2_FCLK can divide by 4 in addition to dividing by 1 and 2. Encode this into the OMAP3 clock framework. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.h | 20

Re: [PATCH 2/8] PRCM: Workaround for pwrdn_x control

2008-06-24 Thread Paul Walmsley
Hello Jouni, On Tue, 17 Jun 2008, Jouni Hogander wrote: Clock path should be powered down only after all it's clients are properly disabled. Generally we don't have working implementation for checking wether some clock is enabled or disabled. Just wanted to revisit this again briefly. Is

Re: [PATCH] OMAP2/3 PM: Add OMAP PM no-op layer

2008-06-24 Thread Paul Walmsley
Hello Ramesh, On Wed, 18 Jun 2008, Ramesh Gupta G wrote: Will this interface provides information of max number if OPPs supported and the frequency corresponding to eah OPP level? It could be added. This is for DSPBridge use, not for the MPU, correct? Is the idea essentially to replace

Re: [PATCH 2/8] PRCM: Workaround for pwrdn_x control

2008-06-24 Thread Högander Jouni
ext Paul Walmsley [EMAIL PROTECTED] writes: Hello Jouni, On Tue, 17 Jun 2008, Jouni Hogander wrote: Clock path should be powered down only after all it's clients are properly disabled. Generally we don't have working implementation for checking wether some clock is enabled or disabled.

Re: [RFC/PATCH 1/2] Triton Battery charger interface driver for OMAP3430

2008-06-24 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080623 17:53]: Hi, On Mon, 23 Jun 2008 19:04:51 +0530, Madhusudhan Chikkature [EMAIL PROTECTED] wrote: On Fri, 20 Jun 2008 17:33:41 +0530 (IST), [EMAIL PROTECTED] wrote: Index: linux-omap-2.6/arch/arm/mach-omap2/devices.c

Re: [RFC/PATCH 1/2] Triton Battery charger interface driver forOMAP3430

2008-06-24 Thread Madhusudhan Chikkature
- Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Felipe Balbi [EMAIL PROTECTED] Cc: Madhusudhan Chikkature [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Tuesday, June 24, 2008 1:20 PM Subject: Re: [RFC/PATCH 1/2] Triton Battery charger interface

Re: [PATCH 1/4] usb: musb: musb on omap3 has 32 endpoints

2008-06-24 Thread Felipe Balbi
On Tue, Jun 24, 2008 at 09:52:05AM +0530, Gadiyar, Anand wrote: Fix hdrc_cnf.h for omap3 configuration. Does this break the configuration for omap2? We should set these dynamically if different for omap2 and omap3 so we can compile both into the same kernel. Should check

[ PATCH 2/3 ] net:smc911x Modify driver to also work with omap24xx

2008-06-24 Thread Arun KS
net:smc911x Modify driver to also work with omap24xx Signed-off-by: Arun KS [EMAIL PROTECTED] --- drivers/net/Kconfig |2 +- drivers/net/smc911x.h |5 + 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 61ecee7..17d0a9c

[PATCH 3/3] OMAP2EVM: add ethernet support in defconfig

2008-06-24 Thread Arun KS
Signed-off-by: Arun KS [EMAIL PROTECTED] --- arch/arm/configs/omap2_evm_defconfig | 489 -- 1 files changed, 349 insertions(+), 140 deletions(-) diff --git a/arch/arm/configs/omap2_evm_defconfig b/arch/arm/configs/omap2_evm_defconfig index 38f37d9..09383f9 100644

Re: [PATCH 1/3] OMAP2EVM: add ethernet support (smc911x)

2008-06-24 Thread Arun KS
Hi Felipe, I will do the changes and resend the patches. Best Regards, Arun On Tue, Jun 24, 2008 at 5:42 PM, Felipe Balbi [EMAIL PROTECTED] wrote: On Tue, 24 Jun 2008 17:34:59 +0530, Arun KS [EMAIL PROTECTED] wrote: From 58efa8d0019a7f777aaad2d43afb05170df25fae Mon Sep 17 00:00:00 2001

Re: [PATCH 1/3] OMAP2EVM: add ethernet support (smc911x)

2008-06-24 Thread Arun KS
On Tue, Jun 24, 2008 at 5:42 PM, Felipe Balbi [EMAIL PROTECTED] wrote: On Tue, 24 Jun 2008 17:34:59 +0530, Arun KS [EMAIL PROTECTED] wrote: From 58efa8d0019a7f777aaad2d43afb05170df25fae Mon Sep 17 00:00:00 2001 From: Arun KS [EMAIL PROTECTED] Date: Tue, 24 Jun 2008 16:01:32 +0530 Subject:

Re: [PATCH 1/3] OMAP2EVM: add ethernet support (smc911x)

2008-06-24 Thread Felipe Balbi
On Tue, 24 Jun 2008 18:24:11 +0530, Arun KS [EMAIL PROTECTED] wrote: it looks like drivers/net/smc911x doesn't use IORESOURCE_IRQ, am I misreading it ? Yes this driver uses platform_get_irq(pdev, 0) to get its irq number. Cool, thanks :-) -- Best Regards, Felipe Balbi

Re: [Resend] [PATCH 1/3] OMAP2EVM: add ethernet support (smc911x)

2008-06-24 Thread Arun KS
OMAP2EVM: Add ethernet support (smc911x) Signed-off-by: Arun KS [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c | 39 include/asm-arm/arch-omap/board-omap2evm.h |5 ++- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] OMAP2/3 PM: Add OMAP PM no-op layer

2008-06-24 Thread Ramesh Gupta G
Hello Paul, Will this interface provides information of max number if OPPs supported and the frequency corresponding to eah OPP level? It could be added. This is for DSPBridge use, not for the MPU, correct? Is the idea essentially to replace the vdd1_dsp_freq[] array in

[PATCH 3/3] OMAP3: EVM: KEYPAD: Add twl4030 keypad to defconfig

2008-06-24 Thread Miguel Angel Aguilar Ulloa
Enable twl4030 keypad driver in omap3_evm_defconfig Signed-off-by: Miguel Angel Aguilar [EMAIL PROTECTED] --- a/arch/arm/configs/omap3_evm_defconfig2008-06-11 08:32:45.0 -0600 +++ b/arch/arm/configs/omap3_evm_defconfig2008-06-23 14:35:23.0 -0600 @@ -601,7 +601,16 @@

Re: [Resend] [PATCH 1/3] OMAP2EVM: add ethernet support (smc911x)

2008-06-24 Thread Arun KS
Hi Felipe, Thanks for your comments. I will incorporate those changes and will send back. Regards Arun Felipe Balbi wrote: Hi, On Tue, 24 Jun 2008 18:55:26 +0530, Arun KS [EMAIL PROTECTED] wrote: +static inline void __init omap2evm_init_smc911x(void) +{ + int gpio =

[Resend] [PATCH 1/3] OMAP2EVM: add ethernet support (smc911x)

2008-06-24 Thread Arun KS
OMAP2EVM: Add ethernet support (smc911x) Signed-off-by: Arun KS [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c | 41 include/asm-arm/arch-omap/board-omap2evm.h |5 ++- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git

Re: [Resend] [PATCH 1/3] OMAP2EVM: add ethernet support (smc911x)

2008-06-24 Thread Felipe Balbi
Your patch came with spaces in place of tabs, please tabify and resend -- Best Regards, Felipe Balbi http://felipebalbi.com [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at

[Resend] [PATCH 1/3] OMAP2EVM: add ethernet support (smc911x)

2008-06-24 Thread Arun KS
OMAP2EVM: Add ethernet support (smc911x) Signed-off-by: Arun KS [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c | 41 include/asm-arm/arch-omap/board-omap2evm.h |5 ++- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git

standalone osk

2008-06-24 Thread mohammed shareef
Dear all, i want to make my OSK-omap5912 a standalone system. so i am trying to flash the filessystem on to its flash. so far it was on a network. i want an environment variable to be defined at startup and then run an executable. i figured out that it goes to /etc/inittab and then executes the

Latest git kernel won't build with muru.com N8x0 patch 2

2008-06-24 Thread green
The latest git kernel (6604ac6c8a14d583a463159f3a1601427dab7e05) won't build with patch 2 applied of the muru.com n8x0-2008-05-20 patches. The last bit is here: CC drivers/cbus/retu.o CC drivers/cbus/retu-pwrbutton.o CC drivers/cbus/retu-rtc.o CC

[PATCH] PRCM: 34XX: Fix wrong shift value used in dpll4_m4x2_ck enable bit

2008-06-24 Thread Jouni Hogander
Enable bit for dpll4_m4x2_ck is OMAP3430_PWRDN_DSS1_SHIFT instead of OMAP3430_PWRDN_CAM_SHIFT. Signed-off-by: Jouni Hogander [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/clock34xx.h