Re: [PATCHv2 1/3] OMAP UART: Add omap-serial driver support.

2009-11-01 Thread Mika Westerberg
Hi, On Wed, Oct 28, 2009 at 12:42:59PM +0530, Govindraj.R wrote: > >From a3f0e5a13c1bc5046110cae513878183df2215c6 Mon Sep 17 00:00:00 2001 > From: Govindraj R > Date: Wed, 28 Oct 2009 12:21:03 +0530 > Subject: [PATCHv2 1/3] OMAP UART: Add omap-serial driver support. > > This patch adds support f

Re: [PATCH 1/2] OMAP3: move check_revision above check_features

2009-11-03 Thread Mika Westerberg
On Tue, Oct 20, 2009 at 05:48:57AM -0500, Nishanth Menon wrote: > omap3_check_revision() does not depend on omap3_check_features() > move this above so that we can add logic based on revision > detected in check_features. > > Signed-off-by: Nishanth Menon Acked-by: Mika West

Preventing OMAP3 serial driver to take control of all UARTs

2009-11-30 Thread Mika Westerberg
Hi Tony, Current omap serial driver takes control of all 3 (4 on OMAP3640) UARTS. However, we have such a setup where UART2 for example is used by bluetooth driver. It uses the UART as non-standard way (there are some Nokia extensions to H4 protocol) so we cannot use the standard driver for drivin

[PATCH] OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+

2010-12-29 Thread Mika Westerberg
ION register). Fix this by returning immediately after call to set_24xx_gpio_triggering(). Signed-off-by: Mika Westerberg --- arch/arm/plat-omap/gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c index c05c653..4dcb

Re: [PATCH] OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+

2011-01-06 Thread Mika Westerberg
Hi Kevin, On Wed, Jan 05, 2011 at 08:54:48AM -0800, Kevin Hilman wrote: > > I had assumed it was recent changes since the patch didn't apply > cleanly, but am glad to be wrong. :) The patch should apply cleanly on the latest mainline. Do you want me to rebase it against some other tree and resen

Re: [PATCH v2 03/11] OMAP2430: DMA: HWMOD: Add hwmod data structures

2010-08-24 Thread Mika Westerberg
Hi, On Tue, Aug 24, 2010 at 04:34:18PM +0530, Manjunatha GK wrote: > This patch adds OMAP2430 DMA hwmod structures. > > Signed-off-by: Manjunatha GK > Cc: Benoit Cousson > Cc: Kevin Hilman > Cc: Santosh Shilimkar > --- > arch/arm/mach-omap2/omap_hwmod_2430_data.c | 85 > ++

Re: Preventing OMAP3 serial driver to take control of all UARTs

2009-12-01 Thread Mika Westerberg
; > wrote: > > > > > On Mon, 2009-11-30 at 10:46 +0200, Mika Westerberg wrote: > > > > >> Hi Tony, > > > > >> > > > > >> Current omap serial driver takes control of all 3 (4 on OMAP3640) > > > > >> UARTS. H

Re: Preventing OMAP3 serial driver to take control of all UARTs

2009-12-02 Thread Mika Westerberg
On Thu, Dec 03, 2009 at 02:00:52AM +0100, ext Tony Lindgren wrote: > * Grant Likely [091202 07:06]: > > On Mon, Nov 30, 2009 at 12:40 PM, Tony Lindgren wrote: > > > * Grant Likely [091130 09:01]: > > > > > > > > > maybe you've already thought through all this.. But would it be > > > possible

Re: Preventing OMAP3 serial driver to take control of all UARTs

2009-12-07 Thread Mika Westerberg
On Thu, Dec 03, 2009 at 11:52:44AM -0800, Tony Lindgren wrote: > * Artem Bityutskiy [091203 00:46]: > > On Thu, 2009-12-03 at 08:56 +0200, Mika Westerberg wrote: > > > On Thu, Dec 03, 2009 at 02:00:52AM +0100, ext Tony Lindgren wrote: > > > > * Grant Likely [091202

[PATCH] OMAP3: serial - allow platforms specify which UARTs to initialize

2009-12-10 Thread Mika Westerberg
From: Mika Westerberg This patch adds new function: omap_serial_init_port(port) that can be used to initialize only selected UARTs as serial ports. Platforms can then in their board files call this function instead of omap_serial_init() if they don't want to use all UARTs as serial

[PATCH] OMAP3: serial - fix bug introduced in f62349ee9788b1d94c55eb6c291d74a1f69bdd9e

2009-12-14 Thread Mika Westerberg
opulates the uart_list and enables uart clocks into omap_serial_init_port(). Cc: Kevin Hilman Signed-off-by: Mika Westerberg --- Tested with RX-51. arch/arm/mach-omap2/serial.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/serial.c b/arch/

Re: [PATCH 0/5] V7/Cortex/omap34xx fixes for 2.6.33-rc1: DCC, kexec, atags

2010-01-05 Thread Mika Westerberg
On Tue, Dec 29, 2009 at 02:07:05PM -0800, Tony Lindgren wrote: > Hi, > > * Magnus Damm [091227 21:54]: > > Hi Tony, > > > > On Sat, Dec 19, 2009 at 12:45 PM, Tony Lindgren wrote: > > > Here are some v7 fixes, mostly to make kexec work. > > > > > > Using 2.6.33-rc1, these fixes, and kexec from k

[PATCH] OMAP2/3/4: DMA: reset controller during init

2010-05-03 Thread Mika Westerberg
d DMAchannel 5 <4>IRQ 0020 for non-allocated DMAchannel 5 <4>IRQ 0020 for non-allocated DMAchannel 5 <4>IRQ 0020 for non-allocated DMAchannel 5 To prevent any weird things happening, we perform soft reset for the controller and disable all per channel interrupts. Signed-off-by:

Re: [PATCH] OMAP2/3/4: DMA: reset controller during init

2010-05-04 Thread Mika Westerberg
On Mon, May 03, 2010 at 06:58:18PM +0200, ext Tony Lindgren wrote: > * Mika Westerberg [100503 05:52]: (...) > > +/** > > + * omap_dma_reset() - perform software reset for the DMA controller > > + */ > > +static void omap_dma_reset(void) > > +{ > > + u32

Re: [PATCH] i2c: omap: fix OOPS in omap_i2c_unidle() during probe

2010-05-11 Thread Mika Westerberg
On Tue, May 11, 2010 at 08:54:07AM +0200, ext Jarkko Nikula wrote: > On Fri, 16 Apr 2010 12:47:50 +0300 > Grazvydas Ignotas wrote: > > > >> Tested-by: Paul Walmsley > > Uhm why does this patch (or Tony's version) doesn't reach mainline for > > so long? It's critical for all OMAPs except the very

Re: [PATCH] OMAP2/3/4: DMA: reset controller during init

2010-05-11 Thread Mika Westerberg
On Tue, May 04, 2010 at 10:40:06AM +0300, Mika Westerberg wrote: > On Mon, May 03, 2010 at 06:58:18PM +0200, ext Tony Lindgren wrote: > > * Mika Westerberg [100503 05:52]: > (...) > > > +/** > > > + * omap_dma_reset() - perform software reset for the DMA controller

[PATCH] i2c: omap: fix OOPS in omap_i2c_unidle() during probe

2010-03-23 Thread Mika Westerberg
e1a0331c e3a01000 (e18210b3) ---[ end trace 1b75b31a2719ed1c ]--- This patch moves register shift setting before any register accesses are done. Signed-off-by: Mika Westerberg Cc: Cory Maccarrone --- drivers/i2c/busses/i2c-omap.c | 10 +- 1 files changed, 5 insertions(+), 5

Re: OMAP 3430SDP i2c boot crash

2010-04-16 Thread Mika Westerberg
On Fri, Apr 16, 2010 at 11:21:27AM +0300, Tomi Valkeinen wrote: > Hi, > > I haven't been able to boot my OMAP 3430SDP board with mainstream kernel > for a while, with the omap_3430sdp_defconfig. Anyone else having > problems? I don't get anything on the console after "Uncompressing > Linux... done

Re: [PATCH 3/6] tty: serial: 8250 core: add runtime pm

2014-07-21 Thread Mika Westerberg
On Wed, Jul 09, 2014 at 07:49:34PM +0200, Sebastian Andrzej Siewior wrote: > While comparing the OMAP-serial and the 8250 part of this I noticed that > the the latter does not use runtime-pm. Here are the pieces. It is > basically a get before first register access and a last_busy + put after > las

Re: [4.4-rc][PATCH] genirq / PM: restore system wake up from chained interrupts

2015-11-10 Thread Mika Westerberg
c_is_chained() and > use it in suspend_device_irq() for chained interrupts identification > and skip them, once detected. > > Cc: Mika Westerberg FWIW, Reviewed-by: Mika Westerberg -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html