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

2014-07-21 Thread Sjoerd Simons
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 to the simple fact that it doesn't have any MODULE_DEVICE_TABLE entries whatsoever...

Re: [PATCH V5 11/12] Documentation: Add DT bindings for ps8622/ps8625 bridge driver

2014-07-21 Thread Thierry Reding
On Fri, Jul 18, 2014 at 02:13:57AM +0530, Ajay Kumar wrote: From: Vincent Palatin vpala...@chromium.org Add DT binding documentation for ps8622/ps8625 bridge driver. Signed-off-by: Vincent Palatin vpala...@chromium.org Signed-off-by: Ajay Kumar ajaykumar...@samsung.com ---

Re: [RESEND PATCH V5 12/12] drm/exynos: Add ps8622 lvds bridge discovery to DP driver

2014-07-21 Thread Thierry Reding
On Fri, Jul 18, 2014 at 02:13:58AM +0530, Ajay Kumar wrote: From: Rahul Sharma rahul.sha...@samsung.com This patch adds ps8622 lvds bridge discovery code to the dp driver. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Ajay Kumar ajaykumar...@samsung.com ---

Re: [PATCH V5 00/12] drm/exynos: few patches to enhance bridge chip support

2014-07-21 Thread Inki Dae
On 2014년 07월 18일 05:43, Ajay Kumar wrote: This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git This patchset also consolidates various inputs from the drm community regarding the bridge chaining concept:

Re: [PATCH V5 05/12] Documentation: Add DT bindings for panel-lvds driver

2014-07-21 Thread Thierry Reding
On Fri, Jul 18, 2014 at 12:18:05PM +0530, Ajay kumar wrote: Hi Thierry, Thanks for your comments. On Fri, Jul 18, 2014 at 4:18 AM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18, 2014 at 02:20:39AM +0530, Ajay kumar wrote: +devicet...@vger.kernel.org On Fri, Jul 18,

Re: [RESEND PATCH V5 08/12] drm/bridge: ptn3460: Support bridge chaining

2014-07-21 Thread Inki Dae
On 2014년 07월 18일 05:43, Ajay Kumar wrote: Modify the driver to invoke callbacks for the next bridge in the bridge chain. Also, remove the drm_connector implementation from ptn3460, since the same is implemented using panel_binder. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com ---

Re: [RESEND PATCH V5 03/12] drm/exynos: dp: modify driver to support drm_panel

2014-07-21 Thread Thierry Reding
On Fri, Jul 18, 2014 at 02:13:49AM +0530, Ajay Kumar wrote: [...] diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig [...] depends on DRM_EXYNOS_FIMD ARCH_EXYNOS (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS) One of the reasons the current way of

Re: [RESEND PATCH V5 03/12] drm/exynos: dp: modify driver to support drm_panel

2014-07-21 Thread Thierry Reding
On Fri, Jul 18, 2014 at 02:13:49AM +0530, Ajay Kumar wrote: Add drm_panel controls to support powerup/down of the eDP panel, if one is present at the sink side. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- .../devicetree/bindings/video/exynos_dp.txt|2 +

Re: [PATCHv7 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean

2014-07-21 Thread Chanwoo Choi
On 07/21/2014 05:11 PM, Chanwoo Choi wrote: On 07/21/2014 04:38 PM, Arnd Bergmann wrote: On Monday 21 July 2014 11:17:44 Chanwoo Choi wrote: This patchset support Exynos3250 ADC (Analog Digital Converter) because Exynos3250 has additional special clock for ADC IP. Changes from v6: - Use

Re: [RESEND PATCH V5 08/12] drm/bridge: ptn3460: Support bridge chaining

2014-07-21 Thread Thierry Reding
On Fri, Jul 18, 2014 at 02:13:54AM +0530, Ajay Kumar wrote: [...] Also, remove the drm_connector implementation from ptn3460, since the same is implemented using panel_binder. I think that's a step backwards. In fact I think the panel-bridge binder driver shouldn't be needed at all. At least

[PATCH 3/3] ARM: exynos_defconfig: Enable cpuidle driver

2014-07-21 Thread Krzysztof Kozlowski
The cpuidle driver for Exynos supports all SoCs now. AFTR is supported only on Exynos4210 and Exynos5250 (WFI is used on other). Add the driver to default exynos config. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/configs/exynos_defconfig | 6 ++ 1 file changed, 6

[PATCH 2/3] ARM: EXYNOS: Enable cpuidle in WFI on all SoCs

2014-07-21 Thread Krzysztof Kozlowski
Add cpuidle device for each SoC but set AFTR enter function only on supported ones (for now these are only Exynos4210 and Exynos5250). For other chipsets use only WFI. This actually does not give any special energy-saving benefits but allows to track the idle time of each core. Signed-off-by:

Re: [GIT PULL 4/5] Samsung exynos_mct update for v3.17

2014-07-21 Thread Daniel Lezcano
On 07/20/2014 12:06 AM, Olof Johansson wrote: On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: Note that this is also based on 3.16-rc5 because of dependency with previous samsung fixes including exynos_mct already merged in mainline during -rc. The following changes since commit

Re: [PATCH v6 10/14] drm/panel: add S6E3FA0 driver

2014-07-21 Thread Andrzej Hajda
On 07/18/2014 03:49 AM, YoungJun Cho wrote: Hi Thierry, Thank you a lot for kind comments. On 07/17/2014 07:36 PM, Thierry Reding wrote: On Thu, Jul 17, 2014 at 06:01:25PM +0900, YoungJun Cho wrote: [...] diff --git a/drivers/gpu/drm/panel/panel-s6e3fa0.c

Re: [PATCHv7 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean

2014-07-21 Thread Arnd Bergmann
On Monday 21 July 2014 17:11:12 Chanwoo Choi wrote: work to address the comments and do testing. OK, I'll add this patch. But, I have a question. Your patch add following compatible string. s3c64100-adc is right? static const struct of_device_id exynos_adc_match[] = { {

Re: [PATCHv7 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean

2014-07-21 Thread Arnd Bergmann
On Monday 21 July 2014 17:17:44 Chanwoo Choi wrote: On 07/21/2014 05:11 PM, Chanwoo Choi wrote: On 07/21/2014 04:38 PM, Arnd Bergmann wrote: On Monday 21 July 2014 11:17:44 Chanwoo Choi wrote: This patchset support Exynos3250 ADC (Analog Digital Converter) because Exynos3250 has

Re: [PATCH v6 10/14] drm/panel: add S6E3FA0 driver

2014-07-21 Thread Thierry Reding
On Mon, Jul 21, 2014 at 10:56:08AM +0200, Andrzej Hajda wrote: On 07/18/2014 03:49 AM, YoungJun Cho wrote: Hi Thierry, Thank you a lot for kind comments. On 07/17/2014 07:36 PM, Thierry Reding wrote: On Thu, Jul 17, 2014 at 06:01:25PM +0900, YoungJun Cho wrote: [...] diff --git

Re: [PATCH 00/12] drm/exynos/ipp: image post processing improvements, part three

2014-07-21 Thread Andrzej Hajda
Hi Inki, On 07/09/2014 04:47 PM, Inki Dae wrote: On 2014년 07월 03일 22:10, Andrzej Hajda wrote: This set of independent patches contains various improvement and fixes for exynos_drm ipp framework. The patchset is based on exynos-drm-next branch. Did you test ipp module using libdrm? If so,

Re: [PATCH v6 10/14] drm/panel: add S6E3FA0 driver

2014-07-21 Thread Thierry Reding
On Fri, Jul 18, 2014 at 10:49:35AM +0900, YoungJun Cho wrote: Hi Thierry, Thank you a lot for kind comments. On 07/17/2014 07:36 PM, Thierry Reding wrote: On Thu, Jul 17, 2014 at 06:01:25PM +0900, YoungJun Cho wrote: [...] diff --git a/drivers/gpu/drm/panel/panel-s6e3fa0.c

Re: [PATCH 1/3] cpuidle: exynos: Allow to use the driver without AFTR

2014-07-21 Thread Daniel Lezcano
On 07/21/2014 10:36 AM, Krzysztof Kozlowski wrote: Allow the driver to be used when AFTR enter function is not provided (device platform data is NULL). This actually does not give any special energy-saving benefits but allows to track the idle time of each core. Additionally it is a safe way to

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

2014-07-21 Thread Arnd Bergmann
On Sunday 20 July 2014 23:37:18 Hartmut Knaack wrote: Jonathan Cameron schrieb: On 18/07/14 20:29, Arnd Bergmann wrote: - I simply register the input device from the adc driver itself, as the at91 code does. The driver also supports sub-nodes, but I don't understand how they are

Re: [PATCH 1/3] cpuidle: exynos: Allow to use the driver without AFTR

2014-07-21 Thread Krzysztof Kozlowski
On pon, 2014-07-21 at 11:53 +0200, Daniel Lezcano wrote: On 07/21/2014 10:36 AM, Krzysztof Kozlowski wrote: Allow the driver to be used when AFTR enter function is not provided (device platform data is NULL). This actually does not give any special energy-saving benefits but allows to

Re: [PATCH v3] ARM: EXYNOS: Fix suspend/resume sequences

2014-07-21 Thread Tomasz Figa
Hi, On 15.07.2014 16:26, Tomasz Figa wrote: Forgot to CC Daniel and linux-pm. Sorry for the noise. On 15.07.2014 16:24, Tomasz Figa wrote: Due to recent consolidation of Exynos suspend and cpuidle code, some parts of suspend and resume sequences are executed two times, once from

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

2014-07-21 Thread Arnd Bergmann
On Sunday 20 July 2014 13:28:42 Dmitry Torokhov wrote: On Sun, Jul 20, 2014 at 02:51:37PM +0100, Jonathan Cameron wrote: + +do { +ret =exynos_read_s3c64xx_ts(dev, NULL, x, y, IIO_CHAN_INFO_RAW); = exynos +if (ret == -ETIMEDOUT) +break; + +

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

2014-07-21 Thread Arnd Bergmann
On Monday 21 July 2014 12:23:58 Arnd Bergmann wrote: Thanks a lot for the review! I'll send out the new version after some build testing. Here are the changes I did to the adc driver based on the review comments. I'll start a new thread for the updated version that includes the changes.

Re: [PATCH 4/6] ARM: SAMSUNG: Restore Samsung PM Debug functionality

2014-07-21 Thread Tomasz Figa
On 16.07.2014 01:59, Tomasz Figa wrote: On 15.07.2014 20:02, Kukjin Kim wrote: On 07/08/14 22:54, Tomasz Figa wrote: On 08.07.2014 15:48, Kukjin Kim wrote: Tomasz Figa wrote: Due to recently merged patches and previous merge conflicts, the Samsung PM Debug functionality no longer can be

Re: [PATCH v2] ARM: EXYNOS: Fix build with PM_SLEEP=n

2014-07-21 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday, July 19, 2014 04:42:34 AM Kukjin Kim wrote: On 07/16/14 20:59, Tomasz Figa wrote: Hi Krzysztof, On 14.07.2014 09:45, Krzysztof Kozlowski wrote: Fix building of exynos defconfig with disabled PM_SLEEP: CONFIG_PM_SLEEP=n CONFIG_PM_SLEEP_SMP=n CONFIG_SUSPEND=n by

Re: [PATCHv6 3/4] iio: devicetree: Add DT binding documentation for Exynos3250 ADC

2014-07-21 Thread Tomasz Figa
On 21.07.2014 10:00, Arnd Bergmann wrote: On Monday 21 July 2014 10:52:28 Chanwoo Choi wrote: Yes, your current version is certainly better than this, but another way to address Tomasz' comment would be to change the binding to list the sclk as optional for any device and make the code

Re: [PATCHv6 3/4] iio: devicetree: Add DT binding documentation for Exynos3250 ADC

2014-07-21 Thread Arnd Bergmann
On Monday 21 July 2014 12:38:55 Tomasz Figa wrote: I believe we should be enforcing as much correctness on DT data as possible without too much burden in the code. Otherwise how we are supposed to know if an error is caused by wrong/missing data in DT, bug in the driver or who knows else?

Re: [PATCH] Exynos4: cpuidle: support dual CPUs with AFTR state

2014-07-21 Thread Daniel Lezcano
On 07/16/2014 07:34 PM, Bartlomiej Zolnierkiewicz wrote: Hi, On Friday, May 30, 2014 03:53:09 PM Bartlomiej Zolnierkiewicz wrote: Hi, On Friday, May 30, 2014 01:34:45 PM Tomasz Figa wrote: Hi Daniel, On 30.05.2014 11:30, Daniel Lezcano wrote: On 04/24/2014 07:42 PM, Tomasz Figa wrote:

Re: [PATCH v2] ARM: EXYNOS: Fix build with PM_SLEEP=n

2014-07-21 Thread Bartlomiej Zolnierkiewicz
On Monday, July 21, 2014 12:38:28 PM Bartlomiej Zolnierkiewicz wrote: Hi, On Saturday, July 19, 2014 04:42:34 AM Kukjin Kim wrote: On 07/16/14 20:59, Tomasz Figa wrote: Hi Krzysztof, On 14.07.2014 09:45, Krzysztof Kozlowski wrote: Fix building of exynos defconfig with disabled

Re: [PATCH v6 10/14] drm/panel: add S6E3FA0 driver

2014-07-21 Thread Andrzej Hajda
On 07/21/2014 11:19 AM, Thierry Reding wrote: On Mon, Jul 21, 2014 at 10:56:08AM +0200, Andrzej Hajda wrote: On 07/18/2014 03:49 AM, YoungJun Cho wrote: Hi Thierry, Thank you a lot for kind comments. On 07/17/2014 07:36 PM, Thierry Reding wrote: On Thu, Jul 17, 2014 at 06:01:25PM +0900,

Re: [RESEND PATCH V5 12/12] drm/exynos: Add ps8622 lvds bridge discovery to DP driver

2014-07-21 Thread Ajay kumar
On Mon, Jul 21, 2014 at 12:40 PM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18, 2014 at 02:13:58AM +0530, Ajay Kumar wrote: From: Rahul Sharma rahul.sha...@samsung.com This patch adds ps8622 lvds bridge discovery code to the dp driver. Signed-off-by: Rahul Sharma

Re: [PATCH V5 00/12] drm/exynos: few patches to enhance bridge chip support

2014-07-21 Thread Ajay kumar
Hi Inki, On Mon, Jul 21, 2014 at 1:21 PM, Inki Dae inki@samsung.com wrote: On 2014년 07월 18일 05:43, Ajay Kumar wrote: This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git This patchset also consolidates

Re: [RESEND PATCH V5 08/12] drm/bridge: ptn3460: Support bridge chaining

2014-07-21 Thread Ajay kumar
Hi Thierry, On Mon, Jul 21, 2014 at 1:52 PM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18, 2014 at 02:13:54AM +0530, Ajay Kumar wrote: [...] Also, remove the drm_connector implementation from ptn3460, since the same is implemented using panel_binder. I think that's a step

Re: [RESEND PATCH V5 03/12] drm/exynos: dp: modify driver to support drm_panel

2014-07-21 Thread Ajay kumar
Hi Thierry, On Mon, Jul 21, 2014 at 1:44 PM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18, 2014 at 02:13:49AM +0530, Ajay Kumar wrote: Add drm_panel controls to support powerup/down of the eDP panel, if one is present at the sink side. Signed-off-by: Ajay Kumar

Re: [PATCH] ASoC: samsung: remove MACH_SMDKC100

2014-07-21 Thread Mark Brown
On Sat, Jul 19, 2014 at 04:01:27AM +0900, Kukjin Kim wrote: This removes MACH_SMDKC100 because of no more support for SMDKC100. Reported-by: Paul Bolle pebo...@tiscali.nl Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Mark Brown broo...@linaro.org This doesn't apply against current

Re: [PATCH V5 05/12] Documentation: Add DT bindings for panel-lvds driver

2014-07-21 Thread Ajay kumar
Hi Thierry, On Mon, Jul 21, 2014 at 1:22 PM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18, 2014 at 12:18:05PM +0530, Ajay kumar wrote: Hi Thierry, Thanks for your comments. On Fri, Jul 18, 2014 at 4:18 AM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18,

Re: [RESEND PATCH V5 08/12] drm/bridge: ptn3460: Support bridge chaining

2014-07-21 Thread Thierry Reding
On Mon, Jul 21, 2014 at 05:28:13PM +0530, Ajay kumar wrote: Hi Thierry, On Mon, Jul 21, 2014 at 1:52 PM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18, 2014 at 02:13:54AM +0530, Ajay Kumar wrote: [...] Also, remove the drm_connector implementation from ptn3460, since

Re: [PATCH] ARM: dts: add CPU nodes for Exynos4 SoCs

2014-07-21 Thread Daniel Drake
On Fri, Jul 18, 2014 at 5:00 PM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Recent patch by Tomasz Figa (irqchip: gic: Fix core ID calculation when topology is read from DT) fixed GIC driver to filter cluster ID from values returned by cpu_logical_map() for SoCs having registers

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

2014-07-21 Thread Javier Martinez Canillas
Hello Lee, On 07/14/2014 01:35 PM, Javier Martinez Canillas wrote: * Patches 1-7 from v7 are not included since those were improvements to the max77686 mfd driver and can be applied independently. Lee Jones said that he is going to pick them from the posted v7 series. Thanks a lot for

Re: [PATCH v2 1/2] clk: samsung: exynos4: Enable ARMCLK down feature

2014-07-21 Thread Daniel Drake
On Fri, Jul 18, 2014 at 3:36 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: Enable ARMCLK down feature on all Exynos4 SoCs. The frequency of ARMCLK will be reduced upon entering idle mode (WFI or WFE). The feature behaves like very fast cpufreq ondemand governor. In idle mode this

Re: [RESEND PATCH V5 12/12] drm/exynos: Add ps8622 lvds bridge discovery to DP driver

2014-07-21 Thread Thierry Reding
On Mon, Jul 21, 2014 at 04:58:25PM +0530, Ajay kumar wrote: On Mon, Jul 21, 2014 at 12:40 PM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18, 2014 at 02:13:58AM +0530, Ajay Kumar wrote: From: Rahul Sharma rahul.sha...@samsung.com This patch adds ps8622 lvds bridge

Re: [PATCH] ARM: dts: add CPU nodes for Exynos4 SoCs

2014-07-21 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, July 21, 2014 01:43:53 PM Daniel Drake wrote: On Fri, Jul 18, 2014 at 5:00 PM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Recent patch by Tomasz Figa (irqchip: gic: Fix core ID calculation when topology is read from DT) fixed GIC driver to filter cluster ID

Re: [PATCH] ARM: dts: add CPU nodes for Exynos4 SoCs

2014-07-21 Thread Thomas Abraham
On Mon, Jul 21, 2014 at 6:40 PM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Hi, On Monday, July 21, 2014 01:43:53 PM Daniel Drake wrote: On Fri, Jul 18, 2014 at 5:00 PM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Recent patch by Tomasz Figa (irqchip: gic: Fix

Re: [PATCH v2] ARM: EXYNOS: Fix build with PM_SLEEP=n

2014-07-21 Thread Bartlomiej Zolnierkiewicz
On Monday, July 21, 2014 02:55:52 PM Bartlomiej Zolnierkiewicz wrote: On Monday, July 21, 2014 01:11:14 PM Bartlomiej Zolnierkiewicz wrote: On Monday, July 21, 2014 12:38:28 PM Bartlomiej Zolnierkiewicz wrote: Hi, On Saturday, July 19, 2014 04:42:34 AM Kukjin Kim wrote: On

[PATCH v2] ARM: dts: add CPU nodes for Exynos4 SoCs

2014-07-21 Thread Bartlomiej Zolnierkiewicz
Recent patch by Tomasz Figa (irqchip: gic: Fix core ID calculation when topology is read from DT) fixed GIC driver to filter cluster ID from values returned by cpu_logical_map() for SoCs having registers mapped without per-CPU banking making it is possible to add CPU nodes for Exynos4 SoCs. In

Re: [PATCH v6 05/14] drm/exynos: dsi: add TE interrupt handler to support LCD I80 interface

2014-07-21 Thread Andrzej Hajda
On 07/17/2014 11:01 AM, YoungJun Cho wrote: To support LCD I80 interface, the DSI host should register TE interrupt handler from the TE GPIO of attached panel. So the panel generates a tearing effect synchronization signal then the DSI host calls the CRTC device manager to trigger to transfer

Re: [RESEND PATCH V5 12/12] drm/exynos: Add ps8622 lvds bridge discovery to DP driver

2014-07-21 Thread Ajay kumar
Hi Thierry, On Mon, Jul 21, 2014 at 6:24 PM, Thierry Reding thierry.red...@gmail.com wrote: On Mon, Jul 21, 2014 at 04:58:25PM +0530, Ajay kumar wrote: On Mon, Jul 21, 2014 at 12:40 PM, Thierry Reding thierry.red...@gmail.com wrote: On Fri, Jul 18, 2014 at 02:13:58AM +0530, Ajay Kumar wrote:

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

2014-07-21 Thread Dmitry Torokhov
On Mon, Jul 21, 2014 at 12:23:58PM +0200, Arnd Bergmann wrote: On Sunday 20 July 2014 13:28:42 Dmitry Torokhov wrote: On Sun, Jul 20, 2014 at 02:51:37PM +0100, Jonathan Cameron wrote: + +do { +ret =exynos_read_s3c64xx_ts(dev, NULL, x, y, IIO_CHAN_INFO_RAW); = exynos

[PATCH] exynos: Support big endian mode in secondary_startup

2014-07-21 Thread Mark Brown
From: Victor Kamensky victor.kamen...@linaro.org Exynos processors generally operate in little endian mode so their bootloader and ROM will almost always operate in little endian mode. This means that if a big endian kernel is run it must switch the CPU into big endian mode after gaining control.

[PATCH] exynos: boot serial endian fix

2014-07-21 Thread Mark Brown
From: Victor Kamensky victor.kamen...@linaro.org In order to support booting a big endian kernel the uncompress serial line write utils need to use endian neutral functions to read h/w register. Fix uart_rd, uart_wr and serial chip fifo related macros to do this. Signed-off-by: Victor Kamensky

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

2014-07-21 Thread Dmitry Torokhov
On Mon, Jul 21, 2014 at 05:11:27PM +0200, Arnd Bergmann wrote: On Monday 21 July 2014 07:44:42 Dmitry Torokhov wrote: It would be nice to actually close the device even if someone is touching screen. Please implement open/close methods and have them set a flag that you would

Re: [PATCH 1/2] PM / devfreq: Export helper functions for drivers

2014-07-21 Thread Punit Agrawal
함명주 myungjoo@samsung.com writes: Sender : Punit Agrawalpunit.agra...@arm.com From: Ørjan Eide These functions are indended for use by drivers and should be available also when the driver is built as a module. Cc: MyungJoo Ham Cc: Kyungmin Park Signed-off-by: Ørjan Eide Dear

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

2014-07-21 Thread Mark Brown
On Mon, Jul 21, 2014 at 02:44:07PM +0200, Javier Martinez Canillas wrote: On 07/14/2014 01:35 PM, Javier Martinez Canillas wrote: Mark, Mike and Alessandro, This is a gentle reminder to look at the patches that touches your subsystems and provide acks if possible so Lee can merge the

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

2014-07-21 Thread Javier Martinez Canillas
On 07/22/2014 02:10 AM, Mark Brown wrote: On Mon, Jul 21, 2014 at 02:44:07PM +0200, Javier Martinez Canillas wrote: On 07/14/2014 01:35 PM, Javier Martinez Canillas wrote: Mark, Mike and Alessandro, This is a gentle reminder to look at the patches that touches your subsystems and provide

Re: [PATCH 00/12] drm/exynos/ipp: image post processing improvements, part three

2014-07-21 Thread Inki Dae
On 2014년 07월 21일 18:23, Andrzej Hajda wrote: Hi Inki, On 07/09/2014 04:47 PM, Inki Dae wrote: On 2014년 07월 03일 22:10, Andrzej Hajda wrote: This set of independent patches contains various improvement and fixes for exynos_drm ipp framework. The patchset is based on exynos-drm-next branch.

Re: [PATCH v6 05/14] drm/exynos: dsi: add TE interrupt handler to support LCD I80 interface

2014-07-21 Thread Inki Dae
On 2014년 07월 21일 23:01, Andrzej Hajda wrote: On 07/17/2014 11:01 AM, YoungJun Cho wrote: To support LCD I80 interface, the DSI host should register TE interrupt handler from the TE GPIO of attached panel. So the panel generates a tearing effect synchronization signal then the DSI host calls

[PATCHv8 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean

2014-07-21 Thread Chanwoo Choi
This patchset support Exynos3250 ADC (Analog Digital Converter) because Exynos3250 has additional special clock for ADC IP. Changes from v7: - Add acked message by Arnd Bergmann - Use two compatible string for Exynos3250 ADC as following: : compatible = samsung,exynos3250-adc,

[PATCHv8 1/4] iio: adc: exynos_adc: Add exynos_adc_data structure to improve readability

2014-07-21 Thread Chanwoo Choi
This patchset add 'exynos_adc_data' structure which includes some functions to control ADC operation and specific data according to ADC version (v1 or v2). Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Naveen Krishna Chatradhi

[PATCHv8 2/4] iio: adc: exynos_adc: Control special clock of ADC to support Exynos3250 ADC

2014-07-21 Thread Chanwoo Choi
This patch control special clock for ADC in Exynos series's FSYS block. If special clock of ADC is registerd on clock list of common clk framework, Exynos ADC drvier have to control this clock. Exynos3250/Exynos4/Exynos5 has 'adc' clock as following: - 'adc' clock: bus clock for ADC Exynos3250

[PATCHv8 4/4] ARM: dts: Fix wrong compatible string for Exynos3250 ADC

2014-07-21 Thread Chanwoo Choi
This patchset fix wrong compatible string for Exynos3250 ADC. Exynos3250 SoC need to control only special clock for ADC. Exynos SoC except for Exynos3250 has not included special clock for ADC. The exynos ADC driver can control special clock if compatible string is 'exynos3250-adc-v2'.

[PATCHv8 3/4] iio: devicetree: Add DT binding documentation for Exynos3250 ADC

2014-07-21 Thread Chanwoo Choi
This patch add DT binding documentation for Exynos3250 ADC IP. Exynos3250 has special clock ('sclk_adc') for ADC which provide clock to internal ADC. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Naveen Krishna Chatradhi

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

2014-07-21 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 to select channel - ADCDAT mask (10bit or 12bit ADC resolution according to SoC version) Signed-off-by: Chanwoo Choi

[PATCH 0/2] iio: adc: exynos_adc: Add support for s3c64xx/s3c24xx ADC

2014-07-21 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) This patchset is

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

2014-07-21 Thread Chanwoo Choi
From: Arnd Bergmann a...@arndb.de 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

Re: [PATCH v6 05/14] drm/exynos: dsi: add TE interrupt handler to support LCD I80 interface

2014-07-21 Thread YoungJun Cho
Hi, On 07/22/2014 10:23 AM, Inki Dae wrote: On 2014년 07월 21일 23:01, Andrzej Hajda wrote: On 07/17/2014 11:01 AM, YoungJun Cho wrote: To support LCD I80 interface, the DSI host should register TE interrupt handler from the TE GPIO of attached panel. So the panel generates a tearing effect

Re: [PATCHv7 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean

2014-07-21 Thread Chanwoo Choi
Hi Arnd, On 07/21/2014 05:58 PM, Arnd Bergmann wrote: On Monday 21 July 2014 17:17:44 Chanwoo Choi wrote: On 07/21/2014 05:11 PM, Chanwoo Choi wrote: On 07/21/2014 04:38 PM, Arnd Bergmann wrote: On Monday 21 July 2014 11:17:44 Chanwoo Choi wrote: This patchset support Exynos3250 ADC (Analog

Re: [PATCH v6 10/14] drm/panel: add S6E3FA0 driver

2014-07-21 Thread YoungJun Cho
Hi, On 07/21/2014 08:18 PM, Andrzej Hajda wrote: On 07/21/2014 11:19 AM, Thierry Reding wrote: On Mon, Jul 21, 2014 at 10:56:08AM +0200, Andrzej Hajda wrote: On 07/18/2014 03:49 AM, YoungJun Cho wrote: Hi Thierry, Thank you a lot for kind comments. On 07/17/2014 07:36 PM, Thierry Reding

Re: [PATCH] cpufreq: tests: Providing cpufreq regression test

2014-07-21 Thread Sachin Kamat
Hi Lukasz, On Fri, Jul 18, 2014 at 5:29 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Sachin, Hi Lukasz, I tested this script on 4210 based Origen board. This is the output: ./cpufreq_freq_test.sh CURRENT GOVERNOR: performance SET GOVERNOR: performance