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

2010-11-02 Thread Bryan Wu
On Tue, Nov 2, 2010 at 12:53 PM, Anand Gadiyar gadi...@ti.com wrote: On 11/2/2010 9:43 PM, Bryan Wu wrote: There are 4 duplicated panel driver sin DSS2 display driver. They are similar and dummy panel driver can support all them with specific panel configuration. And new panel driver can

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

2010-11-02 Thread Bryan Wu
On Tue, Nov 2, 2010 at 1:21 PM, Grazvydas Ignotas nota...@gmail.com wrote: On Tue, Nov 2, 2010 at 6:13 PM, Bryan Wu bryan...@canonical.com wrote: Dummy panel driver includes the driver and 4 similar panel configurations. It will match the panel name which is passed from platform data and setup

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

2010-11-02 Thread Bryan Wu
panel driver, remove 3 panel drivers and enable generic 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 generic

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

2010-11-02 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 |4 +- drivers/video/omap2/displays/panel-generic.c | 153 +++--- 2 files changed, 142

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

2010-11-02 Thread Bryan Wu
for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- 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

[PATCH 2/3] OMAP: DSS2: remove generic 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 | 12 -- drivers/video/omap2/displays/Makefile |2 - .../video/omap2/displays/panel-sharp

Re: [PATCH 0/2] OMAP: DSS2: Add new display panel

2010-11-01 Thread Bryan Wu
, but I haven't found time to implement it and nobody else has done it either. I'm quite happy to do this, 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

Re: [PATCH 3/4] omap4: pandaboard: Adding card detect support for MMC1

2010-09-22 Thread Bryan Wu
On Wed, Sep 22, 2010 at 5:24 AM, David Anders x0132...@ti.com wrote: Adding card detect callback function and card detect configuration function for MMC1 Controller. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- patch depends on

Re: [PATCH 00/14] omap sram, omap4 control module and es2.0 support

2010-09-17 Thread Bryan Wu
Santosh, Unfortunately, the kernel still cannot find MMC device and mount the root file system on my Panda ES2.0 8 layers board. Did we miss some patches? The Ubuntu 2.6.35 kernel boots fine. -Bryan On Fri, Sep 17, 2010 at 5:47 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: This is

Re: [PATCH 0/7] omap4: Fixes, hacks for es2.0

2010-09-14 Thread Bryan Wu
...@atomide.com; Bryan Wu Subject: Re: [PATCH 0/7] omap4: Fixes, hacks for es2.0 On Mon, Sep 13, 2010 at 12:06 PM, Ghorai, Sukumar s-gho...@ti.com wrote: [Ghorai] I have tested MMC/SD boot using omap3_defconfig on ZOOM3, 4430 ES2.0 SDP, Blaze and Panda and all booting fine

Re: [PATCH 1/6] ARM: Add inline function smp_on_up() for early init testing

2010-09-08 Thread Bryan Wu
Tony, Awesome, this makes SMP kernel work on my omap3 board. Thanks a lot. I will test the same kernel on my omap4 one. -Bryan. On Thu, Sep 9, 2010 at 4:26 AM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [100907 20:19]: * Bryan Wu bryan...@canonical.com [100906 03

Re: [PATCH 1/6] ARM: Add inline function smp_on_up() for early init testing

2010-09-06 Thread Bryan Wu
-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Thursday, September 02, 2010 11:13 PM To: Russell King - ARM Linux Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Bryan Wu; Will Deacon Subject: Re: [PATCH 1/6] ARM: Add inline function smp_on_up() for early

Re: [PATCH 0/4] Hacks to allow booting ARM SMP kernel on UP ARMv7

2010-09-02 Thread Bryan Wu
On Fri, Sep 3, 2010 at 12:16 AM, Tony Lindgren t...@atomide.com wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [100902 06:29]: On Mon, Aug 30, 2010 at 03:55:27PM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [100820 04:59]: * Russell King - ARM Linux

Re: [PATCH 0/4] Hacks to allow booting ARM SMP kernel on UP ARMv7

2010-08-19 Thread Bryan Wu
) coming from? Thanks, -- Bryan Wu bryan...@canonical.com Kernel Developer+86.138-1617-6545 Mobile Ubuntu Kernel Team | Hardware Enablement Team Canonical Ltd. www.canonical.com Ubuntu - Linux for human beings | www.ubuntu.com -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH V2] OMAP: DSS2: don't power off a panel twice

2010-08-17 Thread Bryan Wu
Is there any feedback about this patch, Tested-by: Bryan Wu bryan...@canonical.com -Bryan On 08/11/2010 02:50 PM, Bryan Wu wrote: Tested on my Beagle board. It fixed the issue. Thanks, -Bryan On 08/11/2010 11:19 AM, Stanley.Miao wrote: If we blank the panel by echo 1 /sys/devices

Re: [PATCH V2] OMAP: DSS2: don't power off a panel twice

2010-08-17 Thread Bryan Wu
I can also reproduce it when I try to use kexec to reboot the system. And this patch fix that. -Bryan On 08/17/2010 05:27 PM, stanley.miao wrote: It should be Tomi to maintain DSS2. I didn't get any response from Tomi. Stanley. Bryan Wu wrote: Is there any feedback about this patch

Re: [PATCH V2] OMAP: DSS2: don't power off a panel twice

2010-08-11 Thread Bryan Wu
tpo_td043_device *tpo_td043 = dev_get_drvdata(dssdev-dev); int nreset_gpio = dssdev-reset_gpio; + if (dssdev-state != OMAP_DSS_DISPLAY_ACTIVE) + return; + tpo_td043_write(tpo_td043-spi, 3, TPO_R03_VAL_STANDBY | TPO_R03_EN_PWM); -- Bryan Wu bryan

Re: [PATCH] OMAP: DSS2: don't power off a panel twice

2010-08-10 Thread Bryan Wu
whose checks in suspend/resume routines, Stanley's V2 patch should be better. Although I did following test on my Beagle board, I failed to see any oops. r...@beagle1:/# echo 1 /sys/devices/platform/omapfb/graphics/fb0/blank r...@beagle1:/# echo mem /sys/power/state Thanks, -- Bryan Wu bryan

Re: [PATCH] omap: Fix sev instruction usage for multi-omap

2010-08-09 Thread Bryan Wu
in omap3_defconfig, I can built a single for omap2/3/4 with CONFIG_SMP=y. But the kernel still doesn't boot on both omap3 beagle board and omap4 panda board on my side. I'm very glad to help this out. Thanks, -- Bryan Wu bryan...@canonical.com Kernel Developer+86.138-1617-6545 Mobile Ubuntu

Re: [PATCH] musb: move usb_add_hcd to the core init code from gadget code (v2)

2010-08-09 Thread Bryan Wu
Felipe, Any comments on this patch? Thanks a lot, -Bryan On 07/23/2010 10:36 PM, Bryan Wu wrote: BugLink: http://bugs.launchpad.net/bugs/608312 v2: fix the building error on latest 2.6.35-rc kernel, since v1 was generated in 2.6.33 kernel. v1: usb_add_hcd was only called when we insmod

Re: [PATCH 2/3] musb: adding qh in_list and out_list in struct hw_ep

2008-10-30 Thread Bryan Wu
On Thu, Oct 30, 2008 at 5:12 PM, Ajay Kumar Gupta [EMAIL PROTECTED] wrote: Currently qh list for control, bulkin and bulkout are part of musb structure as musb-control, musb-in_bulk and musb-out_bulk.This patch makes it generic across hw_ep by removing them from musb and mapping them to

Re: [PATCH] Fix bootup crash for LDP platform

2008-10-22 Thread Bryan Wu
Right. Does Blackfin have an integrated transceiver like DaVinci and TUSB? Or does it use a discrete one? I'll revisit the blackfin patches, they're going only for 2.6.29 merge window. Hi Felipe, is it possible to push blackfin patches in the 2.6.28? because we are planning to use 2.6.28

Re: [PATCH] MUSB: Set INDEX register to 0 before accessing CONFIGDATA

2008-09-10 Thread Bryan Wu
On Thu, Sep 11, 2008 at 3:01 AM, Felipe Balbi [EMAIL PROTECTED] wrote: On Mon, Sep 08, 2008 at 11:12:24AM +0800, Bryan Wu wrote: On Sun, Sep 7, 2008 at 1:04 PM, David Brownell [EMAIL PROTECTED] wrote: On Thursday 04 September 2008, Gadiyar, Anand wrote: From: Anand Gadiyar [EMAIL PROTECTED

Re: [PATCH] MUSB: Set INDEX register to 0 before accessing CONFIGDATA

2008-09-07 Thread Bryan Wu
On Sun, Sep 7, 2008 at 1:04 PM, David Brownell [EMAIL PROTECTED] wrote: On Thursday 04 September 2008, Gadiyar, Anand wrote: From: Anand Gadiyar [EMAIL PROTECTED] The Index register needs to be zero to access CONFIGDATA. musb_ep_select()will not set the MUSB_INDEX register unless INDEXED

Re: [PATCH RFC] MUSB: Fix index register corruption seen with g_ether and Windows host

2008-08-05 Thread Bryan Wu
On Tue, Aug 5, 2008 at 11:48 PM, Gadiyar, Anand [EMAIL PROTECTED] wrote: From: Anand Gadiyar [EMAIL PROTECTED] If Indexed Mode register accesses are enabled, the ep0_rxstate() function calls musb_g_ep0_giveback() before writing to the CSR register. When control returns to this ep0_rxstate,

Re: [Question] MUSB: why not clear DMA interrupt in musbhsdma.c?

2008-07-01 Thread Bryan Wu
On Tue, Jul 1, 2008 at 8:55 PM, Gadiyar, Anand [EMAIL PROTECTED] wrote: snip Actually, I don't have any detail information about the IP from mentor of Blackfin. I just found the instruction from the Blackfin manual. We need to clear DMA IRQ flag manually on Blackfin, although it is not

Re: [Question] MUSB: why not clear DMA interrupt in musbhsdma.c?

2008-06-30 Thread Bryan Wu
On Mon, Jun 30, 2008 at 12:23 PM, David Brownell [EMAIL PROTECTED] wrote: On Monday 02 June 2008, Bryan Wu wrote: The DMA interrupt register is cleared on a read. I don't think you need to explicitly clear it. Maybe there some difference between Blackfin and OMAP implementation. From

[Question] MUSB: why not clear DMA interrupt in musbhsdma.c?

2008-06-02 Thread Bryan Wu
Hi folks, I am trying to enable the whole musb HS DMA code on Blackfin. But found the is no place to clean the DMA interrupt flag in musbhsdma.c. As a result, the irq always happens with the same DMA irq source. I add some code to clear the DMA interrupt. Did I miss something here? After

Re: [PATCH 0/2] MUSB: 2 patches to fix some bug found on Blackfin

2008-05-19 Thread Bryan Wu
On Mon, May 19, 2008 at 3:49 PM, Felipe Balbi [EMAIL PROTECTED] wrote: On Mon, 19 May 2008 14:39:10 +0800, Bryan Wu [EMAIL PROTECTED] wrote: On Sat, May 17, 2008 at 10:37 PM, David Brownell [EMAIL PROTECTED] wrote: On Saturday 17 May 2008, Bryan Wu wrote: We discussed these 4 bugs before

[PATCH 0/2] MUSB: 2 patches to fix some bug found on Blackfin

2008-05-17 Thread Bryan Wu
Hi folks, We discussed these 4 bugs before. Now we fixed them. Please review following 2 patches. Thanks -Bryan -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/2] MUSB: fix bug - since 2.6.24 urb API changed, giveback function return wrong status

2008-05-17 Thread Bryan Wu
Signed-off-by: Bryan Wu [EMAIL PROTECTED] --- drivers/usb/musb/musb_host.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c index 3d4fc3e..535922d 100644 --- a/drivers/usb/musb/musb_host.c +++ b/drivers/usb

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

2008-04-10 Thread Bryan Wu
On Tue, Apr 8, 2008 at 3:06 PM, Bryan Wu [EMAIL PROTECTED] wrote: On Tue, Apr 8, 2008 at 12:05 AM, David Brownell [EMAIL PROTECTED] wrote: On Monday 07 April 2008, Felipe Balbi wrote: I recall having some issues on 100mA devices. During enumeration some current spikes a few mAs above

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

2008-04-08 Thread Bryan Wu
On Tue, Apr 8, 2008 at 12:05 AM, David Brownell [EMAIL PROTECTED] wrote: On Monday 07 April 2008, Felipe Balbi wrote: I recall having some issues on 100mA devices. During enumeration some current spikes a few mAs above 100mA were occuring and we couldn't enumerate the device due to

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

2008-04-07 Thread Bryan Wu
My patch is simply skip to start 2cn CSW operation as below: -- Index: drivers/usb/storage/transport.c === --- drivers/usb/storage/transport.c (revision 4075) +++ drivers/usb/storage/transport.c (working copy)

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

2008-04-07 Thread Bryan Wu
On Tue, Apr 8, 2008 at 12:03 AM, David Brownell [EMAIL PROTECTED] wrote: On Monday 07 April 2008, Felipe Balbi wrote: e) So I hacked the usb-storage driver code, the Linux host on Blackfin will not wait for the 2nc CSW. Then this bug is gone. This is just a workaround for that, it

<    1   2