[PATCH 6/10] ARM: OMAP3: Rename cm_regbits_34xx.h to cm-regbits-34xx.h

2008-03-12 Thread Tony Lindgren
Rename cm_regbits_34xx.h to cm-regbits-34xx.h Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c |2 +- arch/arm/mach-omap2/clock34xx.c |2 +- arch/arm/mach-omap2/clock34xx.h |2 +- arch/arm/mach-omap2/cm-regbits-34xx.h | 667

[PATCH 8/10] ARM: OMAP2: Rename prm_regbits_24xx.h to prm-regbits-24xx.h

2008-03-12 Thread Tony Lindgren
Rename prm_regbits_24xx.h to prm-regbits-24xx.h Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c|2 +- arch/arm/mach-omap2/clock24xx.c|2 +- arch/arm/mach-omap2/clock24xx.h|2 +- arch/arm/mach-omap2/pm.c |2

Re: isp1301 build breakage

2008-03-12 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [080312 13:28]: CC drivers/i2c/chips/isp1301_omap.o drivers/i2c/chips/isp1301_omap.c: In function 'isp1301_set_peripheral': drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of function 'machine_is_omap_h2'

Re: [PATCH] Fix tsx210x detection

2008-03-13 Thread Tony Lindgren
* Kyungmin Park [EMAIL PROTECTED] [080306 02:59]: If the return value is all 0xff, it means there's no device. Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/drivers/spi/tsc210x.c b/drivers/spi/tsc210x.c index df8bcf9..1d2ac94 100644 --- a/drivers/spi/tsc210x.c +++

[PATCH 2/6] ARM: OMAP: Fix GPIO IRQ unmask

2008-03-13 Thread Tony Lindgren
From: Kevin Hilman [EMAIL PROTECTED] GPIO IRQ unmask doesn't actually do anything useful. The problem is hidden by a separate explicit mass unmask at the end of the chained bank handler. Signed-off-by: Kevin Hilman [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm

[PATCH 4/6] ARM: OMAP: Fix chain_a_transfer return value

2008-03-13 Thread Tony Lindgren
From: Anand Gadiyar [EMAIL PROTECTED] This patch changes the return value of omap_dma_chain_a_transfer to 0 on success instead of the flag 'start_dma', which wasn't really useful for anything. Signed-off-by: Anand Gadiyar [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch

[PATCH 5/6] ARM: OMAP: Fix DMA CLINK mask, clear spurious interrupt

2008-03-13 Thread Tony Lindgren
From: Gadiyar, Anand [EMAIL PROTECTED] Fix CLINK mask, clear spurious interrupt. Signed-off-by: Gadiyar, Anand [EMAIL PROTECTED] Signed-off-by: Kevin Hilman [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/dma.c |5 +++-- 1 files changed, 3 insertions

Re: I2C: Fix unhandled fault in i2c-omap controller

2008-03-17 Thread Tony Lindgren
* Jean Delvare [EMAIL PROTECTED] [080314 19:52]: On Thu, 13 Mar 2008 17:51:24 +0200, Tony Lindgren wrote: Hi Jean, Here's an omap I2C fix that would be nice to get into 2.6.25 if still possible. Review: Thanks for looking throught it. commit

[PATCH 12/14] ARM: OMAP1: Timer32K: Fix timer32K for clockevents and clean it up

2008-03-17 Thread Tony Lindgren
This patch fixes timer32k for clockevents and syncs it with linux-omap tree. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/timer32k.c | 20 ++-- 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap1/timer32k.c b/arch/arm

[PATCH 4/14] ARM: OMAP: Use gpiolib with tps65010 for OSK 5912

2008-03-17 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] Convert OSK board to use new tps65010 gpiolib support. This includes moving its LED support from leds-osk to gpio-leds, giving more trigger options and a net platform code shrink. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren

[PATCH 0/14] Omap patches for post 2.6.25

2008-03-17 Thread Tony Lindgren
Hi all, Attached are patches for common omap code and omap1 specific code for post 2.6.25 for review. The patches contain updates for gpiolib, timers and pin multiplexing. The patch for TPS65010 I2C driver is included in this series as it involves some board updates also. This has been discussed

[PATCH 6/14] ARM: OMAP: use edge/level handlers from generic IRQ framework

2008-03-17 Thread Tony Lindgren
. Using generic IRQ handlers ensures correct behavior when using threaded interrupts introduced by the -rt patch. Signed-off-by: Kevin Hilman [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/gpio.c | 42 +++--- 1 files

[PATCH 13/14] ARM: OMAP: TimerMPU: Remove unused cycles-to-nsec conversions

2008-03-17 Thread Tony Lindgren
From: Kevin Hilman [EMAIL PROTECTED] These are no longer used and similar conversions are provided by the clocksource/clockevent code. Signed-off-by: Kevin Hilman [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/time.c | 33

Re: [PATCH] ARM: OMAP: DMA: Fix incorrect channel linking

2008-03-17 Thread Tony Lindgren
* Jarkko Nikula [EMAIL PROTECTED] [080317 17:04]: Function enable_lnk does incorrect channel link on non-omap1 builds if chain is created manually with omap_request_dma and omap_dma_link_lch functions. Fix this by making sure that next_linked_ch field is initialized to -1 just in

Re: [PATCH] New DPLL clock framework.

2008-03-18 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080317 23:31]: On Thu, 13 Mar 2008, Roman Tereshonkov wrote: These changes is the result of the discussion with Paul Walmsley. His ideas are included into this patch. Remove DPLL output divider handling from DPLLs and CLKOUTX2 clocks,

[PATCH 8/17] ARM: OMAP2: Move clock.c to clock24xx.c

2008-03-19 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] This patch moves clock.h to clock24xx.c to make room for adding common clock code for 24xx and 34xx. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile|5 +- arch/arm/mach

[PATCH 2/17] ARM: OMAP2: Clean-up mux code

2008-03-19 Thread Tony Lindgren
Misc clean-up for the mux code and remove some unnecessary ifdefs. Patch changes debug function so it can be used on both 24xx and 34xx. Changes are mostly for omap2, but patch also cleans up some omap1 and common mux code. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1

[PATCH 10/17] ARM: OMAP2: Change 24xx to use shared clock code and new reg access

2008-03-19 Thread Tony Lindgren
to limit the size. Also, the patch fixes few incorrect clock defines in clock24xx.h. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |2 +- arch/arm/mach-omap2/clock24xx.c | 318

[PATCH 13/17] ARM: OMAP2: Clean up 24xx clock code

2008-03-19 Thread Tony Lindgren
Clean up 24xx clock code to sync it with linux-omap tree. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c | 15 +++- arch/arm/mach-omap2/clock.h | 13 +++--- arch/arm/mach-omap2/clock24xx.c | 46 +++--- arch

[PATCH 9/17] ARM: OMAP2: Add common clock framework for 24xx and 34xx

2008-03-19 Thread Tony Lindgren
-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c | 762 +++ arch/arm/mach-omap2/clock.h | 74 + 2 files changed, 836 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/clock.c create mode 100644 arch/arm/mach-omap2

Re: [PATCH 0/7] twl4030 changes

2008-03-28 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080327 19:20]: Hi Tony, I'm resending this series cuz I changed a bit patch #5 to set session bit on musb_platform_set_mode so musb core will really go to a_host mode when we echo sysfs. Without this small change the sysfs interface will work only with a

Re: RFC: moving twl4030-gpio.c to gpiolib

2008-03-28 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080320 15:48]: After the patch from Kevin Hilman, I had to rebase my gpiolib patch Here an updated version of it. Can you repost with Signed-off-by? Tony == CUT HERE == diff --git a/arch/arm/mach-omap2/board-sdp-hsmmc.c

[PATCH] I2C: Fix twl4030 timeouts on omap3430

2008-03-28 Thread Tony Lindgren
25c4c8f449819cb6f40b59ed1a9b25ebcc7cd72e Mon Sep 17 00:00:00 2001 From: Tony Lindgren [EMAIL PROTECTED] Date: Thu, 27 Mar 2008 19:05:30 +0200 Subject: [PATCH] I2C: Fix twl4030 timeouts on omap3430 For some reason doing a twl4030 write-read cycle can hang the I2C bus on omap3430. And doing

Re: RFC: moving twl4030-gpio.c to gpiolib

2008-03-28 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080328 12:13]: On Fri, 28 Mar 2008 10:06:16 +0200, Tony Lindgren [EMAIL PROTECTED] wrote: * Felipe Balbi [EMAIL PROTECTED] [080320 15:48]: After the patch from Kevin Hilman, I had to rebase my gpiolib patch Here an updated version of it. Can

Re: [PATCH 0/7] twl4030 changes

2008-03-28 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080328 12:16]: On Fri, 28 Mar 2008 09:49:00 +0200, Tony Lindgren [EMAIL PROTECTED] wrote: * Felipe Balbi [EMAIL PROTECTED] [080327 19:20]: Hi Tony, I'm resending this series cuz I changed a bit patch #5 to set session bit on musb_platform_set_mode

Re: [PATCH] i2c: tea5761: New-style i2c driver

2008-03-28 Thread Tony Lindgren
* Eduardo Valentin [EMAIL PROTECTED] [080327 17:32]: From: Eduardo Valentin [EMAIL PROTECTED] This patch updates the fm radio driver for tea5761 chip. It also moves board dependent code to its correct board file place. Pushing today. You might want to start discussing this driver on V4L

Re: [PATCH] OMAPFB: Check in suspend/resume if framebuffer device is initialized.

2008-03-28 Thread Tony Lindgren
* Jouni Högander [EMAIL PROTECTED] [080326 13:59]: Check wether fbdev is NULL in suspend / resume functions. Fbdev is NULL, if there is no lcd or it is not enabled in configuration. This one is missing Signed-off-by also. Tony --- drivers/video/omap/omapfb_main.c |7 --- 1 files

Re: [PATCH] OMAP: MMU_FWK: Changed Kconfig entry from tristate to bool.

2008-03-28 Thread Tony Lindgren
* Eduardo Valentin [EMAIL PROTECTED] [080326 16:49]: From: Eduardo Valentin [EMAIL PROTECTED] As this code uses unexported symbols, it must be always built-in. For this reason, a better type of its Kconfig entry is bool. Fixed also defconfig which sets this entry as module. Compile

Re: [PATCH] Keymap fix for palmte and palmz71.

2008-03-28 Thread Tony Lindgren
* Eduardo Valentin [EMAIL PROTECTED] [080327 21:16]: Hi andrzej, It may disappeared in a merge. However, this patch was based on: http://linux.omap.com/pipermail/linux-omap-open-source/2007-August/011225.html That's why I thought the remotion was intended. Andrzej, can you please check

Re: [PATCH] Keymap fix for palmte and palmz71.

2008-03-28 Thread Tony Lindgren
* andrzej zaborowski [EMAIL PROTECTED] [080328 13:40]: On 28/03/2008, Tony Lindgren [EMAIL PROTECTED] wrote: * Eduardo Valentin [EMAIL PROTECTED] [080327 21:16]: It may disappeared in a merge. However, this patch was based on: http://linux.omap.com/pipermail/linux-omap-open-source

[PATCH 1/2] ARM: OMAP3: Add 34xx SRAM functions

2008-03-28 Thread Tony Lindgren
This adds sram34xx.S From TI CDP. NOTE: This patch breaks compile for 34xx, the compile will be fixed in the next patch. This and next patch will eventually get merged into a single patch for linux-omap to keep git-bisect working. --- arch/arm/mach-omap2/Makefile |1 +

[PATCH 2/2] ARCH: OMAP3: Make SRAM code from TI CDP compile and work

2008-03-28 Thread Tony Lindgren
Make SRAM code from TI CDP compile and work. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/sram34xx.S | 112 ++ arch/arm/plat-omap/sram.c| 63 + include/asm-arm/arch-omap/sdrc.h |2 + include/asm

[PATCH] I2C: Fix twl4030 timeouts on omap3430

2008-03-28 Thread Tony Lindgren
For some reason doing a twl4030 write-read cycle can hang the I2C bus on omap3430. And doing the write and read separately in twl4030_i2c_read() seems to fix the problem... Not intended for applying, just a temporary workaround. diff --git a/drivers/i2c/chips/twl4030-core.c

[PATCH] I2C: Fix twl4030 timeouts on omap3430

2008-03-28 Thread Tony Lindgren
Woodruff [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- a/arch/arm/plat-omap/dmtimer.c +++ b/arch/arm/plat-omap/dmtimer.c @@ -38,34 +38,113 @@ #include asm/arch/irqs.h /* register offsets */ -#define OMAP_TIMER_ID_REG 0x00 -#define OMAP_TIMER_OCP_CFG_REG

Re: [PATCH] I2C: Fix twl4030 timeouts on omap3430

2008-03-28 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080328 13:47]: For some reason doing a twl4030 write-read cycle can hang the I2C bus on omap3430. And doing the write and read separately in twl4030_i2c_read() seems to fix the problem... Not intended for applying, just a temporary workaround. Uh, please

Re: [PATCH] I2C: Fix twl4030 timeouts on omap3430

2008-03-28 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080328 13:47]: ARM: OMAP: Use posted mode for dmtimer This patch adds the use of write posting for the timer. Previously, every write could lock the requestor for almost 3x32KHz cycles. This patch only synchronizes before writes and reads instead of after

Re: [PATCH 4/17] ARM: OMAP2: Add register access for 34xx

2008-03-28 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080318 17:03]: This patch adds register access for 34xx power and clock management. Here's an updated version of this patch. I've folded in two more patches from Paul [1][2]. Patches change to use __ffs() instead of mask_to_shift, and clean up clock register

Re: [PATCH 9/17] ARM: OMAP2: Add common clock framework for 24xx and 34xx

2008-03-28 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080318 17:04]: From: Paul Walmsley [EMAIL PROTECTED] This patch adds a common clock framework for 24xx and 34xx. Note that this patch does not add it to Makefile until in next patch. Some functions are modified from earlier 24xx clock framework code

Re: [PATCH 16/17] ARM: OMAP2: Add 34xx clock code

2008-03-28 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080318 17:05]: From: Paul Walmsley [EMAIL PROTECTED] This patch add 34xx clock code. Here's an updated version of this patch. I've folded in two more patches from Paul [1][2]. Patches change to use __ffs() instead of mask_to_shift, and clean up clock

Re: [PATCH] i2c: tea5761: New-style i2c driver

2008-03-28 Thread Tony Lindgren
* Eduardo Valentin [EMAIL PROTECTED] [080328 14:05]: From: Eduardo Valentin [EMAIL PROTECTED] This patch updates the fm radio driver for tea5761 chip. It also moves board dependent code to its correct board file place. Pushed. Tony Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] ---

Re: [PATCH] This patch removes a dead line from omapfb_main.c

2008-03-31 Thread Tony Lindgren
* arun c [EMAIL PROTECTED] [080331 09:53]: This patch removes a dead line from omapfb_main.c Pushing today. Tony Signed-off-by: arun c [EMAIL PROTECTED] --- drivers/video/omap/omapfb_main.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] dmtimer posting

2008-03-31 Thread Tony Lindgren
* Woodruff, Richard [EMAIL PROTECTED] [080321 02:01]: Hi Attached is a rev-4 with the cpu_relax() added to while loops as suggested by Ladislav, and CTRL register defines moved to the right location. I confirm this version of the patch works on 3430 with latest kernel. I'll push the

Re: gmane.org mirror (was: Re: Don't use this list any more)

2008-03-31 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080311 09:30]: * Antti P Miettinen [EMAIL PROTECTED] [080309 17:31]: Tony Lindgren [EMAIL PROTECTED] writes: * Antti P Miettinen [EMAIL PROTECTED] [080229 08:57]: If mirroring is OK from your point of view I'll continue polling Lars about practical

Re: [PATCH] I2C: Fix twl4030 timeouts on omap3430

2008-04-01 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080401 16:39]: * Peter 'p2' De Schrijver [EMAIL PROTECTED] [080401 16:01]: On Tue, Apr 01, 2008 at 03:43:56PM +0300, ext Tony Lindgren wrote: * Tony Lindgren [EMAIL PROTECTED] [080331 17:30]: * Tony Lindgren [EMAIL PROTECTED] [080331 13:43]: * Tony

Re: [PATCH] I2C: Fix twl4030 timeouts on omap3430

2008-04-01 Thread Tony Lindgren
* Peter 'p2' De Schrijver [EMAIL PROTECTED] [080401 16:01]: On Tue, Apr 01, 2008 at 03:43:56PM +0300, ext Tony Lindgren wrote: * Tony Lindgren [EMAIL PROTECTED] [080331 17:30]: * Tony Lindgren [EMAIL PROTECTED] [080331 13:43]: * Tony Lindgren [EMAIL PROTECTED] [080328 10:41]: Hi all

Re: [PATCH] Refresh palmz71_defconfig

2008-04-02 Thread Tony Lindgren
* Francisco Alecrim [EMAIL PROTECTED] [080329 21:08]: Refresh palmz71_defconfig Pushing today. Tony Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] --- arch/arm/configs/palmz71_defconfig |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] OMAP: HSMMC: Fix 1.8V MMC2 host on OMAP2430/3430

2008-04-02 Thread Tony Lindgren
* Francisco Alecrim [EMAIL PROTECTED] [080401 05:29]: Acked-by : Francisco Alecrim [EMAIL PROTECTED] ext Seth Forshee wrote: OMAP2430/3430 contain an 1.8V-only MMC2 host that is not properly supported by the current driver. This patch contains changes to correctly set up this host. Pushing

Re: [PATCH 1/2] ARM: OMAP: Add fuctional clock enabler for iva2

2008-04-02 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080401 16:59]: On Tue, 1 Apr 2008, Hiroshi DOYU wrote: Signed-off-by: Hiroshi DOYU [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.h |5 +++-- arch/arm/mach-omap2/cm-regbits-34xx.h |1 + 2 files changed, 4 insertions(+), 2

Re: [PATCH] Tiny fix. No comma after KERN_INFO.

2008-04-02 Thread Tony Lindgren
* Roman Tereshonkov [EMAIL PROTECTED] [080401 14:54]: Signed-off-by: Roman Tereshonkov [EMAIL PROTECTED] --- drivers/misc/sti/sdti.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/misc/sti/sdti.c b/drivers/misc/sti/sdti.c index 9b20ccd..adfbcbc 100644

Re: [PATCH] dmtimer posting

2008-04-02 Thread Tony Lindgren
* Woodruff, Richard [EMAIL PROTECTED] [080331 15:18]: Attached is a rev-4 with the cpu_relax() added to while loops as suggested by Ladislav, and CTRL register defines moved to the right location. I confirm this version of the patch works on 3430 with latest kernel. I'll

Re: [PATCH] TWL4030 keyboard driver enhancements

2008-04-02 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080328 10:06]: * Klaus.K Pedersen (Nokia-M/Helsinki) [EMAIL PROTECTED] [080211 21:10]: On Tue, 2008-02-05 at 21:21 +0530, ext Girish wrote: Did the patch solve your problem? Sorry for late reply. Well, I tried with that change but still I find

Re: [PATCH] Fix TUSB6010 ID register offsets.

2008-04-02 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080402 13:15]: On Sat, 29 Mar 2008 18:52:16 +0100, Andrzej Zaborowski [EMAIL PROTECTED] wrote: From: Andrzej Zaborowski [EMAIL PROTECTED] [Sorry, the previous patch was a copy/paste mistake, this one should be better] I have no access to the

Re: [PATCH 0/2] PRM/CM: Add several new PRM/CM mutator functions

2008-04-04 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080404 01:38]: Hello, The following two patches add several new PRM/CM manipulation functions and convert existing code to use them when appropriate. At the moment, there are not very many users, but the (as yet unpublished) PM patches make more

Re: [PATCH 1/3] I2C: TWL4030: Add power button and power IRQ support

2008-04-04 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080403 17:10]: On Thu, Apr 03, 2008 at 04:57:33PM +0300, Peter 'p2' De Schrijver wrote: Felipe, + + for (module_irq = IH_TWL4030_PWRBASE; pwr_isr != 0; + module_irq++, pwr_isr = 1) { + if (pwr_isr 1) {

Re: [PATCH 0/3] OMAP3 clock: add DPLL enable, disable, autoidle control

2008-04-04 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080404 04:29]: Hello, this patch series adds DPLL autoidle control for OMAP3. It then adds OMAP3 DPLL enable and disable support via clock framework clk_enable() and clk_disable(). It also updates the clock34xx.h comments to credit frequent contributors.

Re: [PATCH 1/1] USB: MUSB: Be sure that we enable musb-clock

2008-04-04 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080403 17:01]: On Thu, Apr 03, 2008 at 06:56:01AM -0500, ext Felipe Balbi wrote: On Thu, 3 Apr 2008 14:38:30 +0300, Felipe Balbi [EMAIL PROTECTED] wrote: The following is better as I'm also disabling the clock on suspend to conserve power.

Re: [PATCH 1/3] I2C: TWL4030: Add power button and power IRQ support

2008-04-04 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080404 12:44]: * Felipe Balbi [EMAIL PROTECTED] [080403 17:10]: On Thu, Apr 03, 2008 at 04:57:33PM +0300, Peter 'p2' De Schrijver wrote: Felipe, + + for (module_irq = IH_TWL4030_PWRBASE; pwr_isr != 0

Re: source.mvista links are broken

2008-04-04 Thread Tony Lindgren
* Iqbal [EMAIL PROTECTED] [080404 13:07]: Looks like the OMAP tree links are broken and the summary,short log and other fields don't work. http://source.mvista.com/git/?p=linux-omap-2.6.git;a=commit;h=8a88c221c88399bc694c367dbea01ffc4153ef20 Yeah, I've noticed that too. Probably git needs

Re: [PATCH 1/1] Fix function declaration.

2008-04-04 Thread Tony Lindgren
* Jarkko Nikula [EMAIL PROTECTED] [080404 14:33]: On Fri, 4 Apr 2008 13:59:36 +0300 ext tapio laxström [EMAIL PROTECTED] wrote: Signed-off-by: tapio laxström [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-n800-audio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: OMAP2430 build breakage and git bisect issues

2008-04-08 Thread Tony Lindgren
* Gadiyar, Anand [EMAIL PROTECTED] [080408 14:20]: Hi all, omap_2430sdp_defconfig and omap_2430osk_defconfig builds seem to be broken. (also reported at [1]) I tried to use git bisect to narrow down the exact patch that caused this and it looks like some patches that got merged don't

[PATCH 12/17] ARM: OMAP2: Remove old 24xx specific clock functions

2008-04-09 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock24xx.c | 722 --- 1 files changed, 0 insertions(+), 722 deletions(-) diff --git a/arch/arm/mach

[PATCH 17/17] ARM: OMAP2: New DPLL clock framework

2008-04-09 Thread Tony Lindgren
] Acked-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c |8 - arch/arm/mach-omap2/clock34xx.c |4 +- arch/arm/mach-omap2/clock34xx.h | 503 ++--- arch/arm/mach-omap2/cm-regbits

Re: [PATCH 5/17] ARM: OMAP2: Change 24xx to use new register access

2008-04-09 Thread Tony Lindgren
* Russell King - ARM Linux [EMAIL PROTECTED] [080409 21:22]: On Wed, Apr 09, 2008 at 08:57:13PM +, Tony Lindgren wrote: Here's how it now looks: Not quite. The point I was trying to make is: @@ -302,15 +288,17 @@ int eth_cs; unsigned long cs_mem_base; unsigned int

Re: [PATCH 5/17] ARM: OMAP2: Change 24xx to use new register access

2008-04-09 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080409 21:54]: * Russell King - ARM Linux [EMAIL PROTECTED] [080409 21:22]: On Wed, Apr 09, 2008 at 08:57:13PM +, Tony Lindgren wrote: Here's how it now looks: Not quite. The point I was trying to make is: @@ -302,15 +288,17 @@ int

Re: [PATCH] I2C: TWL4030: Fix wrong variable warning

2008-04-11 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080411 04:53]: twl4030_i2c_write_u8 expects a u8 variable. Change ctrl to be u8 in power_companion_init(). Pushing. Tony Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-core.c |3 ++- 1 files changed, 2 insertions(+), 1

Re: [PATCH] I2C: TWL4030: General cleanup in twl4030's driver

2008-04-11 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080410 05:42]: TWL4030's Kconfig entries was a bit mixed. Fix some missing '\n' Add missing space in two-lined printks Pushing this one too, sorry looks like I pushed them in wrong order, this should have gone in before your clean-up series :) Tony

Re: [PATCH 0/2] Resend TWl4030 MADC driver

2008-04-11 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080407 04:58]: Updated help text on Kconfig clarifying that MADC stands to Monitoring Analog-Digital Converter. Pushing today. Tony Mikko Ylinen (2): I2C: TWL4030: Introduce twl4030 madc driver I2C: TWL4030: Kconfig and Makefile changes

Re: [PATCH] ARM: OMAP: USB: Fix potential resource overlap due to incorrect end address

2008-04-11 Thread Tony Lindgren
* Gadiyar, Anand [EMAIL PROTECTED] [080408 05:08]: From: Anand Gadiyar [EMAIL PROTECTED] The end address for the USB memory resources were incorrectly defined as (start + size) instead of (start + size - 1) resulting in a potential overlap with the start address of other resources. Pushing

Re: [PATCH 1/5] I2C: LM8323: Introduce lm8323 keypad driver

2008-04-14 Thread Tony Lindgren
* andrzej zaborowski [EMAIL PROTECTED] [080409 18:12]: On 10/04/2008, Daniel Stone [EMAIL PROTECTED] wrote: On Thu, Apr 10, 2008 at 01:58:51AM +0200, ext andrzej zaborowski wrote: On 09/04/2008, Lauri Leukkunen [EMAIL PROTECTED] wrote: In my opinion kernel should provide correct data

Re: [PATCH 0/5] n810 drivers, take #3

2008-04-14 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080409 05:05]: The following patches are updates from n810 tree to be able to build on top of current linux-omap. I'm addind here the keypad driver, touchscreen driver, ambient light sensor driver and LED driver. I'll push the whole series today. Tony --

Re: [PATCH] PRCM: 34XX: Fixes to ssi clock handling

2008-04-14 Thread Tony Lindgren
* Jouni Högander [EMAIL PROTECTED] [080414 06:23]: ssi_l4_ick should have PARENT_CONTROLS_CLOCK flag. ST_SSI_STDBY bit in idlest register cannot be used in omap2_clk_wait_ready Pushing today. Tony Signed-off-by: Jouni Högander [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c |4

Re: [PATCH 2/2] PLAT-OMAP: MCBSP: Move code mach specific from plat-omap to mach-omap

2008-04-15 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [080415 09:54]: I've not been following these McBSP issues, but this comment suggests to me that the clock API is just not being used correctly here: On Tuesday 15 April 2008, Chandra shekhar wrote: 1 Clock structure can be moved to header file and

Re: [PATCH 1/4] Updating Kconfig and Makefile for OMAP3 EVM support

2008-04-16 Thread Tony Lindgren
Hi, * Felipe Balbi [EMAIL PROTECTED] [080415 02:34]: On Tue, 15 Apr 2008 14:50:20 +0530, Syed Mohammed, Khasim [EMAIL PROTECTED] wrote: Index: my_branch/arch/arm/mach-omap2/Kconfig === ---

Re: [PATCH 2/5] Powerdomains: add base OMAP2/3 powerdomain code

2008-04-16 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080410 10:16]: This patch adds an interface to the powerdomain registers in the PRM/CM modules on OMAP2/3. This interface is intended to be used by PM code, e.g., pm.c; not by device drivers directly. Each powerdomain will be defined in later patches as

Re: [PATCH 1/4] Clockdomains: add base OMAP2/3 clockdomain code

2008-04-16 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080410 10:18]: This patch adds an interface to the clockdomain registers in the PRM/CM modules on OMAP2/3. This interface is intended to be used by PM code, e.g., pm.c; not by device drivers directly. The patch also adds clockdomain usecount tracking.

Re: UART driver DMA support

2008-04-18 Thread Tony Lindgren
* rajeev seetharam [EMAIL PROTECTED] [080417 22:16]: Hi , I am using the OMAP2EVM board based on OMAP2430 and using Linux - 2.6.23 Is the DMA support available as part of the UART driver. Well there's an omap specific serial driver in works, which should make it easy to add DMA support

Re: [PATCH 1/2] ARM: OMAP: HSMMC: General code cleanup and cosmetic fixes

2008-04-18 Thread Tony Lindgren
* Carlos Aguiar [EMAIL PROTECTED] [080416 08:44]: From: Carlos Eduardo Aguiar [EMAIL PROTECTED] This patch makes the following general code cleanup and cosmetic fixes: - Use #include linux/io.h instead of asm/io.h, according to warning reported by scripts/checkpatch.pl on

Re: [PATCH 3/4] Adding support for OMAP3 Beagle Board

2008-04-18 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080417 04:40]: On Thu, 17 Apr 2008 07:41:38 +0530, Syed Mohammed, Khasim [EMAIL PROTECTED] wrote: Adding support for OMAP3 Beagle Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |

Re: [PATCH 3/4] Adding support for OMAP3 Beagle Board

2008-04-18 Thread Tony Lindgren
* Syed Mohammed, Khasim [EMAIL PROTECTED] [080416 19:12]: Adding support for OMAP3 Beagle Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |4 + arch/arm/mach-omap2/Makefile |1

Re: [PATCH 2/2] ARM: OMAP: HSMMC: Use macros instead of some magic constants.

2008-04-21 Thread Tony Lindgren
* Carlos Aguiar [EMAIL PROTECTED] [080418 13:33]: From: Carlos Eduardo Aguiar [EMAIL PROTECTED] This patch makes arch/arm/mach-omap2/board-sdp-hsmmc.c file to use macros instead of some magic constants. Pushing. Tony Signed-off-by: Carlos Eduardo Aguiar [EMAIL PROTECTED] Signed-off-by:

Re: [PATCH 1/4] Adding OMAP3 EVM support

2008-04-21 Thread Tony Lindgren
* Syed Mohammed, Khasim [EMAIL PROTECTED] [080418 20:35]: Adding support for OMAP3 EVM Board Pushing all four patches. Tony Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig|3 + arch/arm/mach-omap2/Makefile |1

Re: [PATCH 1/2] PLAT-OMAP: McBSP: Coding style cleanup on arch/arm/plat-omap/mcbsp.c

2008-04-21 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080414 13:40]: On Mon, Apr 14, 2008 at 04:24:53PM -0400, Eduardo Valentin wrote: From: Eduardo Valentin [EMAIL PROTECTED] This patch fix lots of warnings and errors reported by scripts/checkpatch.pl on arch/arm/plat-omap/mcbsp.c. Signed-off-by:

Re: [PATCH 2/2] PLAT-OMAP: MCBSP: Move code mach specific from plat-omap to mach-omap

2008-04-21 Thread Tony Lindgren
Hi, Some comments below. * Eduardo Valentin [EMAIL PROTECTED] [080414 13:13]: From: Eduardo Valentin [EMAIL PROTECTED] This patch gets ride of ifdefs on mcbsp.c code. It moves the mach specific code to mach-omap*. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] ---

Re: [PATCH] I2C: TWL4030: Fix Kconfig

2008-04-21 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080421 02:21]: Misc cleanup patch. Pushing. Tony Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/Kconfig |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/chips/Kconfig

Re: [PATCH] ARM: OMAP: Add return value check for input_register_device()

2008-04-22 Thread Tony Lindgren
* Hiroshi DOYU [EMAIL PROTECTED] [080422 06:26]: drivers/cbus/retu-pwrbutton.c:100: warning: ignoring return value of 'input_register_device', declared with attribute warn_unused_result Signed-off-by: Hiroshi DOYU [EMAIL PROTECTED] --- drivers/cbus/retu-pwrbutton.c |4 +--- 1 files

Re: [PATCH 1/2] OMAP: Introduce cpu_class_is_omap3()

2008-04-24 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080424 06:47]: Add cpu_class_is_omap3(). Well I thinks cpu_class_is_omap2() currently should cover both 24xx and 34xx. This should be only used to differentiate between mach-omap1 and mach-omap2. Tony Signed-off-by: Felipe Balbi [EMAIL PROTECTED] ---

Re: [PATCH 2/2] USB: Generalize usb initialization for omap hw

2008-04-24 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080424 06:48]: Create a generic board-file for initializing usb on omap2430 and omap3 boards. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |4 +- arch/arm/mach-omap2/board-2430sdp-usb.c

Re: [PATCH 2/2] USB: Generalize usb initialization for omap hw

2008-04-24 Thread Tony Lindgren
@vger.kernel.org; David Brownell Cc: Tony Lindgren; Syed Mohammed, Khasim; Felipe Balbi Subject: [PATCH 2/2] USB: Generalize usb initialization for omap hw Create a generic board-file for initializing usb on omap2430 and omap3 boards. Signed-off-by: Felipe Balbi [EMAIL PROTECTED

Re: [PATCH 1/1] ARM: OMAP: omap3beagle: register SD interface

2008-04-24 Thread Tony Lindgren
* Koen Kooi [EMAIL PROTECTED] [080424 12:54]: Op 24 apr 2008, om 02:21 heeft Tony Lindgren het volgende geschreven: Hi, * Koen Kooi [EMAIL PROTECTED] [080423 00:42]: From dac3cdc5952ab39fa7ae0545d43e2daa95329b07 Mon Sep 17 00:00:00 2001 From: Koen Kooi [EMAIL PROTECTED] Date

Re: [PATCH 1/1] ARM: OMAP: omap3beagle: register SD interface

2008-04-24 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080424 13:00]: * Koen Kooi [EMAIL PROTECTED] [080424 12:54]: Op 24 apr 2008, om 02:21 heeft Tony Lindgren het volgende geschreven: Hi, * Koen Kooi [EMAIL PROTECTED] [080423 00:42]: From dac3cdc5952ab39fa7ae0545d43e2daa95329b07 Mon Sep 17 00:00

Re: [PATCH] USB: Generalize usb initialization for omap hw

2008-04-24 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [080424 12:07]: Looks better to me, but: On Thursday 24 April 2008, Felipe Balbi wrote: +static void setup_ehci_io_mux(void) +{ +#ifdef CONFIG_OMAP_EHCI_PHY_MODE This PHY_MODE thing should probably be provided by the board data not Kconfig, and

Re: PRCM: 34XX: Add PARENT_CONTROLS_CLOCK flag to dpll5_m2_ck

2008-04-25 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080425 10:54]: On Wed, 23 Apr 2008, Högander Jouni wrote: This patch removes following message on dpll5_m2_ck enable and disable: clock.c: Enable for dpll5_m2_ck without enable code clock: clk_disable called on independent clock dpll5_m2_ck which

Re: FW: Fwd: Re: [PATCH 0/14] more assorted stuff for 2.6.26-rc1

2008-04-28 Thread Tony Lindgren
* Woodruff, Richard [EMAIL PROTECTED] [080428 15:02]: Tony, Would you participate in this? Sure, that will help to see any upcoming conflicts for omap-upstream branches. Tony Regards, Richard W. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: linux-omap vs N810

2008-04-28 Thread Tony Lindgren
the attached hacks worked away soon.. Tony From 19e546ef60e84692e8c357e092a03365993e1552 Mon Sep 17 00:00:00 2001 From: Tony Lindgren [EMAIL PROTECTED] Date: Mon, 28 Apr 2008 14:55:27 -0700 Subject: [PATCH] V4L: Fix compile for 24xx camera Fix compile for 24xx camera Signed-off-by: Tony Lindgren [EMAIL

Re: [PATCH 0/1] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig

2008-04-28 Thread Tony Lindgren
* Jarkko Nikula [EMAIL PROTECTED] [080428 01:08]: Patch because N800 didn't work anymore with n800_defconfig... Note that camera driver doesn't compile at the moment so please disable CONFIG_VIDEO_OMAP2 manually before trying. I posted a fix for v4l in the other thread, have not tested it

Re: Android on N810 File System Problem

2008-04-28 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080427 15:31]: On Sun, Apr 27, 2008 at 12:43:19PM +0300, Kalle Valo wrote: ext Felipe Balbi [EMAIL PROTECTED] writes: Current linux-omap's head has all the necessary pieces to get n810 working. Touchscreen, keypad, ambient light sensor, led, usb,

Re: [PATCH 1/1] MMC: OMAP: Remove unnecessary extern sdp_mmc_init

2008-04-29 Thread Tony Lindgren
* Francisco Alecrim [EMAIL PROTECTED] [080425 12:27]: From: Francisco Alecrim [EMAIL PROTECTED] Remove unnecessary extern sdp_mmc_init() at board header. New extern hsmmc_init() defined include/asm-arm/arch-omap/hsmmc.h. Pushing today. Tony Signed-off-by: Francisco Alecrim [EMAIL

Re: [PATCH] OMAP: EHCI: Wrong ehci init for 2430

2008-04-29 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080428 03:37]: On Mon, Apr 28, 2008 at 03:51:11PM +0530, ext Pandita, Vikram wrote: OMAP2430 does not have USB EHCI controller. EHCI core was introduced with OMAP3430 ES2.0 onwards. The ehci_init() call has been wrongly introduced for OMAP2430, so removing

Re: [PATCH] PRCM: Combine 34xx l3_icks and l4_icks

2008-04-29 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080428 23:58]: On Mon, 28 Apr 2008, Högander Jouni wrote: E.g dss_l3_ick and dss_l4_ick have same gating control. Having own clock for both of them causes race condition between enable / disable. This patch combines this kind of clocks and names new

Re: [PATCH] OMAP: EHCI: Adding back Copyright

2008-04-29 Thread Tony Lindgren
* Pandita, Vikram [EMAIL PROTECTED] [080428 04:53]: Adding back Copyright notice that was not carried forward by a patch from Felipe. Copyrights should be retained without fail. Pushing today. Tony Signed-off-by: Vikram Pandita [EMAIL PROTECTED] --- arch/arm/mach-omap2/usb-ehci.c |

  1   2   3   4   5   6   7   8   9   10   >