Re: [PATCH v5 0/6] exynos: Move pmu driver to driver/soc folder and add exynos7 support

2014-11-30 Thread Arnd Bergmann
On Saturday 29 November 2014 19:45:02 Amit Daniel Kachhap wrote: This patch series [1 - 6] performs, 1) Moves pmu driver to driver/soc/samsung folder. This is needed as exynos7 is an arm64 based platform and hence PMU driver should be in driver folder. Some discussion happened about

Re: [PATCH v3 3/5] pinctrl: exynos: add exynos5410 SoC specific data

2014-11-30 Thread Tomasz Figa
Hi Andreas, 2014-11-28 21:07 GMT+09:00 Andreas Färber afaer...@suse.de: Am 28.11.2014 um 12:59 schrieb Linus Walleij: On Sat, Nov 22, 2014 at 11:26 PM, Andreas Färber afaer...@suse.de wrote: From: Hakjoo Kim ruppi@hardkernel.com Add Samsung EXYNOS5410 SoC specific data to enable pinctrl

Re: [PATCH v2 3/5] pinctrl: exynos: Fix GPIO setup failure because domain clock being gated

2014-11-30 Thread Tomasz Figa
Hi Krzysztof, 2014-11-28 23:08 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: On pią, 2014-11-28 at 15:04 +0100, Linus Walleij wrote: On Wed, Nov 26, 2014 at 3:24 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: The audio subsystem on Exynos 5420 has separate clocks and GPIO.

Re: [PATCH 1/2] Input: add regulator haptic driver

2014-11-30 Thread Jaewon Kim
Hi Mark, 2014년 11월 28일 21:50에 Mark Brown 이(가) 쓴 글: On Thu, Nov 20, 2014 at 10:31:39PM +0900, Jaewon Kim wrote: + haptic-regulator = devm_regulator_get(pdev-dev, haptic); + if (IS_ERR(haptic-regulator)) { + dev_err(pdev-dev, failed to get regulator\n); +

[PATCH v4 0/2] Add regulator-haptic driver

2014-11-30 Thread Jaewon Kim
This patch series adds regulator-haptic driver. The regulator-haptic has haptic motor and it is controlled by voltage of regulator via force feedback framework. Changes in v4: - _regulator_get() - _regulator_get_exclusive() Changes in v3: - fix typo in Documentation - add define in header

[PATCH v4 2/2] ARM: dts: Add regulator-haptic device node for exynos3250-rinato

2014-11-30 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git

[PATCH v4 1/2] Input: add regulator haptic driver

2014-11-30 Thread Jaewon Kim
This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Hyunhee Kim hyunhee@samsung.com Acked-by: Kyungmin Park

Re: [PATCH 16/19] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2014-11-30 Thread Chanwoo Choi
Dear Mark, On 11/28/2014 11:00 PM, Mark Rutland wrote: On Fri, Nov 28, 2014 at 01:18:25PM +, Chanwoo Choi wrote: Dear Mark, On 11/27/2014 08:18 PM, Mark Rutland wrote: On Thu, Nov 27, 2014 at 07:35:13AM +, Chanwoo Choi wrote: This patch adds new Exynos5433 dtsi to support 64-bit

Re: [PATCH v5 2/6] drivers: soc: Add support for Exynos PMU driver

2014-11-30 Thread amit daniel kachhap
On Sun, Nov 30, 2014 at 4:54 AM, Kukjin Kim kg...@kernel.org wrote: Amit Daniel Kachhap wrote: This patch moves Exynos PMU driver implementation from arm/mach-exynos to drivers/soc/samsung. This driver is mainly used for setting misc bits of register from PMU IP of Exynos SoC which will be

Re: [PATCH v5 3/6] driver: soc: exynos-pmu: Add an API to be called after wakeup

2014-11-30 Thread amit daniel kachhap
On Sun, Nov 30, 2014 at 4:56 AM, Kukjin Kim kg...@kernel.org wrote: Amit Daniel Kachhap wrote: This patch adds an API exynos_sys_powerup_conf to be called after system sleep wakeup. This will useful for exynos7 SoC to perform resume related initialisations. This is similar to currently

Re: [PATCH v5 5/6] drivers: soc: exynos-pmu: Add support for Exynos7

2014-11-30 Thread amit daniel kachhap
On Sun, Nov 30, 2014 at 5:05 AM, Kukjin Kim kg...@kernel.org wrote: Amit Daniel Kachhap wrote: Add PMU settings for exynos7. This is required for future suspend-to-ram, cpuidle and power domain support. Note: In this patch some static declarations lines are over 80 characters per line for

Re: [PATCH v5 0/6] exynos: Move pmu driver to driver/soc folder and add exynos7 support

2014-11-30 Thread Chanwoo Choi
Hi Amit, I'm so sorry. I used the name of other man on previous mail. If you possbile, I want to include me in the mailing list. Best Regards, Chanwoo Choi On 12/01/2014 01:30 PM, Chanwoo Choi wrote: Hi Pankaj, If you possible, could you add me to mailing list on the next patchset? because

Re: [PATCH v5 5/6] drivers: soc: exynos-pmu: Add support for Exynos7

2014-11-30 Thread Pankaj Dubey
Hi, On 1 December 2014 at 09:59, amit daniel kachhap amit.dan...@samsung.com wrote: On Sun, Nov 30, 2014 at 5:05 AM, Kukjin Kim kg...@kernel.org wrote: Amit Daniel Kachhap wrote: Add PMU settings for exynos7. This is required for future suspend-to-ram, cpuidle and power domain support.