Re: [PATCH v2 11/11] drm/exynos: remove struct exynos_drm_encoder layer

2015-08-12 Thread Gustavo Padovan
Hi Inki, 2015-08-11 Inki Dae inki@samsung.com: On 2015년 08월 11일 09:38, Gustavo Padovan wrote: Hi Inki, 2015-08-07 Inki Dae inki@samsung.com: Hi Gustavo, On 2015년 08월 06일 22:31, Gustavo Padovan wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk struct

Re: [PATCH v2 11/11] drm/exynos: remove struct exynos_drm_encoder layer

2015-08-12 Thread Gustavo Padovan
2015-08-12 Gustavo Padovan gustavo.pado...@collabora.co.uk: Hi Inki, 2015-08-11 Inki Dae inki@samsung.com: On 2015년 08월 11일 09:38, Gustavo Padovan wrote: Hi Inki, 2015-08-07 Inki Dae inki@samsung.com: Hi Gustavo, On 2015년 08월 06일 22:31, Gustavo Padovan

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

2015-08-12 Thread Krzysztof Kozlowski
On 11.08.2015 22:15, Lukasz Majewski wrote: 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 ---

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

2015-08-12 Thread Krzysztof Kozlowski
On 11.08.2015 22:14, Lukasz Majewski wrote: 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

[PATCH RFC v3 07/16] media: get rid of unused extra_links param on media_entity_init()

2015-08-12 Thread Mauro Carvalho Chehab
Currently, media_entity_init() creates an array with the links, allocated at init time. It provides a parameter (extra_links) that would allocate more links than the current needs, but this is not used by any driver. As we want to be able to do dynamic link allocation/removal, we'll need to

Re: [RFC PATCH v4 3/9] mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-12 Thread Ralf Baechle
On Thu, Aug 06, 2015 at 02:45:15PM +0800, Shawn Lin wrote: DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option and read dw_mmc's register to select DMA master. Signed-off-by: Shawn Lin shawn@rock-chips.com ---

Re: [RFC PATCH v4 3/9] mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-12 Thread Shawn Lin
在 2015/8/13 6:05, Ralf Baechle 写道: On Thu, Aug 06, 2015 at 02:45:15PM +0800, Shawn Lin wrote: DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option and read dw_mmc's register to select DMA master. Signed-off-by: Shawn

Re: [PATCH] ARM: dts: exynos4*: add iommu property to JPEG device

2015-08-12 Thread Krzysztof Kozlowski
On 12.08.2015 18:39, Marek Szyprowski wrote: JPEG codec node has been added in parallel to the patch, which added support for IOMMU to Exynos platform, so JPEG device for Exynos4 series lacked IOMMU property. This patch fixes this issue. Signed-off-by: Marek Szyprowski

[GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3

2015-08-12 Thread Kukjin Kim
Hi, I've created the signed tag based on previous tags/samsung-driver so you can see several merge in there. To support cpufreq-dt driver requires clk/cpufreq/exynos changes together and clk/cpufreq maintainers are aware of this changes. And we can remove exynos cpufreq driver at last. Note this

[GIT PULL 2nd 1/4] Samsung defconfig updates for v4.3

2015-08-12 Thread Kukjin Kim
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-defconfig-1 for you to fetch changes up to

[GIT PULL 2nd 2/4] Samsung DT 3rd updates for v4.3

2015-08-12 Thread Kukjin Kim
Hi Arnd, Olof, Kevin This is based on tags/samsung-dt-2 and including exynos4 related clock changes to support cpufreq-dt driver for exynos4 SoCs. Note that I've created one more clk topic branch called v4.3-topic/clk-samsung-2 based on previous one has been merged by Mike into clock tree before

[GIT PULL 2nd 4/4] Samsung defconfig 2nd update for v4.3

2015-08-12 Thread Kukjin Kim
Here is enable cpufreq-dt driver for exynos stuff. Please pull and sorry for little bit confused branches in this time... Thanks, Kukjin The following changes since commit c3e71f4b5f580b43e0eb3be18059c8844d8713e7: ARM: multi_v7_defconfig: Enable max77802 regulator (2015-08-12 08:15:02

Re: [PATCH] ARM: dts: exynos4412-odroidu3: Enable SPI1.

2015-08-12 Thread Krzysztof Kozlowski
On 12.08.2015 20:27, Alexis Ballier wrote: SPI1 is available on IO Port #2 (as depicted on their website) in PCB Revision 0.5 of Hardkernel Odroid U3 board. The shield connects a 256KiB spi-nor flash on that bus. Signed-off-by: Alexis Ballier aball...@gentoo.org ---

[PATCH RFC v3 11/16] media: rename the function that create pad links

2015-08-12 Thread Mauro Carvalho Chehab
Now that a link can be either between two different graph objects, we'll need to add more functions to create links. So, rename the existing one that create links only between two pads as media_create_pad_link(). No functional changes. This patch was created via this shell script: for i

[PATCH RFC v3 10/16] media: rename link source/sink to pad0_source/pad1_sink

2015-08-12 Thread Mauro Carvalho Chehab
Change the internal namespace for links between two pads to have the pad there. We're also numbering it, as a common constructor is to do things like: if (link-port1.type != MEDIA_GRAPH_PAD) continue; if (link-pad1_sink-entity == entity) /* do

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

2015-08-12 Thread Krzysztof Kozlowski
On 11.08.2015 22:07, Lukasz Majewski wrote: 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 ---

[PATCH 2/2] clk: Convert __clk_get_name(hw-clk) to clk_hw_get_name(hw)

2015-08-12 Thread Stephen Boyd
Use the provider based method to get a clock's name so that we can get rid of the clk member in struct clk_hw one day. Mostly converted with the following coccinelle script. @@ struct clk_hw *E; @@ -__clk_get_name(E-clk) +clk_hw_get_name(E) Cc: Heiko Stuebner he...@sntech.de Cc: Sylwester

RE: [PATCH] ARM: dts: exynos4*: add iommu property to JPEG device

2015-08-12 Thread Kukjin Kim
Krzysztof Kozlowski wrote: On 12.08.2015 18:39, Marek Szyprowski wrote: JPEG codec node has been added in parallel to the patch, which added support for IOMMU to Exynos platform, so JPEG device for Exynos4 series lacked IOMMU property. This patch fixes this issue. Signed-off-by: Marek

[PATCH] ARM: dts: exynos4*: add iommu property to JPEG device

2015-08-12 Thread Marek Szyprowski
JPEG codec node has been added in parallel to the patch, which added support for IOMMU to Exynos platform, so JPEG device for Exynos4 series lacked IOMMU property. This patch fixes this issue. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 1 + 1

Re: [PATCH 3/4] rtc: s3c: use unified functions for enable/disable of clk

2015-08-12 Thread Joonyoung Shim
On 08/12/2015 09:10 AM, Krzysztof Kozlowski wrote: On 11.08.2015 20:28, Joonyoung Shim wrote: The driver uses clk_prepare_enable()/clk_disable_unprepare() only in probe only, elsewhere, use the unified functions for enable/disable of clk, e.g. s3c_rtc_enable_clk() / s3c_rtc_disable_clk(), so

[PATCH v2] rtc: s3c: fix disabled clocks for alarm

2015-08-12 Thread Joonyoung Shim
The clock enable/disable codes for alarm have been removed from commit 24e1455493da (drivers/rtc/rtc-s3c.c: delete duplicate clock control) and the clocks are disabled even if alarm is set, so alarm interrupt can't happen. The s3c_rtc_setaie function can be called several times with 'enabled'

Re: [PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider()

2015-08-12 Thread Tomasz Figa
2015-08-12 17:58 GMT+09:00 Marek Szyprowski m.szyprow...@samsung.com: Commit d5e136a21b2028fb1f45143ea7112d5869bfc6c7 (clk: samsung: Register clk provider only after registering its all clocks, merged to v3.17-rc1) modified a way that driver registers registers to core framework. This change

[PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider()

2015-08-12 Thread Marek Szyprowski
Commit d5e136a21b2028fb1f45143ea7112d5869bfc6c7 (clk: samsung: Register clk provider only after registering its all clocks, merged to v3.17-rc1) modified a way that driver registers registers to core framework. This change has not been applied to s5pv210 clocks driver, which has been merged in

Re: [PATCH] ARM: dts: exynos4*: add iommu property to JPEG device

2015-08-12 Thread Javier Martinez Canillas
Hello Marek, On 08/12/2015 11:39 AM, Marek Szyprowski wrote: JPEG codec node has been added in parallel to the patch, which added support for IOMMU to Exynos platform, so JPEG device for Exynos4 series lacked IOMMU property. This patch fixes this issue. Signed-off-by: Marek Szyprowski

[PATCH] ARM: dts: exynos4412-odroidu3: Enable SPI1.

2015-08-12 Thread Alexis Ballier
SPI1 is available on IO Port #2 (as depicted on their website) in PCB Revision 0.5 of Hardkernel Odroid U3 board. The shield connects a 256KiB spi-nor flash on that bus. Signed-off-by: Alexis Ballier aball...@gentoo.org --- arch/arm/boot/dts/exynos4412-odroidu3.dts | 7 +++ 1 file changed, 7