Re: [PATCH 06/10] thermal: exynos: remove redundant threshold_code checks from exynos_tmu_initialize()

2014-05-18 Thread Amit Kachhap
On 5/5/14, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Remove runtime checks for negative return values of temp_to_code() from exynos_tmu_initialize(). The current level temperature data hardcoded in pdata will never cause a negative temp_to_code() return values and for the new

Re: [RFC][PATCH] CMA: drivers/base/Kconfig: restrict CMA size to non-zero value

2014-05-18 Thread Joonsoo Kim
On Mon, May 19, 2014 at 10:47:12AM +0900, Gioh Kim wrote: Thank you for your advice. I didn't notice it. I'm adding followings according to your advice: - range restrict for CMA_SIZE_MBYTES and *CMA_SIZE_PERCENTAGE* I think this can prevent the wrong kernel option. - change size_cmdline

Re: [PATCH v3] pwm: i.MX: Avoid sample FIFO overflow for i.MX PWM version2

2014-05-18 Thread Lothar Waßmann
Hi, Liu Ying wrote: [...] @@ -30,6 +32,7 @@ /* i.MX27, i.MX31, i.MX35 share the same PWM function block: */ #define MX3_PWMCR 0x00/* PWM Control Register */ +#define MX3_PWMIR 0x08/* PWM Interrupt Register */ #define MX3_PWMSAR

Re: [PATCH v5 7/7] Input: pixcir_i2c_ts: Add device tree support

2014-05-18 Thread Dmitry Torokhov
On Tue, May 06, 2014 at 02:06:12PM +0300, Roger Quadros wrote: Provide device tree support and binding information. Also provide support for a new chip pixcir_tangoc. Signed-off-by: Roger Quadros rog...@ti.com --- .../bindings/input/touchscreen/pixcir_i2c_ts.txt | 26

Re: [PATCH 07/10] thermal: exynos: simplify temp_to_code() and code_to_temp()

2014-05-18 Thread Amit Kachhap
On 5/5/14, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: * Remove dead temp check from temp_to_code() (this function users in exynos_tmu_initialize() always pass correct temperatures and exynos_tmu_set_emulation() returns early for EXYNOS4210 because TMU_SUPPORT_EMULATION

Re: [PATCH v5 2/7] Input: pixcir_i2c_ts - initialize interrupt mode and power mode

2014-05-18 Thread Dmitry Torokhov
On Tue, May 06, 2014 at 02:06:07PM +0300, Roger Quadros wrote: Introduce helper functions to configure power and interrupt registers. Default to IDLE mode on probe as device supports auto wakeup to ACVIE mode on detecting finger touch. Configure interrupt mode and polarity on start up.

Re: [PATCH v5 4/7] Input: pixcir_i2c_ts: Use Type-B Multi-Touch protocol

2014-05-18 Thread Dmitry Torokhov
On Tue, May 06, 2014 at 02:06:09PM +0300, Roger Quadros wrote: Switch to using the Type-B Multi-Touch protocol. Henrik, any chance you could take a look at MT-B support? Signed-off-by: Roger Quadros rog...@ti.com --- drivers/input/touchscreen/pixcir_i2c_ts.c | 125

Re: [PATCH v5 1/7] Input: pixcir_i2c_ts: Use devres managed resource allocations

2014-05-18 Thread Dmitry Torokhov
On Tue, May 06, 2014 at 02:06:06PM +0300, Roger Quadros wrote: Use devm_() and friends for allocating memory, input device and IRQ. Signed-off-by: Roger Quadros rog...@ti.com Acked-by: Mugunthan V N mugunthan...@ti.com Applied, thank you. --- drivers/input/touchscreen/pixcir_i2c_ts.c |

Re: [PATCH v5 3/7] Input: pixcir_i2c_ts: Get rid of pdata-attb_read_val()

2014-05-18 Thread Dmitry Torokhov
On Tue, May 06, 2014 at 02:06:08PM +0300, Roger Quadros wrote: Get rid of the attb_read_val() platform hook. Instead, read the ATTB gpio directly from the driver. Fail if valid ATTB gpio is not provided by patform data. Signed-off-by: Roger Quadros rog...@ti.com Acked-by: Mugunthan V N

Re: [PATCH v5 6/7] Input: pixcir_i2c_ts: Implement wakeup from suspend

2014-05-18 Thread Dmitry Torokhov
On Tue, May 06, 2014 at 02:06:11PM +0300, Roger Quadros wrote: Improve the suspend and resume handlers to allow the device to wakeup the system from suspend. Signed-off-by: Roger Quadros rog...@ti.com Acked-by: Mugunthan V N mugunthan...@ti.com Applied, thank you. ---

Re: [PATCH 08/10] thermal: exynos: cache non_hw_trigger_levels in pdata

2014-05-18 Thread Amit Kachhap
On 5/5/14, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Cache number of non-hardware trigger levels in a new pdata field (non_hw_trigger_levels) and convert code in exynos_tmu_initialize() accordingly. Changes looks fine, Reviewed-by: Amit Daniel Kachhapamit.dan...@samsung.com

Re: [PATCH 08/20] perf tools: Allow hpp fields to be sort keys

2014-05-18 Thread Namhyung Kim
Hi Jiri, On Fri, 16 May 2014 15:30:29 +0900, Namhyung Kim wrote: On Thu, 15 May 2014 14:51:32 +0200, Jiri Olsa wrote: On Mon, May 12, 2014 at 03:28:41PM +0900, Namhyung Kim wrote: SNIP +static struct hpp_dimension hpp_sort_dimensions[] = { + DIM(PERF_HPP__OVERHEAD, overhead), +

<    1   2   3   4   5   6