Re: [PATCH 1/1] PM: Thaws refrigerated and to be exited kernel threads

2009-11-09 Thread Pavel Machek
On Sun 2009-11-08 16:40:07, Dasgupta, Romit wrote: (Resending with 80 column restriction) Thanks. @@ -49,7 +50,7 @@ void refrigerator(void) for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); - if (!frozen(current)) + if

RE: [PATCH 1/1] PM: Thaws refrigerated and to be exited kernel threads

2009-11-09 Thread Dasgupta, Romit
Really? I believe the ktrhead_should_stop is new rule, and code does not seem to follow it. Actually, for example audit does not seem to use kthread_should_stop() at all... ./kernel/rtmutex-tester.c- ./kernel/rtmutex-tester.c-/* Wait for the next command to be executed */

Re: Driver Merge Questions

2009-11-09 Thread Amit Kucheria
On 09 Nov 03, Tony Lindgren wrote: * Chris Hudson chud...@kionix.com [091103 06:48]: Hello all, I've never submitted any software to Linux before, but I've been working on some new accelerometer drivers that should be ready for review soon (pending company approval). I've read lots of

Re: Newbie doubt

2009-11-09 Thread Niamathullah sharief
In this which will be ery cheap and which will be better for newbie to get wide knowledge. Please help me On Mon, Nov 9, 2009 at 11:31 AM, Nagendra nagen...@mistralsolutions.com wrote: You may also want to consider EVM from Mistral. Please see the link below for more details.

Re: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver

2009-11-09 Thread Vimal Singh
Artem, I just saw you have taken 2nd patch from this series to your tree . Could you please be able to maintain this full series? Tony, You may want to look into 1st and 2nd patch in this series. -vimal On Fri, Oct 30, 2009 at 2:12 PM, Vimal Singh vimal.neww...@gmail.com wrote: Looping

Re: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver

2009-11-09 Thread Artem Bityutskiy
On Mon, 2009-11-09 at 15:45 +0530, Vimal Singh wrote: Artem, I just saw you have taken 2nd patch from this series to your tree . Could you please be able to maintain this full series? Tony, You may want to look into 1st and 2nd patch in this series. Yes, they are in the queue, I'll look

[PATCH 01/19] OMAP2: Add funcs for writing SMS_ROT_* registers

2009-11-09 Thread Tomi Valkeinen
SMS_ROT_* registers are used by VRFB rotation engine. Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com Acked-by: Tony Lindgren t...@atomide.com Acked-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/sdrc.c | 16 arch/arm/plat-omap/include/plat/sdrc.h

[PATCH 06/19] OMAP: DSS2: Documentation for DSS2

2009-11-09 Thread Tomi Valkeinen
Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com --- Documentation/arm/OMAP/DSS | 317 1 files changed, 317 insertions(+), 0 deletions(-) create mode 100644 Documentation/arm/OMAP/DSS diff --git a/Documentation/arm/OMAP/DSS

[PATCH 02/19] OMAP: OMAPFB: split omapfb.h

2009-11-09 Thread Tomi Valkeinen
Split arch/arm/plat-omap/include/mach/omapfb.h into two files: include/linux/omapfb.h - ioctls etc for userspace and some kernel stuff for board files drivers/video/omap/omapfb.h - for omapfb internal use This cleans up omapfb.h and also makes it easier for the upcoming

[PATCH 03/19] OMAP: OMAPFB: add omapdss device

2009-11-09 Thread Tomi Valkeinen
The upcoming new display subsystem driver is divided to two devices, omapdss and omapfb, of which omapdss handles the actual hardware. This patch adds a dummy omapdss platform device for the current omapfb driver, which is then used to get the clocks. This will make it possible for the current

[PATCH 13/19] OMAP: DSS2: SDI driver

2009-11-09 Thread Tomi Valkeinen
SDI (Serial Display Interface) implements TI Flatlink 3G display interface. Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com --- drivers/video/omap2/dss/sdi.c | 277 + 1 files changed, 277 insertions(+), 0 deletions(-) create mode 100644

[PATCH 19/19] MAINTAINERS: Add OMAP2/3 DSS and OMAPFB maintainer

2009-11-09 Thread Tomi Valkeinen
Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com --- MAINTAINERS | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index cd633a6..0939a2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3853,6 +3853,23 @@ L:

[PATCH 16/19] OMAP: DSS2: Add DPI panel drivers

2009-11-09 Thread Tomi Valkeinen
- Generic panel - Samsung LTE430WQ-F0C LCD Panel - Sharp LS037V7DW01 LCD Panel Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com --- drivers/video/omap2/Kconfig|1 + drivers/video/omap2/Makefile |1 + drivers/video/omap2/displays/Kconfig

[PATCH 12/19] OMAP: DSS2: RFBI driver

2009-11-09 Thread Tomi Valkeinen
RFBI (Remote FrameBuffer Interface) implements MIPI DBI interface. Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com --- drivers/video/omap2/dss/rfbi.c | 1309 1 files changed, 1309 insertions(+), 0 deletions(-) create mode 100644

[PATCH 17/19] OMAP: DSS2: Taal DSI command mode panel driver

2009-11-09 Thread Tomi Valkeinen
Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com --- drivers/video/omap2/displays/Kconfig |6 + drivers/video/omap2/displays/Makefile |2 + drivers/video/omap2/displays/panel-taal.c | 1003 + 3 files changed, 1011 insertions(+), 0 deletions(-)

[PATCH 18/19] OMAP: SDP: Enable DSS2 for OMAP3 SDP board

2009-11-09 Thread Tomi Valkeinen
Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/configs/omap_3430sdp_defconfig | 32 +- arch/arm/mach-omap2/board-3430sdp.c | 167 --- 2 files changed, 179 insertions(+), 20 deletions(-) diff

[PATCH 04/19] OMAP: Add VRAM manager

2009-11-09 Thread Tomi Valkeinen
Add a Video RAM manager for OMAP 2 and 3 platforms. VRAM manager is used to allocate large continuous blocks of SDRAM or SRAM. The features VRAM manager has that are missing from dma_alloc_* functions are: - Support for OMAP2's SRAM - Allocate without ioremapping - Allocate at defined physical

[PATCH 10/19] OMAP: DSS2: DPI driver

2009-11-09 Thread Tomi Valkeinen
This implements MIPI DPI interface. Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com --- drivers/video/omap2/dss/dpi.c | 399 + 1 files changed, 399 insertions(+), 0 deletions(-) create mode 100644 drivers/video/omap2/dss/dpi.c diff --git

Re: [PATCH v3 1/2] arm: a driver for on-chip ETM and ETB

2009-11-09 Thread Artem Bityutskiy
On Fri, 2009-10-30 at 14:10 +0200, Alexander Shishkin wrote: On Thu, Oct 22, 2009 at 07:51:54PM +0300, Alexander Shishkin wrote: Changes: v3 -- major update: * switched from platform device to AMBA device * started using clk API in a more proper way * changed omap3

[PATCH 05/19] OMAP: Add support for VRFB rotation engine

2009-11-09 Thread Tomi Valkeinen
VRFB rotation engine is a block in OMAP2/3 that offers 12 independent contexts that can be used for framebuffer rotation. Each context has a backend area of real memory, where it stores the pixels in undisclosed format. This memory is offered to users via 4 virtual memory areas, which see the

Re: [PATCH 1/1] PM: Thaws refrigerated and to be exited kernel threads

2009-11-09 Thread Rafael J. Wysocki
On Monday 09 November 2009, Dasgupta, Romit wrote: Really? I believe the ktrhead_should_stop is new rule, and code does not seem to follow it. Actually, for example audit does not seem to use kthread_should_stop() at all... ./kernel/rtmutex-tester.c- ./kernel/rtmutex-tester.c-

Re: Driver Merge Questions

2009-11-09 Thread Amit Kucheria
On Mon, Nov 9, 2009 at 11:26 AM, Amit Kucheria amit.kuche...@verdurent.com wrote: On 09 Nov 03, Tony Lindgren wrote: * Chris Hudson chud...@kionix.com [091103 06:48]: Hello all, I've never submitted any software to Linux before, but I've been working on some new accelerometer drivers

DSP can work with 2.6.30 or later kernels?

2009-11-09 Thread Alberto J. Perez
Hi all, I'm trying to use the DSP in a Overo Fire by means of the DSPlink module. Is it possible to compile it for kernels 2.6.30 or later? Bests, Alberto. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

[PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-09 Thread Amit Kucheria
Add driver support for the tsl2563 TAOS ambient light sensor. After looking at discussions on LKML, the driver was modified from a 'hwmon' driver to an 'iio' driver. The sysfs interfaces have been tested on an RX51 (N900) to see if it responds to changing light conditions. The only real reason

[PATCH 2/2] omap: rx51: Enable RX-51 ambient light sensor

2009-11-09 Thread Amit Kucheria
The driver is at staging/iio/light/tsl2563.c for now since the IIO subsystem seems to be the preferred subsystems for such drivers now. Enable it on the RX-51 for now. The ugly #include will get fixed when IIO moves from staging to its own subsystem. Signed-off-by: Amit Kucheria

Re: [alsa-devel] [PATCH] OMAP: McBSP: Do not use extensive spin locks for dma_op_mode

2009-11-09 Thread Mark Brown
On Mon, Nov 09, 2009 at 09:49:11AM +0200, Peter Ujfalusi wrote: Just want to bring up this thread. Should I resend the patch? This is an arch/arm thing so I'd expect it to go via the OMAP tree. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH v2 2/2] omap: RX-51: enable tsc2005

2009-11-09 Thread Aaro Koskinen
Hi, ext Kalle Valo wrote: Aaro Koskinen aaro.koski...@nokia.com writes: Enable tsc2005 touchscreen driver on the RX-51 board. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com --- The patch is for 2.6.32-rc6. [...] +static struct spi_board_info rx51_peripherals_spi_board_info[] = { +

Re: [PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-09 Thread Jonathan Cameron
Hi Amit, Normally I'd welcome this in IIO, except that all ambient light sensors are in the process of moving to the new ALS subsystem. There are still some issues to resolve in that subsystem (mainly to do with naming conventions) but hopefully we will get them sorted out shortly. I'll take

Re: [PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-09 Thread Jonathan Cameron
Hi Amit, Normally I'd welcome this in IIO, except that all ambient light sensors are in the process of moving to the new ALS subsystem. There are still some issues to resolve in that subsystem (mainly to do with naming conventions) but hopefully we will get them sorted out shortly.

Re: New feature proposal quickwakeup

2009-11-09 Thread Falempe Jocelyn
On Fri, 2009-11-06 at 18:09 +, Matthew Garrett wrote: On Fri, Nov 06, 2009 at 06:42:21PM +0100, Falempe Jocelyn wrote: In fact we are doing retention in idle and with the suspend path. It's specific to Android, with the global suspend and wakelock framework. When all wakelocks are

Re: [PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-09 Thread Amit Kucheria
On 09 Nov 09, Jonathan Cameron wrote: Hi Amit, Normally I'd welcome this in IIO, except that all ambient light sensors are in the process of moving to the new ALS subsystem. There are still some issues to resolve in that subsystem (mainly to do with naming conventions) but hopefully we

[PATCH V2] [OMAP] GPIO Module disable when all pins are inactive

2009-11-09 Thread charu
From: Charulatha V ch...@ti.com This patch disables a GPIO module when all pins of a GPIO module are inactive (clock gating forced at module level) and enables the module when any gpio in the module is requested. The module is enabled only when mod_usage indicates that no GPIO in that module is

RE: [PATCH V2] [OMAP] GPIO Module disable when all pins are inactive

2009-11-09 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of ch...@ti.com Sent: Monday, November 09, 2009 7:56 PM To: linux-omap@vger.kernel.org Cc: Varadarajan, Charu Latha Subject: [PATCH V2] [OMAP] GPIO Module disable when all

Re: Driver Merge Questions

2009-11-09 Thread Chris Hudson
Hello Amit, Thank you for the information. The driver is just about finished actually; I was going to do some final testing and pull and submit the patches today. I read the lkml.org source and it definitely seems like things are in a state of limbo at the moment (well, as of a few months

RE: [PATCH V2] [OMAP] GPIO Module disable when all pins are inactive

2009-11-09 Thread Varadarajan, Charu Latha
Subject: [PATCH V2] [OMAP] GPIO Module disable when all pins are inactive From: Charulatha V ch...@ti.com This patch disables a GPIO module when all pins of a GPIO module are inactive (clock gating forced at module level) and enables the module when any gpio in the module is

[PATCH 0/4] OMAP3:PM: T2 keypad: Wakeup with support for OFF mode

2009-11-09 Thread Sanjeev Premi
This patch series incrementally adds support for wake-up from TWL4030 keypad when OFF mode is hot during suspend. In the process, it extends existing driver to support board specific implementation during suspend and resume operations. The patch has been tested on OMAP3EVM and would be good to

[PATCH 1/4] OMAP3: PM: Add suspend-resume to TWL4030 keypad

2009-11-09 Thread Sanjeev Premi
This patch adds suspend, resume functions to the TWL4030 keypad driver when CONFIG_PM is selected. Signed-off-by: Sanjeev Premi pr...@ti.com --- drivers/input/keyboard/twl4030_keypad.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git

[PATCH 2/4] OMAP3: PM: T2 keypad: Add board specific suspend-resume functions

2009-11-09 Thread Sanjeev Premi
This patch adds hooks to support board specific implementation during the suspend and resume operations. The TWL4030 can be connected to multiple boards. Without these hooks, board specific macros will be required in a generic driver. Signed-off-by: Sanjeev Premi pr...@ti.com ---

[PATCH 3/4] OMAP3: PM: Wakeup from T2 keypad with OFF mode

2009-11-09 Thread Sanjeev Premi
This patch allows wakeup from T2 keypad when OFF mode is hit during suspend. Tested on OMAP3EVM. Signed-off-by: Sanjeev Premi pr...@ti.com --- arch/arm/mach-omap2/board-omap3evm.c | 89 ++ 1 files changed, 89 insertions(+), 0 deletions(-) diff --git

[PATCH 4/4] OMAP3: PM: Extend T2 wakeup support to 3430SDP

2009-11-09 Thread Sanjeev Premi
This extends the wakeup support to the 3430 SDP platform. Only compile tested. Signed-off-by: Sanjeev Premi pr...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 89 +++ 1 files changed, 89 insertions(+), 0 deletions(-) diff --git

RE: [PATCH 0/4] OMAP3:PM: T2 keypad: Wakeup with support for OFF mode

2009-11-09 Thread Premi, Sanjeev
-Original Message- From: Premi, Sanjeev Sent: Monday, November 09, 2009 10:09 PM To: linux-omap@vger.kernel.org Cc: Premi, Sanjeev Subject: [PATCH 0/4] OMAP3:PM: T2 keypad: Wakeup with support for OFF mode This patch series incrementally adds support for wake-up from TWL4030

Re: Driver Merge Questions

2009-11-09 Thread Amit Kucheria
On 09 Nov 09, Chris Hudson wrote: Hello Amit, Thank you for the information. The driver is just about finished actually; I was going to do some final testing and pull and submit the patches today. I read the lkml.org source and it definitely seems like things are in a state of limbo at

[PATCH] arm: omap: Use resource_size

2009-11-09 Thread Tobias Klauser
Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one errors and actually fixes one in mailbox.c. Signed-off-by: Tobias Klauser tklau...@distanz.ch --- arch/arm/mach-omap2/gpmc.c|2 +-

Re: [PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-09 Thread Jonathan Cameron
Amit Kucheria wrote: On 09 Nov 09, Jonathan Cameron wrote: Hi Amit, Normally I'd welcome this in IIO, except that all ambient light sensors are in the process of moving to the new ALS subsystem. There are still some issues to resolve in that subsystem (mainly to do with naming

Re: [PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-09 Thread Jonathan Cameron
Hi Amit, As a whole looks pretty good and a lot of the points are more suggestions on how to simplify the code in places. Where we go wrt ALS and this driver is I guess going to be a bit time dependent. I like the auto adjusting code, though would prefer it to be disabled by default (perhaps

Re: [PATCH-v4 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-09 Thread Tony Lindgren
Hi, Few comments below. * Vimal Singh vimal.neww...@gmail.com [091026 05:10]: From 92c416f513df62cc0ad75b61639df27f2857b641 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Mon, 26 Oct 2009 14:24:18 +0530 Subject: [PATCH] OMAP2/3: Add support for flash on SDP boards Add

Re: [PATCH-v4 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-09 Thread Tony Lindgren
* Vimal Singh vimal.neww...@gmail.com [091104 03:28]: Hi Tony, I did not see any comment on these patches. Could you please upstream these? Or, do you have some other plan? Had few comments in your v9 patch, please fix those and then add this to into omap for-next queue for the upcoming

Re: [PATCH V2] [OMAP] GPIO Module disable when all pins are inactive

2009-11-09 Thread Tony Lindgren
* ch...@ti.com ch...@ti.com [091109 06:25]: From: Charulatha V ch...@ti.com This patch disables a GPIO module when all pins of a GPIO module are inactive (clock gating forced at module level) and enables the module when any gpio in the module is requested. The module is enabled only when

Re: [PATCH] arm: omap: Use resource_size

2009-11-09 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [091109 13:05]: * Tobias Klauser tklau...@distanz.ch [091109 09:44]: Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one errors and actually fixes one in mailbox.c.

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

2009-11-09 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [091105 10:52]: With CONFIG_PM=y, the omapfb/lcdc device on Amstrad Delta, after initially starting correctly, breaks with the following error messages: omapfb omapfb: resetting (status 0xff96,reset count 1) ... omapfb omapfb: resetting (status

Re: [PATCH] arm: omap: Use resource_size

2009-11-09 Thread Tony Lindgren
* Tobias Klauser tklau...@distanz.ch [091109 09:44]: Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one errors and actually fixes one in mailbox.c. Signed-off-by: Tobias Klauser tklau...@distanz.ch Acked-by:

Re: [PATCH] omap: update Pandora defconfig

2009-11-09 Thread Tony Lindgren
* Grazvydas Ignotas nota...@gmail.com [091107 14:32]: This patch updates defconfig to enable options needed to properly boot OMAP3 pandora board. It also enables MMC, OTG, GPIO LEDs, TWL4030 GPIO and sound drivers. Could you please edit out the automatically added changes so we can send this

[APPLIED] [PATCH] omap: pandora: fix keypad keymap

2009-11-09 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): 59629cae23f33091c9966439afd0eeb849be4c6e PatchWorks http://patchwork.kernel.org/patch/58387/ Git (Likely to change, and takes a while to get

[APPLIED] [RFC][PATCH] ARM: omap3430sdp: Enable Linux Regulator framework

2009-11-09 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): 72e366bd42c445ce5e9384bf554f873662723518 PatchWorks http://patchwork.kernel.org/patch/57644/ Git (Likely to change, and takes a while to get

Re: [alsa-devel] [PATCH 2/4 v2] OMAP: Configure audio_mclk for twl4030-codec MFD

2009-11-09 Thread Tony Lindgren
Hi, * Peter Ujfalusi peter.ujfal...@nokia.com [091108 23:46]: Hello Tony, On Wednesday 04 November 2009 09:58:18 Ujfalusi Peter (Nokia-D/Tampere) wrote: audio_mclk value is going to be handled by the twl4030-codec MFD driver, configure the correct value for boards, which is using the

Re: [PATCH 0/4 v2] ASoC/MFD/OMAP: TWL4030: APLL_CTL handling change

2009-11-09 Thread Tony Lindgren
* Mark Brown broo...@opensource.wolfsonmicro.com [091104 02:20]: On Wed, Nov 04, 2009 at 09:58:16AM +0200, Peter Ujfalusi wrote: The following series changes the way how the APLL_CTL register is handled by the twl4030 codec related drivers. I'm OK with this but I'll wait for acks from

Re: GPMC setup help

2009-11-09 Thread Tony Lindgren
Hi, * Philip Balister phi...@balister.org [091027 13:41]: I've been going round and round on this for a couple of days. I have a logic analyzer (cheap USB, that is why come edges are not quite synced) attached to the gpmc pins on a logicpd dev board. The read cycle timings are what I expect.

RE: [PATCH] OMAP35xx : Add SDIO IRQ Support for OMAP35xx

2009-11-09 Thread Madhusudhan
-Original Message- From: Phaneedra Kumar Alapati [mailto:ph...@embwise.com] Sent: Friday, November 06, 2009 3:13 AM To: linux-omap@vger.kernel.org Cc: 'Madhusudhan'; 'Dirk Behme'; 'Grosen Mark'; 'Gole Anant'; 'Sriramakrishnan' Subject: [PATCH] OMAP35xx : Add SDIO IRQ Support for

Re: n8x0 idle power problem (updated with registers dump)

2009-11-09 Thread Tony Lindgren
Hi, * x...@rice.edu x...@rice.edu [091105 09:49]: Hi, I turned on pm_debug, dumped all related registers for both systems and compared them (as attached below). Most registers have quite the same contents, while some like CORE_MOD.CM_ICLKEN1 and CORE_MOD.CM_ICLKEN1 there is 1-bit

Re: [PATCH] omap: update Pandora defconfig

2009-11-09 Thread Grazvydas Ignotas
On Mon, Nov 9, 2009 at 11:24 PM, Tony Lindgren t...@atomide.com wrote: * Grazvydas Ignotas nota...@gmail.com [091107 14:32]: This patch updates defconfig to enable options needed to properly boot OMAP3 pandora board. It also enables MMC, OTG, GPIO LEDs, TWL4030 GPIO and sound drivers. Could

[APPLIED] [PATCH] omap3: beagle: Fix USB host port power control

2009-11-09 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): 12187e35445bef725406b8f0bbf745ac5501da63 PatchWorks http://patchwork.kernel.org/patch/55703/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] omap: update Pandora defconfig

2009-11-09 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): 07cf382c7458b024e167ac60ee44201b1bf00aef PatchWorks http://patchwork.kernel.org/patch/58907/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] Fix race condition in omap_request_dma()

2009-11-09 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): 1f2e5af0fc0de168e55662a7cc928af037c0a4ad PatchWorks http://patchwork.kernel.org/patch/56703/ Git (Likely to change, and takes a while to get

Re: [PATCH] Fix race condition in omap_request_dma()

2009-11-09 Thread Tony Lindgren
* HU TAO-TGHK48 ta...@motorola.com [091106 08:45]: Hi, Tony Can we merge this patch in? Yeah, let's try to get that in as a fix. Tony Thanks. -Hu Tao -Original Message- From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of Venkatraman S Sent: Friday,

[APPLIED] [PATCH] OMAP3: decrease cpufreq transition latency

2009-11-09 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): 2a817bb46c1cd125e2091cf2d7209ec7995adf84 PatchWorks http://patchwork.kernel.org/patch/56520/ Git (Likely to change, and takes a while to get

Re: [PATCH] omap3evm : enable nand support

2009-11-09 Thread Tony Lindgren
Hi, * Sriramakrishnan s...@ti.com [091029 06:02]: Enable Nand suport on the OMAP3EVM. Signed-off-by: Sriramakrishnan s...@ti.com --- This patch has been generated against the tip of for-next branch. arch/arm/configs/omap3_evm_defconfig |2 + arch/arm/mach-omap2/board-omap3evm.c |

Re: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board

2009-11-09 Thread Tony Lindgren
* Hiremath, Vaibhav hvaib...@ti.com [091028 03:06]: -Original Message- From: Hiremath, Vaibhav Sent: Wednesday, October 28, 2009 3:34 PM To: linux-omap@vger.kernel.org Cc: Hiremath, Vaibhav Subject: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board [Hiremath, Vaibhav]

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

2009-11-09 Thread Janusz Krzysztofik
Monday 09 November 2009 22:14:24 Tony Lindgren napisaƂ(a): * Janusz Krzysztofik jkrzy...@tis.icnet.pl [091105 10:52]: With CONFIG_PM=y, the omapfb/lcdc device on Amstrad Delta, after initially starting correctly, breaks with the following error messages: omapfb omapfb: resetting (status

[PATCH] OMAP: DMA: Use some define rather than a hexadecimal constant for LCD register

2009-11-09 Thread Janusz Krzysztofik
The patch corrects the issue introduced with my previous patch: OMAP: DMA: Fix omapfb/lcdc on OMAP1510 broken when PM set as pointed out by OMAP subsystem maintainer. Signed-off-by: Janusz Krzysztofik jkrzy...@tis.icnet.pl --- Hi, I'd really like to have the first one get in as a fix in

[PATCH] usbtest: make module param pattern writeable

2009-11-09 Thread Vikram Pandita
Allow module_param to be writeable. This allows us to change the parameter if usbtest is built-in in the kernel. Signed-off-by: Vikram Pandita vikram.pand...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- drivers/usb/misc/usbtest.c |7 +-- 1 files changed, 5 insertions(+), 2

RE: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board

2009-11-09 Thread Hiremath, Vaibhav
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Tuesday, November 10, 2009 6:39 AM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org; Tomi Valkeinen Subject: Re: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board * Hiremath, Vaibhav hvaib...@ti.com

[PATCH] AM35xx: Initialize omap_chip bits

2009-11-09 Thread Ranjith Lohithakshan
AM35xx is functionally similar to OMAP3430 ES3.1 from a powerdomain/clockdomain perspective. This patch initializes the omap_chip bits on AM35xx for use by powerdomain and clockdomain code. Signed-off-by: Ranjith Lohithakshan ranji...@ti.com --- Applies on for-next arch/arm/mach-omap2/id.c |

Re: [PATCH-v4 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-09 Thread Vimal Singh
On Tue, Nov 10, 2009 at 2:21 AM, Tony Lindgren t...@atomide.com wrote: Hi, Few comments below. * Vimal Singh vimal.neww...@gmail.com [091026 05:10]: From 92c416f513df62cc0ad75b61639df27f2857b641 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Mon, 26 Oct 2009 14:24:18