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 m...@compulab.co.il [091103 23:14]: Tony Lindgren wrote: * Mike Rapoport mike.rapop...@gmail.com [091102 23:10]: On Mon, Nov 2, 2009 at 9:10 PM, Tony Lindgren

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

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

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 chud...@kionix.com 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

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 a

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 window, and

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 ro...@ti.com 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 m...@compulab.co.il --- 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 ---

[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 m...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t35.c | 67 ++-- 1 files changed, 49 insertions(+), 18 deletions(-) diff --git

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

2009-11-11 Thread Mike Rapoport
Signed-off-by: Mike Rapoport m...@compulab.co.il --- 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 ---

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 ro...@ti.com 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 out

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

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. Unfortunately, it seems

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

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 Romero

[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-omapm=125775124829936w=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

[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 anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-omap3evm.c | 82 - 1 files changed, 40 insertions(+), 42 deletions(-) diff --git

[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 anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 196 +-- 1 files changed, 51 insertions(+), 145 deletions(-) diff --git

[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 anuj.aggar...@ti.com --- arch/arm/mach-omap2/Kconfig |8 1 files changed, 8 insertions(+), 0 deletions(-)

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

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

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

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. Yes you are

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 don't have a good

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

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

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

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 jkrz...@tis.icnet.pl 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

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 tomi.valkei...@nokia.com [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

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

2009-11-11 Thread Tony Lindgren
* Vimal Singh vimal.neww...@gmail.com [091110 20:46]: On Wed, Nov 11, 2009 at 12:26 AM, Tony Lindgren t...@atomide.com wrote: * Artem Bityutskiy dedeki...@gmail.com [091110 06:22]: On Fri, 2009-10-30 at 14:57 +0530, Vimal Singh wrote: Last time I forgot to 'git add' for

[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

[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 jkrzy...@tis.icnet.pl 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

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

2009-11-11 Thread Tony Lindgren
* Sid Boyce sbo...@blueyonder.co.uk [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

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

2009-11-11 Thread Tony Lindgren
* Stephen Rothwell s...@canb.auug.org.au [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

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

2009-11-11 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [09 11:12]: * Stephen Rothwell s...@canb.auug.org.au [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

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

2009-11-11 Thread Tony Lindgren
* Mike Rapoport m...@compulab.co.il [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:

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

2009-11-11 Thread chudson
From: Chris Hudson chud...@kionix.com 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 chud...@kionix.com ---

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

2009-11-11 Thread chudson
From: Chris Hudson chud...@kionix.com 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

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

2009-11-11 Thread chudson
From: Chris Hudson chud...@kionix.com 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 chud...@kionix.com --- arch/arm/mach-omap2/mux.c |2 ++

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 Hudson

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 task

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;

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

2009-11-11 Thread Kevin Hilman
Ranjith Lohithakshan ranji...@ti.com 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 t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [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

[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

[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

[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

[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

[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

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 snip 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 ZoomII and testing

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 subramaniam...@ti.com [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 subramaniam...@ti.com Date: Thu, 24 Sep

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Carlos Chinea carlos.chi...@nokia.com 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 carlos.chi...@nokia.com

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com 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

[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

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com 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

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

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com Suspending drivers may still generate interrupts just before their suspend is completed. Any pending interrupts here will prevent sleep. Signed-off-by: Tero Kristo tero.kri...@nokia.com Thanks, applying to PM

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 sbo...@blueyonder.co.uk [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

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com 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 tero.kri...@nokia.com Signed-off-by: Jouni Hogander

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com 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

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: RD flags : no-omap-wd, no-retu-wd, no-lifeguard-reset, serial-console .

[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-omapm=125676595710748w=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 vikram.pand...@ti.com --- arch/arm/mach-omap2/board-zoom-peripherals.c | 70

[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 vikram.pand...@ti.com --- arch/arm/configs/omap_zoom2_defconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/omap_zoom2_defconfig

[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 vikram.pand...@ti.com --- 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

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

2009-11-11 Thread Vikram Pandita
Create 3630sdp defconfig file Signed-off-by: Vikram Pandita vikram.pand...@ti.com --- 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

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com 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

[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 tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com 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

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com 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

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-omapm=125668573422479w=2 http://marc.info/?l=linux-omapm=125624185318767w=2 http://marc.info/?l=linux-omapm=125623349405262w=2

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

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

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

2009-11-11 Thread Kevin Hilman
Kalle Jokiniemi kalle.jokini...@digia.com 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):

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

2009-11-11 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com Previously used u32 as temporary data storage that wraps around at 4.294s. Signed-off-by: Tero Kristo tero.kri...@nokia.com Thanks, applying to PM branch, queing for pm-fixes. Kevin ---

[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

[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

[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

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

2009-11-11 Thread Tony Lindgren
* Vikram Pandita vikram.pand...@ti.com [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 =

[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

[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

[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

[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

[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

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

2009-11-11 Thread Tony Lindgren
* Pais, Allen allen.p...@ti.com [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

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)

[APPLIED] [PATCH] omap3evm: make HSMMC driver built-in.

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): 4c7a71d871497836afb33e371c0a24acf4ae7adb PatchWorks http://patchwork.kernel.org/patch/56570/ Git (Likely to change, and takes a while to get

Re: MMC related patches

2009-11-11 Thread Tony Lindgren
* Madhusudhan madhu...@ti.com [09 16:02]: 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-omapm=125668573422479w=2 http://marc.info/?l=linux-omapm=125624185318767w=2 OK, adding.

[PATCH 00/10] omap am35xx, 3630, 7xx cpu changes for merge window after 2.6.32

2009-11-11 Thread Tony Lindgren
Hi all, This series mostly adds support for new omaps and better support for 7xx. Regards, Tony --- Alexander Shishkin (1): omap: Eliminate OMAP_MAX_NR_PORTS Cory Maccarrone (2): omap1: mmc: Add platform init for omap7xx omap1: omap_udc: Add clocking and disable vbus sense

[PATCH 01/10] omap: Eliminate OMAP_MAX_NR_PORTS

2009-11-11 Thread Tony Lindgren
From: Alexander Shishkin virtu...@slind.org Eliminate OMAP_MAX_NR_PORTS Note that also the null terminator entry for omap1 serial_platform_data needs to be now removed to avoid oopsing. Note that mach-omap1 uses struct plat_serial8250_port array, which requires a null terminator at the end, and

  1   2   >