RE: [RFC][PATCH 0/4] TWL6030 patch series

2009-08-16 Thread Krishnamoorthy, Balaji T
> -Original Message- > From: Samuel Ortiz [mailto:sa...@linux.intel.com] > Sent: Monday, August 17, 2009 5:30 AM > To: Krishnamoorthy, Balaji T > Cc: linux-omap@vger.kernel.org; t...@atomide.com; khil...@deeprootsystems.com; > davi...@pacbell.net; Shilimkar, Santosh; Nayak, Rajendra; > sa..

Re: [PATCH 02/10] OMAP: iommu: add initial debugfs support

2009-08-16 Thread Hiroshi DOYU
From: ext Russell King - ARM Linux Subject: Re: [PATCH 02/10] OMAP: iommu: add initial debugfs support Date: Sun, 16 Aug 2009 22:47:32 +0200 > On Sun, Aug 16, 2009 at 06:13:55PM +0300, Tony Lindgren wrote: > > * Hiroshi DOYU [090815 15:06]: > > > Hi Russell, > > > > > > From: ext Russell King -

Re: [RFC][PATCH 0/4] TWL6030 patch series

2009-08-16 Thread Samuel Ortiz
Hi Balaji, On Tue, Aug 11, 2009 at 06:30:24PM +0530, Krishnamoorthy, Balaji T wrote: > Hi All, > > Can I have your comments on this so that I can rebase the patch for the > upcoming merge window. > I looked at the mfd related files, from patchwork.kernel.org. A few comments: * Besides making i

Re: [help] 2.6.30 can't booting

2009-08-16 Thread Tar Gz
hmm,,i boot again and kernel panic cannot sync VFS because no respond from my nfs server... but i'm try to mount y nfs directory in the another computer, it's work..i don't know whre is the problem? On 8/16/09, Kovacs Peter Tamas wrote: > Hi, > > I don't think that it's a problem with the files

Re: [PATCH] ARM: OMAP3: Overo: fix merge error

2009-08-16 Thread Steve Sakoman
Please ignore this patch! A previously submitted version seems to have made its way into linux-omap since I pulled a couple of days ago. Sorry for the noise. Steve On Sun, Aug 16, 2009 at 1:56 PM, Steve Sakoman wrote: > Missing definition for OVERO_GPIO_PENDOWN > > Signed-off-by: Steve Sakoman

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Felipe Balbi
On Sun, Aug 16, 2009 at 08:43:45PM +0300, Jarkko Nikula wrote: > On Sun, 16 Aug 2009 20:10:18 +0300 > Felipe Balbi wrote: > > > how about checking whether twl4030_usb is probing fine ? > > > Oh yes, looks like not. I didn't notice this before and didn't post the > full log. Bad me, now included.

ARM: OMAP3: Overo: Fix EHCI initialization

2009-08-16 Thread Steve Sakoman
Overo uses port 2, not port 1. Use OVERO_GPIO_USBH_NRESET rather than hard coded value Note: this alone will not give functional EHCI. Also required is: [PATCH 4/9] ehci: fix phy_reset init in ehci probe from Ajay Kumar Gupta Signed-off-by: Steve Sakoman --- arch/arm/mach-omap2/board-overo.c

[PATCH] ARM: OMAP3: Overo: fix merge error

2009-08-16 Thread Steve Sakoman
Missing definition for OVERO_GPIO_PENDOWN Signed-off-by: Steve Sakoman --- arch/arm/mach-omap2/board-overo.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 3fd614e..65bf008 100644 --- a/arch/ar

Re: [PATCH 02/10] OMAP: iommu: add initial debugfs support

2009-08-16 Thread Russell King - ARM Linux
On Sun, Aug 16, 2009 at 06:13:55PM +0300, Tony Lindgren wrote: > * Hiroshi DOYU [090815 15:06]: > > Hi Russell, > > > > From: ext Russell King - ARM Linux > > Subject: Re: [PATCH 02/10] OMAP: iommu: add initial debugfs support > > Date: Thu, 13 Aug 2009 11:23:59 +0200 > > > > > On Wed, Aug 12,

Re: [PATCH 2/3] ARM: OMAP4: PM: Upgrade the makefile for power domain initialisations

2009-08-16 Thread Paul Walmsley
Hello Abhijit, On Fri, 14 Aug 2009, abhijitpag...@ti.com wrote: > From: Abhijit Pagare > > This Patch upgrades the Makefile for Power Domain Framework > > Signed-off-by: Abhijit Pagare > --- > arch/arm/mach-omap2/Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > dif

Re: [help] 2.6.30 can't booting

2009-08-16 Thread Tar Gz
thanks peter, i can boot but the kernel stop in the Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend ... how to boot filesystems has installed from mmc?...thanks On 8/16/09, Tar Gz wrote: > thanks peter, i can boot but the kernel stop in the > Sending DHCP Requests . <7>hub 1-0:1.0 hub_sus

Re: [help] 2.6.30 can't booting

2009-08-16 Thread Tar Gz
thanks peter, i can boot but the kernel stop in the Sending DHCP Requests . <7>hub 1-0:1.0 hub_suspend ... how to boot filesystems has installed from mmc?...thanks On 8/16/09, Tar Gz wrote: > thanks mr.peter > > i should try the command like that > > #nand unlock > #nand ecc sw > #setenv boo

Re: [help] 2.6.30 can't booting

2009-08-16 Thread Tar Gz
thanks mr.peter i should try the command like that #nand unlock #nand ecc sw #setenv bootargs 'console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw rootdelay=1 mem=256M init=/init' #setenv bootcmd 'mmcinit; fatload mmc 0 0x80c0 uImage; bootm 0x80c0' #saveenv #boot it is stop(like hang) and i mu

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Jarkko Nikula
On Sun, 16 Aug 2009 20:10:18 +0300 Felipe Balbi wrote: > how about checking whether twl4030_usb is probing fine ? > Oh yes, looks like not. I didn't notice this before and didn't post the full log. Bad me, now included. See <3>twl4030_usb twl4030_usb: ldo init failed -- Jarkko minicom.cap

RE: [PATCH 3/3] [OMAP:I2C]OMAP3430 Silicon Errata 1.153

2009-08-16 Thread Paul Walmsley
Hi Moiz, On Tue, 11 Aug 2009, Sonasath, Moiz wrote: > 1. From the code we have in place now, we are writing > num_bytes=dev->fifosize(=XTRSH+1) bytes in case of XRDY OR > num_bytes=TXSTAT (last few bytes left) in case of XDR (draining feature) > > Without the errata we were writing these num_b

Re: [help] 2.6.30 can't booting

2009-08-16 Thread Tar Gz
it is my step to build u-boot, x-loader and kernel i'm try linux 2.6.30 and using the omap3430sdp_defconfig to build the uImage my u-boot and x-loader using omap3430zoom2_config any idea to solve that problem?... regards, Aldyth M On 8/16/09, Tar Gz wrote: > i'm format mmc in the fat win95...

Re: [PATCH 10/10] OMAP3: update OMAP3 Beagle defconfig, v3

2009-08-16 Thread Tony Lindgren
* Felipe Balbi [090816 20:07]: > Hi, > > On Sun, Aug 16, 2009 at 06:42:00PM +0300, Tony Lindgren wrote: > > Felipe, can you please check if you have the twl4030-usb.c fix queued up? > > Should I take it via linux-usb ? The fix is in board-omap3beagle.c Yeh, please do, here's my ack: Acked-by:

Re: [help] 2.6.30 can't booting

2009-08-16 Thread Tar Gz
i'm format mmc in the fat win95... i following step by step in the https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel why can't read? On 8/16/09, Tar Gz wrote: > i'm format mmc in the fat win95... > > i following step by step in the > https://omapzoo

Re: [help] 2.6.30 can't booting

2009-08-16 Thread Tar Gz
i'm format mmc in the fat win95... i following step by step in the https://omapzoom.org/gf/project/omapkernel/wiki/?pagename=Getting+Stated+with+Linux+OMAP+Kernel why can't read? > > On 8/16/09, Felipe Balbi wrote: >> Hi, >> >> On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote: >>> Hi all,

Re: [help] 2.6.30 can't booting

2009-08-16 Thread Felipe Balbi
Hi, On Sun, Aug 16, 2009 at 12:48:52PM -0400, Tar Gz wrote: > Hi all,,i'm sorry if my english too bad > > i try to porting linux kernel 2.6.30 from kernel.org into omap 3430 > > i have the problem linux kernel can't booting > > > i'm following step by step in the omapzoom.org > $ setenv bootar

[help] Kernel can't booting

2009-08-16 Thread Tar Gz
Hi all,,i'm sorry if my english too bad i try to porting linux kernel 2.6.30 from kernel.org into omap 3430 i have the problem linux kernel can't booting i'm following step by step in the omapzoom.org $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw rootdelay=1 mem=256M init=/sbi

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Felipe Balbi
hi, On Sun, Aug 16, 2009 at 07:49:53PM +0300, Jarkko Nikula wrote: > On Sun, 16 Aug 2009 16:13:38 +0300 > Felipe Balbi wrote: > > > > > It didn't help. Only way to get the mainline kernel booting is to revert > > > > e8e2ff462dd92693f29eb848f42d3eb720390d59 and activate both > > > > CONFIG_TWL40

Re: [PATCH 10/10] OMAP3: update OMAP3 Beagle defconfig, v3

2009-08-16 Thread Felipe Balbi
Hi, On Sun, Aug 16, 2009 at 06:42:00PM +0300, Tony Lindgren wrote: > Felipe, can you please check if you have the twl4030-usb.c fix queued up? Should I take it via linux-usb ? The fix is in board-omap3beagle.c -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in

Fwd: 2.6.30 can't booting

2009-08-16 Thread Tar Gz
-- Forwarded message -- From: Tar Gz Date: Sun, 16 Aug 2009 12:42:08 -0400 Subject: 2.6.30 can't booting To: linux-omap@vger.kernel.org Hi all,,i'm sorry if my english too bad i try to porting linux kernel 2.6.30 from kernel.org into omap 3430 i have the problem linux kernel can

[help] 2.6.30 can't booting

2009-08-16 Thread Tar Gz
Hi all,,i'm sorry if my english too bad i try to porting linux kernel 2.6.30 from kernel.org into omap 3430 i have the problem linux kernel can't booting i'm following step by step in the omapzoom.org $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw rootdelay=1 mem=256M init=/sbi

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Jarkko Nikula
On Sun, 16 Aug 2009 16:13:38 +0300 Felipe Balbi wrote: > > > It didn't help. Only way to get the mainline kernel booting is to revert > > > e8e2ff462dd92693f29eb848f42d3eb720390d59 and activate both > > > CONFIG_TWL4030_USB and CONFIG_NOP_USB_XCEIV. > > > > > By some reason CONFIG_OMAP_LL_DEBUG_

2.6.30 can't booting

2009-08-16 Thread Tar Gz
-- Forwarded message -- From: Tar Gz Date: Sun, 16 Aug 2009 12:42:08 -0400 Subject: 2.6.30 can't booting To: linux-omap@vger.kernel.org Hi all,,i'm sorry if my english too bad i try to porting linux kernel 2.6.30 from kernel.org into omap 3430 i have the problem linux kernel can

2.6.30 can't booting

2009-08-16 Thread Tar Gz
Hi all,,i'm sorry if my english too bad i try to porting linux kernel 2.6.30 from kernel.org into omap 3430 i have the problem linux kernel can't booting i'm following step by step in the omapzoom.org $ setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw rootdelay=1 mem=256M init=/sbi

Re: [PATCH 10/10] OMAP3: update OMAP3 Beagle defconfig, v3

2009-08-16 Thread Tony Lindgren
Hi, * Eric Witcher [090816 04:50]: > Tony Lindgren atomide.com> writes: > > > > > I don't have a Beagle, so somebody please check this defconfig and enable > > PM and OTG if possible. > > > > Tony > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > > the bod

Re: [PATCH 07/10] OMAP3: Zoom2: Add TWL4030 support,v 2

2009-08-16 Thread Tony Lindgren
* Russell King - ARM Linux [090813 12:28]: > On Wed, Aug 12, 2009 at 03:20:07PM +0300, Tony Lindgren wrote: > > +static struct twl4030_keypad_data zoom2_kp_twl4030_data = { > > + .rows = 8, > > + .cols = 8, > > + .keymap = zoom2_twl4030_keymap, > > + .keymapsize

Re: [PATCH 06/10] OMAP3: MMC: Add mux for pins, v2

2009-08-16 Thread Tony Lindgren
* Russell King - ARM Linux [090813 12:26]: > On Wed, Aug 12, 2009 at 03:18:49PM +0300, Tony Lindgren wrote: > > + if (mmc_controller->slots[0].wires == 8) > > + printk(KERN_WARNING > > + "\n MMC2: DAT4, DAT5, DAT6, DAT7:

Re: [PATCH 02/10] OMAP: iommu: add initial debugfs support

2009-08-16 Thread Tony Lindgren
* Hiroshi DOYU [090815 15:06]: > Hi Russell, > > From: ext Russell King - ARM Linux > Subject: Re: [PATCH 02/10] OMAP: iommu: add initial debugfs support > Date: Thu, 13 Aug 2009 11:23:59 +0200 > > > On Wed, Aug 12, 2009 at 03:13:24PM +0300, Tony Lindgren wrote: > > > +static DEFINE_MUTEX(iommu

Re: [PATCH v2] OMAP2: add board file for Nokia N800 and N810

2009-08-16 Thread Tony Lindgren
* Kalle Valo [090815 10:44]: > Add board file for Nokia N800 and N810 devices. Currently only serial ports, > onenand, spi and usb are configured, more to come later. > > Tested on Nokia N800. Thanks, I've updated my queue with it. Tony > > Signed-off-by: Kalle Valo > --- > > arch/arm/mach

Re: [PATCH 1/1] OMAP clock: use debugfs_remove_recursive() for rewinding

2009-08-16 Thread Paul Walmsley
On Sun, 16 Aug 2009, Hiroshi DOYU wrote: > Rewinding each debugfs entries to unregister if an error happens. > > Signed-off-by: Hiroshi DOYU Queued for RMK along with the other 2.6.32 merge window patches from me. - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap

Pull request for OMAP PM, clock, SDRC 2.6.32 patches

2009-08-16 Thread Paul Walmsley
Hello Russell, Here's the pull request for the thirteen patches posted earlier, plus Hiroshi's clock debugfs error path fix. regards, - Paul The following changes since commit 3b3119fc549c93df60316d28bdd77c2de3986588: Russell King (1): Merge branch 'ixp4xx-fixes' of git://git.kernel

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Felipe Balbi
Hi, On Sun, Aug 16, 2009 at 06:37:40PM +0530, Gupta, Ajay Kumar wrote: > > > > CONFIG_TWL4030_USB=y > > > CONFIG_NOP_USB_XCEIV=y > > > > > > But anyway, I don't get Beagle booting with 2.6.31-rc6 if I disable any > > > of them and IRCC another oops will follow if both are disabled. > > > > There'

RE: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Gupta, Ajay Kumar
> > CONFIG_TWL4030_USB=y > > CONFIG_NOP_USB_XCEIV=y > > > > But anyway, I don't get Beagle booting with 2.6.31-rc6 if I disable any > > of them and IRCC another oops will follow if both are disabled. > > There's a patch from me adding back the twl4030_usb pdata to beagle > board-file and another o

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Felipe Balbi
Hi, On Sun, Aug 16, 2009 at 11:47:31AM +0300, Jarkko Nikula wrote: > On Sun, 16 Aug 2009 11:25:14 +0300 > Felipe Balbi wrote: > > > NOP should not be necessary, beagle uses twl4030-usb as its transceiver, > > unlike evm, which uses isp1504, if I'm not wrong. > > > > Could you try the following

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Felipe Balbi
On Sun, Aug 16, 2009 at 10:44:15AM +0300, Jarkko Nikula wrote: > On Sat, 15 Aug 2009 20:40:00 +0300 > Felipe Balbi wrote: > > > > CONFIG_TWL4030_USB=y > > > CONFIG_NOP_USB_XCEIV=y > > > > > > But anyway, I don't get Beagle booting with 2.6.31-rc6 if I disable any > > > of them and IRCC another o

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Jarkko Nikula
On Sun, 16 Aug 2009 11:25:14 +0300 Felipe Balbi wrote: > NOP should not be necessary, beagle uses twl4030-usb as its transceiver, > unlike evm, which uses isp1504, if I'm not wrong. > > Could you try the following patch ? > No help but thanks to Koen's hint, I was able to capture the oops. I co

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Koen Kooi
Op 16 aug 2009, om 09:44 heeft Jarkko Nikula het volgende geschreven: By some reason CONFIG_OMAP_LL_DEBUG_UART3=y and CONFIG_DEBUG_LL=y don't work in mainline so hard to trace what is make an oops. Try updating this patch to current mainline: --- a/kernel/printk.c +++ b/kernel/printk.c @@ -

Re: MUSB regression in 2.6.31-rc6

2009-08-16 Thread Jarkko Nikula
On Sat, 15 Aug 2009 20:40:00 +0300 Felipe Balbi wrote: > > CONFIG_TWL4030_USB=y > > CONFIG_NOP_USB_XCEIV=y > > > > But anyway, I don't get Beagle booting with 2.6.31-rc6 if I disable any > > of them and IRCC another oops will follow if both are disabled. > > There's a patch from me adding back