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 wrote: > On Sun, Nov 30, 2014 at 5:05 AM, Kukjin Kim 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

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? > beca

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

2014-11-30 Thread Chanwoo Choi
Hi Pankaj, If you possible, could you add me to mailing list on the next patchset? because I'll support PMU for Exynos5433, too. Best Regards, Chanwoo Choi On 11/29/2014 11:15 PM, Amit Daniel Kachhap wrote: > This patch series [1 - 6] performs, > > 1) Moves pmu driver to driver/soc/samsung fol

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 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 easy

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 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 existing A

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 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 requir

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 suppo

[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 Signed-off-by: Hyunhee Kim Acked-by: Kyungmin Park Tested-by: Chanwoo Choi Reviewed-by: Chanwoo Choi Reviewed-by: P

[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 Reviewed-by: Chanwoo Choi --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos

[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 fil

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"); +

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 : > On pią, 2014-11-28 at 15:04 +0100, Linus Walleij wrote: >> On Wed, Nov 26, 2014 at 3:24 PM, Krzysztof Kozlowski >> wrote: >> >> > The audio subsystem on Exynos 5420 has separate clocks and GPIO. To >> > operate properly on GPIOs the

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 : > Am 28.11.2014 um 12:59 schrieb Linus Walleij: >> On Sat, Nov 22, 2014 at 11:26 PM, Andreas Färber wrote: >> >>> From: Hakjoo Kim >>> >>> Add Samsung EXYNOS5410 SoC specific data to enable pinctrl >>> support for all platforms based on EXY

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 abou