RE: [PATCH v2 1/1] ARM: exynos_defconfig: Enable options for display panel support

2014-11-08 Thread Kukjin Kim
Javier Martinez Canillas wrote: Hello Kukjin, Hi, On Mon, Aug 25, 2014 at 10:45 AM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: Many Exynos devices have a display panel. Most of them just have a simple panel while others have more complex configurations that

RE: [PATCH] ARM: exynos_defconfig: disable CONFIG_EXYNOS5420_MCPM; not stable

2014-11-08 Thread Kukjin Kim
Kevin Hilman wrote: From: Kevin Hilman khil...@linaro.org The option CONFIG_EXYNOS5420_MCPM is causing imprecise external aborts during boot testing, causing various userspace startup failures. Disable until it has gotten more testing. Cc: Kukjin Kim kgene@samsung.com, Cc: Javier

RE: [PATCH] ARM: dts: Fix booting on Rinato market device

2014-11-08 Thread Kukjin Kim
Krzysztof Kozlowski wrote: On piÄ…, 2014-11-07 at 20:50 +0900, Chanwoo Choi wrote: Hi Krzysztof, On 11/07/2014 08:44 PM, Krzysztof Kozlowski wrote: The bootloader on market Rinato (Gear 2) device checks for revision in compatible field of DTB. If it is not present or lower than

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

2014-11-08 Thread Amit Daniel Kachhap
This patch series[1 - 6] performs, 1) Moves pmu driver to driver/soc/samsung folder. Some discussion happened about this in the v1 version. Finally adding it in driver/soc folder as it too SoC specific and not a general driver. Entire discussion can be found here (A). 2) Registers this

[PATCH v2 5/6] driver: soc: exynos-pmu: Add an API to be called after wakeup

2014-11-08 Thread Amit Daniel Kachhap
This patch adds an API exynos_sys_powerup_conf to be called after system sleep wakeup. This is similar to currently existing API exynos_sys_powerdown_conf. Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com ---

[PATCH v2 6/6] drivers: soc: samsung: Add support for Exynos7 pmu

2014-11-08 Thread Amit Daniel Kachhap
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 redability. Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Eunseok Choi

[PATCH v2 1/6] ARM: EXYNOS: Move pmu specific header files under linux/soc/samsung

2014-11-08 Thread Amit Daniel Kachhap
Moving Exynos PMU specific header file into include/linux/soc/samsung thus updated affected files under mach-exynos to use new location of these header files. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com ---

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

2014-11-08 Thread Amit Daniel Kachhap
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 required to configure before Suspend/Resume. Currently all these settings are done in

[PATCH v2 4/6] soc: samsung: exynos-pmu: Register exynos-pmu driver as a mfd driver

2014-11-08 Thread Amit Daniel Kachhap
This can be used later to probe and configure PMU client drivers like pm domain, pm sleep etc. A global structure pmu_dev_client_data is created to pass exynos-pmu platform data to all the clients. Currently the data passed is register base addresses. Although the exynos-pmu driver also provides

[PATCH v2 3/6] drivers: soc: samsung: Fix a spelling mistake

2014-11-08 Thread Amit Daniel Kachhap
This patches changes the name of exynos5_list_diable_wfi_wfe to exynos5_list_disable_wfi_wfe. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com --- drivers/soc/samsung/exynos-pmu.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

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

2014-11-08 Thread Pankaj Dubey
Hi Amit, On 8 November 2014 18:46, Amit Daniel Kachhap amit.dan...@samsung.com 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 required to

Re: [PATCH v2 6/6] drivers: soc: samsung: Add support for Exynos7 pmu

2014-11-08 Thread Pankaj Dubey
Hi Amit, On 8 November 2014 18:46, Amit Daniel Kachhap amit.dan...@samsung.com 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] i2c: exynos5: use proper errno for timeout

2014-11-08 Thread Wolfram Sang
On Fri, Oct 03, 2014 at 01:57:14PM +0200, Wolfram Sang wrote: Signed-off-by: Wolfram Sang w...@the-dreams.de Applied to for-next, thanks! signature.asc Description: Digital signature

Re: [GIT PULL 2/3 v2] 1st Round of Samsung PM updates for v3.19

2014-11-08 Thread Olof Johansson
On Wed, Nov 05, 2014 at 09:31:49AM +0900, Kukjin Kim wrote: Olof Johansson wrote: On Tue, Oct 28, 2014 at 11:00:57AM +0900, Kukjin Kim wrote: Hi, Hi, I'm sending new pull-request for tags/samsung-pm-v2 instead of tags/samsung-pm. Note that just added fix build with

Re: [PATCH v2 2/2] tty: serial: samsung: Clean-up selection of number of available UARTs

2014-11-08 Thread Abhilash Kesavan
On Mon, Nov 3, 2014 at 1:51 PM, Abhilash Kesavan kesavan.abhil...@gmail.com wrote: Hello Kukjin, On Fri, Oct 31, 2014 at 8:06 AM, Abhilash Kesavan kesavan.abhil...@gmail.com wrote: Hi Kukjin, On Tue, Oct 28, 2014 at 5:56 PM, Abhilash Kesavan kesavan.abhil...@gmail.com wrote: Hi Kukjin

[PATCH v7 1/7] arm64: dts: add dt-bindings/ symlink

2014-11-08 Thread Abhilash Kesavan
From: Pankaj Dubey pankaj.du...@samsung.com Add symlink to include/dt-bindings from arch/arm64/boot/dts/include/ to match the ones in ARM architectures so that preprocessed device tree files can include various useful constant definitions. See commit c58299aa8754 (kbuild: create an include

[PATCH v7 0/7] Enable support for Samsung Exynos7 SoC

2014-11-08 Thread Abhilash Kesavan
These were originally part of 2 patchsets[1][2] adding support for Exynos7. The clock and pinctrl patches are going through the respective maintainer's tree; hence the remaining dt related patches have been consolidated and are being posted here as a separate series. This patchset has build

[PATCH v7 4/7] arm64: dts: Add PMU DT node for exynos7 SoC

2014-11-08 Thread Abhilash Kesavan
Adds PMU DT node for exynos7 SoC. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com --- Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1 + arch/arm64/boot/dts/exynos/exynos7.dtsi | 5 + 2 files changed, 6 insertions(+) diff --git

[PATCH v7 2/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-11-08 Thread Abhilash Kesavan
From: Naveen Krishna Ch naveenkrishna...@gmail.com Add initial device tree nodes for EXYNOS7 SoC and board dts file to support Espresso board based on Exynos7 SoC. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Reviewed-by:

[PATCH v7 5/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7

2014-11-08 Thread Abhilash Kesavan
Add nodes for 3 mmc channels, 12 i2c channels, rtc, watchdog and adc on Exynos7. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 45

[PATCH v7 6/7] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-11-08 Thread Abhilash Kesavan
From: Alim Akhtar alim.akh...@samsung.com This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. It also enables RTC, WDT and Pinctrl for Exynos7. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Naveen Krishna Ch

[PATCH v7 3/7] arm64: dts: Add initial pinctrl support to EXYNOS7

2014-11-08 Thread Abhilash Kesavan
From: Naveen Krishna Ch naveenkrishna...@gmail.com Add intial pin configuration nodes for EXYNOS7. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Tested-by: Thomas Abraham

[PATCH v7 7/7] arm64: Enable Exynos7 SOC in the defconfig

2014-11-08 Thread Abhilash Kesavan
From: Alim Akhtar alim.akh...@samsung.com Enable Exynos7 SOC in the arm64 defconfig. Also enable the samsung serial driver needed by this SoC. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com --- arch/arm64/configs/defconfig | 4 1

RE: [PATCH v2 2/2] tty: serial: samsung: Clean-up selection of number of available UARTs

2014-11-08 Thread Kukjin Kim
Abhilash Kesavan wrote: On Mon, Nov 3, 2014 at 1:51 PM, Abhilash Kesavan kesavan.abhil...@gmail.com wrote: Hello Kukjin, On Fri, Oct 31, 2014 at 8:06 AM, Abhilash Kesavan kesavan.abhil...@gmail.com wrote: Hi Kukjin, On Tue, Oct 28, 2014 at 5:56 PM, Abhilash Kesavan

RE: [GIT PULL 2/3 v2] 1st Round of Samsung PM updates for v3.19

2014-11-08 Thread Kukjin Kim
Olof Johansson wrote: On Wed, Nov 05, 2014 at 09:31:49AM +0900, Kukjin Kim wrote: Olof Johansson wrote: On Tue, Oct 28, 2014 at 11:00:57AM +0900, Kukjin Kim wrote: Hi, Hi, I'm sending new pull-request for tags/samsung-pm-v2 instead of tags/samsung-pm. Note that