Re: [PATCH v3 8/9] omap: hsmmc: split mmc23 power control

2010-08-11 Thread Roger Quadros
Hi Ohad, On 08/11/2010 01:12 AM, ext Ohad Ben-Cohen wrote: Prepare for mmc3 regulator power control by splitting the power control functions of mmc2 and mmc3, and expecting mmc3 to have a single, dedicated, regulator support. Signed-off-by: Ohad Ben-Coheno...@wizery.com ---

Re: [PATCH v3 9/9] omap: zoom: add mmc3/wl1271 device support

2010-08-11 Thread Roger Quadros
On 08/11/2010 01:12 AM, ext Ohad Ben-Cohen wrote: Add MMC3 support on ZOOM, which has the wl1271 device hardwired to. The wl1271 is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ line, and power-controlled by a GPIO-based fixed regulator. Signed-off-by: Ohad

Re: [PATCH v3 9/9] omap: zoom: add mmc3/wl1271 device support

2010-08-11 Thread Roger Quadros
On 08/11/2010 11:37 AM, Roger Quadros wrote: On 08/11/2010 01:12 AM, ext Ohad Ben-Cohen wrote: Add MMC3 support on ZOOM, which has the wl1271 device hardwired to. The wl1271 is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ line, and power-controlled by a GPIO-based fixed

Re: [PATCH v3 8/9] omap: hsmmc: split mmc23 power control

2010-08-11 Thread Roger Quadros
On 08/11/2010 01:05 PM, Hunter Adrian (Nokia-MS/Helsinki) wrote: Ohad Ben-Cohen wrote: Prepare for mmc3 regulator power control by splitting the power control functions of mmc2 and mmc3, and expecting mmc3 to have a single, dedicated, regulator support. Why? Can't the controller be connected

Re: [PATCH] power_supply: add isp1704 charger detection driver

2010-08-18 Thread Roger Quadros
Hi, On 08/18/2010 04:01 PM, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: From: Heikki Krogerusext-heikki.kroge...@nokia.com NXP ISP1704 is Battery Charging Specification 1.0 compliant USB transceiver. This adds a power supply driver for ISP1704 and ISP1707 USB transceivers. Signed-off-by:

Re: [PATCHv2 2/2] omap: rx51: add support for USB chargers

2010-08-19 Thread Roger Quadros
On 08/19/2010 04:09 PM, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: On Thu, Aug 19, 2010 at 02:40:42PM +0200, ext Anton Vorontsov wrote: On Thu, Aug 19, 2010 at 03:09:37PM +0300, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: @@ -909,5 +913,6 @@ void __init rx51_peripherals_init(void)

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Roger Quadros
Nishant, Since you are anyways re-sending this you might as well fix these nits. On 09/16/2010 12:56 AM, ext Kevin Hilman wrote: From: Nishanth Menonn...@ti.com diff --git a/arch/arm/plat-omap/opp.c b/arch/arm/plat-omap/opp.c new file mode 100644 index 000..17f93b2 --- /dev/null +++

Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff

2010-10-19 Thread Roger Quadros
Hi Felipe, On 10/19/2010 01:03 PM, ext Felipe Contreras wrote: Add missing dependencies, and remove redundant ones, and select sensible defaults. Signed-off-by: Felipe Contrerasfelipe.contre...@gmail.com --- drivers/mfd/Kconfig|3 ++- drivers/regulator/Kconfig |1 +

Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff

2010-10-20 Thread Roger Quadros
On 10/19/2010 05:33 PM, ext Felipe Contreras wrote: Hi Roger, On Tue, Oct 19, 2010 at 4:40 PM, Roger Quadrosroger.quad...@nokia.com wrote: @@ -843,6 +841,7 @@ config USB_CDC_COMPOSITE config USB_G_NOKIA tristate Nokia composite gadget depends on PHONET + depends on

Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff

2010-10-20 Thread Roger Quadros
On 10/20/2010 11:53 AM, ext felipe.contre...@gmail.com wrote: On Wed, Oct 20, 2010 at 10:46 AM, Roger Quadrosroger.quad...@nokia.com wrote: On 10/19/2010 05:33 PM, ext Felipe Contreras wrote: On Tue, Oct 19, 2010 at 4:40 PM, Roger Quadrosroger.quad...@nokia.com wrote: @@ -843,6 +841,7 @@

Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff

2010-10-20 Thread Roger Quadros
On 10/20/2010 12:23 PM, ext Felipe Contreras wrote: On Wed, Oct 20, 2010 at 12:14 PM, Roger Quadrosroger.quad...@nokia.com wrote: On 10/20/2010 11:53 AM, ext felipe.contre...@gmail.com wrote: On Wed, Oct 20, 2010 at 10:46 AM, Roger Quadrosroger.quad...@nokia.com wrote: On 10/19/2010

Re: [PATCH v3] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-10-20 Thread Roger Quadros
Hi, On 10/20/2010 03:04 PM, ext Samreen wrote: The defconfig options for display are taken in the respective Kconfig to enable display by default on OMAP3 platforms Signed-off-by: Samreensamr...@ti.com --- Version3: Eliminate the separate default number of FBs for different

Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff

2010-10-21 Thread Roger Quadros
Hi, On 10/20/2010 05:38 PM, ext Felipe Contreras wrote: On Wed, Oct 20, 2010 at 3:33 PM, Roger Quadrosroger.quad...@nokia.com wrote: On 10/20/2010 12:23 PM, ext Felipe Contreras wrote: On Wed, Oct 20, 2010 at 12:14 PM, Roger Quadrosroger.quad...@nokia.com wrote: USB_G_NOKIA just needs a

[RFC][PATCH 1/3] OMAP: DSS2: Do regulator stuff in dpi_init_display()

2010-03-12 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com We don't want dpi_init() to fail in any case as it will prevent us from using DSS2 if we don't have DSI in the system. This is because dpi_init() is done unconditionally by the DSS2 core. We will only need to do regulator initialization when DPI

[RFC][PATCH 2/3] OMAP: DSS2: Prevent recursive Panel Enable/Disable calls from SDI

2010-03-12 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Panel enable/disable is now done inside display manager, so don't need to do it again. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- drivers/video/omap2/dss/sdi.c |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff

[RFC][PATCH 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-12 Thread Roger Quadros
I want to get DSS2 working on N900. N900 requires SDI. Technically we should be able to use SDI without having DSI regulators enabled. Thes patches also add the vdds_sdi supply support to SDI. NOTE: I cannot yet confirm that SDI was working or will work with this. --- Roger Quadros (3): OMAP

[RFC][PATCH 3/3] OMAP: DSS2: Use vdds_sdi regulator supply in SDI

2010-03-12 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com This patch enables the use of vdds_sdi regulator in SDI subsystem. We can disable the vdds_sdi voltage when not in use to save power. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- drivers/video/omap2/dss/sdi.c | 23

Re: [RFC][PATCH 1/3] OMAP: DSS2: Do regulator stuff in dpi_init_display()

2010-03-15 Thread Roger Quadros
Hi, Valkeinen Tomi (Nokia-D/Helsinki) wrote: I don't think this is quite correct. dpi_init_display() will be called for all DPI displays, which means that it may be called more than once. dpi_init() is meant for global initializations. Perhaps it would be best to have DPI compiled

Re: [RFC][PATCH 3/3] OMAP: DSS2: Use vdds_sdi regulator supply in SDI

2010-03-15 Thread Roger Quadros
Hi, Valkeinen Tomi (Nokia-D/Helsinki) wrote: On Fri, 2010-03-12 at 16:27 +0100, Quadros Roger (Nokia-D/Helsinki) wrote: From: Roger Quadros roger.quad...@nokia.com This patch enables the use of vdds_sdi regulator in SDI subsystem. We can disable the vdds_sdi voltage when not in use to save

[PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-17 Thread Roger Quadros
SDI now makes use of vdds_sdi regulator supply. DPI can now be disabled on systems that don't have it changes since v1: - Incorporated review comments - no more omap3xx checks for regulator enable/disable in SDI - Added Kconfig option to enable/disable DPI Roger Quadros (3): OMAP: DSS2: Add

[PATCHv2 1/3] OMAP: DSS2: Add Kconfig option for DPI display type

2010-03-17 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com This allows us to disable DPI on systems that do not have it Signed-off-by: Roger Quadros roger.quad...@nokia.com --- drivers/video/omap2/dss/Kconfig |6 ++ drivers/video/omap2/dss/Makefile |3 ++- drivers/video/omap2/dss/core.c

[PATCHv2 3/3] OMAP: DSS2: Use vdds_sdi regulator supply in SDI

2010-03-17 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com This patch enables the use of vdds_sdi regulator in SDI subsystem. We can disable the vdds_sdi voltage when not in use to save power. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- drivers/video/omap2/dss/sdi.c | 15 +++ 1

Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-18 Thread Roger Quadros
checks for regulator enable/disable in SDI - Added Kconfig option to enable/disable DPI Roger Quadros (3): OMAP: DSS2: Add Kconfig option for DPI display type OMAP: DSS2: Remove redundant enable/disable calls from SDI OMAP: DSS2: Use vdds_sdi regulator supply in SDI I think this patch set

Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-23 Thread Roger Quadros
checks for regulator enable/disable in SDI - Added Kconfig option to enable/disable DPI Roger Quadros (3): OMAP: DSS2: Add Kconfig option for DPI display type OMAP: DSS2: Remove redundant enable/disable calls from SDI OMAP: DSS2: Use vdds_sdi regulator supply in SDI I think this patch set

[PATCH 5/5] OMAP: RX51: Add LCD Panel and framebuffer console to defconfig

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Let's see the flashy Tux and console on N900's LCD screen. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/configs/rx51_defconfig | 37 - 1 files changed, 36 insertions(+), 1 deletions(-) diff

[PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-rx51-peripherals.c | 13 arch/arm/mach-omap2/board-rx51

[PATCH 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com This is the panel used on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- drivers/video/omap2/displays/Kconfig |5 + drivers/video/omap2/displays/Makefile |1 + drivers/video/omap2/displays/panel

[PATCH 2/5] OMAP: RX51: Add vdds_sdi supply voltage for SDI

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com The SDI Display subsystem needs access to the vdds_sdi supply regulator. This is TWL4030's VAUX1 supply on RX-51. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 15 +++ 1 files

[PATCH 3/5] OMAP: RX51: Add Touch Controller in SPI board info

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com The Touch controller and LCD Panel share the same SPI bus 1. So, we need to define the touch controller in the SPI board info else, the SPI bus will be contended due to invalid state of Touch controller's Chip Select thus preventing the LCD panel from

[PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-03-23 Thread Roger Quadros
These patches get the N900 LCD panel working. Apply's cleanly on 2.6.34-rc2 Pre-requisites: https://patchwork.kernel.org/patch/86318/ https://patchwork.kernel.org/patch/86319/ https://patchwork.kernel.org/patch/86320/ --- Roger Quadros (5): OMAP: RX51: Add LCD Panel support OMAP: RX51: Add

Re: [PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread Roger Quadros
ext pHilipp Zabel wrote: On Tue, Mar 23, 2010 at 10:56 AM, Roger Quadros roger.quad...@nokia.com wrote: From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/Makefile

Re: [PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread Roger Quadros
Hi, ext G, Manjunath Kondaiah wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Roger Quadros Sent: Tuesday, March 23, 2010 3:26 PM To: t...@atomide.com Cc: tomi.valkei...@nokia.com; linux-omap@vger.kernel.org

Re: [PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread Roger Quadros
Hi, ext G, Manjunath Kondaiah wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Roger Quadros Sent: Tuesday, March 23, 2010 3:26 PM To: t...@atomide.com Cc: tomi.valkei...@nokia.com; linux-omap@vger.kernel.org

Re: [PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-06 Thread Roger Quadros
Hi, ext Arnaud Ebalard wrote: Hi Roger, Roger Quadros roger.quad...@nokia.com writes: These patches get the N900 LCD panel working. Apply's cleanly on 2.6.34-rc2 Pre-requisites: https://patchwork.kernel.org/patch/86318/ https://patchwork.kernel.org/patch/86319/ https://patchwork.kernel.org

Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-04-06 Thread Roger Quadros
omap3xx checks for regulator enable/disable in SDI - Added Kconfig option to enable/disable DPI Roger Quadros (3): OMAP: DSS2: Add Kconfig option for DPI display type OMAP: DSS2: Remove redundant enable/disable calls from SDI OMAP: DSS2: Use vdds_sdi regulator supply in SDI I think this patch

Re: [PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-07 Thread Roger Quadros
Hi, ext Arnaud Ebalard wrote: Hi Tomi, Tomi Valkeinen tomi.valkei...@nokia.com writes: On Tue, 2010-04-06 at 22:41 +0200, ext Arnaud Ebalard wrote: For the records, just in case someone wants to do the same, I had to use: /sbin/getty 115200 tty0 -n -l /bin/sh I also had to set

[PATCHv2 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-08 Thread Roger Quadros
/86319/ https://patchwork.kernel.org/patch/86320/ Changes since v1: -Added Backlight control --- Roger Quadros (5): OMAP: RX51: Add LCD Panel support OMAP: RX51: Add vdds_sdi supply voltage for SDI OMAP: RX51: Add Touch Controller in SPI board info OMAP: DSS2: Add ACX565AKM Panel Driver OMAP

[PATCHv2 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver

2010-04-08 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com This is the panel used on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- drivers/video/omap2/displays/Kconfig |6 + drivers/video/omap2/displays/Makefile |1 + drivers/video/omap2/displays/panel

[PATCHv2 1/5] OMAP: RX51: Add LCD Panel support

2010-04-08 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-rx51-peripherals.c | 13 arch/arm/mach-omap2/board-rx51

[PATCHv2 2/5] OMAP: RX51: Add vdds_sdi supply voltage for SDI

2010-04-08 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com The SDI Display subsystem needs access to the vdds_sdi supply regulator. This is TWL4030's VAUX1 supply on RX-51. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 15 +++ 1 files

[PATCHv2 5/5] OMAP: RX51: Update board defconfig

2010-04-08 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Add LCD, Boot-up logo, framebuffer console, Keypad and Power button support Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/configs/rx51_defconfig | 39 ++- 1 files changed, 38 insertions(+), 1

Re: [PATCHv2 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Roger Quadros
-requisites: https://patchwork.kernel.org/patch/86318/ https://patchwork.kernel.org/patch/86319/ https://patchwork.kernel.org/patch/86320/ Changes since v1: -Added Backlight control --- Roger Quadros (5): OMAP: RX51: Add LCD Panel support OMAP: RX51: Add vdds_sdi supply voltage for SDI OMAP: RX51

[PATCHv3 5/5] OMAP: RX51: Update board defconfig

2010-04-15 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Add LCD, Boot-up logo, framebuffer console, Keypad and Power button support Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/configs/rx51_defconfig | 39 ++- 1 files changed, 38 insertions(+), 1

[PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Roger Quadros
control Pre-requisites: https://patchwork.kernel.org/patch/86318/ https://patchwork.kernel.org/patch/86319/ https://patchwork.kernel.org/patch/86320/ --- Roger Quadros (5): OMAP: RX51: Add LCD Panel support OMAP: RX51: Add vdds_sdi supply voltage for SDI OMAP: RX51: Add Touch Controller

[PATCHv3 1/5] OMAP: RX51: Add LCD Panel support

2010-04-15 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-rx51-peripherals.c | 13 +++ arch/arm/mach-omap2/board-rx51

[PATCHv3 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver

2010-04-15 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com This is the panel used on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- drivers/video/omap2/displays/Kconfig |6 + drivers/video/omap2/displays/Makefile |1 + drivers/video/omap2/displays/panel

[PATCHv3 2/5] OMAP: RX51: Add vdds_sdi supply voltage for SDI

2010-04-15 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com The SDI Display subsystem needs access to the vdds_sdi supply regulator. This is TWL4030's VAUX1 supply on RX-51. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 15 +++ 1 files

[PATCHv3 3/5] OMAP: RX51: Add Touch Controller in SPI board info

2010-04-15 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com The Touch controller and LCD Panel share the same SPI bus 1. So, we need to define the touch controller in the SPI board info else, the SPI bus will be contended due to invalid state of Touch controller's Chip Select thus preventing the LCD panel from

Re: [PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Roger Quadros
Tarball attached in case checkpatch complains. -roger Quadros Roger (Nokia-D/Helsinki) wrote: Tomi, Resending the patchset. Checkpatch was not complaining at my end. Probably the mail server is mangling the patches. I will send a tarball separately. The only change in this version

Re: Upstream linux-omap kernel on Nokia N900?

2010-04-19 Thread Roger Quadros
Balbi Felipe (Nokia-D/Helsinki) wrote: Hi, On Mon, Apr 19, 2010 at 01:49:15PM +0200, ext Arnaud Ebalard wrote: Nokia N900 is shipped to users with a 2.6.28 omap kernel. Many patches for the hardware and various features have been pushed upstream by Nokia developers and possibly others. Those

Re: Upstream linux-omap kernel on Nokia N900?

2010-04-20 Thread Roger Quadros
ext Tony Lindgren wrote: * Roger Quadros roger.quad...@nokia.com [100419 05:06]: Balbi Felipe (Nokia-D/Helsinki) wrote: Hi, On Mon, Apr 19, 2010 at 01:49:15PM +0200, ext Arnaud Ebalard wrote: Nokia N900 is shipped to users with a 2.6.28 omap kernel. Many patches for the hardware and various

Re: [PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-21 Thread Roger Quadros
Valkeinen Tomi (Nokia-D/Helsinki) wrote: On Tue, 2010-04-20 at 14:53 +0200, Quadros Roger (Nokia-D/Helsinki) wrote: Hi Tomi, Quadros Roger (Nokia-D/Helsinki) wrote: Tomi, Resending the patchset. Checkpatch was not complaining at my end. Probably the mail server is mangling the patches. I

Re: [PATCHv3 1/5] OMAP: RX51: Add LCD Panel support

2010-05-07 Thread Roger Quadros
Hi Kevin, ext Kevin Hilman wrote: Roger Quadros roger.quad...@nokia.com writes: From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com Just noticed a compile problem here... [...] diff --git a/arch

[PATCHv4 1/5] OMAP: RX51: Add LCD Panel support

2010-05-10 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 v4: Don't fail compile if CONFIG_FB_* is not defined Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-rx51

Re: Buildfailure for omap3_defconfig due to patch OMAP: RX51: Add LCD Panel support

2010-05-13 Thread Roger Quadros
Hi Peter, ext Peter Hüwe wrote: Hi Roger, I just wanted to inform you that your Patch OMAP: RX51: Add LCD Panel support (b499d77834ae292465f8d06bb0a88f1a647dfa1a) introduces a build failure for the omap3_defconfig. You can see the error message here:

Re: [PATCH v4 1/2] input: touchscreen: introduce tsc2005 driver

2010-05-31 Thread Roger Quadros
Hi, It seems this patch is just hanging out in the air since quite long. Can Tony or Dmitry please pick this? Thanks. cheers, -roger Koskinen Aaro (Nokia-D/Helsinki) wrote: From: Lauri Leukkunen lauri.leukku...@nokia.com Introduce a driver for the Texas Instruments TSC2005 touchscreen

Re: [PATCH v4 1/2] input: touchscreen: introduce tsc2005 driver

2010-05-31 Thread Roger Quadros
Roger Quadros wrote: Hi, It seems this patch is just hanging out in the air since quite long. Can Tony or Dmitry please pick this? Ah I see Tony has already Acked the board patch and wants it to go through input tree. That would mean Dmitry's tree right? cheers, -roger -- To unsubscribe

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Roger Quadros
Hi, On 07/06/2010 03:37 AM, ext Ohad Ben-Cohen wrote: From: Ohad Ben-Cohenoh...@ti.com Introduce a platform device support which is decoupled from the life cycle of the sdio function. The platform device objective is to deliver board-specific values (like irq, ref_clock, and software

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Roger Quadros
Hi Ohad, On 07/06/2010 12:30 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 11:53 AM, Roger Quadrosroger.quad...@nokia.com wrote: Could you please explain why you need to do this? To minimize power consumption when the wlan device is not in use, we would like to keep the

Re: [PATCH 05/15] omap: hsmmc: add virtual card detect support

2010-07-06 Thread Roger Quadros
On 07/06/2010 01:22 PM, ext Ohad Ben-Cohen wrote: Hi Nicolas, On Tue, Jul 6, 2010 at 4:45 AM, Nicolas Pitren...@fluxnic.net wrote: On Tue, 6 Jul 2010, Ohad Ben-Cohen wrote: From: Ohad Ben-Cohenoh...@ti.com Add support for software emulation of card detect events. This is required for

Re: [PATCH 14/15] omap: zoom: add WLAN device

2010-07-06 Thread Roger Quadros
Hi Ohad, On 07/06/2010 03:37 AM, ext Ohad Ben-Cohen wrote: From: Ohad Ben-Cohenoh...@ti.com Add WLAN platform device and control functions (power and virtual card detect) in order to allow software to control the embedded SDIO WLAN device which resides on the ZOOM board (TI's wl1271 device).

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Roger Quadros
On 07/06/2010 03:53 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 1:35 PM, Roger Quadrosroger.quad...@nokia.com wrote: My point is that shouldn't this be handled by SDIO core? Care to explain what you mean / give a code example ? If the Power enable GPIO can be treated as

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-07 Thread Roger Quadros
On 07/06/2010 10:51 PM, Hunter Adrian (Nokia-MS/Helsinki) wrote: Nicolas Pitre wrote: On Tue, 6 Jul 2010, Roger Quadros wrote: On 07/06/2010 03:53 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 1:35 PM, Roger Quadrosroger.quad...@nokia.com wrote: My point is that shouldn't

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-08 Thread Roger Quadros
On 07/07/2010 04:52 PM, ext Nicolas Pitre wrote: On Wed, 7 Jul 2010, Roger Quadros wrote: On 07/06/2010 08:42 PM, ext Nicolas Pitre wrote: On Tue, 6 Jul 2010, Roger Quadros wrote: OK, this is how I see it. - Treat the non-removable card as non-removable. So no need to do card detect

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-09 Thread Roger Quadros
Hi Ohad, On 07/08/2010 11:10 PM, ext Ohad Ben-Cohen wrote: Hi Nicolas and Roger, On Tue, Jul 6, 2010 at 8:42 PM, Nicolas Pitren...@fluxnic.net wrote: On Tue, 6 Jul 2010, Roger Quadros wrote: If the Power enable GPIO can be treated as SDIO slot supply (i.e. vmmc), then the SDIO/MMC core

Re: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan

2010-07-22 Thread Roger Quadros
On 07/21/2010 08:59 PM, ext Mark Brown wrote: On Wed, Jul 21, 2010 at 08:33:44PM +0300, Ohad Ben-Cohen wrote: +static struct regulator_consumer_supply zoom_vmmc3_supply = { + .supply = vmmc, +}; This looks like a misconfiguration on the consumer - I'd strongly expect the

Re: [PATCH v2 18/20] mmc: sdio: enable a default power off mode of the card

2010-07-22 Thread Roger Quadros
On 07/21/2010 08:33 PM, ext Ohad Ben-Cohen wrote: Add support for an SDIO device to stay powered off even without the presence of an SDIO function driver. A host should explicitly ask for it by means of MMC_CAP_DONT_POWER_CARD, and the SDIO function driver should know it needs to call

Re: [PATCH 5/5 v4] omap2/3/4: serial: errata i202: fix for MDR1 access

2010-07-29 Thread Roger Quadros
Hi, On 06/23/2010 07:17 AM, ext Nishanth Menon wrote: From: Deepak Kdeepa...@ti.com Original patch: http://git.omapzoom.org/?p=kernel/omap.git;a=commitdiff;h=42d4a342c009bd9727c100abc8a4bc3063c22f0c Errata i202 (OMAP3430 - 1.12, OMAP3630 - 1.6): UART module MDR1 register access can cause a

Re: [PATCH] ARM: OMAP3: Clean up spurious interrupt check logic

2009-04-03 Thread Roger Quadros
ext Tony Lindgren wrote: * Roger Quadros ext-roger.quad...@nokia.com [090402 07:21]: From: Roger Quadros ext-roger.quad...@nokia.com Date: Thu, 2 Apr 2009 16:41:00 +0300 Subject: [PATCH] ARM: OMAP3: Clean up spurious interrupt check logic SPURIOUSIRQ is contained in bits 31:7 of INTC_SIR

[PATCH] MMC: OMAP: Flush posted write to IRQ

2009-04-06 Thread Roger Quadros
From: Roger Quadros ext-roger.quad...@nokia.com Date: Mon, 6 Apr 2009 12:54:21 +0300 Subject: [PATCH] MMC: OMAP: Flush posted write to IRQ Flush posted write to IRQ status register in HSMMC interrupt handler to avoid spurious interrupts. This is in addition to commit id

PM: omap_wdt: modprobe fails

2009-04-07 Thread Roger Quadros
hi, modprobe omap_wdt fails in omap PM branch. below is the trace log. any idea why? i wonder weather fails in master too. regards, -roger [ 37.218078] Unhandled fault: external abort on non-linefetch (0x1028) at 0xd8314034 [ 37.225982] Internal error: : 1028 [#1] [ 37.229888]

[PATCH] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set

2009-04-07 Thread Roger Quadros
From: Roger Quadros ext-roger.quad...@nokia.com Date: Tue, 7 Apr 2009 11:10:29 +0300 Subject: [PATCH] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set Removes undefined symbol link errors. Required symbols are defined in common.c and omap-pm.h Signed-off-by: Roger Quadros ext-roger.quad

Re: [PATCH] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set

2009-04-07 Thread Roger Quadros
' /home/roger/maemo/linux/linux-roverx/arch/arm/mach-omap2/clock34xx.c:887: undefined reference to `l3_opps' make: *** [.tmp_vmlinux1] Error 1 ext Roger Quadros wrote: From: Roger Quadros ext-roger.quad...@nokia.com Date: Tue, 7 Apr 2009 11:10:29 +0300 Subject: [PATCH] PM: OMAP: Fix build

Re: [PATCH] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set

2009-04-08 Thread Roger Quadros
ext Premi, Sanjeev wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Roger Quadros Sent: Tuesday, April 07, 2009 4:49 PM To: ext Roger Quadros Cc: Kevin Hilman; linux-omap@vger.kernel.org Subject: Re: [PATCH] PM

[PATCH take 2] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set

2009-04-08 Thread Roger Quadros
From: Roger Quadros ext-roger.quad...@nokia.com Date: Wed, 8 Apr 2009 17:12:43 +0300 Subject: [PATCH] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set Removes undefined symbol link errors when CONFIG_OMAP_PM is set. The required symbols are defined in common.c and omap-pm.h Dummy variables

Re: [PATCH 00/10] OMAP3: SR: Fixes in Smartreflex driver

2009-04-24 Thread Roger Quadros
ext Kevin Hilman wrote: Nayak, Rajendra rna...@ti.com writes: Re-sending this patch-set with some mailer issues resolved. They now apply cleanly with a git-am/git-apply. Hi, This series fixes a set of defects/issues in Smartreflex driver. SR autocompensation is now functional and is

Re: [PATCH 00/10] OMAP3: SR: Fixes in Smartreflex driver

2009-04-28 Thread Roger Quadros
ext Nayak, Rajendra wrote: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, April 25, 2009 4:21 AM To: Roger Quadros Cc: Nayak, Rajendra; linux-omap Subject: Re: [PATCH 00/10] OMAP3: SR: Fixes in Smartreflex driver Roger Quadros ext

[PATCH] OMAP: PM: Fix boot with OMAP_SMARTREFLEX and OMAP_PM_NOOP

2009-04-28 Thread Roger Quadros
Return sane values for all *_get_opp() and *_get_freq() functions. Other modules e.g. Smartreflex will be requiring sane values of OPP and CPU Frequency irrespective of the PM layer being used. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/Makefile |1

[RFC][PATCH 0/2] OMAP: PM: Fix boot with SMARTREFLEX and PM_NOOP/PM_NONE

2009-04-28 Thread Roger Quadros
Resending in the correct format. This series fixes booting when OMAP_SMARTREFLEX is enabled along with OMAP_PM_NOOP or OMAP_PM_NONE. Patches apply on top of pm branch of Kevin's pm tree. git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git regards, -roger -- To unsubscribe

[RFC][PATCH 1/2] OMAP: PM: Fix boot with OMAP_SMARTREFLEX and OMAP_PM_NOOP

2009-04-28 Thread Roger Quadros
From: Roger Quadros ext-roger.quad...@nokia.com Return sane values for all *_get_opp() and *_get_freq() functions. Other modules e.g. Smartreflex will be requiring sane values of OPP and CPU Frequency irrespective of the PM layer being used. Signed-off-by: Roger Quadros ext-roger.quad

[PATCH] RX51: Remove multiple definition of MACH_NOKIA_RX51 in Kconfig

2009-04-29 Thread Roger Quadros
This patch prevents Nokia RX-51 board from being shown twice in 'System Type' within Menuconfig. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/Kconfig |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch

[PATCH] OMAP3: PM: Fix Smartreflex when used with PM_NOOP layer

2009-05-15 Thread Roger Quadros
omap_pm_vddX_get_opp() returns 0 if PM layer is PM_NOOP or PM_NONE. This is not a valid OPP so we must sanity check this correctly before using. This patch fixes system lockup when we enable smartreflex echo 1 /sys/power/sr_vdd1_autocomp Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com

[PATCH] OMAP3: PM: Make Smartreflex driver independent of SRF

2009-05-19 Thread Roger Quadros
This removes Smartreflex driver's dependency on SRF layer to get OPPs for VDD1 and VDD2. Now Smartreflex is usable irrespective of the underlying PM layer. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/smartreflex.c | 74

Re: Smart Reflex pm patches causes a kernel panic

2009-05-19 Thread Roger Quadros
on a patch that will make Smartreflex independent of SRF. I will post this soon. Elvis, Can you please try and verify if the problem goes away with the attached patch. Thanks. -roger From: Roger Quadros ext-roger.quad...@nokia.com Date: Tue, 19 May 2009 14:15:56 +0300 Subject: [PATCH] OMAP3: PM: Make

[PATCH] OMAP3: PM: Do not Enable SmartReflex if OPP tables not defined

2009-05-19 Thread Roger Quadros
Prevent SmartReflex driver driver from loading if OPP tables are not defined by platform. This removes possibility of NULL pointer reference in SmartReflex driver code. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/smartreflex.c |6 ++ 1 files changed

[PATCH] OMAP3: PM: Smartreflex: Fix VDD2 OPP determining logic

2009-05-20 Thread Roger Quadros
Use l3_ick clock rate to find out current VDD2 OPP since VDD2 OPP table uses rates corresponding to L3 clock. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/smartreflex.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach

[PATCH] OMAP3: PM: Fix VDD2 OPP determining logic

2009-05-22 Thread Roger Quadros
The VDD2 OPP table is as per L3 clock rates and not on DPLL2 rate. So, we use the correct clock rate to calculate the current OPP for VDD2. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/resource34xx.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions

[PATCH] OMAP3: PM: Remove duplicate code

2009-06-23 Thread Roger Quadros
Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/pm34xx.c | 18 -- 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index 7a4a525..d45295d 100644 --- a/arch/arm/mach-omap2

[PATCH] OMAP2/3: mmc-twl4030: Free up MMC regulators while cleaning up

2009-06-23 Thread Roger Quadros
-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/mmc-twl4030.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach-omap2/mmc-twl4030.c index 06b252f..0007115 100644 --- a/arch/arm/mach-omap2/mmc-twl4030

[PATCH] usb: musb: Check for NULL pointers when no OTG transceiver used

2009-06-26 Thread Roger Quadros
Add checks to prevent NULL pointer exception in case no OTG transceiver has been selected. i.e. musb-xceiv == NULL Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- drivers/usb/musb/musb_core.c |3 ++- drivers/usb/musb/omap2430.c |7 +-- 2 files changed, 7 insertions

[PATCH] OMAP3: RX51: Updated rx51_defconfig

2009-06-26 Thread Roger Quadros
Added REGULATOR, MMC and updated default CMDLINE. Linux-omap now boots on RX51. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/configs/rx51_defconfig | 294 +++ 1 files changed, 172 insertions(+), 122 deletions(-) diff --git a/arch/arm

[PATCH v2] usb: musb: Warn and check for OTG transceiver misconfiguration

2009-06-29 Thread Roger Quadros
Warn if OTG is selected in Kconfig but not initialized by platform code. Add checks to prevent NULL pointer exception in case the OTG transceiver has not been initialized. i.e. musb-xceiv == NULL Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- drivers/usb/musb/musb_core.c |7

OMAP3: RX51: build warning at rx51_t2scripts

2009-07-01 Thread Roger Quadros
Hi Amit, I get the following warning while building Kevin's PM branch for RX-51. The kernel boots to shell though. I'm not sure whether it's harmless or not. MODPOST vmlinux.o WARNING: vmlinux.o(.data+0xb328): Section mismatch in reference from the variable rx51_t2scripts_data to the (unknown

Re: 2.6.30 jiffies problem

2009-07-02 Thread Roger Quadros
ext Raju Sana wrote: Hi all, I have pulled kernel from linux-omap git's 2.6.30 branch ( http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=shortlog;h=omap-2.6.30 ) and trying to boot on my OMAP3 beagle board (Rev. B4). It got stuck at Calibrating delay loop. From the

[PATCH] OMAP: GPIO: Fix incorrect gpio_get logic for output GPIOs

2009-07-02 Thread Roger Quadros
gpio_get() should return DATAIN register value when the GPIO is configured as input wheras it should return DATAOUT register value when the GPIO is configured as output. Now /sys/kernel/debug/gpio shows proper values for output GPIOs Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com

[PATCH v2] OMAP: GPIO: Fix incorrect gpio_get logic for output GPIOs

2009-07-02 Thread Roger Quadros
gpio_get() should return DATAIN register value when the GPIO is configured as input whereas it should return DATAOUT register value when the GPIO is configured as output. Now /sys/kernel/debug/gpio shows proper values for output GPIOs Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com

[PATCH] OMAP3: RX51: Define TWL4030 USB transceiver in board file

2009-07-06 Thread Roger Quadros
Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/board-rx51-peripherals.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 9a0bf67

Re: [PATCH] OMAP3: RX51: Define TWL4030 USB transceiver in board file

2009-07-07 Thread Roger Quadros
Felipe Balbi wrote: On Mon, Jul 06, 2009 at 10:22:11AM +0200, Quadros Roger (EXT-Teleca/Helsinki) wrote: please put some description here. Other than that: ok. will send updated patch with description. thanks for your comment. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com

[PATCH v2] OMAP3: RX51: Define TWL4030 USB transceiver in board file

2009-07-07 Thread Roger Quadros
Add OTG transceiver to RX51 platform data to prevent kernel NULL pointer dereference during MUSB initialisation. Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com --- arch/arm/mach-omap2/board-rx51-peripherals.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

PM and 2.6.31

2009-07-09 Thread Roger Quadros
Hi Kevin, When do you plan to rebase PM to 2.6.31rc2 ? regards, -roger -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

  1   2   3   4   5   6   7   8   9   10   >