RE: [PATCH v3 4/4] arm/dts: Add tps65217 regulator DT data to am335x-bone.dts

2012-09-08 Thread AnilKumar, Chimata
On Wed, Sep 05, 2012 at 19:59:54, Koen Kooi wrote: Op 5 sep. 2012, om 16:24 heeft Matt Porter mpor...@ti.com het volgende geschreven: On Wed, Sep 05, 2012 at 03:29:30PM +0200, Koen Kooi wrote: Op 28 aug. 2012, om 07:34 heeft AnilKumar, Chimata anilku...@ti.com het volgende

Re: [PATCH] OMAP GPIO - don't wake from suspend unless requested.

2012-09-08 Thread Shilimkar, Santosh
On Sat, Sep 8, 2012 at 3:07 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Hi Neil, NeilBrown ne...@suse.de writes: On Thu, 6 Sep 2012 11:18:09 +0530 Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Thu, Sep 6, 2012 at 8:35 AM, NeilBrown ne...@suse.de wrote: On Mon, 3 Sep 2012

Re: [PATCH] ARM: OMAP4: wakeupgen: remove duplicate AUXCOREBOOT* read/write

2012-09-08 Thread Shilimkar, Santosh
Tony, On Thu, Sep 6, 2012 at 12:05 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Thu, Sep 6, 2012 at 5:04 AM, Paul Walmsley p...@pwsan.com wrote: The wakeupgen context-save code reads and stores the AUXCOREBOOT0 and AUXCOREBOOT1 register contents twice. This seems like a

Re: New build warnings

2012-09-08 Thread Russell King - ARM Linux
On Mon, Jul 30, 2012 at 05:44:44PM +0100, Russell King - ARM Linux wrote: Okay, so last night's build run shows some new warnings... drivers/regulator/twl-regulator.c: In function 'twlreg_probe': drivers/regulator/twl-regulator.c:1151: warning: assignment discards qualifiers from pointer

Re: [PATCH v4 1/2] ARM: new cache maintenance api for iommu

2012-09-08 Thread Russell King - ARM Linux
On Thu, Jul 05, 2012 at 10:50:17AM +0530, Gupta, Ramesh wrote: + * flush_iommu_mem(start, end) + * + * Clean and invalidate the specified virtual address range. + * This is to support the non coherent iommu drivers. + * The iommu driver need to call this api

Re: [PATCH v4 2/2] OMAP:IOMMU:flush L1 and L2 caches

2012-09-08 Thread Russell King - ARM Linux
On Thu, Jul 05, 2012 at 10:50:24AM +0530, Gupta, Ramesh wrote: static void flush_iopgd_range(u32 *first, u32 *last) { - /* FIXME: L2 cache should be taken care of if it exists */ - do { - asm(mcrp15, 0, %0, c7, c10, 1 @ flush_pgd - : : r

[RFC PATCH v2] OMAPDSS: Fix IRQ unregister race

2012-09-08 Thread Dimitar Dimitrov
Very rare kernel crashes are reported on a custom OMAP4 board. Kernel panics due to corrupted completion structure while executing dispc_irq_wait_handler(). Excerpt from kernel log: Internal error: Oops - undefined instruction: 0 [#1] PREEMPT SMP Unable to handle kernel paging request at

[PATCH v2] watchdog: omap_wdt: convert to new watchdog core

2012-09-08 Thread Aaro Koskinen
Convert omap_wdt to new watchdog core. On OMAP boards, there are usually multiple watchdogs. Since the new watchdog core supports multiple watchdogs, all watchdog drivers used on OMAP should be converted. The legacy watchdog device node is still created, so this should not break existing users.

Re: [PATCH v4 00/21] OMAP UART Patches

2012-09-08 Thread Felipe Balbi
Hi, On Fri, Sep 07, 2012 at 01:53:11PM -0700, Kevin Hilman wrote: Felipe Balbi ba...@ti.com writes: Hi, On Thu, Sep 06, 2012 at 03:44:13PM -0700, Kevin Hilman wrote: Felipe Balbi ba...@ti.com writes: Hi guys, here's v4 of the omap uart patchset. No changes other than a

Re: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-09-08 Thread Domenico Andreoli
On Fri, Sep 07, 2012 at 11:57:59PM +0200, Linus Walleij wrote: On Fri, Sep 7, 2012 at 6:00 PM, Domenico Andreoli cav...@gmail.com wrote: On Fri, Sep 07, 2012 at 02:30:59PM +, AnilKumar, Chimata wrote: How can gpio driver knows that leds-gpio driver require these 4 pins? because