RE: [PATCH v8 0/7] Enable L2 cache support on Exynos4210/4x12 SoCs

2014-11-15 Thread Kukjin Kim
Arnd Bergmann wrote: > > On Friday 14 November 2014 15:11:58 Marek Szyprowski wrote: > > > > I assume that after all comments from previous versions, no more changes > > are needed > > to this patchset and I would really like to have it queued to v3.19. > > > > Arnd, Olof: could you take this patc

Re: [PATCH v12 11/15] arm: omap1: Migrate debug_ll macros to use 8250.S

2014-11-15 Thread Aaro Koskinen
Hi, On Fri, Oct 24, 2014 at 11:54:32AM +0100, Daniel Thompson wrote: > + config DEBUG_OMAP1UART1 > + bool "Kernel low-level debugging via OMAP1 UART1" > + depends on ARCH_OMAP1 > + select DEBUG_UART_8250 > + help > + Say Y here if y

Re: [PATCH v4 2/6] input: touchscreen: ti_am335x_tsc: Remove udelay in interrupt handler

2014-11-15 Thread Richard Cochran
On Fri, Nov 14, 2014 at 10:37:27AM +0530, Vignesh R wrote: > From: Brad Griffis > > TSC interrupt handler had udelay to avoid reporting of false pen-up > interrupt to user space. This patch implements workaround suggesting in > Advisory 1.0.31 of silicon errata for am335x, thus eliminating udelay

Re: [PATCH v7.1 11/19] OMAPDSS: hdmi: Make hdmi_mode_has_audio() more user friedly

2014-11-15 Thread Vladimir Zapolskiy
Hi Jyri, On 14.11.2014 16:37, Vladimir Zapolskiy wrote: > Hi Jyri, > > On 12.11.2014 16:41, Jyri Sarha wrote: >> Signed-off-by: Jyri Sarha >> --- >> drivers/video/fbdev/omap2/dss/hdmi.h |4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/video/fbdev/omap2/

Re: [PATCH] mtd: nand: omap: Fix NAND enumeration on 3430 LDP

2014-11-15 Thread pekon
Hi, On Thursday 13 November 2014 04:59 PM, Roger Quadros wrote: [...] What about performance impact? OMAP3 doesn't have ELM module. So error location for BCH8 has to be done in software. Performance impact happens only when there are bit-flips in an page. - For BCH8_HW ECC schemes ELM comes