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

2014-07-09 Thread Ajay kumar
Hi Daniel, Thierry and Rob, Currently, the following boards are working fine with the bridge chip series: - snow - spring - peach_pit - peach_pi And, I did change my original patchset based on your comments here: (1) [RFC V2 0/3] drm/bridge: panel and chaining

Re: [PATCH V3 1/7] drm/exynos: Support DP CLKCON register in FIMD driver

2014-07-09 Thread Ajay kumar
ping On Mon, Jun 30, 2014 at 9:39 PM, Inki Dae inki@samsung.com wrote: 2014-06-30 14:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: On 06/30/2014 03:14 AM, Jingoo Han wrote: On Friday, June 27, 2014 10:03 PM, Ajay kumar wrote: On Fri, Jun 27, 2014 at 6:14 PM, Andrzej Hajda

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

2014-07-09 Thread Chanwoo Choi
Dear Kukjin Kim, This patch modified Exynos3250 dtsi to support ADC with IIO. Could you please reivew this patchset about exynos3250.dtsi? Best Regards, Chanwoo Choi On 06/30/2014 10:51 AM, Chanwoo Choi wrote: Dear Kukjin, On 06/29/2014 08:50 PM, Jonathan Cameron wrote: On 27/06/14 05:30,

Re: [PATCH 5/6] pinctrl: samsung: Allow grouping multiple pinmux/pinconf nodes

2014-07-09 Thread Linus Walleij
On Wed, Jul 2, 2014 at 5:41 PM, Tomasz Figa t.f...@samsung.com wrote: One of remaining limitations of current pinctrl-samsung driver was the inability to parse multiple pinmux/pinconf group nodes grouped inside a single device tree node. It made defining groups of pins for single purpose, but

Re: [PATCH 6/6] pinctrl: samsung: Allow pin value to be initialized using pinfunc

2014-07-09 Thread Linus Walleij
On Wed, Jul 2, 2014 at 5:41 PM, Tomasz Figa t.f...@samsung.com wrote: This patch extends the range of settings configurable via pinfunc API to cover pin value as well. This allows configuration of default values of pins, which is useful for pins that are not supposed to be used by any

Re: [PATCH 5/6] pinctrl: samsung: Allow grouping multiple pinmux/pinconf nodes

2014-07-09 Thread Tomasz Figa
On 09.07.2014 09:32, Linus Walleij wrote: On Wed, Jul 2, 2014 at 5:41 PM, Tomasz Figa t.f...@samsung.com wrote: One of remaining limitations of current pinctrl-samsung driver was the inability to parse multiple pinmux/pinconf group nodes grouped inside a single device tree node. It made

Re: [PATCH 6/6] pinctrl: samsung: Allow pin value to be initialized using pinfunc

2014-07-09 Thread Tomasz Figa
On 09.07.2014 09:35, Linus Walleij wrote: On Wed, Jul 2, 2014 at 5:41 PM, Tomasz Figa t.f...@samsung.com wrote: This patch extends the range of settings configurable via pinfunc API to cover pin value as well. This allows configuration of default values of pins, which is useful for pins

Re: [PATCH 2/2] ASoC: core: Fix possible NULL pointer dereference

2014-07-09 Thread Mark Brown
On Fri, Jul 04, 2014 at 02:23:00PM +0530, Tushar Behera wrote: snd_soc_of_parse_card_name() may be called before card-dev has been set, which results in a kernel panic. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 0/2] cpuidle fixes and cleanup

2014-07-09 Thread Chander Kashyap
On Tue, Jul 8, 2014 at 7:47 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Jul 08, 2014 at 03:56:48PM +0200, Tomasz Figa wrote: On 02.07.2014 05:11, Chander Kashyap wrote: On Tue, Jul 1, 2014 at 8:22 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Jul

Re: [PATCH V3 1/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings

2014-07-09 Thread Mark Brown
On Fri, Jul 04, 2014 at 03:13:44PM +0200, Sylwester Nawrocki wrote: Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Applied both, thanks. Please use subject lines consistent with the subsystem style. signature.asc Description: Digital signature

Re: [PATCH 1/4] phy: Add provision for calibrating phy.

2014-07-09 Thread Vivek Gautam
Hi, On Mon, Jun 9, 2014 at 9:19 AM, Pratyush Anand pratyush.an...@st.com wrote: On Fri, Jun 06, 2014 at 08:12:12PM +0800, Vivek Gautam wrote: Some PHY controllers may need to calibrate certain PHY settings after initialization of the controller and sometimes even after initializing the

Re: [PATCH] Input: s3c2410_ts: Move to clk_prepare_enable/clk_disable_unprepare

2014-07-09 Thread Vasily Khoruzhick
On 8 July 2014 18:00:49 Dmitry Torokhov wrote: Hi Dmitry, - clk_disable(ts.clock); + clk_disable_unprepare(ts.clock); Do we really need to unprepare on suspend? Why simply disabling is not enough here? You're right, disabling should be enough here. I'll resend a patch after

Re: [PATCH 1/3] regulator: s2mpxxx: Move regulator min/step voltages in common place

2014-07-09 Thread Mark Brown
On Tue, Jul 08, 2014 at 05:57:58PM +0530, Amit Daniel Kachhap wrote: include/linux/mfd/samsung/core.h| 21 include/linux/mfd/samsung/s2mpa01.h | 12 - include/linux/mfd/samsung/s2mps11.h | 9 --- include/linux/mfd/samsung/s2mps14.h | 10 You need to

[PATCH v2 0/4] Fine tune USB 3.0 PHY on exynos5420

2014-07-09 Thread Vivek Gautam
This series is based on Heikki's patches for simpliefied phy lookup table: [PATCHv2 0/6] phy: simplified phy lookup [1], applied against 'next' branch of Kishon's linux-phy tree. Changes since v1: 1) Using 'gen_phy' member of 'hcd' instead of declaring more variables to hold phys. 2) Added a

[PATCH v2 1/4] phy: Add provision for calibrating phy.

2014-07-09 Thread Vivek Gautam
Some PHY controllers may need to calibrate certain PHY settings after initialization of the controller and sometimes even after initializing the PHY-consumer too. Add support for the same in order to let consumers do so in need. Signed-off-by: vivek Gautam gautam.vi...@samsung.com ---

[PATCH v2 2/4] usb: host: xhci-plat: Get PHYs for xhci's hcds

2014-07-09 Thread Vivek Gautam
The host controller by itself may sometimes need to handle PHY and/or calibrate some of the PHY settings to get full support out of the PHY controller. The PHY core provides a calibration funtionality now to do so. Therefore, facilitate getting the two possible PHYs, viz. USB 2.0 type (UTMI+) and

[PATCH v2 3/4] usb: host: xhci-plat: Caibrate PHY post host reset

2014-07-09 Thread Vivek Gautam
Some quirky PHYs may require to be calibrated post the host controller initialization. The USB 3.0 DRD PHY on Exynos5420/5800 systems, coming along with Synopsys's DWC3 controller, is one such PHY which needs to be calibrated post xhci's reset at initialization time and at resume time, to get the

[PATCH v2 4/4] phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800

2014-07-09 Thread Vivek Gautam
Adding phy calibrate callback, which facilitates setting certain PHY settings post initialization of the PHY controller. Exynos5420 and Exynos5800 have 28nm USB 3.0 DRD PHY for which the Loss-of-Signal (LOS) Detector Threshold Level as well as Tx-Vboost-Level should be controlled for Super-Speed

Re: [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420

2014-07-09 Thread Javier Martinez Canillas
not hitting the bug on my board ATM). 3/3 has already been merged through a different patchset. I'm sending as an attachment my complete boot log when booting today's next (20140709) until it hangs and my u-boot env vars. I hope that helps. -- Tushar Behera -- Best regards, Javier boot_log

Re: [PATCH v2] devicetree: Add generic IOMMU device tree bindings

2014-07-09 Thread Will Deacon
On Wed, Jul 09, 2014 at 02:07:38AM +0100, Olav Haugan wrote: On 6/30/2014 2:52 AM, Will Deacon wrote: On Fri, Jun 27, 2014 at 11:23:27PM +0100, Olav Haugan wrote: Lets say I have an IOMMU with 2 masters and 2 SMRn slots with the following stream IDs coming from the masters: Master 1:

[PATCH 0/3] Adds PMU and S2R support for exynos5800

2014-07-09 Thread Vikas Sajjan
Rebased on 1] Kukjin Kim's tree, for-next branch https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next 2] My 5420 PMU Series : http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg33675.html Tested on Exynos5800 based chromebook (peach-pi board) with

[PATCH 1/3] arm: dts: Add pmu node for exynos5800 SoC

2014-07-09 Thread Vikas Sajjan
Adds pmu node for exynos5800 SoC. Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- .../devicetree/bindings/arm/samsung/pmu.txt|1 + arch/arm/boot/dts/exynos5800.dtsi |4 2 files changed, 5 insertions(+) diff --git

[PATCH 2/3] arm: exynos: Add exynos5800-pmu compatible entry

2014-07-09 Thread Vikas Sajjan
Adds exynos5800-pmu compatible string entry in the pmu table. Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- arch/arm/mach-exynos/exynos.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index d75d3e8..d5853b1 100644

Re: [PATCH] ARM: dts: remove display power domain for exynos5420

2014-07-09 Thread Rahul Sharma
Hi Tomasz, On 8 July 2014 21:04, Tomasz Figa t.f...@samsung.com wrote: Hi Rahul, On 07.07.2014 15:37, Rahul Sharma wrote: Hi Andrej, Inki, On 18 June 2014 12:06, Rahul Sharma rahul.sha...@samsung.com wrote: Hi Andrej, On 18 June 2014 11:46, Andrzej Hajda a.ha...@samsung.com wrote: On

[PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-09 Thread Sachin Kamat
Since the USB 2.0 PHYs are required with EHCI/OHCI USB drivers and USB gadget controller supported by the DWC2 gadget driver, make it depend on them and default to ARCH_EXYNOS as they are meant for Exynos platforms. Also, make the sub-drivers silent options enabling them based on the SoC platforms

Re: [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420

2014-07-09 Thread Tushar Behera
the right approach to fix Kevin's issue (unfortunately, I am not hitting the bug on my board ATM). 3/3 has already been merged through a different patchset. I'm sending as an attachment my complete boot log when booting today's next (20140709) until it hangs and my u-boot env vars. I hope

[PATCH v2] ARM: EXYNOS: add Exynos3250 PMU support

2014-07-09 Thread Bartlomiej Zolnierkiewicz
This is needed for suspend/resume and cpuidle AFTR mode support. Cc: Pankaj Dubey pankaj.du...@samsung.com Cc: Vikas Sajjan vikas.saj...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Bartlomiej Zolnierkiewicz

Re: [PATCH v2] ARM: EXYNOS: add Exynos3250 PMU support

2014-07-09 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 09, 2014 02:39:14 PM Bartlomiej Zolnierkiewicz wrote: This is needed for suspend/resume and cpuidle AFTR mode support. Cc: Pankaj Dubey pankaj.du...@samsung.com Cc: Vikas Sajjan vikas.saj...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by:

Re: Re: [PATCHv2 0/8] devfreq: exynos4: Support dt and use common ppmu driver

2014-07-09 Thread Tomeu Vizoso
On 03/17/2014 02:58 AM, Chanwoo Choi wrote: Hi Tomasz, On 03/15/2014 02:58 AM, Tomasz Figa wrote: However, this driver, even after applying your series, is still far from a state that would allow it to be enabled. The most important issue is direct access to CMU registers, based on static

Re: [PATCH 0/3] Deterministic UART numbering on Samsung SoCs

2014-07-09 Thread One Thousand Gnomes
I like the sound of going to the standard ttyS notation and only providing ports for ones that exist, but is this userspace-visible ttyS is 8250 compatible UARTS. If the Samsung is not an 8250 compatible UART then it doesn't belong as ttyS from the kernel perspective. How your udev handles it

Re: [RFC] drm/exynos: abort commit when framebuffer is removed from plane

2014-07-09 Thread Inki Dae
On 2014년 07월 09일 20:06, Rahul Sharma wrote: On 8 July 2014 21:25, Inki Dae inki@samsung.com wrote: 2014-06-20 0:13 GMT+09:00 Rahul Sharma rahul.sha...@samsung.com: This situation arises when userspace remove the frambuffer object and call setmode ioctl. drm_mode_rmfb --

Re: [PATCH v7 02/24] mfd: max77686: Add power management support

2014-07-09 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: The driver doesn't have PM operations defined so add a suspend and resume function handlers to allow the PMIC IRQ to wakeup the system when it is put into a sleep state. Signed-off-by: Javier Martinez Canillas

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

2014-07-09 Thread Inki Dae
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, can you share the app? I would try to test this

Re: [PATCH v7 04/24] mfd: max77686: Make platform data over-rule DT

2014-07-09 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: The function max77802_i2c_parse_dt_pdata() should only be called if there isn't already platform data for the device. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- drivers/mfd/max77686.c | 2 +- 1 file

Re: [PATCH v7 05/24] mfd: max77686: Return correct error when pdata isn't found

2014-07-09 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: When platform data is not found an -EIO (I/O error) code is returned. This doesn't seem to be the correct error so better return -EINVAL (Invalid argument) which is what most drivers do in this case. Signed-off-by: Javier Martinez

Re: [PATCH v7 06/24] mfd: max77686: Make error checking consistent

2014-07-09 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: Error checking across the driver is mostly consistent besides a few exceptions, so change these exceptions for consistency. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk Reviewed-by: Krzysztof Kozlowski

Re: [PATCH v7 03/24] mfd: max77686: Don't define dummy function if OF isn't enabled

2014-07-09 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: When the CONFIG_OF option was not enabled, a dummy function max77686_i2c_parse_dt_pdata() was defined since this is called unconditionally on probe(). Just always define the real function and conditionally call it if CONFIG_OF is enabled

Re: [PATCH v5 00/14] drm/exynos: support LCD I80 interface display

2014-07-09 Thread Inki Dae
On 2014년 07월 08일 09:39, YoungJun Cho wrote: Hi, This series adds LCD I80 interface display support for Exynos DRM driver. The FIMD(display controller) specification describes it as LCD I80 interface and the DSI specification describes it as Command mode interface. This is based on

Re: [PATCH v7 08/24] mfd: max77686: Add Dynamic Voltage Scaling (DVS) support

2014-07-09 Thread Lee Jones
I'd really like Linus Walleij to look over this if possible. On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: Some regulators on the MAX77686 PMIC have Dynamic Voltage Scaling (DVS) support that allows output voltage to change dynamically. For MAX77686, these regulators are Buck

Re: [PATCH] ARM: dts: Add mask-tpm-reset to the device tree

2014-07-09 Thread Doug Anderson
Vikas, On Tue, Jul 8, 2014 at 9:20 AM, Tomasz Figa t.f...@samsung.com wrote: On 08.07.2014 17:27, Doug Anderson wrote: Hi, On Tue, Jul 8, 2014 at 12:46 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Jun 26, 2014 at 11:15 AM, Vikas Sajjan vikas.saj...@samsung.com wrote: From:

Re: [PATCH v5 05/14] drm/exynos: dsi: add pass TE host ops to support LCD I80 interface

2014-07-09 Thread Thierry Reding
On Tue, Jul 08, 2014 at 09:39:38AM +0900, YoungJun Cho wrote: To support LCD I80 interface, the DSI host calls this function to notify the panel tearing effect synchronization signal to the CRTC device manager to trigger to transfer video image. Signed-off-by: YoungJun Cho

Re: [PATCH v5 00/14] drm/exynos: support LCD I80 interface display

2014-07-09 Thread Thierry Reding
On Thu, Jul 10, 2014 at 12:07:08AM +0900, Inki Dae wrote: On 2014년 07월 08일 09:39, YoungJun Cho wrote: Hi, This series adds LCD I80 interface display support for Exynos DRM driver. The FIMD(display controller) specification describes it as LCD I80 interface and the DSI specification

Re: [PATCH v7 18/24] mfd: max77686: Add Maxim 77802 PMIC support

2014-07-09 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: Maxim MAX77802 is a power management chip that contains 10 high efficiency Buck regulators, 32 Low-dropout (LDO) regulators used to power up application processors and peripherals, a 2-channel 32kHz clock outputs, a Real-Time-Clock (RTC) and

Re: [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420

2014-07-09 Thread Doug Anderson
merged through a different patchset. I'm sending as an attachment my complete boot log when booting today's next (20140709) until it hangs and my u-boot env vars. I hope that helps. Would you please check the behaviour after enabling following config options? diff --git a/arch/arm

Re: [PATCH v5 05/14] drm/exynos: dsi: add pass TE host ops to support LCD I80 interface

2014-07-09 Thread Inki Dae
On 2014년 07월 10일 00:22, Thierry Reding wrote: On Tue, Jul 08, 2014 at 09:39:38AM +0900, YoungJun Cho wrote: To support LCD I80 interface, the DSI host calls this function to notify the panel tearing effect synchronization signal to the CRTC device manager to trigger to transfer video image.

Re: [PATCH v2 0/4] Add support for Exynos clock output configuration

2014-07-09 Thread Tomasz Figa
Kukjin, On 24.06.2014 18:08, Tomasz Figa wrote: On all Exynos SoCs there is a dedicated CLKOUT pin that allows many of internal SoC clocks to be output from the SoC. The hardware structure of CLKOUT related clocks looks as follows: CMU |--- clock0 - | PMU |

[PATCH v3 1/4] ARM: EXYNOS: PM: replace EXYNOS_BOOT_VECTOR_* macros by static inlines

2014-07-09 Thread Bartlomiej Zolnierkiewicz
Replace EXYNOS_BOOT_VECTOR_ADDR and EXYNOS_BOOT_VECTOR_FLAG macros by exynos_boot_vector_addr() and exynos_boot_vector_flag() static inlines. This patch shouldn't cause any functionality changes. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Acked-by: Kyungmin Park

[PATCH v3 4/4] ARM: EXYNOS: cpuidle: allow driver usage on Exynos4x12 SoCs

2014-07-09 Thread Bartlomiej Zolnierkiewicz
Register cpuidle platform device on Exynos4x12 SoCs allowing EXYNOS cpuidle driver usage on these SoCs. AFTR mode reduces power consumption on Trats2 board (Exynos4412 SoC with secure firmware enabled) by ~12% when EXYNOS cpuidle driver is enabled (in both cases the default exynos_defconfig

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

2014-07-09 Thread Bartlomiej Zolnierkiewicz
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) on which AFTR mode reduces power consumption by ~12% when

Re: [alsa-devel] [PATCH V3 2/2] ASoC: samsung: Add machine driver for Odroid X2/U3

2014-07-09 Thread Sylwester Nawrocki
Hi, On 08/07/14 11:15, Daniel Drake wrote: On Fri, Jul 4, 2014 at 2:13 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: This patch adds the sound subsystem driver for Odroid-X2 and Odroid-U3 boards. The codec works in I2S master mode; there are two separate audio routing paths defined,

[PATCH v3 3/4] ARM: EXYNOS: cpuidle: add secure firmware support to AFTR mode code

2014-07-09 Thread Bartlomiej Zolnierkiewicz
* Move cp15 registers saving to exynos_save_cp15() helper and add additional helper usage to do_idle firmware method. * Use sysram_ns_base_addr + 0x24/0x20 addresses instead of the default ones used by exynos_cpu_set_boot_vector() on boards with secure firmware enabled. * Use do_idle

Re: [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420

2014-07-09 Thread Javier Martinez Canillas
Kevin's issue (unfortunately, I am not hitting the bug on my board ATM). 3/3 has already been merged through a different patchset. I'm sending as an attachment my complete boot log when booting today's next (20140709) until it hangs and my u-boot env vars. I hope that helps. Would you please

Re: [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420

2014-07-09 Thread Doug Anderson
next (20140709) until it hangs and my u-boot env vars. I hope that helps. Would you please check the behaviour after enabling following config options? diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index e07a227..d6056ab 100644 --- a/arch/arm/configs

Re: [PATCH v2 3/4] usb: host: xhci-plat: Caibrate PHY post host reset

2014-07-09 Thread Julius Werner
On Wed, Jul 9, 2014 at 3:01 AM, Vivek Gautam gautam.vi...@samsung.com wrote: Some quirky PHYs may require to be calibrated post the host controller initialization. The USB 3.0 DRD PHY on Exynos5420/5800 systems, coming along with Synopsys's DWC3 controller, is one such PHY which needs to be

Re: [PATCH v7 04/24] mfd: max77686: Make platform data over-rule DT

2014-07-09 Thread Javier Martinez Canillas
Hello Lee, On 07/09/2014 04:52 PM, Lee Jones wrote: On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: The function max77802_i2c_parse_dt_pdata() should only be called if there isn't already platform data for the device. Signed-off-by: Javier Martinez Canillas

Re: [PATCH v7 08/24] mfd: max77686: Add Dynamic Voltage Scaling (DVS) support

2014-07-09 Thread Javier Martinez Canillas
Hello Lee, Thanks a lot for your feedback. On 07/09/2014 05:13 PM, Lee Jones wrote: I'd really like Linus Walleij to look over this if possible. Ok, I'll cc Linus when posting the next version of the series. On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: Some regulators on the

Re: [PATCH v5 05/14] drm/exynos: dsi: add pass TE host ops to support LCD I80 interface

2014-07-09 Thread Inki Dae
On 2014년 07월 10일 10:06, YoungJun Cho wrote: On 07/10/2014 12:22 AM, Thierry Reding wrote: On Tue, Jul 08, 2014 at 09:39:38AM +0900, YoungJun Cho wrote: To support LCD I80 interface, the DSI host calls this function to notify the panel tearing effect synchronization signal to the CRTC device

Re: [PATCH v5 05/14] drm/exynos: dsi: add pass TE host ops to support LCD I80 interface

2014-07-09 Thread Inki Dae
On 2014년 07월 10일 10:20, Inki Dae wrote: On 2014년 07월 10일 10:06, YoungJun Cho wrote: On 07/10/2014 12:22 AM, Thierry Reding wrote: On Tue, Jul 08, 2014 at 09:39:38AM +0900, YoungJun Cho wrote: To support LCD I80 interface, the DSI host calls this function to notify the panel tearing effect

Re: [PATCH 1/3] regulator: s2mpxxx: Move regulator min/step voltages in common place

2014-07-09 Thread amit daniel kachhap
On Wed, Jul 9, 2014 at 2:55 PM, Mark Brown broo...@kernel.org wrote: On Tue, Jul 08, 2014 at 05:57:58PM +0530, Amit Daniel Kachhap wrote: include/linux/mfd/samsung/core.h| 21 include/linux/mfd/samsung/s2mpa01.h | 12 - include/linux/mfd/samsung/s2mps11.h | 9

Re: [PATCH 2/3] regulator: s2mpa01: Optimize the regulator description macro

2014-07-09 Thread amit daniel kachhap
Adding MFD maintainers. On Tue, Jul 8, 2014 at 5:57 PM, Amit Daniel Kachhap amit.dan...@samsung.com wrote: This patch makes the regulator description macro take minimum and steps voltage as parameter. In this way many repeated macros can be removed. Now these macros are repeated only if the

Re: [PATCH 3/3] regulator: s2mps11: Optimize the regulator description macro

2014-07-09 Thread amit daniel kachhap
Adding MFD maintainers On Tue, Jul 8, 2014 at 5:58 PM, Amit Daniel Kachhap amit.dan...@samsung.com wrote: This patch makes the regulator description macro take minimum and steps voltage as parameter. In this way many repeated macros can be removed. Now these macros are repeated only if the the

Re: [PATCH] thermal: samsung: Add TMU support for Exynos3250 SoC

2014-07-09 Thread Amit Kachhap
On Wed, Jul 9, 2014 at 8:30 AM, Chanwoo Choi cw00.c...@samsung.com wrote: On 07/01/2014 09:33 AM, Chanwoo Choi wrote: This patch add registers, bit fields and compatible strings for Exynos3250 TMU (Thermal Management Unit). Exynos3250 uses the Cortex-A7 dual cores and has a target speed of

Re: [PATCH] ARM: dts: Add mask-tpm-reset to the device tree

2014-07-09 Thread Vikas Sajjan
Doug, On Wed, Jul 9, 2014 at 8:52 PM, Doug Anderson diand...@chromium.org wrote: Vikas, On Tue, Jul 8, 2014 at 9:20 AM, Tomasz Figa t.f...@samsung.com wrote: On 08.07.2014 17:27, Doug Anderson wrote: Hi, On Tue, Jul 8, 2014 at 12:46 AM, Linus Walleij linus.wall...@linaro.org wrote: On