Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Bryan Wu
parts, will this patch go through omap tree? If so, please add my ack. Acked-by: Bryan Wu coolo...@gmail.com Thanks, -Bryan -- 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

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Bryan Wu
On Tue, Oct 22, 2013 at 10:37 AM, Tony Lindgren t...@atomide.com wrote: * Bryan Wu coolo...@gmail.com [131022 10:23]: On Tue, Oct 22, 2013 at 10:06 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@debian.org [131022 06:02]: This patch moves the handling of the chip's enable

Re: [PATCH 2/2] DTS: ARM: OMAP3-N900: Add LP5523 support

2013-10-22 Thread Bryan Wu
On Tue, Oct 22, 2013 at 10:38 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@debian.org [131022 06:02]: Add support for LP5523 device. This patch should be queued separately by Benoit. OK, got it. I will merge Patch 1. -Bryan -- To unsubscribe from this list: send the

Re: [PATCH] ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS

2012-09-18 Thread Bryan Wu
on OMAP_DEBUG_DEVICES config POWER_AVS_OMAP -- 1.7.9.5 -- Bryan Wu bryan...@canonical.com Kernel Developer+86.186-168-78255 Mobile Canonical Ltd. www.canonical.com Ubuntu - Linux for human beings | www.ubuntu.com -- To unsubscribe from this list: send the line unsubscribe linux-omap

Re: [PATCH] ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS

2012-09-18 Thread Bryan Wu
On Tue, Sep 18, 2012 at 2:49 PM, Axel Lin axel@gmail.com wrote: 2012/9/18 Bryan Wu bryan...@canonical.com: On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin axel@gmail.com wrote: This fixes below build error when CONFIG_LEDS_CLASS is not set. LD init/built-in.o arch/arm/plat-omap

Re: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-09-07 Thread Bryan Wu
On Fri, Sep 7, 2012 at 3:59 PM, AnilKumar, Chimata anilku...@ti.com wrote: On Fri, Sep 07, 2012 at 05:39:35, Marek Vasut wrote: Dear Tony Lindgren, * Marek Vasut ma...@denx.de [120905 19:05]: Hi Tony, * Marek Vasut ma...@denx.de [120904 20:13]: Dear Bryan Wu, On Sat

Re: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-09-04 Thread Bryan Wu
(pdata-num_leds), -- 1.7.9.5 -- To unsubscribe from this list: send the line unsubscribe linux-leds in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Bryan Wu bryan...@canonical.com Kernel Developer+86.186-168

Re: [PATCH 01/18] led-triggers: create a trigger for CPU activity

2012-04-13 Thread Bryan Wu
On Sat, Apr 7, 2012 at 6:15 AM, Andrew Morton a...@linux-foundation.org wrote: On Fri, 30 Mar 2012 19:58:16 +0800 Bryan Wu bryan...@canonical.com wrote: Attempting to consolidate the ARM LED code, this removes the custom RealView LED trigger code to turn LEDs on and off in response to CPU

[PATCH v5 00/18] Introduce a led trigger for CPU activity and consolidate LED driver in ARM

2012-03-30 Thread Bryan Wu
* on Assabet and Netwinder machine, LED operations is reversed like: setting bit means turn off leds clearing bit means turn on leds * add a new function to read CM_CTRL register for led driver Bryan Wu (18): led-triggers: create a trigger for CPU activity ARM: at91: convert old leds drivers

[PATCH 01/18] led-triggers: create a trigger for CPU activity

2012-03-30 Thread Bryan Wu
ledtrig_cpu trigger event stub in linux/leds.h. Although it was inspired by ARM work, it can be used in other arch.) Cc: Richard Purdie rpur...@rpsys.net Signed-off-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Bryan Wu bryan...@canonical.com Reviewed-by: Jamie Iles ja...@jamieiles.com

[PATCH 03/18] ARM: mach-realview and mach-versatile: retire custom LED code

2012-03-30 Thread Bryan Wu
of ledtrig-arm-cpu) Cc: Richard Purdie rpur...@rpsys.net Signed-off-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Bryan Wu bryan...@canonical.com Acked-by: Pawel Moll pawel.m...@arm.com --- arch/arm/mach-realview/core.c| 39 -- arch/arm/mach-realview

[PATCH 02/18] ARM: at91: convert old leds drivers to gpio_led and led_trigger drivers

2012-03-30 Thread Bryan Wu
Build with at91 defconfigs successfully Signed-off-by: Bryan Wu bryan...@canonical.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91/board-csb337.c |3 - arch/arm/mach-at91/board-ecbat91.c | 18 +- arch/arm/mach-at91/board-eco920.c | 23

[PATCH 04/18] ARM: mach-ks8695: remove leds driver, since nobody use it

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com Acked-by: Andrew Victor li...@maxim.org.za --- arch/arm/mach-ks8695/Makefile |3 - arch/arm/mach-ks8695/devices.c | 21 -- arch/arm/mach-ks8695/include/mach/devices.h |5 -- arch/arm/mach-ks8695/leds.c

[PATCH 05/18] ARM: mach-shark: retire custom LED code

2012-03-30 Thread Bryan Wu
The CPU activity LED is now handled by the trigger in the leds subsystem, retire this old CONFIG_LEDS-based code. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-shark/Makefile |4 +- arch/arm/mach-shark/core.c |1 - arch/arm/mach-shark/leds.c | 226

[PATCH 06/18] ARM: mach-orion5x: convert custom LED code to gpio_led and LED CPU trigger

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com Acked-by: Nicolas Pitre n...@fluxnic.net --- arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c |1 - arch/arm/mach-orion5x/rd88f5181l-ge-setup.c |1 - arch/arm/mach-orion5x/rd88f5182-setup.c | 72 -- arch/arm/mach

[PATCH 08/18] ARM: mach-integrator: retire custom LED code

2012-03-30 Thread Bryan Wu
Use the LED in core module for CPU activity and also enable 4 debugging LEDs in baseboard. The CPU activity LED is now handled by the trigger in the leds subsystem, retire this old CONFIG_LEDS-based code. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-integrator/Makefile

[PATCH 09/18] ARM: mach-clps711x: retire custom LED code of P720T machine

2012-03-30 Thread Bryan Wu
Add tigger based LED driver into board file of P720T. Remove old LED driver file. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-clps711x/Makefile|2 - arch/arm/mach-clps711x/common.c|1 - arch/arm/mach-clps711x/include/mach/time.h |2 - arch

[PATCH 10/18] ARM: mach-ebsa110: retire custom LED code

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-ebsa110/Makefile |4 +-- arch/arm/mach-ebsa110/leds.c | 79 2 files changed, 49 insertions(+), 34 deletions(-) diff --git a/arch/arm/mach-ebsa110/Makefile b/arch/arm/mach-ebsa110

[PATCH 11/18] ARM: mach-footbridge: retire custom LED code

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-footbridge/Makefile |4 - arch/arm/mach-footbridge/ebsa285-leds.c | 138 - arch/arm/mach-footbridge/ebsa285.c| 79 arch/arm/mach-footbridge/netwinder-hw.c

[PATCH 12/18] char: nwflash: remove old led event code

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/char/nwflash.c | 34 -- 1 files changed, 0 insertions(+), 34 deletions(-) diff --git a/drivers/char/nwflash.c b/drivers/char/nwflash.c index d45c334..a0e2f7d 100644 --- a/drivers/char/nwflash.c +++ b

[PATCH 14/18] ARM: plat-samsung: remove including old leds event API header file

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/plat-samsung/time.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-samsung/time.c b/arch/arm/plat-samsung/time.c index 4dcb11c..60552e2 100644 --- a/arch/arm/plat-samsung/time.c +++ b/arch/arm/plat

[PATCH 13/18] ARM: mach-pxa: retire custom LED code

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-pxa/Makefile |8 -- arch/arm/mach-pxa/idp.c| 79 +++ arch/arm/mach-pxa/leds-idp.c | 115 - arch/arm/mach-pxa/leds-lubbock.c | 124

[PATCH 15/18] ARM: mach-pnx4008: remove including old leds event API header file

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-pnx4008/time.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-pnx4008/time.c b/arch/arm/mach-pnx4008/time.c index 0cfe8af..47a7ae9 100644 --- a/arch/arm/mach-pnx4008/time.c +++ b/arch/arm/mach

[PATCH 17/18] ARM: mach-sa1100: retire custom LED code

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-sa1100/Makefile |9 --- arch/arm/mach-sa1100/assabet.c | 83 + arch/arm/mach-sa1100/badge4.c | 30 + arch/arm/mach-sa1100/cerf.c | 42 + arch/arm/mach

[PATCH 18/18] ARM: use new LEDS CPU trigger stub to replace old one

2012-03-30 Thread Bryan Wu
Cc: Linus Walleij linus.wall...@linaro.org Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/Kconfig| 53 --- arch/arm/include/asm/leds.h | 50 -- arch/arm/kernel/Makefile|1 - arch/arm/kernel/leds.c | 121

[PATCH 16/18] ARM: mach-omap1: retire custom LED code

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap1/Makefile |8 - arch/arm/mach-omap1/board-h2.c| 32 arch/arm/mach-omap1/board-h3.c| 32 arch/arm/mach-omap1/board-osk.c | 33 arch

[PATCH 07/18] ARM: mach-integrator: move CM_CTRL to header file for accessing by other functions

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-integrator/core.c|2 -- arch/arm/mach-integrator/include/mach/cm.h |2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-integrator/core.c b/arch/arm/mach-integrator/core.c index

Re: [PATCH] leds-class: change back LEDS_CLASS to tristate instead of bool

2011-09-28 Thread Bryan Wu
Hiya, Any comments and need I do anything to improve this patch? Thanks, -Bryan On Tue, Sep 27, 2011 at 4:50 PM, Bryan Wu bryan...@canonical.com wrote: LEDS_CLASS is required by leds and trigger drivers, but we can build it as module.  So change this option back as tristate and treak the help

[PATCH] leds-class: change back LEDS_CLASS to tristate instead of bool

2011-09-27 Thread Bryan Wu
ifdefs to take care of module configuration. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap1/board-ams-delta.c |4 ++-- drivers/leds/Kconfig |9 ++--- drivers/leds/led-class.c |8 drivers/leds/leds.h

Re: [GIT PULL] omap changes for v2.6.39 merge window

2011-04-06 Thread Bryan Wu
On Wed, Apr 6, 2011 at 2:11 PM, Barry Song 21cn...@gmail.com wrote: 2011/4/1 Arnd Bergmann a...@arndb.de: On Friday 01 April 2011, Ingo Molnar wrote: IMO the right answer is what Linus and Thomas outlined:    1) provide a small number of clean examples and clean abstractions    2) to not

Re: [PATCH] omap3: Adding vdd_sdi regulator supply to OMAP3EVM

2011-02-20 Thread Bryan Wu
Hi, would you guys take a look at this? Thanks, -Bryan On Thu, Feb 17, 2011 at 4:11 PM, Bryan Wu bryan...@canonical.com wrote: From: Mathieu J. Poirier mathieu.poir...@canonical.com https://bugs.launchpad.net/bugs/630885 When booting, the omapdss subsystem is looking for a regulator named

[PATCH] omap3: Adding vdd_sdi regulator supply to OMAP3EVM

2011-02-17 Thread Bryan Wu
-by: Mathieu Poirier mathieu.poir...@canonical.com Signed-off-by: Andy Whitcroft a...@canonical.com Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-omap3evm.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c

Re: omapfb: no driver for display

2011-02-17 Thread Bryan Wu
://vger.kernel.org/majordomo-info.html -- Bryan Wu bryan...@canonical.com Kernel Developer    +86.138-1617-6545 Mobile Ubuntu Kernel Team Canonical Ltd.      www.canonical.com Ubuntu - Linux for human beings | www.ubuntu.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: [PATCH] OMAP4: PandaBoard: Adding DVI support

2011-02-11 Thread Bryan Wu
as Robert concerned, EDID detection doesn't work. Does that related to I2C driver? I2C driver always tell me timeout in dmesg. Thanks a lot, -- Bryan Wu bryan...@canonical.com Kernel Developer    +86.138-1617-6545 Mobile Ubuntu Kernel Team Canonical Ltd.      www.canonical.com Ubuntu - Linux for human

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-14 Thread Bryan Wu
On Fri, Jan 14, 2011 at 1:41 PM, Paul Walmsley p...@pwsan.com wrote: On Thu, 13 Jan 2011, Bryan Wu wrote: On Thu, Jan 13, 2011 at 7:50 AM, Paul Walmsley p...@pwsan.com wrote: On Wed, 12 Jan 2011, Bryan Wu wrote: Does the problem also happen if you boot with 'nosmp' on the kernel command

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-14 Thread Bryan Wu
On Fri, Jan 14, 2011 at 4:12 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: Bryan, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Bryan Wu Sent: Tuesday, January 11, 2011 10:22 PM To: linux-omap@vger.kernel.org

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-14 Thread Bryan Wu
On Fri, Jan 14, 2011 at 4:56 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: -Original Message- From: Santosh Shilimkar [mailto:santosh.shilim...@ti.com] Sent: Friday, January 14, 2011 1:43 PM To: Bryan Wu; linux-omap@vger.kernel.org; Ricardo Salveti de Araujo Subject: RE

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-14 Thread Bryan Wu
On Sat, Jan 15, 2011 at 1:22 AM, Santosh Shilimkar santosh.shilim...@ti.com wrote: Seb, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Jan, Sebastien Sent: Friday, January 14, 2011 10:41 PM To: Bryan Wu Cc: Paul

Re: OMAP4 ES2.0 Unhandled fault: imprecise external abort

2011-01-14 Thread Bryan Wu
On Fri, Jan 14, 2011 at 4:06 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: -Original Message- From: TAO HU [mailto:tgh...@motorola.com] Sent: Friday, January 14, 2011 1:29 PM To: Santosh Shilimkar Cc: Bryan Wu; TAO HU; linux-omap Subject: Re: OMAP4 ES2.0 Unhandled fault

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-14 Thread Bryan Wu
On Sat, Jan 15, 2011 at 1:48 AM, Jan, Sebastien s-...@ti.com wrote: Hi Santosh, On Fri, Jan 14, 2011 at 6:22 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: I just tested with the 2.6.37 mainline kernel and Bryan config, and can reproduce the issue with CONFIG_SMP disabled. Can you

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-14 Thread Bryan Wu
On Sat, Jan 15, 2011 at 2:55 AM, Santosh Shilimkar santosh.shilim...@ti.com wrote: -Original Message- From: coolo...@gmail.com [mailto:coolo...@gmail.com] On Behalf Of Bryan Wu Sent: Saturday, January 15, 2011 12:11 AM To: Jan, Sebastien; Santosh Shilimkar Cc: Paul Walmsley; linux

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-14 Thread Bryan Wu
On Sat, Jan 15, 2011 at 3:06 AM, Bryan Wu bryan...@canonical.com wrote: On Sat, Jan 15, 2011 at 2:55 AM, Santosh Shilimkar santosh.shilim...@ti.com wrote: -Original Message- From: coolo...@gmail.com [mailto:coolo...@gmail.com] On Behalf Of Bryan Wu Sent: Saturday, January 15, 2011 12

Re: OMAP4 ES2.0 Unhandled fault: imprecise external abort

2011-01-13 Thread Bryan Wu
On Wed, Nov 24, 2010 at 2:23 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: -Original Message- From: TAO HU [mailto:tgh...@motorola.com] Sent: Wednesday, November 24, 2010 11:40 AM To: Santosh Shilimkar Cc: TAO HU; Bryan Wu; linux-omap Subject: Re: OMAP4 ES2.0 Unhandled fault

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-12 Thread Bryan Wu
On Thu, Jan 13, 2011 at 7:50 AM, Paul Walmsley p...@pwsan.com wrote: On Wed, 12 Jan 2011, Bryan Wu wrote: We are trying to build kernel package or GCC natively on OMAP4 panda board. With the mainline 2.6.37 kernel or Ubuntu Natty 2.6.35 based kernel, we met same instabilities on the system

Re: Section mismatch warnings 2.6.37-rc6

2010-12-16 Thread Bryan Wu
* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console, I've sent a patch to twl driver maintainer to fix that. Thanks, -- Bryan Wu bryan...@canonical.com Kernel Developer    +86.138-1617-6545 Mobile Ubuntu Kernel Team Canonical Ltd

Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-07 Thread Bryan Wu
tree, then please add my Acked-by for the mfd part. I don't insist at all :-) Bryan, maybe split your patch into a mach-omap2 patch and a TWL driver-specific patch, and send the latter for Samuel? No problem. I'll do soon. Thanks, -- Bryan Wu bryan...@canonical.com Kernel Developer

[PATCH] OMAP: kill all section mismatch warning for omap2plus_defconfig

2010-12-07 Thread Bryan Wu
references the (unknown reference) __initdata (unknown) If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console, Signed-off-by: Bryan Wu bryan...@canonical.com Cc: Paul

[PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-07 Thread Bryan Wu
Fix the following section mismatch warning when building omap2plus_defconfig: WARNING: vmlinux.o(.data+0x47d7c): Section mismatch in reference from the variable twl_driver to the function .init.text:twl_probe() Signed-off-by: Bryan Wu bryan...@canonical.com Signed-off-by: Paul Walmsley p

Re: [PATCH] OMAP2+: resolve section mismatch warnings in OMAP core code

2010-12-06 Thread Bryan Wu
-- Bryan Wu bryan...@canonical.com Kernel Developer    +86.138-1617-6545 Mobile Ubuntu Kernel Team Canonical Ltd.      www.canonical.com Ubuntu - Linux for human beings | www.ubuntu.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-06 Thread Bryan Wu
i2c_device_id *id)  {        int                             status; -- Thanks, -- Bryan Wu bryan...@canonical.com Kernel Developer    +86.138-1617-6545 Mobile Ubuntu Kernel Team Canonical Ltd.      www.canonical.com Ubuntu - Linux for human beings | www.ubuntu.com -- To unsubscribe from this list

Re: [PATCH] OMAP2+: resolve section mismatch warnings in OMAP core code

2010-12-06 Thread Bryan Wu
On Tue, Dec 7, 2010 at 9:38 AM, Paul Walmsley p...@pwsan.com wrote: On Tue, 7 Dec 2010, Bryan Wu wrote: Paul, I did the similar patch several days ago. https://patchwork.kernel.org/patch/367011/ Great, thanks Bryan, in that case yours should be used instead. Thanks, Paul. I guess you

Re: [PATCH 0/3] OMAP: Introduce Backlight driver for Sharp LS037V7DW01 LCD panel

2010-12-05 Thread Bryan Wu
On Wed, Dec 1, 2010 at 11:32 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Tue, 2010-11-30 at 20:07 +0800, ext Bryan Wu wrote: After instroducing generic DPI panel driver for OMAP DSS2 system, we need to split out backlight driver from Sharp LS037V7DW01 panel driver before we move

Re: [PATCH 1/3] Backlight: driver for Sharp LS037V7DW01 panel on OMAP machine

2010-12-01 Thread Bryan Wu
On Tue, Nov 30, 2010 at 9:09 PM, Janorkar, Mayuresh ma...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Bryan Wu Sent: Tuesday, November 30, 2010 5:38 PM To: tomi.valkei...@nokia.com; linux-omap

[PATCH 0/3] OMAP: Introduce Backlight driver for Sharp LS037V7DW01 LCD panel

2010-11-30 Thread Bryan Wu
. It's built on mainline 2.6.37-rc4 Bryan Wu (3): Backlight: driver for Sharp LS037V7DW01 panel on OMAP machine OMAP: move Sharp LS LCD panel device to generic DPI panel driver and new backlight driver OMAP: DSS2: remove Sharp LS037V7DW01 panel driver arch/arm/mach-omap2/board-3430sdp.c

[PATCH 1/3] Backlight: driver for Sharp LS037V7DW01 panel on OMAP machine

2010-11-30 Thread Bryan Wu
This driver is split from drivers/video/backlight/sharp_ls037v7dw01.c Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/backlight/Kconfig | 10 ++ drivers/video/backlight/Makefile|1 + drivers/video/backlight/sharp_ls037v7dw01.c | 144

[PATCH 2/3] OMAP: move Sharp LS LCD panel device to generic DPI panel driver and new backlight driver

2010-11-30 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 18 +++--- arch/arm/mach-omap2/board-omap3evm.c | 20 +--- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach

[PATCH 3/3] OMAP: DSS2: remove Sharp LS037V7DW01 panel driver

2010-11-30 Thread Bryan Wu
panel-generic-dpi.c and backlight driver sharp-ls037v7dw01.c are the replacement. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig |7 - drivers/video/omap2/displays/Makefile |1 - .../video/omap2/displays/panel-sharp

[PATCH] OMAP: kill all section mismatch warning for omap2plus_defconfig

2010-11-30 Thread Bryan Wu
: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console, Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-2430sdp.c |2 +- arch/arm/mach-omap2/board-apollon.c |2 +- arch/arm/mach-omap2/board-cm-t35.c | 11 +++ arch/arm

Re: OMAP4 ES2.0 Unhandled fault: imprecise external abort

2010-11-23 Thread Bryan Wu
Tao Hu, Did you try the similar solution in our Ubuntu kernel? We suspect it related to HIGHMEM, SMP and cache control code. And how about your test case? Thanks a lot, -Bryan On Wed, Nov 24, 2010 at 11:11 AM, TAO HU tgh...@motorola.com wrote: Hi, All We got following errors on OMAP ES2.0

Re: OMAP4 ES2.0 Unhandled fault: imprecise external abort

2010-11-23 Thread Bryan Wu
in our HW. We only observed 2~3 times so far. But we do enable HIGHMEM, SMP and L2 cache in our config. That's why I'd like to know the root cause. On Wed, Nov 24, 2010 at 12:21 PM, Bryan Wu bryan...@canonical.com wrote: Tao Hu, Did you try the similar solution in our Ubuntu kernel? We

Re: [PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #8)

2010-11-22 Thread Bryan Wu
On Thu, Nov 18, 2010 at 5:11 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: On Thu, 2010-11-18 at 10:14 +0800, ext Bryan Wu wrote: On Wed, Nov 17, 2010 at 10:18 PM, Tomi Valkeinen Are you also interested in solving the backlight issue? =) Yeah, can I start with drivers/video/omap2

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #8)

2010-11-17 Thread Bryan Wu
introduces a generic panel DPI driver, remove 3 panel drivers and enable generic panel DPI driver in board files. And it is based on 2.6.37-rc2. Building with omap2plus_defconfig is successful. Keep sharp_ls_panel, since it contains blacklight control code which will be moved out later. Bryan Wu (3

[PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-17 Thread Bryan Wu
for us just add new panel configuration date in panel-generic-dpi.c to support new display panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 37 ++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2

[PATCH 2/3] OMAP: use generic DPI panel driver in board files

2010-11-17 Thread Bryan Wu
Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 12

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-17 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel

Re: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-17 Thread Bryan Wu
On Wed, Nov 17, 2010 at 8:44 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: On Wed, 2010-11-17 at 10:23 +0800, ext Bryan Wu wrote: Generic DPI panel driver includes the driver and 4 similar panel configurations. It will match the panel name which is passed from platform data and setup

Re: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-17 Thread Bryan Wu
On Thu, Nov 18, 2010 at 12:13 AM, Premi, Sanjeev pr...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Bryan Wu Sent: Wednesday, November 17, 2010 7:05 PM To: tomi.valkei...@nokia.com; linux-omap

[PATCH] OMAP: DSS2: Add back authors of panel-generic.c based drivers

2010-11-17 Thread Bryan Wu
Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/panel-generic-dpi.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c index 6702cf6

Re: [PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #8)

2010-11-17 Thread Bryan Wu
On Wed, Nov 17, 2010 at 10:18 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: On Wed, 2010-11-17 at 21:34 +0800, ext Bryan Wu wrote: There are 4 duplicated DPI panel drivers in DSS2 display driver. They are similar and a generic DPI panel driver can support all them with specific panel

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #7)

2010-11-16 Thread Bryan Wu
introduces a generic panel DPI driver, remove 3 panel drivers and enable generic panel DPI driver in board files. And it is based on 2.6.37-rc2. Building with omap2plus_defconfig is successful. Keep sharp_ls_panel, since it contains blacklight control code which will be moved out later. Bryan Wu (3

[PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-16 Thread Bryan Wu
for us just add new panel configuration date in panel-generic-dpi.c to support new display panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 37 ++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2

[PATCH 2/3] OMAP: use generic DPI panel driver in board files

2010-11-16 Thread Bryan Wu
Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 12

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-16 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel

Re: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-16 Thread Bryan Wu
On Tue, Nov 16, 2010 at 11:21 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Tue, 2010-11-16 at 05:17 +0100, ext Bryan Wu wrote: Generic DPI panel driver includes the driver and 4 similar panel configurations. It will match the panel name which is passed from platform data

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #6)

2010-11-15 Thread Bryan Wu
introduces a generic panel DPI driver, remove 3 panel drivers and enable generic panel DPI driver in board files. And it is based on 2.6.37-rc1. Building with omap2plus_defconfig is successful. Keep sharp_ls_panel, since it contains blacklight control code which will be moved out later. Bryan Wu (3

[PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-15 Thread Bryan Wu
for us just add new panel configuration date in panel-generic-dpi.c to support new display panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 37 +++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2

[PATCH 2/3] OMAP: use generic DPI panel driver in board files

2010-11-15 Thread Bryan Wu
Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 12

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-15 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel

Re: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-14 Thread Bryan Wu
On Mon, Nov 15, 2010 at 12:05 PM, Taneja, Archit arc...@ti.com wrote: Hi, bryan...@canonical.com wrote: On Wed, Nov 10, 2010 at 10:35 PM, Tomi Valkeinen [snip] For both panel power on and off some panels require some sleep times: when powering on, the video interface has to be enabled

Re: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-13 Thread Bryan Wu
On Wed, Nov 10, 2010 at 10:35 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Tue, 2010-11-09 at 18:12 +0100, ext Bryan Wu wrote: Generic DPI panel driver includes the driver and 4 similar panel configurations. It will match the panel name which is passed from platform data

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #5)

2010-11-09 Thread Bryan Wu
introduces a generic panel DPI driver, remove 3 panel drivers and enable generic panel DPI driver in board files. And it is based on 2.6.37-rc1. Building with omap2plus_defconfig is successful. Keep sharp_ls_panel, since it contains blacklight control code which will be moved out later. Bryan Wu (3

[PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-09 Thread Bryan Wu
for us just add new panel configuration date in panel-generic-dpi.c to support new display panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 37 +++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2

[PATCH 2/3] OMAP: use generic DPI panel driver in board files

2010-11-09 Thread Bryan Wu
Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 13

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-09 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Bryan Wu
On Mon, Nov 8, 2010 at 7:26 AM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Fri, 2010-11-05 at 20:43 +0100, ext Bryan Wu wrote: Introduce struct panel config data in panel.h, which will be used to match the right panel configurations in generic DPI panel driver and other future dsi

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Bryan Wu
configurations in generic DPI panel driver and other future dsi panel drivers. Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #4)

2010-11-08 Thread Bryan Wu
introduces a generic panel DPI driver, remove 3 panel drivers and enable generic panel DPI driver in board files. And it is based on 2.6.37-rc1. Building with omap2plus_defconfig is successful. Keep sharp_ls_panel, since it contains blacklight control code which will be moved out later. Bryan Wu (3

[PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-08 Thread Bryan Wu
for us just add new panel configuration date in panel-generic-dpi.c to support new display panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 31 ++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2

[PATCH 2/3] OMAP: use generic DPI panel driver in board files

2010-11-08 Thread Bryan Wu
Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 10

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-08 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #3)

2010-11-05 Thread Bryan Wu
with omap2plus_defconfig is successful. Keep sharp_ls_panel, since it contains blacklight control code which will be moved out later. Bryan Wu (3): OMAP: use generic panel data in board files OMAP: DSS2: Add generic panel display driver OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

[PATCH 1/3] OMAP: use generic panel data in board files

2010-11-05 Thread Bryan Wu
later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 10 +++- arch/arm/mach-omap2/board-am3517evm.c | 19 +-- arch/arm/mach-omap2/board-cm-t35.c| 19

[PATCH 2/3] OMAP: DSS2: Add generic panel display driver

2010-11-05 Thread Bryan Wu
just add new panel configuration date in panel-generic.c to support new display panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2/displays/Makefile|1 + drivers/video/omap2/displays/panel-dpi.c | 306

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-05 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel

Re: [PATCH 3/3] OMAP: use generic panel driver in board files

2010-11-03 Thread Bryan Wu
in generic panel driver. Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com [snip] diff --git a/arch/arm/plat

Re: [PATCH 0/3] OMAP: DSS2: introduce generic panel display driver

2010-11-03 Thread Bryan Wu
On Wed, Nov 3, 2010 at 8:59 AM, Taneja, Archit arc...@ti.com wrote: Hi, Bryan Wu bryan...@canonical.com wrote: There are 4 duplicated panel drivers in DSS2 display driver. They are similar and generic panel driver can support all them with specific panel configuration. And new panel driver

[PATCH 0/3] OMAP: DSS2: introduce dummy panel driver

2010-11-02 Thread Bryan Wu
driver, remove 3 panel drivers and enable dummy panel driver in board files. And it is based on 2.6.37-rc1. Building with omap2plus_defconfig is successful. Keep sharp_ls_panel, since it contains blacklight control code which will be moved out later. Bryan Wu (3): OMAP: DSS2: Add dummy panel

[PATCH 2/3] OMAP: DSS2: remove dummy panel driver duplicated panel drivers

2010-11-02 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 - drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel

[PATCH 1/3] OMAP: DSS2: Add dummy panel display driver

2010-11-02 Thread Bryan Wu
add new panel configuration date in panel-dummy.h to support new display panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2/displays/Makefile |1 + drivers/video/omap2/displays/panel-dummy.c | 195

[PATCH 3/3] OMAP: use dummy panel driver in board files

2010-11-02 Thread Bryan Wu
. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c |3 ++- arch/arm/mach-omap2/board-am3517evm.c |6 -- arch/arm/mach-omap2/board-cm-t35.c|6 -- arch/arm/mach-omap2/board-devkit8000.c|6 -- arch/arm/mach-omap2/board

  1   2   >