RE: [PATCH] omap3evm: Migrate to smsc911x ethernet driver.

2009-11-11 Thread Govindarajan, Sriramakrishnan
Tony, Are there comments with respect to this patch. Will this be merged in the next window? Regards Sriram > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Govindarajan, Sriramakrishnan > Sent: Wednesday, October 28,

Re: [PATCH 3/5] omap: mux: Add new style pin multiplexing data for 34xx

2009-11-11 Thread Mike Rapoport
Tony Lindgren wrote: > Hi, > > Sorry for the delay, have not had a chance to work on this for a few > days. > > * Mike Rapoport [091103 23:14]: >> >> Tony Lindgren wrote: >>> * Mike Rapoport [091102 23:10]: On Mon, Nov 2, 2009 at 9:10 PM, Tony Lindgren wrote: > * Mike Rapoport [091

[PATCH 0/1]: Thaws refrigerated bdi flusher threads before invoking kthread_stop on them

2009-11-11 Thread Romit Dasgupta
Hi, Few days back I started facing problems during system suspend with MMC, SD card installed. I will restate how to reproduce the problem: 1) Mount a file system from MMC/SD card. 2) Unmount the file system. This creates a flusher task. 3) Attempt suspend to RAM. System is unresponsive. This

linux-next: manual merge of the usb tree with the omap tree

2009-11-11 Thread Stephen Rothwell
Hi Greg, Today's linux-next merge of the usb tree got a conflict in drivers/usb/host/ehci-omap.c between commit 7cb07f72711d3e10763ca7d7a9fcd7ac788aabf4 ("omap: ehci: Add platform init code") from the omap tree and commit 9e92239693d7010d2e710a445f46d6a738b09171 ("USB: host: ehci: introduce omap e

[PATCH 1/1]: Thaws refrigerated bdi flusher threads before invoking kthread_stop on them

2009-11-11 Thread Romit Dasgupta
Kicks out frozen bdi flusher task out of the refrigerator when the flusher task needs to exit. Signed-off-by: Romit Dasgupta --- diff --git a/mm/backing-dev.c b/mm/backing-dev.c index 5a37e20..c757b05 100644 --- a/mm/backing-dev.c +++ b/mm/backing-dev.c @@ -606,8 +606,11 @@ static void bdi_wb_shut

Re: [PATCH 1/2] OMAP: update mach/usb.h to allow ehci driver to build

2009-11-11 Thread jung songtan
Hi expert, Do you have experience about the Power supply about OMAP3530? It seems the power supply is not very good, some time I need add powered hub to recognize some usb devices on MHCI host. Can you give me any clue? where I should go the check with? Thanks, Jung T K 2009/11/7 Anand Gadiyar

Re: [RFC PATCH v2 1/3] input:misc:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread Dmitry Torokhov
Hi Chris, On Tue, Nov 10, 2009 at 06:11:21PM -0500, chud...@kionix.com wrote: > From: Chris Hudson > > This is a request for comments regarding adding driver support for the Kionix > KXTE9 digital tri-axis accelerometer. Thank you for the patch. Mostly cursory comments at this moment. > This

Re: [PATCH 00/19] OMAP: DSS2 v5 intro

2009-11-11 Thread Tomi Valkeinen
On Tue, 2009-11-10 at 13:40 +0100, Artem Bityutskiy wrote: > Tomi, > > could you please kindly ask Stephen (CCed) to include the DSS2 tree into > linux-next, because you are going to merge it the next merge window, and > there does not seem to be any blocker for this. > > Being in linux-next for

Re: [PATCH 00/19] OMAP: DSS2 v5 intro

2009-11-11 Thread Tomi Valkeinen
On Wed, 2009-11-11 at 09:45 +0100, Valkeinen Tomi (Nokia-D/Helsinki) wrote: > On Tue, 2009-11-10 at 13:40 +0100, Artem Bityutskiy wrote: > > Tomi, > > > > could you please kindly ask Stephen (CCed) to include the DSS2 tree into > > linux-next, because you are going to merge it the next merge windo

Re: [PATCH 1/1]: Thaws refrigerated bdi flusher threads before invoking kthread_stop on them

2009-11-11 Thread Pavel Machek
On Wed 2009-11-11 14:00:16, Romit Dasgupta wrote: > Kicks out frozen bdi flusher task out of the refrigerator when the flusher > task > needs to exit. > Signed-off-by: Romit Dasgupta Ok, its slightly "interesting", but better than modifying common code. Looks ok to me. ACK.

[PATCH 2/3] omap3: cm-t35: use matrix_keyboard

2009-11-11 Thread Mike Rapoport
Signed-off-by: Mike Rapoport --- arch/arm/mach-omap2/board-cm-t35.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index f9290ca..0a46c0e 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/

[PATCH 0/3] omap3: cm-t35 updates

2009-11-11 Thread Mike Rapoport
Here are several small updates for CM-T35 board. Changes since commit e7e7a613eded2732b68496f69ff8fc34f16e1dd0: Tony Lindgren (1): Linux-omap rebuilt: Processor support for new omaps merged Mike Rapoport (3): omap3: cm-t35: update led polarity omap3: cm-t35: use matrix_keyboard

[PATCH 3/3] omap3: cm-t35: add support for baseboard ehternet

2009-11-11 Thread Mike Rapoport
Default CM-T35 baseboard (SB-T35) utilizes SMSC9220 Ethernet chip. Enable it. Signed-off-by: Mike Rapoport --- arch/arm/mach-omap2/board-cm-t35.c | 67 ++-- 1 files changed, 49 insertions(+), 18 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/ar

[PATCH 1/3] omap3: cm-t35: update led polarity

2009-11-11 Thread Mike Rapoport
Signed-off-by: Mike Rapoport --- arch/arm/mach-omap2/board-cm-t35.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index 0a39513..f9290ca 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/

Re: [PATCH 1/1]: Thaws refrigerated bdi flusher threads before invoking kthread_stop on them

2009-11-11 Thread Rafael J. Wysocki
On Wednesday 11 November 2009, Pavel Machek wrote: > On Wed 2009-11-11 14:00:16, Romit Dasgupta wrote: > > Kicks out frozen bdi flusher task out of the refrigerator when the flusher > > task > > needs to exit. > > > > Signed-off-by: Romit Dasgupta > > Ok, its slightly "interesting", but better

Re: [PATCH 1/1]: Thaws refrigerated bdi flusher threads before invoking kthread_stop on them

2009-11-11 Thread Romit Dasgupta
Hello Rafael, As suggested I have added the relevant information in the changelog. The patch is below: > For completness, below is the information from the Romit's introductory > message > (Romit, I really think that should go into the chagelog): Kicks out frozen bdi flusher task o

Re: [PATCH 1/1]: Thaws refrigerated bdi flusher threads before invoking kthread_stop on them

2009-11-11 Thread Rafael J. Wysocki
On Wednesday 11 November 2009, Romit Dasgupta wrote: > Hello Rafael, > As suggested I have added the relevant information in the > changelog. The patch is below: > > For completness, below is the information from the Romit's introductory > > message > > (Romit, I really think that s

Re: [lm-sensors] [RFC PATCH 1/3] hwmon:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread Jonathan Cameron
Chris Hudson wrote: > Jean Delvare wrote: >> On Tue, 10 Nov 2009 15:32:50 -0500, Chris Hudson wrote: >> >>> Thank you for your insight Jonathan. The driver was originally >>> written for the 2.6.29 omap-android kernel to facilitate integration >>> of the kxte9 into customer projects. Unfortunat

Re: [lm-sensors] [RFC PATCH 1/3] hwmon:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread Chris Hudson
Jonathan Cameron wrote: Chris Hudson wrote: Jean Delvare wrote: On Tue, 10 Nov 2009 15:32:50 -0500, Chris Hudson wrote: Thank you for your insight Jonathan. The driver was originally written for the 2.6.29 omap-android kernel to facilitate integration of the kxte9 into cust

RE: [PATCH] Disable headset jack detection for SDP3430

2009-11-11 Thread Premi, Sanjeev
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Romero, Felipe > Sent: Tuesday, November 10, 2009 11:24 PM > To: linux-omap@vger.kernel.org > Subject: [PATCH] Disable headset jack detection for SDP3430 > > From: Felipe

[PATCH 0/4] Regulator: Providing regulator initialization macros/wrappers

2009-11-11 Thread Anuj Aggarwal
Based on the discussion at: http://marc.info/?l=linux-omap&m=125775124829936&w=2 Header file board-omap35x-pmic.h is created to provide generic macros for initializing regulator supplies and regulator init data. Wrappers are also created using these macros which could be used in default scenario

[PATCH 1/4] Regulator: Adding header file for initializing OMAP35x PMICs

2009-11-11 Thread Anuj Aggarwal
This header file is created to provide user generic macros for providing regulator supplies and regulator init data. Wrappers are created using these macros which could be used in default scenarios. In other cases, user can use the macros to provide his own configuration information. Wrappers are

[PATCH 2/4] Regulator: Modifying board-omap3evm.c to use PMIC-init-macros or wrappers

2009-11-11 Thread Anuj Aggarwal
Modified board-omap3evm.c to use PMIC initialization macros / wrappers for TWL4030 regulators. Signed-off-by: Anuj Aggarwal --- arch/arm/mach-omap2/board-omap3evm.c | 82 - 1 files changed, 40 insertions(+), 42 deletions(-) diff --git a/arch/arm/mach-omap2/boar

[PATCH 3/4] Regulator: Modifying board-3430sdp.c to use PMIC-init-macros or wrappers

2009-11-11 Thread Anuj Aggarwal
Modified board-3430sdp.c to use PMIC initialization macros / wrappers for TWL4030 regulator. Signed-off-by: Anuj Aggarwal --- arch/arm/mach-omap2/board-3430sdp.c | 196 +-- 1 files changed, 51 insertions(+), 145 deletions(-) diff --git a/arch/arm/mach-omap2/boar

[PATCH 4/4] Regulator: Modifying Kconfig to choose from the available PMICs

2009-11-11 Thread Anuj Aggarwal
Kconfig is modified so that the user can choose the appropriate PMIC in the underlying EVM. Config options for other PMICs will be added later on. Signed-off-by: Anuj Aggarwal --- arch/arm/mach-omap2/Kconfig |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm

RE: Query: Regulator framework in EHCI driver

2009-11-11 Thread Gupta, Ajay Kumar
Hi, > -Original Message- > From: Gadiyar, Anand > Sent: Thursday, November 05, 2009 4:56 PM > To: Mark Brown > Cc: felipe.ba...@nokia.com; Gupta, Ajay Kumar; linux-omap@vger.kernel.org; > Aggarwal, Anuj > Subject: RE: Query: Regulator framework in EHCI driver > > > On Thu, Nov 05, 2009 at

RE: [PATCH v2 0/8] introduce 3630 boards

2009-11-11 Thread Gadiyar, Anand
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Pandita, Vikram > Sent: Wednesday, November 11, 2009 4:17 AM > To: linux-omap@vger.kernel.org > Cc: Pandita, Vikram > Subject: [PATCH v2 0/8] introduce 3630 boards > > In

RE: [PATCH v2 0/8] introduce 3630 boards

2009-11-11 Thread Gadiyar, Anand
> Vikram, > > I'm afraid current linux-omap master + these patches does not boot > on my 3630SDP. > > The bootargs used were: > mem=256M console=ttyS0,115200n8 noinitrd root=/dev/nfs rw > nfsroot=172.24.162.66:/vol/vol2/swcoe_omapsw_linux1/anand/targ > et,nolock,tcp > ip=172.24.190.229:172.24.1

RE: [PATCH] Disable headset jack detection for SDP3430

2009-11-11 Thread Romero, Felipe
> -Original Message- > From: Premi, Sanjeev > Sent: Wednesday, November 11, 2009 8:36 AM > To: Romero, Felipe; linux-omap@vger.kernel.org > Subject: RE: [PATCH] Disable headset jack detection for SDP3430 > >> -Original Message- >> From: linux-omap-ow...@vger.kernel.org >> [mailt

RE: [PATCH v2 0/8] introduce 3630 boards

2009-11-11 Thread Pandita, Vikram
>-Original Message- >From: Gadiyar, Anand >Sent: Wednesday, November 11, 2009 9:19 AM >To: Pandita, Vikram; linux-omap@vger.kernel.org >Subject: RE: [PATCH v2 0/8] introduce 3630 boards > >> Vikram, >> >> I'm afraid current linux-omap master + these patches does not boot >> on my 3630SDP.

RE: [PATCH v2 0/8] introduce 3630 boards

2009-11-11 Thread Gadiyar, Anand
> >> > >> I'm afraid current linux-omap master + these patches does not boot > >> on my 3630SDP. > > Yes you are right because its missing one patch for the 8250 driver. > > Refer: > git://dev.omapzoom.org/pub/scm/vikram/omap3.git zoom3 > > Patch: HACK: 8250: fix RX fifo access for 3630 > > I d

Re: Query: Regulator framework in EHCI driver

2009-11-11 Thread Mark Brown
On Wed, Nov 11, 2009 at 08:26:07PM +0530, Gupta, Ajay Kumar wrote: > + /* get ehci regulator and enable */ > + for (i = 0 ; i < OMAP3_HS_USB_PORTS ; i++) { > + if (omap->port_mode[i] == EHCI_HCD_OMAP_MODE_UNKNOWN) > + continue; > + sprintf(supply

Re: [PATCH 1/4] Regulator: Adding header file for initializing OMAP35x PMICs

2009-11-11 Thread Mark Brown
On Wed, Nov 11, 2009 at 08:14:38PM +0530, Anuj Aggarwal wrote: Looking at a lot of this it feels like it would be cleaner to just have a file defining the completely standard supplies, prototype them in the header files and then link to them from the board code. I'm finding the macro stuff really

power_management in beagleboard

2009-11-11 Thread tarek attia
Hey all, I've downloaded the patched linux kernel for the beagleboard,,and built it successfully,and after installing it on the board,,I found error tell me that there's a fatal error ,,and files not found for the Linux kernel 2.29 ,,however the linux kernel I downloaded 2.3,, P.S:- I'm using an

Re: linux-omap-2.6 does not allow configuring rt2xx

2009-11-11 Thread Sid Boyce
On 11/11/09 06:51, Mike Rapoport wrote: > > > Sid Boyce wrote: >> Spotted over the last few days. >> "make ARCH=arm CROSS_COMPILE=/opt/arm-2009q1/bin/arm-none-linux/gnueabi- >> omap3_beagle_defconfig", then xconfig/menuconfig/config, the option >> never shows up. > > Have you tried enabling cfg8

Re: [PATCH 3/8] omap1: Amstrad Delta defconfig fixes

2009-11-11 Thread Janusz Krzysztofik
Wednesday 11 November 2009 04:00:57 Tony Lindgren napisał(a): > From: Janusz Krzysztofik > > The patch provides the following fixes: > > - keep kernel small enough to boot with standard tools, > - ensure compatibility with both new and legacy distros, > - turn on support for recently added or fixe

Linux_KERNEL UPDATE

2009-11-11 Thread tarek attia
How to update linux kernel from (2.6.29 ) to the newer one( 2.6.32) with the filesystem Image is Angstrom ,,booting from the SD-Card.. plz hel -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 00/19] OMAP: DSS2 v5 intro

2009-11-11 Thread Tony Lindgren
* Tomi Valkeinen [09 01:43]: > On Wed, 2009-11-11 at 09:45 +0100, Valkeinen Tomi (Nokia-D/Helsinki) > wrote: > > On Tue, 2009-11-10 at 13:40 +0100, Artem Bityutskiy wrote: > > > Tomi, > > > > > > could you please kindly ask Stephen (CCed) to include the DSS2 tree into > > > linux-next, becaus

Re: [PATCH 2/3]NAND: OMAP: Fixing omap nand driver, compiled as module

2009-11-11 Thread Tony Lindgren
* Vimal Singh [091110 20:46]: > On Wed, Nov 11, 2009 at 12:26 AM, Tony Lindgren wrote: > > * Artem Bityutskiy [091110 06:22]: > >> On Fri, 2009-10-30 at 14:57 +0530, Vimal Singh wrote: > >> > Last time I forgot to 'git add' for 'arch/arm/mach-omap2/gpmc.c'... My > >> > bad. > >> > Correct patch

Re: [PATCH 3/8] omap1: Amstrad Delta defconfig fixes

2009-11-11 Thread Tony Lindgren
* Janusz Krzysztofik [09 09:24]: > Wednesday 11 November 2009 04:00:57 Tony Lindgren napisał(a): > > From: Janusz Krzysztofik > > > > The patch provides the following fixes: > > > > - keep kernel small enough to boot with standard tools, > > - ensure compatibility with both new and legacy dis

[APPLIED] [PATCH v3] OMAP: DMA: Fix omapfb/lcdc on OMAP1510 broken when PM set

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 0b4dfc750f4bb1b4888939f206161080d5d27c5a PatchWorks http://patchwork.kernel.org/patch/57922/ Git (Likely to change, and takes a while to get mirrore

[PATCH 2.5/8] omap: Fix omapfb/lcdc on OMAP1510 broken when PM set

2009-11-11 Thread Tony Lindgren
Here One more fix that I forgot about. Tony >From 8561a84f85eccddf46212622f1f18317a220891b Mon Sep 17 00:00:00 2001 From: Janusz Krzysztofik Date: Wed, 11 Nov 2009 11:00:03 -0800 Subject: [PATCH] omap: Fix omapfb/lcdc on OMAP1510 broken when PM set With CONFIG_PM=y, the omapfb/lcdc device on A

Re: [PATCH 0/8] Omap fixes for v2.6.32-rc6

2009-11-11 Thread Tony Lindgren
* Sid Boyce [091110 19:16]: > I still haven't been able to find the reason why the Ralink drivers > haven't been offered in make config/menuconfig/xconfig - cross compiling > on Fedora 12 x86_64 as per my previous post. I downloaded the latest > linux-omap snapshot Tuesday, 6 hours after it was up

Re: linux-next: manual merge of the usb tree with the omap tree

2009-11-11 Thread Tony Lindgren
* Stephen Rothwell [09 00:29]: > Hi Greg, > > Today's linux-next merge of the usb tree got a conflict in > drivers/usb/host/ehci-omap.c between commit > 7cb07f72711d3e10763ca7d7a9fcd7ac788aabf4 ("omap: ehci: Add platform init > code") from the omap tree and commit > 9e92239693d7010d2e710a445f

Re: linux-next: manual merge of the usb tree with the omap tree

2009-11-11 Thread Tony Lindgren
* Tony Lindgren [09 11:12]: > * Stephen Rothwell [09 00:29]: > > Hi Greg, > > > > Today's linux-next merge of the usb tree got a conflict in > > drivers/usb/host/ehci-omap.c between commit > > 7cb07f72711d3e10763ca7d7a9fcd7ac788aabf4 ("omap: ehci: Add platform init > > code") from the om

Re: [PATCH 1/1]: Thaws refrigerated bdi flusher threads before invoking kthread_stop on them

2009-11-11 Thread Jens Axboe
On Wed, Nov 11 2009, Rafael J. Wysocki wrote: > On Wednesday 11 November 2009, Pavel Machek wrote: > > On Wed 2009-11-11 14:00:16, Romit Dasgupta wrote: > > > Kicks out frozen bdi flusher task out of the refrigerator when the > > > flusher task > > > needs to exit. > > > > > > > Signed-off-by: R

Re: [PATCH 0/3] omap3: cm-t35 updates

2009-11-11 Thread Tony Lindgren
* Mike Rapoport [09 03:25]: > Here are several small updates for CM-T35 board. > > Changes since commit e7e7a613eded2732b68496f69ff8fc34f16e1dd0: > Tony Lindgren (1): > Linux-omap rebuilt: Processor support for new omaps merged > > Mike Rapoport (3): > omap3: cm-t35: update led

[RFC PATCH v3 2/3] mach-omap2:kxte9 accelerometer support for OMAP ZoomII

2009-11-11 Thread chudson
From: Chris Hudson This patch alters board-zoom2.c to add platform data initialization, gpio configuration, and i2c-2 bus initialization in support of the kxte9 accelerometer on the OMAP ZoomII platform. Signed-off-by: Chris Hudson --- arch/arm/mach-omap2/board-zoom2.c | 58 +++

[RFC PATCH v3 1/3] input:misc:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread chudson
From: Chris Hudson This is a request for comments regarding adding driver support for the Kionix KXTE9 digital tri-axis accelerometer. This part features built-in tilt position (orientation), wake-up and back-to-sleep algorithms, which can trigger a user-configurable physical interrupt. The

[RFC PATCH v3 3/3] mach-omap2:kxte9 accelerometer mux support for OMAP ZoomII

2009-11-11 Thread chudson
From: Chris Hudson This patch alters mux.c and mux.h to allow gpio configuration in support of the kxte9 accelerometer on the OMAP ZoomII platform. Signed-off-by: Chris Hudson --- arch/arm/mach-omap2/mux.c |2 ++ arch/arm/plat-omap/include/plat/mux.h |1 + 2 files changed,

RE: [RFC PATCH v3 1/3] input:misc:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread Pandita, Vikram
Chris >-Original Message- >From: linux-omap-ow...@vger.kernel.org >[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of >chud...@kionix.com >Sent: Wednesday, November 11, 2009 2:26 PM >To: linux-omap@vger.kernel.org >Cc: linux-in...@vger.kernel.org; dmitry.torok...@gmail.com; Chris Huds

Re: [PATCH 1/1]: Thaws refrigerated bdi flusher threads before invoking kthread_stop on them

2009-11-11 Thread Rafael J. Wysocki
On Wednesday 11 November 2009, Jens Axboe wrote: > On Wed, Nov 11 2009, Rafael J. Wysocki wrote: > > On Wednesday 11 November 2009, Pavel Machek wrote: > > > On Wed 2009-11-11 14:00:16, Romit Dasgupta wrote: > > > > Kicks out frozen bdi flusher task out of the refrigerator when the > > > > flusher

Re: [RFC PATCH v3 1/3] input:misc:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread Chris Hudson
Pandita, Vikram wrote: Chris -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of chud...@kionix.com Sent: Wednesday, November 11, 2009 2:26 PM To: linux-omap@vger.kernel.org Cc: linux-in...@vger.kernel.org; dmitry.torok...

Re: [PATCH] AM35xx: Clock table updates for AM3505/17

2009-11-11 Thread Kevin Hilman
Ranjith Lohithakshan writes: > AM3505/17 though a OMAP3530 derivative have the following > main differences > > - Removal of the following OMAP3 modules > - IVA > - ISP/CAM > - Modem and D2D components (MAD2D, SAD2D) > - USIM >

Re: linux-next: manual merge of the usb tree with the omap tree

2009-11-11 Thread Stephen Rothwell
Hi Tony, On Wed, 11 Nov 2009 11:20:59 -0800 Tony Lindgren wrote: > > * Tony Lindgren [09 11:12]: > > > > Oops, sorry. Looks like I accidentally included also > > drivers/usb/host/ehci-omap.c > > as we were testing it in the linux-omap tree. > > > > I'll drop the drivers/usb/host/ehci-omap

[APPLIED] [PATCH 1/10] omap mailbox: Add build specific changes to support omap mailbox.

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 5ec8cdd0d5348952a39d979ced74b5996b9c603d PatchWorks http://patchwork.kernel.org/patch/49309/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH 1/10] omap mailbox: Add build specific changes to support omap mailbox.

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 8ebf78d26e2cb0784e15b2bbf3ffe8ec17ae9029 PatchWorks http://patchwork.kernel.org/patch/49309/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH 4/10] omap mailbox: remove class interface

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): ba11835276edf5a015ab899e2aa7367ad830c50b PatchWorks http://patchwork.kernel.org/patch/49312/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH 5/10] omap mailbox: remove disable_/enable_mbox_irq in isr

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 5219cbeee4a15eaf6c56c5e3fc2610b230d4c99f PatchWorks http://patchwork.kernel.org/patch/49313/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 3ce81516044e1c4599eb4a9b95f79c4778f72f28 PatchWorks http://patchwork.kernel.org/patch/49314/ Git (Likely to change, and takes a while to get mirrored)

RE: [RFC PATCH v3 1/3] input:misc:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread Pandita, Vikram
>-Original Message- >From: Chris Hudson [mailto:chud...@kionix.com] > >Pandita, Vikram wrote: >> Chris >> >> Any way to test these features of accelerometer with your set of 3 patches >> applied? >> >> Say with a busybox filesystem or poky? >> >Sure, I've been using busybox with the Zoom

Re: [PATCH 8/10 v3] omap mailbox: OMAP4-Mailbox - Adds code changes to support OMAP4 mailbox.

2009-11-11 Thread Tony Lindgren
* C.A, Subramaniam [090924 08:06]: > Hi all, > This is the revised version of the patch incorporating Russell's comments. > > Regards > Subbu > > From 0c7c506f0a47acc8444bed83fa56ad2aa76c3b7c Mon Sep 17 00:00:00 2001 > From: C A Subramaniam > Date: Thu, 24 Sep 2009 19:16:39 +0530 > Subject: [P

Re: [PATCH 01/11] OMAP3: PM: Fixed padconf save done check

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Carlos Chinea > > Previously the operator precedence dictated that the delay loop was exited > immediately, potentially causing off-mode to be entered too soon. > > Signed-off-by: Carlos Chinea > Signed-off-by: Jouni Hogander Looks good. Applying to PM branch and

Re: [PATCH 02/11] OMAP3: Disable Smartreflex before pwrdm enters RET

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > Smartreflex for the corresponding powerdomain (MPU/CORE) must be disabled > before the domain enters retention, otherwise the device may hang. This is > caused by overlapping smartreflex / auto retention command on the voltage > channel resulting in in

[GIT] pull request: PM CPUidle base support

2009-11-11 Thread Kevin Hilman
Tony, Here's a pull request for the PM CPUidle support. This branch is based on the previous off-mode branch, Kevin The following changes since commit f265dc4c5d39f2bd369d97c87a7bd89061b159d4: Rajendra Nayak (1): OMAP3: PM: Program SDRC to send self refresh on timeout of AUTO_CNT ar

Re: [PATCH 03/11] OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timer

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > OMAP GP timers keep running for a few cycles after they are stopped, > which can cause the timer to expire and generate an interrupt. The pending > interrupt will prevent e.g. OMAP from entering suspend, thus we ack it > manually. > > Signed-off-by: Te

[GIT] pull request: PM off-mode for 2.6.33

2009-11-11 Thread Kevin Hilman
Tony, Here's a pull request for the PM off-mode support already reviewed on the list. Kevin The following changes since commit 774facda20d2f8f0f61fa312d8028dad18ac5ee4: Tony Lindgren (1): Merge branch '7xx-iosplit-plat' with omap-fixes are available in the git repository at: ssh:/

Re: [PATCH 04/11] OMAP3: PM: Ack pending interrupts before entering suspend

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > Suspending drivers may still generate interrupts just before their suspend is > completed. Any pending interrupts here will prevent sleep. > > Signed-off-by: Tero Kristo Thanks, applying to PM branch, queuing for pm-fixes. Kevin > --- > arch/arm/m

Re: [PATCH 0/8] Omap fixes for v2.6.32-rc6

2009-11-11 Thread Sid Boyce
On 11/11/09 19:08, Tony Lindgren wrote: > * Sid Boyce [091110 19:16]: >> I still haven't been able to find the reason why the Ralink drivers >> haven't been offered in make config/menuconfig/xconfig - cross compiling >> on Fedora 12 x86_64 as per my previous post. I downloaded the latest >> linux-

Re: [PATCH 06/11] OMAP3: PM: Disable interrupt controller AUTOIDLE before WFI

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > OMAP interrupt controller goes to unknown state when there is right > combination of l3,l4 sleep/wake-up transitions, l4 autoidle in > interrupt controller and some interrupt. When this happens, interrupts > are not delivered to ARM anymore and ARM wil

Re: [PATCH 07/11] OMAP3: Fixed ARM aux ctrl register save/restore

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > Current value is stored on SDRAM and it is written back during wakeup. > Previously a static value of 0x72 was written there. > > Signed-off-by: Tero Kristo > Signed-off-by: Jouni Hogander Thanks, applying to PM branch, queuing for pm-fixes. Kevin

Re: [PATCH 08/11] OMAP3: PM: Disabled I2C4 repeated start operation mode

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > Repeated start forces I2C4 pads low during idle, which increases power > consumption through external pull-ups. On the other hand, this change > increases I2C4 command latencies a bit. Could you give an idea about how much the latencies increased? I'

N810: problem with watchdog

2009-11-11 Thread Francisco Alecrim
Hi, I'm trying to get latest linux-omap working with N810. I got an error with watchdog(commit e7e7a613eded2732b68496f69ff8fc 34f16e1dd0) that I'm trying to solve the problem. Any idea? Thanks in advance, Alecrim. PS: R&D flags : no-omap-wd, no-retu-wd, no-lifeguard-reset, serial-console . Kern

[PATCH v3 1/8] omap: zoom2: split board file for software reuse

2009-11-11 Thread Vikram Pandita
Split zoom2 board file into: base board file and a board-zoom-peripherals.c file that way the same peripherals file can be reused for: zoom3 and sdp3630 Following list shows the commonality across the three platforms and hence the case for software reuse: Peripheralzoom2zoom3 sdp3630 --

[PATCH v3 0/8] introduce 3630 boards

2009-11-11 Thread Vikram Pandita
Introducing 3630 boards: zoom3 and sdp3630 Git tree hosting these patches: git://dev.omapzoom.org/pub/scm/vikram/omap3.git zoom3 The peripherals are very similar for the two bards as per this discussion: http://marc.info/?l=linux-omap&m=125676595710748&w=2 So maximum reuse is done for the

[PATCH v3 2/8] omap: zoom: rename zoom2 name to generic zoom

2009-11-11 Thread Vikram Pandita
Replace zoom2 with zoom name in board-zoom-peripherals.c file This file has functions reused for boards: Zoom2/Zoom3/sdp3630. Hence have all functions commonly named as zoom Signed-off-by: Vikram Pandita --- arch/arm/mach-omap2/board-zoom-peripherals.c | 70 +- 1 files

[PATCH v3 6/8] omap: zoom2: update defconfig for LL_DEBUG_NONE

2009-11-11 Thread Vikram Pandita
Update DEBUG_LL for zoom2 board as CONFIG_OMAP_LL_DEBUG_NONE Signed-off-by: Vikram Pandita --- arch/arm/configs/omap_zoom2_defconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/omap_zoom2_defconfig b/arch/arm/configs/omap_zoom2_defconfig index f17

[PATCH v3 3/8] omap: zoom: drop i2c-1 speed to 2400

2009-11-11 Thread Vikram Pandita
The I2C-1 bus frequency on zoom2/zoom3/sdp3630 should be 2.4 MHz. The speed is limited by TWL5030/GAIA; a higher speed could lead to errors on the interface. The maximum I2C speed depends on the system clock for GAIA: 2.2 MHz (sys-clk = 19.2 MHz) 2.4 MHz (sys-clk = 26 MHz) 2.9 MHz (sys-clk = 38.4

[PATCH v3 5/8] omap: 3630sdp: introduce 3630 sdp board support

2009-11-11 Thread Vikram Pandita
Add 3630SDP board support The board shares the same peripherals as a zoom2 main. So reuse the peripheral file of zoom platform. Peripheralzoom2zoom3 sdp3630 --- Ethernetsmscsmscsmc NOR n/a n/a B Onenand n/a

[PATCH v3 7/8] omap: zoom3: defconfig creation

2009-11-11 Thread Vikram Pandita
Create zoom3 defconfig file Signed-off-by: Vikram Pandita --- arch/arm/configs/omap_zoom3_defconfig | 1605 + 1 files changed, 1605 insertions(+), 0 deletions(-) create mode 100644 arch/arm/configs/omap_zoom3_defconfig diff --git a/arch/arm/configs/omap_zoom3_de

[PATCH v3 8/8] omap: 3630sdp: defconfig creation

2009-11-11 Thread Vikram Pandita
Create 3630sdp defconfig file Signed-off-by: Vikram Pandita --- arch/arm/configs/omap_3630sdp_defconfig | 1606 +++ 1 files changed, 1606 insertions(+), 0 deletions(-) create mode 100644 arch/arm/configs/omap_3630sdp_defconfig diff --git a/arch/arm/configs/omap_3630

Re: [PATCH 11/11] OMAP3: PM: Disable OTG autoidle when waking up from off-mode

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > OMAP3 sleep can be prevented in some cases where OTG autoidle is enabled. > This patch force disables autoidle during wakeup from off-mode. See omap > errata 1.164. > > Signed-off-by: Tero Kristo This one needs a refresh against current PM branch. >

[PATCH v3 4/8] omap: zoom3: introduce zoom3 board support

2009-11-11 Thread Vikram Pandita
Zoom3 is the next versoin of Zoom2 board. There has been a silicon update from zoom2 to zoom3. Zoom2 has OMAP34xx Zoom3 has OMAP3630 [1] Zoom3 = OMAP3630 SOM board [2] + same zoom2 main board [3] + same debugboard Zoom3 has a SDRAM part from Hynix Zoom2 had SDRAM part from micron

Re: [PATCH 09/11] OMAP3: PM: Added support for L2 aux ctrl register save and restore

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > This patch adds a save and restore mechanism for ARM L2 auxiliary control > register. This feature is enabled via Kconfig option > OMAP3_L2_AUX_SECURE_SAVE_RESTORE and the service ID for PPA can be provided > via option OMAP3_L2_AUX_SECURE_SERVICE_SET_

Re: [PATCH 10/11] OMAP3: PM: Write voltage and clock setup times dynamically in idle loop

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > It is suggested by TI (SWPA152 February 2009) to write clksetup, > voltsetup_time1, voltsetup_time2, voltsetup2 dynamically in idle loop. > > This allows us to optimize the voltage + clock setup times according to the > used power save mode. > > Signed

MMC related patches

2009-11-11 Thread Madhusudhan
Hi Tony, Just a ping on the below patches. I did not see any comments on them. Are you planning to push them? Regards, Madhu http://marc.info/?l=linux-omap&m=125668573422479&w=2 http://marc.info/?l=linux-omap&m=125624185318767&w=2 http://marc.info/?l=linux-omap&m=125623349405262&w=2 http://marc.

Re: [PATCH] OMAP3: PM: Remove duplicate code blocks

2009-11-11 Thread Kevin Hilman
Sanjeev Premi writes: > This patch removes code blocks that are repeated > in function prcm_setup_regs(). > > Signed-off-by: Sanjeev Premi Thanks, pulling into PM branch, queueing for pm-fixes. Kevin > --- > arch/arm/mach-omap2/pm34xx.c | 18 -- > 1 files changed, 0 inserti

Re: [PATCH 0/3] Update CPU idle parameter passing

2009-11-11 Thread Kevin Hilman
Kalle Jokiniemi writes: > Hi Kevin, > > Made some patches to enable setting RX-51 cpu idle parameters > as we use them. Added "valid" field passing to cpuidle_params > in the process. > > Tested on RX-51. Applies on top of linux-omap/pm branch. > > Kalle Jokiniemi (3): > OMAP:PM: Fix non-cp

Re: [PATCH 2/2] OMAP3: CPUidle: Fixed timer resolution

2009-11-11 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > Previously used u32 as temporary data storage that wraps around at 4.294s. > > Signed-off-by: Tero Kristo Thanks, applying to PM branch, queing for pm-fixes. Kevin > --- > arch/arm/mach-omap2/cpuidle34xx.c |2 +- > 1 files changed, 1 insertion

[APPLIED] [PATCH v3 1/8] omap: zoom2: split board file for software reuse

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 3541a57ebeb4c817e6e25bb0c2a2c174d6edb7c4 PatchWorks http://patchwork.kernel.org/patch/59451/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH v3 2/8] omap: zoom: rename zoom2 name to generic zoom

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 1a4aaa262bdddcd19fcdb6cd89ffd4ca700a044e PatchWorks http://patchwork.kernel.org/patch/59452/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH v3 3/8] omap: zoom: drop i2c-1 speed to 2400

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 7b34b17252b13a1c033b340ea18963c91590243e PatchWorks http://patchwork.kernel.org/patch/59454/ Git (Likely to change, and takes a while to get mirrored)

Re: [PATCH v3 3/8] omap: zoom: drop i2c-1 speed to 2400

2009-11-11 Thread Tony Lindgren
* Vikram Pandita [09 15:42]: > The I2C-1 bus frequency on zoom2/zoom3/sdp3630 should be 2.4 MHz. > The speed is limited by TWL5030/GAIA; a higher speed could lead to errors > on the interface. > > The maximum I2C speed depends on the system clock for GAIA: > 2.2 MHz (sys-clk = 19.2 MHz) > 2.4

[APPLIED] [PATCH v3 4/8] omap: zoom3: introduce zoom3 board support

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 9de296858d55f4f188ffe5fd9433a8686e7ba966 PatchWorks http://patchwork.kernel.org/patch/59457/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH v3 5/8] omap: 3630sdp: introduce 3630 sdp board support

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 45a7be5f118856fbee95077091fa8fd6044a6225 PatchWorks http://patchwork.kernel.org/patch/59455/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH v3 6/8] omap: zoom2: update defconfig for LL_DEBUG_NONE

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 87e0d6074b20a8b0a4d6219dcd1b701d3ff474a7 PatchWorks http://patchwork.kernel.org/patch/59453/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH v3 7/8] omap: zoom3: defconfig creation

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): dc6b64ab41eebc177e4f114a0c94df2e616cbe22 PatchWorks http://patchwork.kernel.org/patch/59456/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH v3 8/8] omap: 3630sdp: defconfig creation

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 83f1442357e94b061d1e08507c6219ef3160c74f PatchWorks http://patchwork.kernel.org/patch/59458/ Git (Likely to change, and takes a while to get mirrored)

Re: [RFC][Patch V1] OMAP3: Mux Changes.

2009-11-11 Thread Tony Lindgren
* Pais, Allen [091015 02:33]: > Please ignore my previous mail. > > Muxes for OMAP 3630. Let's put this on hold and do it with the upcoming mux framework instead. Adding all the missing 3630 mux settings should be easy then. Regards, Tony > > Signed-off-by: Allen Pais diff --git > a/arch/a

Re: linux on sdp2420

2009-11-11 Thread Haribabu Narayanan
hi., well., i am pretty much interested in trying it outbut if omap2420 data-sheet is not in the public domain, i am curious to know as to how i can contribute much? if i were to proceed wo the data-sheet, how can I start? try to incorporate code from 2.6.14 (which is atleast booting) t

  1   2   >