Re: [PATCH 1/3] clk: exynos-audss: Keep the parent of mout_audss always enabled

2014-07-28 Thread Mike Turquette
Quoting Tushar Behera (2014-07-10 23:18:54) > On 06/13/2014 02:39 AM, Mike Turquette wrote: > > Quoting Tushar Behera (2014-06-12 00:29:23) > >> On Wed, Jun 11, 2014 at 10:20 PM, Mike Turquette > >> wrote: > >>> Quoting Tushar Behera (2014-06-10 22:32:17) > When the output clock of AUDSS mux

Re: [PATCH v7 6/6] cpufreq: exynos: remove exynos4210/5250 specific cpufreq driver support

2014-07-28 Thread Thomas Abraham
Hi Tomasz, On Sat, Jul 19, 2014 at 6:59 PM, Tomasz Figa wrote: > Hi, > > On 14.07.2014 15:38, Thomas Abraham wrote: >> From: Thomas Abraham >> >> Exynos4210 and Exynos5250 based platforms have switched over to use generic >> cpufreq drivers for cpufreq functionality. So the Exynos specific cpufr

Re: [PATCH 0/3] drm/exynos: Allow module to be autoloaded

2014-07-28 Thread Inki Dae
On 2014년 07월 28일 23:45, Sjoerd Simons wrote: > Hey Inki, > > On Mon, 2014-07-28 at 23:17 +0900, Inki Dae wrote: >> On 2014년 07월 28일 17:30, Sjoerd Simons wrote: >> Sorry for late, >> >> I don't see why Exynos drm driver should be auto-loaded module. I think >> all devices covered by Exynos drm fram

Re: [PATCH v7 5/6] ARM: Exynos: switch to using generic cpufreq driver for exynos4210/5250/5420

2014-07-28 Thread Thomas Abraham
On Sat, Jul 19, 2014 at 6:57 PM, Tomasz Figa wrote: > On 14.07.2014 15:38, Thomas Abraham wrote: >> From: Thomas Abraham >> >> Remove the platform device instantiation for exynos cpufreq driver and add >> the >> platform device for generic cpufreq drivers. >> >> Cc: Kukjin Kim >> Signed-off-by:

Re: [PATCH v7 4/6] ARM: dts: Exynos: add cpu nodes, opp and cpu clock configuration data

2014-07-28 Thread Thomas Abraham
Hi Tomasz, On Sat, Jul 19, 2014 at 6:48 PM, Tomasz Figa wrote: > Hi Thomas, > > Please see my comments inline. > > On 14.07.2014 15:38, Thomas Abraham wrote: >> From: Thomas Abraham >> >> For Exynos 4210/5250/5420 based platforms, add CPU nodes, operating points >> and >> cpu clock data for mig

Re: [PATCH v7 1/6] clk: samsung: add infrastructure to register cpu clocks

2014-07-28 Thread Thomas Abraham
Hi Tomasz, Thanks for your review comments. I have made most of the changes you have suggested. The suggested modifications which I did not include is marked below. On Sat, Jul 19, 2014 at 6:25 PM, Tomasz Figa wrote: > > > Hi Thomas, > > Please see my comments inline. > > On 14.07.2014 15:38, Th

[PATCH v8 6/6] clk: samsung: remove unused clock aliases and update clock flags

2014-07-28 Thread Thomas Abraham
With some of the Exynos SoCs switched over to use the generic CPUfreq drivers, the unused clock aliases can be removed. In addition to this, the individual clock blocks which are now encapsulated with the consolidate CPU clock type can now be marked with read-only flags. Cc: Tomasz Figa Signed-of

[PATCH v8 5/6] cpufreq: exynos: remove exynos4210/5250 specific cpufreq driver support

2014-07-28 Thread Thomas Abraham
Exynos4210 and Exynos5250 based platforms have switched over to use generic cpufreq drivers for cpufreq functionality. So the Exynos specific cpufreq drivers for these platforms can be removed. Cc: Viresh Kumar Signed-off-by: Thomas Abraham --- drivers/cpufreq/Kconfig.arm | 22

[PATCH v8 4/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210/5250/5420

2014-07-28 Thread Thomas Abraham
The new CPU clock type allows the use of generic CPUfreq drivers. So for Exynos4210/5250, switch to using generic cpufreq driver. For Exynos5420, which did not have CPUfreq driver support, enable the use of generic CPUfreq driver. Suggested-by: Tomasz Figa Cc: Kukjin Kim Signed-off-by: Thomas Ab

[PATCH v8 0/6] cpufreq: use generic cpufreq drivers for exynos platforms

2014-07-28 Thread Thomas Abraham
Changes since v7: - Fixes suggested by Tomasz Figa. This patch series removes the use of Exynos4210 and Exynos5250 specific cpufreq drivers and enables the use of cpufreq-cpu0 driver for these platforms. This series also enables cpufreq support for Exynos5420 using arm_big_little cpufreq driver.

[PATCH v8 1/6] clk: samsung: add infrastructure to register cpu clocks

2014-07-28 Thread Thomas Abraham
The CPU clock provider supplies the clock to the CPU clock domain. The composition and organization of the CPU clock provider could vary among Exynos SoCs. A CPU clock provider can be composed of clock mux, dividers and gates. This patch defines a new clock type for CPU clock provider and adds infr

[PATCH v8 3/6] ARM: dts: Exynos: add CPU OPP and regulator supply property

2014-07-28 Thread Thomas Abraham
For Exynos 4210/5250/5420 based platforms, add CPU operating points and CPU regulator supply properties for migrating from Exynos specific cpufreq driver to using generic cpufreq drivers. Cc: Kukjin Kim Signed-off-by: Thomas Abraham --- arch/arm/boot/dts/exynos4210-origen.dts |6 +++

[PATCH v8 2/6] clk: samsung: add cpu clock configuration data and instantiate cpu clock

2014-07-28 Thread Thomas Abraham
With the addition of the new Samsung specific cpu-clock type, the arm clock can be represented as a cpu-clock type. Add the CPU clock configuration data and instantiate the CPU clock type for Exynos4210, Exynos5250 and Exynos5420. Cc: Tomasz Figa Signed-off-by: Thomas Abraham --- drivers/clk/sa

[PATCH] ARM: dts: smdk5250: Specify MAX77686 pmic interrupt

2014-07-28 Thread Thomas Abraham
The IRQB interrupt pin of MAX77686 PMIC is connected to GPX3[2] pin of Exynos5250 on the Exynos5250 SMDK board. Specify this connection using interrupts property for the max77686 pmic node. Signed-off-by: Thomas Abraham --- arch/arm/boot/dts/exynos5250-smdk5250.dts |2 ++ 1 file changed, 2 i

Re: [PATCH v2 2/2] drm/exynos: dsi: add LPM (Low Power Mode) transfer support

2014-07-28 Thread Inki Dae
On 2014년 07월 29일 00:50, Andrzej Hajda wrote: > On 07/28/2014 04:00 AM, Inki Dae wrote: >> This patch adds LPM transfer support for video or command data. >> >> With this patch, Exynos MIPI DSI controller can transfer command or >> video data with HS or LP mode in accordance with mode_flags set >> b

Re: [PATCH v2 1/2] drm/mipi-dsi: add (LPM) Low Power Mode transfer support

2014-07-28 Thread Inki Dae
On 2014년 07월 29일 01:09, Andrzej Hajda wrote: > On 07/28/2014 04:00 AM, Inki Dae wrote: >> This patch adds below two flags for LPM transfer, and it attaches LPM flags >> to a msg in accordance with master's mode_flags set by LCD Panel driver. >> >> MIPI_DSI_MODE_CMD_LPM >> - If this flag is set by P

[PATCH 1/3] ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250

2014-07-28 Thread Chanwoo Choi
This patch add TMU (Thermal Management Unit) dt node to monitor the high temperature for Exynos3250. Signed-off-by: Chanwoo Choi Acked-by: Kyungmin Park --- This patch has a dependency on following patch [1] which supporting the TMU of Exynos3250: [1] https://git.kernel.org/cgit/linux/kernel/g

[PATCH 0/3] ARM: dts: Add TMU dt node and missing data for Exynos3250

2014-07-28 Thread Chanwoo Choi
This patchset add TMU (Thermal Management Unit) dt node and missing pinctrl property of uart0/1. Also, this patchset remove duplcate 'interrupt-parent' property for code clean. Chanwoo Choi (3): ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250 ARM: dts: Remove duplicate 'int

[PATCH 2/3] ARM: dts: Remove duplicate 'interrput-parent' property for Exynos3250

2014-07-28 Thread Chanwoo Choi
This patch removes duplicat 'interrupt-parent' property for Exynos3250 because exynos3250.dtsi already defined 'interrupt-parent' property as following: In arch/arm/boot/dts/exynos3250.dtsi: compatible = "samsung,exynos3250"; interrupt-parent = <&gic>; Signed-off-by: Chanwoo Choi

[PATCH 3/3] ARM: dts: Add missing pinctrl for uart0/1 for Exynos3250

2014-07-28 Thread Chanwoo Choi
This patch add missing pinctrl for uart0/1 for Exynos3250. The gpio pin ( uart0_data, uart0_fctl, uart1_data) is only used for UART IP. Signed-off-by: Chanwoo Choi Acked-by: Kyungmin Park --- arch/arm/boot/dts/exynos3250.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot

Re: [PATCH v2 1/2] drm/mipi-dsi: add (LPM) Low Power Mode transfer support

2014-07-28 Thread YoungJun Cho
Hi Andrzej, On 07/29/2014 01:09 AM, Andrzej Hajda wrote: On 07/28/2014 04:00 AM, Inki Dae wrote: This patch adds below two flags for LPM transfer, and it attaches LPM flags to a msg in accordance with master's mode_flags set by LCD Panel driver. MIPI_DSI_MODE_CMD_LPM - If this flag is set by P

Re: [RESEND][PATCH 1/2] ARM: DTS: Add PMU DT node for exynos5260 SoC

2014-07-28 Thread Kukjin Kim
On 07/29/14 05:29, Andreas Färber wrote: Hi Vikas and Sachin, Am 28.07.2014 17:26, schrieb Sachin Kamat: On Mon, Jul 28, 2014 at 6:07 PM, Vikas Sajjan wrote: Adds PMU DT node for exynos5260 SoC. Signed-off-by: Vikas Sajjan --- .../devicetree/bindings/arm/samsung/pmu.txt|1 + a

Re: [RESEND][PATCH 1/2] ARM: DTS: Add PMU DT node for exynos5260 SoC

2014-07-28 Thread Andreas Färber
Hi Vikas and Sachin, Am 28.07.2014 17:26, schrieb Sachin Kamat: > On Mon, Jul 28, 2014 at 6:07 PM, Vikas Sajjan > wrote: >> Adds PMU DT node for exynos5260 SoC. >> >> Signed-off-by: Vikas Sajjan >> --- >> .../devicetree/bindings/arm/samsung/pmu.txt|1 + >> arch/arm/boot/dts/exynos5

Re: [RESEND][PATCHv2 0/3] Fix for buggy u-boot memory banks

2014-07-28 Thread Laura Abbott
On 7/26/2014 2:20 PM, Rob Herring wrote: > On Tue, Jul 15, 2014 at 12:03 PM, Laura Abbott wrote: >> Hi, >> >> This is a resend of the series to fix the uboot bug exposed by the removal >> of meminfo. I haven't gotten any acks though. > > Is the bug with ATAGs that get converted to DT in the decom

Re: [PATCH v2 1/2] drm/mipi-dsi: add (LPM) Low Power Mode transfer support

2014-07-28 Thread Andrzej Hajda
On 07/28/2014 04:00 AM, Inki Dae wrote: > This patch adds below two flags for LPM transfer, and it attaches LPM flags > to a msg in accordance with master's mode_flags set by LCD Panel driver. > > MIPI_DSI_MODE_CMD_LPM > - If this flag is set by Panel driver, MIPI-DSI controller will tranfer > com

Re: [PATCH v2 2/2] drm/exynos: dsi: add LPM (Low Power Mode) transfer support

2014-07-28 Thread Andrzej Hajda
On 07/28/2014 04:00 AM, Inki Dae wrote: > This patch adds LPM transfer support for video or command data. > > With this patch, Exynos MIPI DSI controller can transfer command or > video data with HS or LP mode in accordance with mode_flags set > by LCD Panel driver. > > Changelog v2: Enable High Sp

Re: [RESEND][PATCH 2/2] ARM: EXYNOS: Add exynos5260 PMU compatible string to DT match table

2014-07-28 Thread Sachin Kamat
Hi Vikas, On Mon, Jul 28, 2014 at 6:08 PM, Vikas Sajjan wrote: > Exynos initialisation code now relies on obtaining the PMU address via > DT, so add the exynos5260 PMU compatible string to DT match table. > > Signed-off-by: Vikas Sajjan > --- > arch/arm/mach-exynos/exynos.c |1 + > 1 file

Re: [RESEND][PATCH 1/2] ARM: DTS: Add PMU DT node for exynos5260 SoC

2014-07-28 Thread Sachin Kamat
Hi Vikas, On Mon, Jul 28, 2014 at 6:07 PM, Vikas Sajjan wrote: > Adds PMU DT node for exynos5260 SoC. > > Signed-off-by: Vikas Sajjan > --- > .../devicetree/bindings/arm/samsung/pmu.txt|1 + > arch/arm/boot/dts/exynos5260.dtsi |5 + > 2 files changed, 6 inse

Re: [PATCH v2 0/9] thermal: exynos: various cleanups

2014-07-28 Thread amit daniel kachhap
Hi Eduardo, Please reject this entire series as this is not re-based recently. Actually two point trimming which this series seeks to remove is used by exynos3250 and is in Rui's tree (https://git.kernel.org/cgit/linux/kernel/git/rzhang/linux.git/commit/?h=next&id=1fe56dc16a3dab400206443f70ae158c8

Re: [PATCH 0/3] drm/exynos: Allow module to be autoloaded

2014-07-28 Thread Sjoerd Simons
Hey Inki, On Mon, 2014-07-28 at 23:17 +0900, Inki Dae wrote: > On 2014년 07월 28일 17:30, Sjoerd Simons wrote: > Sorry for late, > > I don't see why Exynos drm driver should be auto-loaded module. I think > all devices covered by Exynos drm framework are not hot-plugged. Maybe > there is my missing

Re: [PATCH v2 0/9] thermal: exynos: various cleanups

2014-07-28 Thread Eduardo Valentin
On Tue, Jun 17, 2014 at 07:27:16PM +0200, Bartlomiej Zolnierkiewicz wrote: > Hi, > > This patch series contains various cleanups for EXYNOS thermal > driver. Overall it decreases driver's LOC by 12%. It is based > on next-20140617 kernel. It should not cause any functionality > changes. > > Ch

Re: [PATCH 0/3] drm/exynos: Allow module to be autoloaded

2014-07-28 Thread Inki Dae
On 2014년 07월 28일 17:30, Sjoerd Simons wrote: > Hey Inki, > > On Mon, 2014-07-21 at 08:50 +0200, Sjoerd Simons wrote: >> Hey Inki, >> >> On Mon, 2014-07-21 at 12:02 +0900, Inki Dae wrote: >>> On 2014년 07월 19일 05:36, Sjoerd Simons wrote: The exynos DRM module currently is not automatically load

[PATCHv2 2/3] iio: adc: exynos_adc: Add support for s3c24xx ADC

2014-07-28 Thread Chanwoo Choi
This patch add support for s3c2410/s3c2416/s3c2440/s3c2443 ADC. The s3c24xx is alomost same as ADCv1. But, There are a little difference as following: - ADCMUX register address - ADCDAT mask (10 bit or 12 bit ADC resolution according to SoC version) - s3c24xx/s3c64xx has not included ADC_PHY enable

[PATCHv2 3/3] dt-bindings: samsung: exynos_adc: Remove un-necessary white-sapce

2014-07-28 Thread Chanwoo Choi
This patch remove un-necessary white-sapce to code clean. Signed-off-by: Chanwoo Choi --- Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt b/Documentation

[PATCHv2 1/3] iio: adc: exynos_adc: add support for s3c64xx adc

2014-07-28 Thread Chanwoo Choi
From: Arnd Bergmann The ADC in s3c64xx is almost the same as exynosv1, but has a different 'select' method. Adding this here will be helpful to move over the existing s3c64xx platform from the legacy plat-samsung/adc driver to the new exynos-adc. Signed-off-by: Arnd Bergmann Signed-off-by: Chan

[PATCHv2 0/3] iio: adc: exynos_adc: Add support for s3c64xx/s3c24xx ADC

2014-07-28 Thread Chanwoo Choi
This patch add support for s3c64xx/s3c24xx ADC. s3c64xx/s3c24xx is alomost same as ADCv1. But, s3c64xx/s3c24xx has a little difference from ADCv1 as following: - ADCMUX register address to select channel - ADCDAT mask (10bit or 12bit ADC resolution according to SoC version) - s3c24xx/s3c64xx has no

[RESEND][PATCH 1/2] ARM: DTS: Add PMU DT node for exynos5260 SoC

2014-07-28 Thread Vikas Sajjan
Adds PMU DT node for exynos5260 SoC. Signed-off-by: Vikas Sajjan --- .../devicetree/bindings/arm/samsung/pmu.txt|1 + arch/arm/boot/dts/exynos5260.dtsi |5 + 2 files changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.txt

[RESEND][PATCH 2/2] ARM: EXYNOS: Add exynos5260 PMU compatible string to DT match table

2014-07-28 Thread Vikas Sajjan
Exynos initialisation code now relies on obtaining the PMU address via DT, so add the exynos5260 PMU compatible string to DT match table. Signed-off-by: Vikas Sajjan --- arch/arm/mach-exynos/exynos.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/

[RESEND][PATCH 0/2] Add support to get PMU address via DT for exynos5260

2014-07-28 Thread Vikas Sajjan
rebased on kgene tree for-next branch https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next Vikas Sajjan (2): ARM: DTS: Add PMU DT node for exynos5260 SoC ARM: EXYNOS: Add exynos5260 PMU compatible string to DT match table .../devicetree/bindings/arm/samsung/pm

[PATCH 1/5] ARM: dts: exynos5410: Clean up SMDK5410 indentation

2014-07-28 Thread Andreas Färber
The UART status properties are indented one level too deep, and we want to derive a device tree for the ODROID-XU. Fix this before it propagates. Signed-off-by: Andreas Färber --- arch/arm/boot/dts/exynos5410-smdk5410.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/

[PATCH 7/7] Input: cros_ec_keyb: Optimize ghosting algorithm.

2014-07-28 Thread Javier Martinez Canillas
From: Todd Broch Previous algorithm was a bit conservative and complicating with respect to identifying key ghosting. This CL uses the bitops hamming weight function (hweight8) to count the number of matching rows for colM & colN. If that number is > 1 ghosting is present. Additionally it remo

[PATCH 3/7] mfd: cros_ec: stop calling ->cmd_xfer() directly

2014-07-28 Thread Javier Martinez Canillas
From: Andrew Bresticker Instead of having users of the ChromeOS EC call the interface-specific cmd_xfer() callback directly, introduce a central cros_ec_cmd_xfer() to use instead. This will allow us to put all the locking and retry logic in one place instead of duplicating it across the differen

[PATCH 0/7] Second batch of cleanups for cros_ec

2014-07-28 Thread Javier Martinez Canillas
This is a second batch of cleanups patches for the mfd cros_ec driver and its subdevices drivers. The first batch of cleanups was posted by Doug Anderson [0] and have already been merged. The patches were picked from the ChromeOS 3.8 kernel and after these no cleanups patches for cros_ec are left,

[RFC 3/5] pinctrl: exynos: add exynos5410 SoC specific data

2014-07-28 Thread Andreas Färber
From: Hakjoo Kim Add Samsung EXYNOS5410 SoC specific data to enable pinctrl support for all platforms based on EXYNOS5410. Cc: Hakjoo Kim [AF: Rebased onto Exynos5260] --- .../bindings/pinctrl/samsung-pinctrl.txt | 1 + drivers/pinctrl/pinctrl-exynos.c | 126 +

[PATCH 4/7] mfd: cros_ec: move locking into cros_ec_cmd_xfer

2014-07-28 Thread Javier Martinez Canillas
From: Andrew Bresticker Now that there's a central cros_ec_cmd_xfer(), move the locking out of the SPI and LPC drivers. Signed-off-by: Andrew Bresticker Reviewed-by: Simon Glass --- drivers/mfd/cros_ec.c | 10 +- drivers/mfd/cros_ec_spi.c | 11 --- 2 files changed, 9 inser

[PATCH 1/7] mfd: cros_ec: Delay for 50ms when we see EC_CMD_REBOOT_EC

2014-07-28 Thread Javier Martinez Canillas
From: Doug Anderson If someone sends a EC_CMD_REBOOT_EC to the EC, the EC will likely be unresponsive for quite a while. Add a delay to the end of the command to prevent random failures of future commands. NOTES: * This could be optimized a bit by simply delaying the next command sent, but EC

[PATCH 6/7] mfd: cros_ec: Instantiate sub-devices from device tree

2014-07-28 Thread Javier Martinez Canillas
From: Todd Broch If the EC device tree node has sub-nodes, try to instantiate them as MFD sub-devices. We can configure the EC features provided by the board. Signed-off-by: Todd Broch --- drivers/mfd/cros_ec.c | 40 ++-- 1 file changed, 30 insertions(+), 1

[PATCH 2/7] i2c: i2c-cros-ec-tunnel: Set retries to 3

2014-07-28 Thread Javier Martinez Canillas
From: Derek Basehore Since the i2c bus can get wedged on the EC sometimes, set the number of retries to 3. Since we un-wedge the bus immediately after the wedge happens, this is the correct fix since only one transfer will fail. Signed-off-by: Derek Basehore Reviewed-by: Doug Anderson --- dri

[PATCH 5/7] mfd: cros_ec: wait for completion of commands that return IN_PROGRESS

2014-07-28 Thread Javier Martinez Canillas
From: Andrew Bresticker When an EC command returns EC_RES_IN_PROGRESS, we need to query the state of the EC until it indicates that it is no longer busy. Do this in cros_ec_cmd_xfer() under the EC's mutex so that other commands (e.g. keyboard, I2C passtru) aren't issued to the EC while it is work

[PATCH 1/2] ARM: EXYNOS: Add PMU DT node for exynos5260 SoC

2014-07-28 Thread Vikas Sajjan
Addd PMU DT node for exynos5260 SoC. Signed-off-by: Vikas Sajjan --- .../devicetree/bindings/arm/samsung/pmu.txt|1 + arch/arm/boot/dts/exynos5260.dtsi |5 + 2 files changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.txt

[RFC 4/5] ARM: dts: add pinctrl support to Exynos5410

2014-07-28 Thread Andreas Färber
From: Hakjoo Kim Add the required pin configuration support to Exynos5410 using pinctrl interface. Cc: Hakjoo Kim [AF: Rebased] --- arch/arm/boot/dts/exynos5410-pinctrl.dtsi | 408 ++ arch/arm/boot/dts/exynos5410.dtsi | 32 +++ 2 files changed, 440 insertio

[PATCH 2/2] ARM: EXYNOS: Add exynos5260 PMU compatible string to DT match table

2014-07-28 Thread Vikas Sajjan
Exynos initialisation code now relies on obtaining the PMU address via DT node, so add the exynos5260 PMU compatible string to DT match table. Signed-off-by: Vikas Sajjan --- arch/arm/mach-exynos/exynos.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch

[RFC 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs

2014-07-28 Thread Andreas Färber
Hello, This series adds a dedicated ODROID-XU device tree and enhances it with LED configuration, to match the downstream 3.14 based behavior. It had turned out less trivial than I initially thought as the whole pinctrl stuff is still missing. I thus cherry-pick two downstream commits. Hakjoo,

[PATCH 2/5] ARM: dts: exynos5410: Prepare ODROID-XU device tree

2014-07-28 Thread Andreas Färber
Derived from exynos5410-smdk5410.dts. Signed-off-by: Andreas Färber --- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/exynos5410-odroidxu.dts | 86 +++ 2 files changed, 87 insertions(+) create mode 100644 arch/arm/boot/dts/exynos5410-odroidxu.dt

[PATCH 0/2] Add support to get PMU node via DT for exynos5260

2014-07-28 Thread Vikas Sajjan
rebased on kgene tree for-next branch https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next Vikas Sajjan (2): ARM: EXYNOS: Add PMU DT node for exynos5260 SoC ARM: EXYNOS: Add exynos5260 PMU compatible string to DT match table .../devicetree/bindings/arm/samsung

[RFC 5/5] ARM: dts: exynos5410: Add ODROID-XU LEDs

2014-07-28 Thread Andreas Färber
Signed-off-by: Andreas Färber --- arch/arm/boot/dts/exynos5410-odroidxu.dts | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts/exynos5410-odroidxu.dts b/arch/arm/boot/dts/exynos5410-odroidxu.dts index b67112bf062a..f6e7555feeff 100644 --- a/arch/arm/

Re: [PATCH 2/2] iio: adc: exynos_adc: Add support for S3C24xx ADC

2014-07-28 Thread Chanwoo Choi
On 07/22/2014 07:44 PM, Heiko Stübner wrote: > Am Dienstag, 22. Juli 2014, 10:39:38 schrieb Arnd Bergmann: >> On Tuesday 22 July 2014 11:11:14 Chanwoo Choi wrote: >>> This patch add support for s3c2410/s3c2416/s3c2440/s3c2443 ADC. The >>> s3c24xx >>> is alomost same as ADCv1. But, There are a littl

Re: [PATCH 2/2] iio: adc: exynos_adc: Add support for S3C24xx ADC

2014-07-28 Thread Chanwoo Choi
On 07/22/2014 05:39 PM, Arnd Bergmann wrote: > On Tuesday 22 July 2014 11:11:14 Chanwoo Choi wrote: >> This patch add support for s3c2410/s3c2416/s3c2440/s3c2443 ADC. The s3c24xx >> is alomost same as ADCv1. But, There are a little difference as following: >> - ADCMUX register address to select cha

Re: [PATCH 1/2] iio: adc: exynos_adc: add support for s3c64xx adc

2014-07-28 Thread Chanwoo Choi
On 07/28/2014 03:49 AM, Hartmut Knaack wrote: > Chanwoo Choi schrieb: >> From: Arnd Bergmann >> >> The ADC in s3c64xx is almost the same as exynosv1, but >> has a different 'select' method. Adding this here will be >> helpful to move over the existing s3c64xx platform from the >> legacy plat-samsu

Re: [PATCH 2/2] iio: adc: exynos_adc: Add support for S3C24xx ADC

2014-07-28 Thread Chanwoo Choi
On 07/22/2014 09:59 PM, Arnd Bergmann wrote: > On Tuesday 22 July 2014 11:11:14 Chanwoo Choi wrote: >> This patch add support for s3c2410/s3c2416/s3c2440/s3c2443 ADC. The s3c24xx >> is alomost same as ADCv1. But, There are a little difference as following: >> - ADCMUX register address to select cha

Re: [PATCH 2/2] iio: adc: exynos_adc: Add support for S3C24xx ADC

2014-07-28 Thread Chanwoo Choi
On 07/28/2014 05:35 AM, Hartmut Knaack wrote: > Chanwoo Choi schrieb: >> This patch add support for s3c2410/s3c2416/s3c2440/s3c2443 ADC. The s3c24xx >> is alomost same as ADCv1. But, There are a little difference as following: >> - ADCMUX register address to select channel >> - ADCDAT mask (10bit o

Re: [PATCH v8 00/13] Add Maxim 77802 PMIC support

2014-07-28 Thread Javier Martinez Canillas
Hello Mike, On 07/26/2014 12:31 AM, Mike Turquette wrote: > Quoting Javier Martinez Canillas (2014-07-14 04:35:56) >> This series are based on drivers added by Simon Glass to the Chrome OS >> kernel and adds support for the Maxim 77802 Power Management IC, their >> regulators, clocks, RTC and i2c

Re: [PATCH 0/3] drm/exynos: Allow module to be autoloaded

2014-07-28 Thread Sjoerd Simons
Hey Inki, On Mon, 2014-07-21 at 08:50 +0200, Sjoerd Simons wrote: > Hey Inki, > > On Mon, 2014-07-21 at 12:02 +0900, Inki Dae wrote: > > On 2014년 07월 19일 05:36, Sjoerd Simons wrote: > > > The exynos DRM module currently is not automatically loaded when build as > > > a > > > module. This is due

[PATCH] drm/exynos: hdmi: add null check for hdmiphy_port

2014-07-28 Thread Seung-Woo Kim
The hdmiphy can be apb and hdmiphy_port can be null. So before accessing hdmiphy_port, it should be checked. Signed-off-by: Seung-Woo Kim --- drivers/gpu/drm/exynos/exynos_hdmi.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/dr

Re: [PATCH v3 0/4] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure firmware enabled

2014-07-28 Thread Daniel Lezcano
On 07/09/2014 07:17 PM, Bartlomiej Zolnierkiewicz wrote: Hi, This patch series adds support for AFTR idle mode on boards with secure firmware enabled and allows EXYNOS cpuidle driver usage on Exynos4x12 SoCs. It has been tested on Trats2 board (using Exynos4412 SoC with secure firmware enabled)