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 wrote: > * Sebastian Reichel [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 line "unsubscribe linux-omap

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 wrote: > * Bryan Wu [131022 10:23]: >> On Tue, Oct 22, 2013 at 10:06 AM, Tony Lindgren wrote: >> > * Sebastian Reichel [131022 06:02]: >> >> This patch moves the handling of the chip's enable pin from the board

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

2013-10-22 Thread Bryan Wu
y: Tony Lindgren I'm OK for LED parts, will this patch go through omap tree? If so, please add my ack. Acked-by: Bryan Wu 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/majordomo-info.html

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 wrote: > 2012/9/18 Bryan Wu : >> On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin wrote: >>> This fixes below build error when CONFIG_LEDS_CLASS is not set. >>> >>> LD init/built-in.o >>> arch/arm/plat-omap/b

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

2012-09-17 Thread Bryan Wu
ect LEDS_CLASS > depends on OMAP_DEBUG_DEVICES > > config POWER_AVS_OMAP > -- > 1.7.9.5 > > > -- Bryan Wu Kernel Developer+86.186-168-78255 Mobile Canonical Ltd. www.canonical.com Ubuntu - Linux for human beings | www.ubuntu.com -- To unsubscribe fro

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 wrote: > On Fri, Sep 07, 2012 at 05:39:35, Marek Vasut wrote: >> Dear Tony Lindgren, >> >> > * Marek Vasut [120905 19:05]: >> > > Hi Tony, >> > > >> > > > * Marek Vasut [120904 2

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

2012-09-04 Thread Bryan Wu
(pdata && pdata->num_leds) { > priv = devm_kzalloc(&pdev->dev, > sizeof_gpio_leds_priv(pdata->num_leds), > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-leds" in > the

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 wrote: > On Fri, 30 Mar 2012 19:58:16 +0800 > Bryan Wu 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 activity and

[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 --- 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 eaf6c63..8c53562 100644

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

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu Acked-by: Tony Lindgren --- 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/arm/mach-omap1/leds-h2p2-debug.c

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

2012-03-30 Thread Bryan Wu
Cc: Linus Walleij Signed-off-by: Bryan Wu --- arch/arm/Kconfig| 53 --- arch/arm/include/asm/leds.h | 50 -- arch/arm/kernel/Makefile|1 - arch/arm/kernel/leds.c | 121 --- arch/arm/kernel

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

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu --- 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-sa1100/hackkit.c

[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 --- 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-pnx4008/time.c

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

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu --- 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 14/18] ARM: plat-samsung: remove including old leds event API header file

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu --- 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-samsung/time.c

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

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu --- 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/drivers/char/nwflash.c

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

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu --- 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 | 110

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

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu --- 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/Makefile index 6520ac8

[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 --- arch/arm/mach-clps711x/Makefile|2 - arch/arm/mach-clps711x/common.c|1 - arch/arm/mach-clps711x/include/mach/time.h |2 - arch/arm/mach-clps711x

[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 --- arch/arm/mach-integrator/Makefile |3 +- arch/arm/mach

[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 Acked-by: Nicolas Pitre --- 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-orion5x/rd88f6183ap-ge-setup.c |1

[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 --- arch/arm/mach-shark/Makefile |4 +- arch/arm/mach-shark/core.c |1 - arch/arm/mach-shark/leds.c | 226

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

2012-03-30 Thread Bryan Wu
Signed-off-by: Bryan Wu Acked-by: Andrew Victor --- 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 | 92

[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 Acked-by: Nicolas Ferre --- arch/arm/mach-at91/board-csb337.c |3 - arch/arm/mach-at91/board-ecbat91.c | 18 +- arch/arm/mach-at91/board-eco920.c | 23 ++- arch/arm/mach-at91/board-kafa.c

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

2012-03-30 Thread Bryan Wu
tead of ledtrig-arm-cpu) Cc: Richard Purdie Signed-off-by: Linus Walleij Signed-off-by: Bryan Wu Acked-by: Pawel Moll --- arch/arm/mach-realview/core.c| 39 -- arch/arm/mach-realview/core.h|2 - arch/arm/mach-realview/realview_eb.c

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

2012-03-30 Thread Bryan Wu
ledtrig_cpu trigger event stub in . Although it was inspired by ARM work, it can be used in other arch.) Cc: Richard Purdie Signed-off-by: Linus Walleij Signed-off-by: Bryan Wu Reviewed-by: Jamie Iles Tested-by: Jochen Friedrich --- drivers/leds/Kconfig | 10 +++ drivers/leds/Makefile

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

2012-03-30 Thread Bryan Wu
o-led driver for simpad * 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: conv

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 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 message >

[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 --- arch/arm/mach-omap1/board-ams-delta.c |4 ++-- drivers/leds/Kconfig |9 ++--- drivers/leds/led-class.c |8 drivers/leds/leds.h |2 +- drivers/mmc

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 : >> 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] OMAP: DSS2: Delay regulator_get() calls

2011-02-23 Thread Bryan Wu
          vdda_dac = regulator_get(&venc.pdev->dev, "vdda_dac"); > + > +               if (IS_ERR(vdda_dac)) { > +                       DSSERR("can't get VDDA_DAC regulator\n"); > +                       return PTR_ERR(vdda_dac); > +               } > + &

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 wrote: > From: Mathieu J. Poirier > > https://bugs.launchpad.net/bugs/630885 > > When booting, the omapdss subsystem is looking for a regulator named > "vdds_sdi". Whe

Re: omapfb: no driver for display

2011-02-17 Thread Bryan Wu
ot; in > the body of a message to majord...@vger.kernel.org > More majordomo info at  http://vger.kernel.org/majordomo-info.html > -- Bryan Wu Kernel Developer    +86.138-1617-6545 Mobile Ubuntu Kernel Team Canonical Ltd.      www.canonical.com Ubuntu - Linux for human beings | www.u

[PATCH] omap3: Adding vdd_sdi regulator supply to OMAP3EVM

2011-02-17 Thread Bryan Wu
ff-by: Mathieu Poirier Signed-off-by: Andy Whitcroft Signed-off-by: Bryan Wu --- 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 b/arch/arm/mach-omap2/board-omap3evm.c index c2a0fca..8b8e

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

2011-02-11 Thread Bryan Wu
driver, kernel boots fine on my Panda with Ubuntu GUI. But I have to set the kernel boot command args with omapfb.mode=dvi:1024x768MR-24@60 omapdss.def_disp=dvi, pointed out by Sebastien. Without this bootargs, no graphic at all. so as Robert concerned, EDID detection doesn't work. Does that

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 wrote: > On Sat, Jan 15, 2011 at 2:55 AM, Santosh Shilimkar > wrote: >>> -Original Message- >>> From: coolo...@gmail.com [mailto:coolo...@gmail.com] On Behalf Of >>> Bryan Wu >>> Sent: Saturday, Januar

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 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 &g

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 wrote: > Hi Santosh, > > On Fri, Jan 14, 2011 at 6:22 PM, Santosh Shilimkar > 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 try the patch I sent on

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 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: OM

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 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: Bry

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 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 >>

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 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: li

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 wrote: > On Thu, 13 Jan 2011, Bryan Wu wrote: > >> On Thu, Jan 13, 2011 at 7:50 AM, Paul Walmsley wrote: >> > On Wed, 12 Jan 2011, Bryan Wu wrote: >> > >> > Does the problem also happen if you boot with

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 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: OM

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 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 instabiliti

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

2011-01-11 Thread Bryan Wu
cause of this issue. Thanks a lot, -- Bryan Wu 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

Re: Section mismatch warnings 2.6.37-rc6

2010-12-16 Thread Bryan Wu
On Fri, Dec 17, 2010 at 10:17 AM, Elvis Dowson wrote: > > On Dec 17, 2010, at 5:39 AM, Bryan Wu wrote: >> >> That tells us these 3 functions need to check for the right usage of >> '__init'. And which defconfig are you using? > > I configure

Re: Section mismatch warnings 2.6.37-rc6

2010-12-16 Thread Bryan Wu
es > the function __init twl_probe() > 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, > I've sent a patch to twl driver mainta

[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 Signed-off-by: Paul Walmsley --- drivers/mfd/twl-core.c

[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 Cc: Paul Walmsley --- arch/arm/mach

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

2010-12-07 Thread Bryan Wu
MAP specific, so this should be a separate patch thatI >> will merge to my mfd tree. >> If you really insist in pushing this through Tony's tree, then please add my >> Acked-by for the mfd part. > > I don't insist at all :-) > > Bryan, maybe split your patch

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 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 instea

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

2010-12-06 Thread Bryan Wu
 twl_probe(struct i2c_client *client, const struct i2c_device_id *id) >  { >        int                             status; > -- Thanks, -- Bryan Wu Kernel Developer    +86.138-1617-6545 Mobile Ubuntu Kernel Team Canonical Ltd.      www.canonical.com Ubuntu - Linux for human beings | www.ubuntu.c

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

2010-12-06 Thread Bryan Wu
ngpio) > +static int zoom_twl_gpio_setup(struct device *dev, unsigned gpio, > +                              unsigned ngpio) >  { >        /* gpio + 0 is "mmc0_cd" (input/IRQ) */ >        mmc[0].gpio_cd = gpio + 0; > -- > 1.7.2.3 > > -- > To unsubscribe from this

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 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 bef

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 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:

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

2010-11-30 Thread Bryan Wu
iable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console, Signed-off-by: Bryan Wu --- 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/mach-omap2/board

[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 --- drivers/video/omap2/displays/Kconfig |7 - drivers/video/omap2/displays/Makefile |1 - .../video/omap2/displays/panel-sharp-ls037v7dw01.c | 232

[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 --- 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-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 --- drivers/video/backlight/Kconfig | 10 ++ drivers/video/backlight/Makefile|1 + drivers/video/backlight/sharp_ls037v7dw01.c | 144 +++ 3 files

[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-3430

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

2010-11-23 Thread Bryan Wu
oblem 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 wrote: >> Tao Hu, >> >> Did you try the simil

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 wrote: > Hi, All > > We got following errors on OMAP ES2.0 board. > > And noti

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 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 >

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 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 >> pan

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

2010-11-17 Thread Bryan Wu
Signed-off-by: Bryan Wu --- 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..07eb30e 100644 --- a

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 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.v

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 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 a

[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 --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel-generic.c | 174

[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 --- arch/arm/mach-omap2/board-3430sdp.c | 12 +--- arch/arm/mach-omap2

[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 --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 37 ++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2/displays/Makefile

[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

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 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

[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 --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel-generic.c | 174

[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 --- arch/arm/mach-omap2/board-3430sdp.c | 12 +--- arch/arm/mach-omap2

[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 --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 37 ++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2/displays/Makefile

[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 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 --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel-generic.c | 174

[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 --- arch/arm/mach-omap2/board-3430sdp.c | 12 +--- arch/arm/mach-omap2

[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 --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 37 +++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2/displays/Makefile

[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

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 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 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

[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 --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel-generic.c | 174

[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 --- arch/arm/mach-omap2/board-3430sdp.c | 13 + arch/arm/mach-omap2

[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 --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 37 +++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2/displays/Makefile

[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 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 --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel-generic.c | 174

[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 --- .../arm/plat-omap/include/plat/panel-generic-dpi.h | 31 ++ drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2/displays/Makefile

[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 --- arch/arm/mach-omap2/board-3430sdp.c | 10 +++--- arch/arm/mach-omap2

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

2010-11-08 Thread Bryan Wu
out later. Then we can use generic DPI driver for sharp_ls_panel. >> > >> > Signed-off-by: Bryan Wu >> > --- >> >  arch/arm/mach-omap2/board-3430sdp.c               |   10 +++- >> >  arch/arm/mach-omap2/board-am3517evm.c             |   19 +-

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 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

[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 --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 - drivers/video/omap2/displays/panel-generic.c | 174

[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 --- 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 +-- arch/arm/mach

[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 --- drivers/video/omap2/displays/Kconfig |8 + drivers/video/omap2/displays/Makefile|1 + drivers/video/omap2/displays/panel-dpi.c | 306 ++ 3

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

2010-11-05 Thread Bryan Wu
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

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 wrote: > Hi, > > Bryan Wu 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 pan

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

2010-11-03 Thread Bryan Wu
t panel configurations 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. >> >

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

2010-11-02 Thread Bryan Wu
sharp_ls_panel. Signed-off-by: Bryan Wu --- arch/arm/mach-omap2/board-3430sdp.c |1 + arch/arm/mach-omap2/board-am3517evm.c |4 +++- arch/arm/mach-omap2/board-cm-t35.c|4 +++- arch/arm/mach-omap2/board-devkit8000.c|2 ++ arch/arm/mach-omap2/board-igep0020.c

  1   2   >