Re: [PATCH 1/1] ARM: exynos_defconfig: Disable IOMMU support

2015-03-04 Thread Kevin Hilman
that the only Exynos5 machines that failed to boot in next-20150303 were exynos5250-arndale and exynos5422-odroidxu3 [12]. Also, only the exynos5250-arndale failed to boot with next-20150304 [13] while exynos5422-odroidxu3 booted successfully and there were no changes for the exynos drm driver

Re: [PATCH 8/9] ARM: EXYNOS: suspend requires regulator access

2015-03-04 Thread Krzysztof Kozłowski
W dniu poniedziałek, 2 marca 2015 Arnd Bergmann a...@arndb.de napisał(a): Building an exynos kernel without regulators but with suspend enabled results in a link error: arch/arm/mach-exynos/built-in.o: In function `exynos_suspend_finish': arch/arm/mach-exynos/suspend.c:532: undefined

Re: [GIT PULL 2/2] Samsung fixes-2 for v4.0

2015-03-04 Thread Arnd Bergmann
On Tuesday 03 March 2015 04:00:14 Kukjin Kim wrote: Please pull Samsung tmu and hdmi regression fixes for v4.0 and I know this is quite big for fixes but I couldn't handle this series for previous merge window because of dependency with driver side...sorry for that and please pull so that we

Re: [GIT PULL 1/2] Samsung fixes-1 for v4.0

2015-03-04 Thread Arnd Bergmann
On Tuesday 03 March 2015 17:23:52 Bartlomiej Zolnierkiewicz wrote: On Tuesday, March 03, 2015 04:48:39 PM Bartlomiej Zolnierkiewicz wrote: On Tuesday, March 03, 2015 03:56:16 AM Kukjin Kim wrote: The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux

Re: [PATCH 8/9] ARM: EXYNOS: suspend requires regulator access

2015-03-04 Thread Arnd Bergmann
On Wednesday 04 March 2015 20:44:07 Krzysztof Kozłowski wrote: W dniu poniedziałek, 2 marca 2015 Arnd Bergmann a...@arndb.de napisał(a): Building an exynos kernel without regulators but with suspend enabled results in a link error: arch/arm/mach-exynos/built-in.o: In function

Re: [GIT PULL 2/2] Samsung fixes-2 for v4.0

2015-03-04 Thread Arnd Bergmann
On Wednesday 04 March 2015 21:04:40 Arnd Bergmann wrote: On Tuesday 03 March 2015 04:00:14 Kukjin Kim wrote: Please pull Samsung tmu and hdmi regression fixes for v4.0 and I know this is quite big for fixes but I couldn't handle this series for previous merge window because of dependency

Re: [PATCH 01/10] Input: s3c2410_ts: fix S3C_ADC dependency

2015-03-04 Thread Dmitry Torokhov
On Mon, Mar 02, 2015 at 01:35:54PM +0100, Arnd Bergmann wrote: S3C_ADC is only available on machines that don't do ARCH_MULTIPLATFORM, so changing the 'select' into 'depends on' here helps us move to ARCH_MULTIPLATFORM without introducing regressions. Signed-off-by: Arnd Bergmann

Re: [GIT PULL 2/2] Samsung fixes-2 for v4.0

2015-03-04 Thread Javier Martinez Canillas
Hello Arnd, On Thu, Mar 5, 2015 at 12:04 AM, Arnd Bergmann a...@arndb.de wrote: On Wednesday 04 March 2015 21:04:40 Arnd Bergmann wrote: On Tuesday 03 March 2015 04:00:14 Kukjin Kim wrote: Please pull Samsung tmu and hdmi regression fixes for v4.0 and I know this is quite big for fixes but

Re: [PATCH 06/10] iio: exynos-adc: add experimental touchscreen support

2015-03-04 Thread Dmitry Torokhov
Hi Arnd, On Mon, Mar 02, 2015 at 01:35:59PM +0100, Arnd Bergmann wrote: This adds support for the touchscreen on Samsung s3c64xx. The driver is completely untested but shows roughly how it could be done, following the example of the at91 driver. compared to the old plat-samsung/adc driver,

[PATCH v5 4/9] arm64: dts: exynos: Add PMU dt node for Exynos5433

2015-03-04 Thread Chanwoo Choi
This patch adds PMU (Power Management Unit) dt node for Exynos5433 SoC and set the source clock for CLKOUT register as xxti . Cc: Kukjin Kim kg...@kernel.org Signed-off-by: Chanwoo Choi cw00.c...@samsung.com [ideal.song: Add the setting of CLKOUT register] Signed-off-by: Inha Song

[PATCH v5 1/9] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
This patch adds new Exynos5433 dtsi to support 64-bit Exynos5433 SoC based on Octal core CPUs (quad Cortex-A57 and quad Cortex-A53). And Exynos5433 supports PSCI (Power State Coordination Interface) v0.1. This patch includes following dt node to support Exynos5433 SoC: 1. Octa core for big.LITTLE

[PATCH v5 3/9] arm64: dts: exynos: Add SPI/PDMA dt node for Exynos5433

2015-03-04 Thread Chanwoo Choi
This patch adds SPI (Serial Peripheral Interface) dt node for Exynos5433 SoC. SPI transfers serial data by using various peripherals. SPI includes 8-bit/16-bit/32-bit shift registers to transmit and receive data. PDMA is used for SPI communication. Cc: Kukjin Kim kg...@kernel.org Cc: Mark Rutland

[PATCH v5 2/9] arm64: dts: exynos: Add MSHC dt node for Exynos5433

2015-03-04 Thread Chanwoo Choi
From: Jaehoon Chung jh80.ch...@samsung.com This patch adds MSHC (Mobile Storage Host Controller) dt node for Exynos5433 SoC. MSHC is an interface between the system the SD/MMC card. Cc: Kukjin Kim kg...@kernel.org Cc: Mark Rutland mark.rutl...@arm.com Cc: Marc Zyngier marc.zyng...@arm.com Cc:

[PATCH v5 5/9] arm64: dts: exynos: Add RTC and ADC dt node for Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
This patch adds RTC (Real Time Clock) dt node for Exynos5433 SoC and adds ADC dt node for Exynos5433 SoC. The c1b501564c98a94b4(iio: adc: exynos_adc: Add support for exynos7) commit supports the ADC for Exynos7. Exynos5433's ADC IP is the same with Exynos7's ADC IP. Exynos5433 has a little

[PATCH v5 9/9] arm64: dts: exynos: Add thermal-zones dt node for Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
This patch adds the thermal-zones devicetree node for Exynos5433 SoC. The thermal-zones has five thermal-zones and then each thermal-zone contains each thermal-sensor to monitor the temperature of own IP. The {atlas0|apollo}_ thermal zone have the eight trip-points for interrupt method to detect

[PATCH v5 7/9] arm64: dts: exynos: Add I2S dt node for Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
From: Inha Song ideal.s...@samsung.com This patch adds I2S device tree node for Exynos5433 SoC. In Exynos5433 SoC, I2S0 is used for audio interface. Signed-off-by: Inha Song ideal.s...@samsung.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com ---

[PATCH v5 8/9] arm64: dts: exynos: Add TMU sensor dt node for Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
This patch adds the TMU (Thermal Management Unit) sensor devicetree node for Exynos5433. The Exynos5433 includes the five temperature sensors as following: - two temperature sensor for Cortex-A57 (ATLAS) - one temperature sensor for Cortex-A53 (APOLLO) - one temperature sensor for G3D IP - one

[PATCH v5 0/9] arm64: Add the support for new Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
This patchset adds new 64-bit Exynos5433 Samsung SoC which contains quad Cortex-A57 and quad Cortex-A53. It is desigend with the 20nm low power process. Depends on: - This patch-set has the dependency on Exynos5433 clock driver[1][2] and pinctrl driver[3]. The Exynos5433 clock controller

[PATCH v5 6/9] arm64: dts: exynos: Add ADMA dt node for Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
From: Inha Song ideal.s...@samsung.com This patch adds ADMA (Advanced DMA) device tree node for Exynos5433 SoC. In Exynos5433 SoC, ADMA is used for I2S audio interface. Cc: Kukjin Kim kg...@kernel.org Signed-off-by: Inha Song ideal.s...@samsung.com Acked-by: Inki Dae inki@samsung.com ---

Re: [PATCH 1/3] thermal: exynos: Add the support for Exynos5433 TMU

2015-03-04 Thread Chanwoo Choi
Hi Lukasz, On 03/04/2015 07:38 PM, Lukasz Majewski wrote: Hi Chanwoo, This patch adds the support for Exynos5433's TMU (Thermal Management Unit). Exynos5433 has a little different register bit fields as following description: - Support the eight trip points for rising/falling interrupt by

Re: [PATCH 1/2] drm/exynos: hdmi: Add support for Exynos7 HDMI

2015-03-04 Thread Ajay kumar
On Wed, Mar 4, 2015 at 2:30 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 03/02/2015 09:40 AM, Ajay kumar wrote: Hi Andrej, On Fri, Feb 27, 2015 at 4:18 PM, Andrzej Hajda a.ha...@samsung.com wrote: Hi Ajay, Thanks for the patch. Thanks for reviewing the patch. On 02/26/2015 04:24 PM,

Re: [PATCH 1/2] drm/exynos: hdmi: Add support for Exynos7 HDMI

2015-03-04 Thread Andrzej Hajda
On 03/04/2015 10:54 AM, Ajay kumar wrote: On Wed, Mar 4, 2015 at 2:30 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 03/02/2015 09:40 AM, Ajay kumar wrote: Hi Andrej, On Fri, Feb 27, 2015 at 4:18 PM, Andrzej Hajda a.ha...@samsung.com wrote: Hi Ajay, Thanks for the patch. Thanks for

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
On 03/04/2015 06:38 PM, Arnd Bergmann wrote: On Wednesday 04 March 2015 15:59:55 Chanwoo Choi wrote: On 03/02/2015 06:22 AM, Arnd Bergmann wrote: On Saturday 28 February 2015 09:47:01 Chanwoo Choi wrote: earlycon=exynos4210,0x14C2 is correct bootparam. You can check it on

Re: [PATCH 1/2] drm/exynos: hdmi: Add support for Exynos7 HDMI

2015-03-04 Thread Andrzej Hajda
On 03/02/2015 09:40 AM, Ajay kumar wrote: Hi Andrej, On Fri, Feb 27, 2015 at 4:18 PM, Andrzej Hajda a.ha...@samsung.com wrote: Hi Ajay, Thanks for the patch. Thanks for reviewing the patch. On 02/26/2015 04:24 PM, Ajay Kumar wrote: Modify the exynos HDMI driver to support Exynos7 HDMI

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-03-04 Thread Arnd Bergmann
On Wednesday 04 March 2015 15:59:55 Chanwoo Choi wrote: On 03/02/2015 06:22 AM, Arnd Bergmann wrote: On Saturday 28 February 2015 09:47:01 Chanwoo Choi wrote: earlycon=exynos4210,0x14C2 is correct bootparam. You can check it on Documentation/kernel-parameters.txt as following.

Re: [PATCH 1/1] ARM: exynos_defconfig: Disable IOMMU support

2015-03-04 Thread Marek Szyprowski
Hello, On 2015-03-03 21:36, Kevin Hilman wrote: Javier Martinez Canillas javier.marti...@collabora.co.uk writes: Enabling Exynos DRM IOMMU support for Exynos is currently broken and causes a BUG on exynos-iommu driver. This was not an issue since the options was disabled in exynos_defconfig

Re: [PATCH 1/1] ARM: exynos_defconfig: Disable IOMMU support

2015-03-04 Thread Javier Martinez Canillas
and exynos5422-odroidxu3 [12]. Also, only the exynos5250-arndale failed to boot with next-20150304 [13] while exynos5422-odroidxu3 booted successfully and there were no changes for the exynos drm driver between next-20150303 and next-20150304. Another interesting data point is that the error in next

[PATCH RESEND RESEND v6 0/6] hwmon: thermal: Odroid U3: Provide support for Odroid U3 fan

2015-03-04 Thread Lukasz Majewski
Presented patches add support for Odroid's U3 optional CPU FAN, which uses PWM subsystem for low level control. After successful probe it registers itself as a cooling device for thermal subsystem. This driver also supports devices without DTS specified. To provide correct functionality, new

Re: [PATCH RFT] phy: exynos-mipi-video: Use spin_lock to protct state-regmap rmw operations

2015-03-04 Thread Kishon Vijay Abraham I
Hi, On Friday 27 February 2015 06:57 PM, Sylwester Nawrocki wrote: On 27/02/15 04:50, Axel Lin wrote: he state-regmap is initialized by devm_regmap_init_mmio(). So it's fine to use spin_lock rather than mutex to protct state-regmap rmw operations. Signed-off-by: Axel Lin axel@ingics.com

Re: [PATCH 2/3] arm64: dts: exynos: Add TMU sensor dt node for Exynos5433 SoC

2015-03-04 Thread Lukasz Majewski
Hi Chanwoo, This patch adds the TMU (Thermal Management Unit) sensor devicetree node for Exynos5433. The Exynos5433 includes the five temperature sensors as following: - two temperature sensor for Cortex-A57 (ATLAS) - one temperature sensor for Cortex-A53 (APOLLO) - one temperature sensor

[PATCH RESEND v6 6/6] hwmon: pwm-fan: Code for using PWM FAN as a cooling device

2015-03-04 Thread Lukasz Majewski
The PWM FAN device can now be used as a thermal cooling device. Necessary infrastructure has been added in this commit. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Eduardo Valentin edubez...@gmail.com --- Changes for v2: - Replace pwm_fan_cooling_states with

[PATCH RESEND v6 5/6] hwmon: pwm-fan: Read PWM FAN configuration from device tree

2015-03-04 Thread Lukasz Majewski
This patch provides code for reading PWM FAN configuration data via device tree. The pwm-fan can work with full speed when configuration is not provided. However, errors are propagated when wrong DT bindings are found. Additionally the struct pwm_fan_ctx has been extended. Signed-off-by: Lukasz

[PATCH RESEND v6 1/6] Documentation: dts: Documentation entry to explain how to use PWM FAN as a cooling device

2015-03-04 Thread Lukasz Majewski
Explanation of several properties, which allow PWM fan working as a cooling device, have been embraced in this commit. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Eduardo Valentin edubez...@gmail.com --- Changes for v2: - Rename cooling-pwm-values to cooling-levels - Remove

Re: [PATCH 1/3] thermal: exynos: Add the support for Exynos5433 TMU

2015-03-04 Thread Lukasz Majewski
Hi Chanwoo, This patch adds the support for Exynos5433's TMU (Thermal Management Unit). Exynos5433 has a little different register bit fields as following description: - Support the eight trip points for rising/falling interrupt by using two registers - Read the calibration type (1-point or

Re: [PATCH 3/3] arm64: dts: exynos: Add thermal-zones dt node for Exynos5433 SoC

2015-03-04 Thread Lukasz Majewski
Hi Chanwoo, This patch adds the thermal-zones devicetree node for Exynos5433 SoC. The thermal-zones has five thermal-zones and then each thermal-zone contains each thermal-sensor to monitor the temperature of own IP. The {atlas0|apollo}_ thermal zone have the eight trip-points for interrupt

[PATCH RESEND v6 3/6] ARM: dts: Add properties to use pwm-fan device as a cooling device in Odroid U3

2015-03-04 Thread Lukasz Majewski
With those bindings it is possible to use pwm-fan device available in Odroid U3 as a cooling device. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Eduardo Valentin edubez...@gmail.com --- Changes for v2: - Rename cooling-pwm-values property to cooling-levels Changes for v3: -

[PATCH RESEND v6 2/6] ARM: dts: Add pwm-fan node to the Odroid-U3 board

2015-03-04 Thread Lukasz Majewski
From: Kamil Debski k.deb...@samsung.com Add pwm-fan node to the Odroid-U3 board file to enable PWM control of the cooling fan. In addition, add the pwm label to the pwm@139D node in the exynos4412.dtsi. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Lukasz Majewski

[PATCH RESEND v6 4/6] hwmon: pwm-fan: Extract __set_pwm() function to only modify PWM duty cycle

2015-03-04 Thread Lukasz Majewski
It was necessary to decouple code handling writing to sysfs from the one responsible for setting PWM of the fan. Due to that, new __set_pwm() method was extracted, which is responsible for only setting new PWM duty cycle. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- Changes for v2: -

Re: [PATCH 2/2] drm/exynos: decon: Add support for DECON-EXT

2015-03-04 Thread Ajay kumar
On Wed, Mar 4, 2015 at 7:44 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 03/02/2015 11:57 AM, Ajay kumar wrote: On Mon, Mar 2, 2015 at 1:38 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 02/26/2015 04:24 PM, Ajay Kumar wrote: * Modify DECON-INT driver to support DECON-EXT. * Add a table

RE: [PATCH] phy: samsung-usb2: Remove NULL terminating entry from phys array

2015-03-04 Thread Kamil Debski
From: Axel Lin [mailto:axel@ingics.com] Sent: Tuesday, March 03, 2015 2:09 AM Current code uses num_phys settings to tell the number of entries in phys. Thus remove the NULL terminating entry from phys array which is not necessary. The patch looks good. Signed-off-by: Axel Lin

Re: [PATCH 1/2] drm/exynos: hdmi: Add support for Exynos7 HDMI

2015-03-04 Thread Ajay kumar
On Wed, Mar 4, 2015 at 4:02 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 03/04/2015 10:54 AM, Ajay kumar wrote: On Wed, Mar 4, 2015 at 2:30 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 03/02/2015 09:40 AM, Ajay kumar wrote: Hi Andrej, On Fri, Feb 27, 2015 at 4:18 PM, Andrzej Hajda

Re: [PATCH RFT] phy: exynos-mipi-video: Use spin_lock to protct state-regmap rmw operations

2015-03-04 Thread Kishon Vijay Abraham I
On Wednesday 04 March 2015 06:17 PM, Sylwester Nawrocki wrote: Hi, On 04/03/15 13:24, Kishon Vijay Abraham I wrote: This patch doesn't apply on 4.0-rc1. Can to refresh it to mainline latest? It depends on Axel's previous patch: phy: exynos-mipi-video: Fixup the test for state-regmap. Are

Re: [PATCH RFT] phy: exynos-mipi-video: Use spin_lock to protct state-regmap rmw operations

2015-03-04 Thread Sylwester Nawrocki
Hi, On 04/03/15 13:24, Kishon Vijay Abraham I wrote: This patch doesn't apply on 4.0-rc1. Can to refresh it to mainline latest? It depends on Axel's previous patch: phy: exynos-mipi-video: Fixup the test for state-regmap. Are there any issues even with that patch applied ? -- Thanks

Re: [PATCH 2/2] drm/exynos: decon: Add support for DECON-EXT

2015-03-04 Thread Andrzej Hajda
On 03/02/2015 11:57 AM, Ajay kumar wrote: On Mon, Mar 2, 2015 at 1:38 PM, Andrzej Hajda a.ha...@samsung.com wrote: On 02/26/2015 04:24 PM, Ajay Kumar wrote: * Modify DECON-INT driver to support DECON-EXT. * Add a table of porch values needed to set timing registers of DECON-EXT. * DECON-EXT

[PATCH] drm/exynos/ipp: Validate buffer enqueue requests

2015-03-04 Thread Marek Szyprowski
From: Beata Michalska b.michal...@samsung.com As for now there is no validation of incoming buffer enqueue request as far as the gem buffers are being concerned. This might lead to some undesired cases when the driver tries to operate on invalid buffers (wiht no valid gem object handle i.e.). Add