Re: [PATCH 3/3] [media] s5p-mfc: Use of_match_ptr and CONFIG_OF

2013-01-06 Thread Sylwester Nawrocki
Hi Sachin, On 12/28/2012 11:18 AM, Sachin Kamat wrote: This builds the code only if DT is enabled. Since the driver this patch touches is for platforms that in (not distant) future will be DT only I don't really see an advantage of applying it, only to need to revert it after few kernel

Re: [PATCH 1/3] pinctrl: exynos: add exynos5250 SoC specific data

2013-01-06 Thread Linus Walleij
On Thu, Dec 27, 2012 at 5:58 PM, Kukjin Kim kgene@samsung.com wrote: And I think, would be clear if the config could be changed like following. 8-- From: Kukjin Kim kgene@samsung.com Subject: [PATCH] pinctrl: exynos:

[PATCH 2/5 RESEND] thermal: exynos: Miscellaneous fixes to support falling threshold interrupt

2013-01-06 Thread Amit Daniel Kachhap
Below fixes are done to support falling threshold interrupt, * Falling interrupt status macro corrected according to exynos5 data sheet. * The get trend function modified to calculate trip temperature correctly. * The clearing of interrupt status in the isr is now done after handling the event

Re: [PATCH 2/5 RESEND] thermal: exynos: Miscellaneous fixes to support falling threshold interrupt

2013-01-06 Thread Joe Perches
On Sun, 2013-01-06 at 15:50 -0800, Amit Daniel Kachhap wrote: Below fixes are done to support falling threshold interrupt, * Falling interrupt status macro corrected according to exynos5 data sheet. * The get trend function modified to calculate trip temperature correctly. * The clearing of

Re: [PATCH V2 0/3] thermal: Add support for interrupt based notification to thermal layer

2013-01-06 Thread amit daniel kachhap
Hi Rui, Any comment on these patches? These are based on new quick cooling macros introduced. Also my linaro ID is not valid so using samsung ID. Thanks, Amit Daniel On Mon, Nov 26, 2012 at 5:47 AM, Amit Daniel Kachhap amit.kach...@linaro.org wrote: Changes since V1: Used the new thermal trend

[PATCH 1/2] thermal: sysfs: Add a new sysfs node emul_temp

2013-01-06 Thread Amit Daniel Kachhap
This patch adds support to set the emulated temperature method in thermal zone (sensor). After setting this feature thermal zone must report this temperature and not the actual temperature. The actual implementation of this emulated temperature is based on sensor capability or platform specific.

[PATCH 2/2] thermal: exynos: Use the framework for temperature emulation support

2013-01-06 Thread Amit Daniel Kachhap
This removes the driver specific sysfs support of the temperature emulation and uses the newly added core thermal framework for thermal emulation. A platform specific handler is added to support this. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com ---

Re: [PATCH] ARM: dts: add max8997 device node for exynos4210-origen board

2013-01-06 Thread Tushar Behera
On 11/23/2012 03:23 PM, Thomas Abraham wrote: Add max8997 regulator device node for exynos4210-origen board and list all the supported regulators. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Tested-by: Tushar Behera tushar.beh...@linaro.org -- Tushar Behera -- To unsubscribe

Re: [PATCH] ARM: DTS: exynos4210-origen: Add MAX8997 node entry

2013-01-06 Thread Tushar Behera
On 01/04/2013 10:51 PM, Thomas Abraham wrote: On 4 January 2013 00:23, Tushar Behera tushar.beh...@linaro.org wrote: The node entry is added as per documentation and legacy board file. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- The patch is rebased on v3.8-rc1.