[PATCH] Fix compile issues for DSP

2008-03-17 Thread Felipe Balbi
Signed-off-by: Felipe Balbi [EMAIL PROTECTED] diff --git a/include/asm-arm/arch-omap/dsp_common.h b/include/asm-arm/arch-omap/dsp_common.h index e515801..0c7565e 100644 --- a/include/asm-arm/arch-omap/dsp_common.h +++ b/include/asm-arm/arch-omap/dsp_common.h @@ -49,7 +49,7 @@ struct omap_dsp

Re: OMAP3430: MUSB host and hot-plugging

2008-03-20 Thread Felipe Balbi
}() routines. After reading twl4030's docs I couldn't find anything suspicious on the code but I'll dig more tomorrow and after the holidays. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: OMAP3430: MUSB host and hot-plugging

2008-03-20 Thread Felipe Balbi
there. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- 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: [PATCH] OMAP: MMC: Add several missing line breaks.

2008-03-26 Thread Felipe Balbi
On Wed, Mar 26, 2008 at 11:33:45AM -0400, Eduardo Valentin wrote: From: Felipe Balbi [EMAIL PROTECTED] Misc clean up in omap_hsmmc.c to beautify debugging output. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Here you should put what you changed just to ease the comparisson :-) But ok

[PATCH 2/7] I2C: TWL4030: Move all *_*.c to *-*.c

2008-03-27 Thread Felipe Balbi
Rename to use the name style. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/Makefile |8 .../i2c/chips/{twl4030_core.c = twl4030-core.c} |0 .../i2c/chips/{twl4030_gpio.c = twl4030-gpio.c} |0 .../{twl4030_poweroff.c

[PATCH 0/7] twl4030 changes

2008-03-27 Thread Felipe Balbi
is a shortlog and diffstat of the changes. Best regards, - Balbi Felipe Balbi (7): I2C: TWL4030: Move twl4030's headers under include/linux/i2c/ I2C: TWL4030: Move all *_*.c to *-*.c I2C: TWL4030: General cleanup in twl4030-core.c I2C: TWL4030: Cleanup twl4030-usb.c I2C: TWL4030: Make

[PATCH 5/7] I2C: TWL4030: Make twl4030-usb.c initialize otg_transceiver

2008-03-27 Thread Felipe Balbi
Code still needs some reorganization which will come in later patches but we can already put omap3 in host mode by echo:ing sysfs node. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-usb.c | 111 --- drivers/usb/musb/musb_core.h

[PATCH 6/7] I2C: TWL4030: Reorganize code in twl4030-usb.c

2008-03-27 Thread Felipe Balbi
Code flow now makes sense. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-usb.c | 131 +++ 1 files changed, 64 insertions(+), 67 deletions(-) diff --git a/drivers/i2c/chips/twl4030-usb.c b/drivers/i2c/chips/twl4030-usb.c index

[PATCH 4/7] I2C: TWL4030: Cleanup twl4030-usb.c

2008-03-27 Thread Felipe Balbi
General cleanup on twl4030-usb.c Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-usb.c | 27 +-- drivers/usb/musb/omap2430.c |1 - 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/drivers/i2c/chips/twl4030-usb.c b

[PATCH 3/7] I2C: TWL4030: General cleanup in twl4030-core.c

2008-03-27 Thread Felipe Balbi
General cleanup in twl4030-core.c Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-core.c | 78 -- 1 files changed, 41 insertions(+), 37 deletions(-) diff --git a/drivers/i2c/chips/twl4030-core.c b/drivers/i2c/chips/twl4030-core.c

[PATCH 1/7] I2C: TWL4030: Move twl4030's headers under include/linux/i2c/

2008-03-27 Thread Felipe Balbi
Now that we have this directory we can use it. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-3430sdp.c|2 +- arch/arm/mach-omap2/board-sdp-hsmmc.c |2 +- drivers/i2c/chips/twl4030_core.c |2 +- drivers/i2c

Re: [PATCH 0/7] twl4030 changes

2008-03-28 Thread Felipe Balbi
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 so musb core will really go to a_host mode when we echo

Re: [PATCH] i2c: Update twl4030's includes

2008-03-31 Thread Felipe Balbi
/arch/twl4030.h: No such file or directory Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] Good catch, thanks. Stupid grep not working :-p Acked-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-2430sdp.c |2 +- drivers/video/omap/lcd_2430sdp.c|2 +- 2

Re: [PATCH] Fix TUSB6010 ID register offsets.

2008-04-02 Thread Felipe Balbi
of the two DIDR1 registers is wrong because it's outside the TUSB-specific register space. The modified address in turn has a good chance to be correct. Signed-off-by: Andrzej Zaborowski [EMAIL PROTECTED] Acked-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/usb/musb/tusb6010.h |4

[PATCH 2/3] I2C: TWL4030: Kconfig and Makefile changes

2008-04-03 Thread Felipe Balbi
From: Peter 'p2' De Schrijver [EMAIL PROTECTED] Kconfig and Makefile changes Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/Kconfig |4 drivers/i2c/chips/Makefile |3 ++- 2 files changed, 6 insertions

[PATCH 3/3] I2C: TWL4030: Adapt existing drivers to power IRQ

2008-04-03 Thread Felipe Balbi
From: Peter 'p2' De Schrijver [EMAIL PROTECTED] This patch adapts the existing driver to use the power IRQ handler. This patch superseeds any previous version. Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030

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

2008-04-03 Thread Felipe Balbi
On Thu, Apr 03, 2008 at 04:44:22PM +0300, Felipe Balbi wrote: From: Peter 'p2' De Schrijver [EMAIL PROTECTED] Missing d-handle_irq(); From 10b0fa72ded443a8d89ef3676f9ea08b3b87f8c0 Mon Sep 17 00:00:00 2001 From: Peter 'p2' De Schrijver [EMAIL PROTECTED] Date: Wed, 2 Apr 2008 20:57:58 +0300

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

2008-04-03 Thread Felipe Balbi
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. The spinlock wasn't needed, stupid brain-fart. Sorry

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

2008-04-03 Thread Felipe Balbi
for triton2 power block. Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-pwrbutton.c | 160 drivers/i2c/chips/twl4030-pwrirq.c| 224 + include/asm-arm/arch

Re: [PATCH 2/5] I2C: TWL4030: Kconfig and Makefile changes

2008-04-04 Thread Felipe Balbi
-- 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 -- Best Regards, Felipe Balbi http://felipebalbi.com [EMAIL PROTECTED] -- To unsubscribe from this list: send the line

Re: [Help 2/2] MUSB: some USB card readers, USB-IDE cable, 30G old iPod will be reset several times in usb-storage transcation

2008-04-07 Thread Felipe Balbi
On Mon, 7 Apr 2008 03:44:12 -0700, Bryan Wu [EMAIL PROTECTED] wrote: On Mon, Apr 7, 2008 at 3:21 AM, Felipe Balbi [EMAIL PROTECTED] wrote: On Mon, 7 Apr 2008 03:16:31 -0700, Bryan Wu [EMAIL PROTECTED] wrote: Hi folks, Here are our trackers, I think following bugs are the same

Re: [Help 2/2] MUSB: some USB card readers, USB-IDE cable, 30G old iPod will be reset several times in usb-storage transcation

2008-04-07 Thread Felipe Balbi
On Mon, 7 Apr 2008 03:44:12 -0700, Bryan Wu [EMAIL PROTECTED] wrote: On Mon, Apr 7, 2008 at 3:21 AM, Felipe Balbi [EMAIL PROTECTED] wrote: On Mon, 7 Apr 2008 03:16:31 -0700, Bryan Wu [EMAIL PROTECTED] wrote: Hi folks, Here are our trackers, I think following bugs are the same

Re: [Help 2/2] MUSB: some USB card readers, USB-IDE cable, 30G old iPod will be reset several times in usb-storage transcation

2008-04-07 Thread Felipe Balbi
] More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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 http

[PATCH 2/2] I2C: TWL4030: Kconfig and Makefile changes

2008-04-07 Thread Felipe Balbi
From: Mikko Ylinen [EMAIL PROTECTED] Put madc driver into kbuild. Signed-off-by: Mikko Ylinen [EMAIL PROTECTED] Updated help text on Kconfig for TWL4030 MADC driver. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/Kconfig | 21 + drivers/i2c/chips

Re: [Help 1/2] MUSB: ZiO! CF card reader will trigger a change from MUSB host mode to MUSB peripheral mode

2008-04-07 Thread Felipe Balbi
On Mon, 7 Apr 2008 04:08:33 -0700, Bryan Wu [EMAIL PROTECTED] wrote: On Mon, Apr 7, 2008 at 3:46 AM, Felipe Balbi [EMAIL PROTECTED] wrote: On Mon, 7 Apr 2008 03:35:38 -0700, Bryan Wu [EMAIL PROTECTED] wrote: On Mon, Apr 7, 2008 at 3:19 AM, Felipe Balbi [EMAIL PROTECTED] wrote

Re: [Help 2/2] MUSB: some USB card readers, USB-IDE cable, 30G old iPod will be reset several times in usb-storage transcation

2008-04-07 Thread Felipe Balbi
-- 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 http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/2] I2C: TWL4030: Kconfig and Makefile changes

2008-04-07 Thread Felipe Balbi
On Mon, Apr 07, 2008 at 02:55:16PM +0300, Felipe Balbi wrote: From: Mikko Ylinen [EMAIL PROTECTED] There was a missing space which was causing some troubles. Updated below: From 163455c541b37fb38a0ea112796591c95c4ef3aa Mon Sep 17 00:00:00 2001 From: Mikko Ylinen [EMAIL PROTECTED] Date: Wed, 2

Re: [Help 2/2] MUSB: some USB card readers, USB-IDE cable, 30G old iPod will be reset several times in usb-storage transcation

2008-04-07 Thread Felipe Balbi
not to use it the right way and just put the max possible, e.g. 500mA For this current source problem, I remember there are some external VBUS charger IC can help the USB OTG to provide more than 100mA current. Do you have it in blackfin ? -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http

[PATCH 2/5] I2C: TSL2563: Add support for Taos tsl2563 ambient light sensor

2008-04-09 Thread Felipe Balbi
From: Mathias Nyman [EMAIL PROTECTED] Add support for Taos tsl2563 ambient light sensor. Signed-off-by: Mathias Nyman [EMAIL PROTECTED] Updated to build with current linux-omap and new-style i2c driver. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-n800.c |4

[PATCH 3/5] INPUT: TOUCHSCREEN: Introduce tsc2005 driver

2008-04-09 Thread Felipe Balbi
From: Lauri Leukkunen [EMAIL PROTECTED] Introduce n810's tsc2005 driver Signed-off-by: Lauri Leukkunen [EMAIL PROTECTED] Updated to build with current linux-omap. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-n800.c| 95 +- drivers/input/touchscreen

[PATCH 2/5] I2C: TSL2563: Add support for Taos tsl2563 ambient light sensor

2008-04-09 Thread Felipe Balbi
From: Mathias Nyman [EMAIL PROTECTED] Add support for Taos tsl2563 ambient light sensor. Signed-off-by: Mathias Nyman [EMAIL PROTECTED] Updated to build with current linux-omap and new-style i2c driver. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-n800.c |4

[PATCH 5/5] ARM: N800: Update n800 defconfig

2008-04-09 Thread Felipe Balbi
Enables recent drivers and usb. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/configs/n800_defconfig | 189 +-- 1 files changed, 182 insertions(+), 7 deletions(-) diff --git a/arch/arm/configs/n800_defconfig b/arch/arm/configs/n800_defconfig

[PATCH 0/5] n810 drivers

2008-04-09 Thread Felipe Balbi
4a7f0aff137f13ff0c7f0cff load That's all, the last patch just updates n800_defconfig to enable these new drivers. Daniel Stone (1): I2C: LM8323: Introduce lm8323 keypad driver Felipe Balbi (1): ARM: N800: Update n800 defconfig Lauri Leukkunen (1): INPUT: TOUCHSCREEN: Introduce tsc2005

[PATCH 5/5] ARM: N800: Update n800 defconfig

2008-04-09 Thread Felipe Balbi
Enables recent drivers and usb. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/configs/n800_defconfig | 189 +-- 1 files changed, 182 insertions(+), 7 deletions(-) diff --git a/arch/arm/configs/n800_defconfig b/arch/arm/configs/n800_defconfig

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

2008-04-09 Thread Felipe Balbi
On Wed, Apr 09, 2008 at 03:04:00PM +0300, Felipe Balbi wrote: +static unsigned short normal_i2c[] = +{ + LM8323_I2C_ADDR00, LM8323_I2C_ADDR01, + LM8323_I2C_ADDR10, LM8323_I2C_ADDR11, + I2C_CLIENT_END +}; + +I2C_CLIENT_INSMOD; This was garbage, already remove in this version

[PATCH 10/23] USB: MUSB: checkpatch.pl fixes to musb_gadget.c

2008-04-11 Thread Felipe Balbi
Misc cleanup patch. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/usb/musb/musb_gadget.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/usb/musb/musb_gadget.c b/drivers/usb/musb/musb_gadget.c index 0fb9635..303b6f6 100644 --- a/drivers

[PATCH] I2C: TWL4030: Fix wrong variable warning

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

Re: [Help 1/2] MUSB: ZiO! CF card reader will trigger a change from MUSB host mode to MUSB peripheral mode

2008-04-11 Thread Felipe Balbi
in software but it's been quite a challenge as you noticed yourself. Let's try to keep going on this, otherwise user experience will be awful with several mass storage devices. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line

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

2008-04-14 Thread Felipe Balbi
PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH 2/2] New Board file for OMAP3 EVM

2008-04-14 Thread Felipe Balbi
/majordomo-info.html -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- 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: [PATCH] I2C: TWL4030: Fix wrong variable warning

2008-04-14 Thread Felipe Balbi
On Fri, Apr 11, 2008 at 12:05:55PM -0700, Tony Lindgren wrote: * 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. thanks :-) I'll check if we still owe you any driver and try to publish

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

2008-04-14 Thread Felipe Balbi
arch/arm/plat-omap/mcbsp.c has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. maybe you could just add this comment and resend this same patch ? -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http

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

2008-04-14 Thread Felipe Balbi
-by: Eduardo Valentin [EMAIL PROTECTED] Acked-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap1/Makefile |2 + arch/arm/mach-omap1/mcbsp.c | 202 + arch/arm/mach-omap2/Makefile |2 + arch/arm/mach-omap2/mcbsp.c | 145

[PATCH] I2C: i2c subsystem should print error messages

2008-04-17 Thread Felipe Balbi
We don't have to print any error message if i2c_add_driver fails since i2c subsystem already does it. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/isp1301_omap.c | 10 +- drivers/i2c/chips/menelaus.c | 10 +- 2 files changed, 2 insertions(+), 18

[PATCH] I2C: TWL4030: Fix Kconfig

2008-04-17 Thread Felipe Balbi
Misc cleanup patch. 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 b/drivers/i2c/chips/Kconfig index f3ea82d..5cf4657 100644 --- a/drivers/i2c/chips/Kconfig

Re: [PATCH 7/9] Adding New Board file for OMAP3 Beagle Board

2008-04-17 Thread Felipe Balbi
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 -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 2/2] Add usb support to omap3beagle

2008-04-17 Thread Felipe Balbi
On Thu, Apr 17, 2008 at 10:58:32AM +0200, Koen Kooi wrote: The last one didn't go to the list, both mmc and usb externs should go to board-omap3beagle.h and please, care to make the patch inline. It's easier to comment. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http

Re: [PATCH 01/19] Update audio driver for H2 board

2008-04-17 Thread Felipe Balbi
PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info

[PATCH] I2C: TWL4030: Fix Kconfig

2008-04-21 Thread Felipe Balbi
Misc cleanup patch. 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 b/drivers/i2c/chips/Kconfig index f3ea82d..cba8abf 100644 --- a/drivers/i2c/chips/Kconfig

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

2008-04-24 Thread Felipe Balbi
On Thu, Apr 24, 2008 at 07:43:16PM +0530, ext Gadiyar, Anand wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe Balbi Sent: Thursday, April 24, 2008 7:16 PM To: linux-omap@vger.kernel.org; David Brownell Cc: Tony Lindgren; Syed

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

2008-04-24 Thread Felipe Balbi
On Thu, Apr 24, 2008 at 10:16:18AM -0700, Tony Lindgren wrote: * Felipe Balbi [EMAIL PROTECTED] [080424 07:20]: On Thu, Apr 24, 2008 at 07:43:16PM +0530, ext Gadiyar, Anand wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe Balbi

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

2008-04-24 Thread Felipe Balbi
On Thu, Apr 24, 2008 at 11:29:27AM -0700, David Brownell wrote: On Thursday 24 April 2008, Tony Lindgren wrote:  .../mach-omap2/{board-3430sdp-usb.c = usb-musb.c} |   32 --- Good: so some of the inappropriate sdp_*() names will vanish ...  

[PATCH] USB: Generalize usb initialization for omap hw

2008-04-24 Thread Felipe Balbi
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|6 +- arch/arm/mach-omap2/board-2430sdp-usb.c | 96 arch/arm/mach-omap2/board-2430sdp.c |5 +- arch

usb generalization

2008-04-24 Thread Felipe Balbi
Hi all, Here's an updated version of the usb generalization. Please give it a good review, it might be that I missed something in the middle although it seems to be working nice in my 3430sdp. I need someone to test on 2430sdp and give it an ack as well. Here's some output from minicom:

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

2008-04-24 Thread Felipe Balbi
On Thu, Apr 24, 2008 at 01:48:11PM -0700, Tony Lindgren wrote: * 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

Re: [PATCH 0/5] Updates on mcbsp driver

2008-04-24 Thread Felipe Balbi
and 2 were also modified to add correct support for omap34xx. Comments are wellcome. checkpatch doesn't complain, although i didn't really test it. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line unsubscribe linux

Re: framebuffer on 2430sdp, configuration and bug

2008-04-24 Thread Felipe Balbi
%s in all of them :-p In any case, this is only for testing purpose, i think it shouldn't be applied. I don't have lcd working on 3430sdp as well but never look at it. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line

mmc generalization

2008-04-24 Thread Felipe Balbi
Hi all, The following patch, similarly to usb patch, makes mmc_init more generic by moving files around and changing function names. *** COMPILE TESTED ONLY *** Please give it a review, I might let something out. BR, - Balbi -- To unsubscribe from this list: send the line unsubscribe

pending patch

2008-04-25 Thread Felipe Balbi
Hi Tony and Dave, there's this one pending patch [1]. Do you guys have any comments on that one? Author: Felipe Balbi [EMAIL PROTECTED] Date: Thu Apr 17 17:34:20 2008 +0300 USB: MUSB: Don't ignore disconnect on suspend As soon as a usb device is disconnect we should fall

Re: pending patch

2008-04-25 Thread Felipe Balbi
On Fri, Apr 25, 2008 at 02:35:21AM -0700, David Brownell wrote: On Friday 25 April 2008, Felipe Balbi wrote: Hi Tony and Dave, there's this one pending patch [1]. Do you guys have any comments on that one? Author: Felipe Balbi [EMAIL PROTECTED] Date: Thu Apr 17 17:34:20 2008

Re: [RFC/PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx

2008-04-25 Thread Felipe Balbi
to this patch. if (!pdev) { ret = -ENOMEM; return ret; -- 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 -- Best Regards, Felipe

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

2008-04-25 Thread Felipe Balbi
switched from arm-linux- to arm-none-linux-gnueabi- in main Makefile. Dirk -- 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 http

Re: Android on N810 File System Problem

2008-04-25 Thread Felipe Balbi
Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- 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: Android on N810 File System Problem

2008-04-25 Thread Felipe Balbi
start releasing code... -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- 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: Android on N810 File System Problem

2008-04-25 Thread Felipe Balbi
On Fri, Apr 25, 2008 at 09:47:09PM +0300, Igor Stoppa wrote: On Fri, 2008-04-25 at 21:52 +0300, ext Felipe Balbi wrote: On Fri, Apr 25, 2008 at 09:31:42PM +0300, Igor Stoppa wrote: You forget power management. It should partially be redone together with the omap3 work, but stuff like

Re: Android on N810 File System Problem

2008-04-27 Thread Felipe Balbi
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, everything is there. What about sound? I'm sure it'll

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

2008-04-28 Thread Felipe Balbi
btw, you have something weird in your mail settings, your patches always come replying to the newest message in the list. Your ehci patch came as a reply to a thread that has nothing to do with 2430. the in-reply-to header should be empty for new messages and this is what you got: In-Reply-To:

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

2008-04-28 Thread Felipe Balbi
. Signed-off-by: Jouni Hogander [EMAIL PROTECTED] Good, the following patch fixes ehci-omap.c after clock name change :-) Could you check, please: From 4102f3ad5db10e662633c0f9ddee6aca43fec8e6 Mon Sep 17 00:00:00 2001 From: Felipe Balbi [EMAIL PROTECTED] Date: Mon, 28 Apr 2008 13:45:49 +0300

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

2008-04-28 Thread Felipe Balbi
On Mon, Apr 28, 2008 at 04:29:19PM +0530, ext Pandita, Vikram wrote: Hi Filipe -Original Message- 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|6

RE: [RFC/PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx

2008-04-28 Thread Felipe Balbi
, works for me :-) I guess bq2700-battery is ok, just remove omap- from the previous name?? -- 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

[PATCH] USB: MUSB: Better sysconf reg settings on PM point of view

2008-04-29 Thread Felipe Balbi
The following patch is needed because usb is preventing core powerdomain to enter sleep state. Thanks to Jouni Högander for pointing this Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Jouni Högander [EMAIL PROTECTED] --- drivers/usb/musb/omap2430.c | 23

Re: [PATCH]Correction to BQ27000 battery device name

2008-04-29 Thread Felipe Balbi
PROTECTED] Acked-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/w1/slaves/w1_bq27000.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-omap-2.6/drivers/w1/slaves/w1_bq27000.c === --- linux-omap-2.6.orig

Re: [PATCH 6/7] OMAP3 EVM: add lcd support (resubmit to respond to feedback)

2008-04-30 Thread Felipe Balbi
On Tue, 29 Apr 2008 23:53:42 -0700, Steve Sakoman [EMAIL PROTECTED] wrote: [snip] +static int omap3evm_panel_suspend(struct platform_device *pdev, pm_message_t mesg) line wrapped here. -- Best Regards, Felipe Balbi http://felipebalbi.com [EMAIL PROTECTED] -- To unsubscribe from

Re: [PATCH 4/7] OMAP3 EVM: add onenand flash support

2008-04-30 Thread Felipe Balbi
0x2000 + #endif /* __ASM_ARCH_OMAP3_EVM_H */ -- 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 -- Best Regards, Felipe Balbi http://felipebalbi.com [EMAIL

[PATCH] ARM: OMAP: 2430SDP: Use defines in asm/sizes.h

2008-04-30 Thread Felipe Balbi
Instead of manually calculating the partition sizes, it's better to use defines already set in include/asm-arm/sizes.h Compile test only. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-2430sdp-flash.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions

Re: USB EHCI issue on OMAP3 Beagle

2008-04-30 Thread Felipe Balbi
, retval); -- 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 http://vger.kernel.org/majordomo-info.html

[PATCH] ARM: OMAP: 2430SDP: Use defines in asm/sizes.h

2008-04-30 Thread Felipe Balbi
Instead of manually calculating the partition sizes, it's better to use defines already set in include/asm-arm/sizes.h Compile test only. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-2430sdp-flash.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions

Re: [PATCH] ARM: OMAP: 2430SDP: Use defines in asm/sizes.h

2008-04-30 Thread Felipe Balbi
On Wed, 30 Apr 2008 12:04:30 +0300, Eduardo Valentin [EMAIL PROTECTED] wrote: On Wed, Apr 30, 2008 at 11:43 AM, Felipe Balbi [EMAIL PROTECTED] wrote: Instead of manually calculating the partition sizes, it's better to use defines already set in include/asm-arm/sizes.h Compile test only

Re: Android on N810 File System Problem

2008-04-30 Thread Felipe Balbi
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 http://vger.kernel.org/majordomo-info.html

RE: [PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Felipe Balbi
On Fri, 2 May 2008 06:44:16 -0500, Kamat, Nishant [EMAIL PROTECTED] wrote: Filipe, -Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] [. . .] + ads7846_dev_init(); + omap_serial_init(); + hsmmc_init(); no usb? How about usb_musb() here? Could you try

Re: [PATCH] Fix n800 build - only register HW keyboard on i2c board if CONFIG_MACH_NOKIA_N810

2008-05-02 Thread Felipe Balbi
PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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 http

Re: [PATCH] MUSB: misc clean-up.

2008-05-05 Thread Felipe Balbi
On Sat, 3 May 2008 15:19:50 +0200, Andrzej Zaborowski [EMAIL PROTECTED] wrote: Correct the interrupt mask in TUSB6010 and other nit-picking from my tree. Signed-off-by: Andrzej Zaborowski [EMAIL PROTECTED] Acked-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/usb/musb/musb_host.c

Re: [RFC/PATCH] twl4030: Set irq number based upon cpu type rather than requiring #define in board.h files

2008-05-06 Thread Felipe Balbi
, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- 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: pending patch

2008-05-09 Thread Felipe Balbi
On Fri, Apr 25, 2008 at 09:45:43PM +0300, ext Felipe Balbi wrote: On Fri, Apr 25, 2008 at 09:36:44AM -0700, Tony Lindgren wrote: * Felipe Balbi [EMAIL PROTECTED] [080425 03:19]: On Fri, Apr 25, 2008 at 02:35:21AM -0700, David Brownell wrote: On Friday 25 April 2008, Felipe Balbi wrote

Re: [PATCH 1/11] ARM: OMAP: Update MMC header to fix compile

2008-05-09 Thread Felipe Balbi
PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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 http

Re: 2430SDP booting problem with the latest git

2008-05-09 Thread Felipe Balbi
up port of RPC 13/2 on 192.168.10.135 ### Regards, Arun C -- 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

Re: [PATCH v3] ARM: OMAP3: Check for L2 cache enabled

2008-05-11 Thread Felipe Balbi
On Sun, May 11, 2008 at 08:12:48AM +0200, Dirk Behme wrote: Enabling L2 cache of Cortex-A8 based OMAP3 has to be done by bootloader. Check if this is done and warn if not. Signed-off-by: Dirk Behme [EMAIL PROTECTED] Acked-by: Felipe Balbi [EMAIL PROTECTED] Changes in v3: Remove

[PATCH 2/4] I2C: LP5521: Add i2c_device_id

2008-05-13 Thread Felipe Balbi
Add i2c_device_id to lp5521 driver. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/lp5521.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/chips/lp5521.c b/drivers/i2c/chips/lp5521.c index d1803a9..4d869f9 100644 --- a/drivers

[PATCH 1/4] I2C: TSL2563: Add i2c_device_id

2008-05-13 Thread Felipe Balbi
Add i2c_device_id to tsl2563. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/tsl2563.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/chips/tsl2563.c b/drivers/i2c/chips/tsl2563.c index cf2e313..b39b65c 100644 --- a/drivers/i2c

[PATCH 3/4] I2C: RADIO: TEA5761: Add i2c_device_id

2008-05-13 Thread Felipe Balbi
Add i2c_device_id to tea5761. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/media/radio/radio-tea5761.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/media/radio/radio-tea5761.c b/drivers/media/radio/radio-tea5761.c index 0fb0cdc..8a0cf42

[PATCH 4/4] I2C: Get rid of warnings

2008-05-13 Thread Felipe Balbi
Remove warnings from three i2c drivers. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/lp5521.c |2 +- drivers/i2c/chips/tsl2563.c |2 +- drivers/input/keyboard/lm8323.c |2 +- drivers/media/radio/radio-tea5761.c |2 +- 4 files changed, 4

[RFC PATCH 5/5] USB: MUSB: We already know the default timeout

2008-05-13 Thread Felipe Balbi
From: ext Felipe Balbi [EMAIL PROTECTED] Default idle timeout is set on platform_init, not need to report it anymore. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/usb/musb/musb_core.c | 30 ++ 1 files changed, 2 insertions(+), 28 deletions(-) diff

[RFC PATCH 3/5] USB: MUSB: Do not turn vbus on immediately

2008-05-13 Thread Felipe Balbi
From: ext Felipe Balbi [EMAIL PROTECTED] Wait for user interaction to turn vbus on. On end user products, this behavior could be masked under some application with permission to write to /sys/devices/platform/musb_hdrc/session. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/usb/musb

[RFC PATCH 0/5] musb changes

2008-05-13 Thread Felipe Balbi
to omap3. Felipe Balbi (5): USB: MUSB: Switch to a_idle when micro/mini-a cable is attached USB: MUSB: Change srp sysfs entry to session USB: MUSB: Do not turn vbus on immediately USB: MUSB: Always allow musb to idle USB: MUSB: We already know the default timeout drivers/usb/musb

TWL4030 keypad timeout interrupt

2008-05-13 Thread Felipe Balbi
Hi all, I noted whenever we release a key in omap-twl4030.c driver it generates two interrupts: one for release event and one for a timeout event. Is that expected or is that a bug somewhere in the driver ? It's easily noted by cat /proc/interrupts ;-) -- - Balbi -- To unsubscribe

Re: TWL4030 keypad timeout interrupt

2008-05-13 Thread Felipe Balbi
On Tue, 13 May 2008 16:54:17 +0300, Felipe Balbi [EMAIL PROTECTED] wrote: Hi all, I noted whenever we release a key in omap-twl4030.c driver it generates two interrupts: one for release event and one for a timeout event. Is that expected or is that a bug somewhere in the driver ? It's

Re: [PATCH 2/3] N810: Don't export camera orientation

2008-05-13 Thread Felipe Balbi
n800_cam_init(void) -- 1.5.0.6 -- 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 -- Best Regards, Felipe Balbi http://felipebalbi.com [EMAIL PROTECTED

Re: TWL4030 keypad timeout interrupt

2008-05-14 Thread Felipe Balbi
On Wed, May 14, 2008 at 10:38:09AM +0530, ext Girish wrote: On Tue, 13 May 2008 16:54:17 +0300, Felipe Balbi [EMAIL PROTECTED] wrote: Hi all, I noted whenever we release a key in omap-twl4030.c driver it generates two interrupts: one for release event and one for a timeout

Re: [PATCH 1/2] Input: Fix lm8323 probe and module unloading

2008-05-15 Thread Felipe Balbi
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 -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 2/3] N810: Don't export camera orientation

2008-05-15 Thread Felipe Balbi
, that's true :-p forget about it. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- 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

  1   2   3   4   5   6   7   8   9   10   >