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

2015-08-13 Thread Thierry Reding
On Wed, Aug 12, 2015 at 04:12:41PM -0700, Stephen Boyd wrote: 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)

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

2015-08-13 Thread Heiko Stübner
Am Mittwoch, 12. August 2015, 16:12:41 schrieb 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)

[PATCH] rtc: s5m: fix to update ctrl register

2015-08-13 Thread Joonyoung Shim
According to datasheet, the S2MPS13X and S2MPS14X should update write buffer via setting WUDR bit to high after ctrl register is updated. If not, ALARM interrupt of rtc-s5m doesn't happen first time when i use tools/testing/selftests/timers/rtctest.c test program and hour format is used to 12

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

2015-08-13 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 --- Changes in v2: Use GPIO_ACTIVE_HIGH (Krzysztof Kozlowski)

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

2015-08-13 Thread Hans Verkuil
On 08/12/15 22:14, Mauro Carvalho Chehab wrote: 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

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

2015-08-13 Thread Geert Uytterhoeven
On Thu, Aug 13, 2015 at 1:12 AM, Stephen Boyd sb...@codeaurora.org wrote: 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; @@

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

2015-08-13 Thread Sebastian Hesselbarth
On 08/13/2015 01:12 AM, Stephen Boyd wrote: 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) [...]

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

2015-08-13 Thread Kukjin Kim
Olof Johansson wrote: On Thu, Aug 13, 2015 at 09:12:34AM +0900, Kukjin Kim wrote: 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

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

2015-08-13 Thread Kukjin Kim
Krzysztof Kozlowski wrote: W dniu 13.08.2015 o 18:06, Alexis Ballier pisze: 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

Re: [RFC PATCH v4 6/9] arm: hisi_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-13 Thread Wei Xu
On 8/6/2015 7:45 AM, 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 Acked-by: Wei Xu

Re: [GIT PULL] Samsung mach fixes for 4.2

2015-08-13 Thread Olof Johansson
On Mon, Aug 10, 2015 at 11:04:25AM +0900, Kukjin Kim wrote: Hi arm-soc guys, Can you please pull this into arm-soc fixes for v4.2 directly? I don't have other samsung fixes in my tree at this moment. Thanks, Kukjin Krzysztof Kozlowski wrote: Dear Kukjin, Please find latest

Re: [GIT PULL 4/5] Samsung 2nd DT updates for v4.3

2015-08-13 Thread Olof Johansson
On Tue, Aug 04, 2015 at 04:29:25PM +0900, Kukjin Kim wrote: Hi Arnd, Olof, Kevin This 2nd DT update branch is based tags/samsung-dt-1 + v4.3-topic/clk-samsung branch because of dependency to support generic cpufreq driver. Please pull. Thanks, Kukjin The following changes since

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

2015-08-13 Thread Olof Johansson
On Thu, Aug 13, 2015 at 09:12:34AM +0900, Kukjin Kim wrote: 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

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

2015-08-13 Thread Olof Johansson
On Thu, Aug 13, 2015 at 09:12:59AM +0900, Kukjin Kim wrote: 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

Re: [GIT PULL 5/5] Samsung driver updates for v4.3

2015-08-13 Thread Olof Johansson
On Tue, Aug 04, 2015 at 04:30:18PM +0900, Kukjin Kim wrote: Hi, This branch is including to support generic cpufreq driver in mach-exynos dir. for exynos3250 and exynos5250 even the tag name is driver. Because it is depending on clk and cpufreq changes which acked by regarding maintainers,

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

2015-08-13 Thread Kukjin Kim
Olof Johansson wrote: On Thu, Aug 13, 2015 at 09:12:59AM +0900, Kukjin Kim wrote: 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

Re: [rtc-linux] [PATCH] rtc: s5m: fix to update ctrl register

2015-08-13 Thread Krzysztof Kozlowski
W dniu 13.08.2015 o 17:49, Joonyoung Shim pisze: According to datasheet, the S2MPS13X and S2MPS14X should update write buffer via setting WUDR bit to high after ctrl register is updated. Hi, I cannot find this information in S2MPS14 datasheet. On which page is it? If not, ALARM interrupt

RE: [GIT PULL 4/5] Samsung 2nd DT updates for v4.3

2015-08-13 Thread Kukjin Kim
Olof Johansson wrote: On Tue, Aug 04, 2015 at 04:29:25PM +0900, Kukjin Kim wrote: Hi Arnd, Olof, Kevin This 2nd DT update branch is based tags/samsung-dt-1 + v4.3-topic/clk-samsung branch because of dependency to support generic cpufreq driver. Please pull. Thanks, Kukjin

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

2015-08-13 Thread Krzysztof Kozlowski
W dniu 13.08.2015 o 18:06, Alexis Ballier pisze: 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 --- Changes in

Re: [PATCH v2] Remove unselectable rule for arm-exynos-cpufreq.o

2015-08-13 Thread Krzysztof Kozlowski
2015-08-13 20:33 GMT+09:00 Viresh Kumar viresh.ku...@linaro.org: On 13-08-15, 13:28, Jonas Rabenstein wrote: Commit cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support deleted option ARM_EXYNOS_CPUFREQ but missed to delete a rule in drivers/cpufreq/Makefile which depends on that

RE: [GIT PULL 5/5] Samsung driver updates for v4.3

2015-08-13 Thread Kukjin Kim
Olof Johansson wrote: On Tue, Aug 04, 2015 at 04:30:18PM +0900, Kukjin Kim wrote: Hi, This branch is including to support generic cpufreq driver in mach-exynos dir. for exynos3250 and exynos5250 even the tag name is driver. Because it is depending on clk and cpufreq changes which

Re: [rtc-linux] [PATCH] rtc: s5m: fix to update ctrl register

2015-08-13 Thread Krzysztof Kozlowski
W dniu 13.08.2015 o 19:02, Krzysztof Kozlowski pisze: W dniu 13.08.2015 o 17:49, Joonyoung Shim pisze: According to datasheet, the S2MPS13X and S2MPS14X should update write buffer via setting WUDR bit to high after ctrl register is updated. Hi, I cannot find this information in S2MPS14

RE: [PATCH v2] Remove unselectable rule for arm-exynos-cpufreq.o

2015-08-13 Thread Kukjin Kim
Krzysztof Kozlowski wrote: 2015-08-13 20:33 GMT+09:00 Viresh Kumar viresh.ku...@linaro.org: On 13-08-15, 13:28, Jonas Rabenstein wrote: Commit cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support deleted option ARM_EXYNOS_CPUFREQ but missed to delete a rule in

[GIT PULL v2 3/5] Samsung SoC updates for v4.3

2015-08-13 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-soc for you to fetch changes up to

[GIT PULL v2 4/5] Samsung cpufreq driver updates for v4.3

2015-08-13 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-late-cpufreq-driver for you to fetch changes up

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

2015-08-13 Thread Andrew Bresticker
On Wed, Aug 12, 2015 at 4:12 PM, Stephen Boyd sb...@codeaurora.org wrote: 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; @@

[GIT PULL v2 2/5] Samsung 2nd DT updates for v4.3

2015-08-13 Thread Kukjin Kim
The following changes since commit 5e080b078fa1f929d9aa5586985d5e7c0739d207: ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of paths (2015-07-21 13:01:23 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

[GIT PULL v2 1/5] Samsung clk driver updates for v4.3

2015-08-13 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-clk-driver for you to fetch changes up to

[GIT PULL v2 0/5] Samsung updates for v4.3

2015-08-13 Thread Kukjin Kim
Hello Arnd, Olof, Kevin Here is re-spin of pull request for Samsung stuff for v4.3 as per Olof's suggestion. Most of this pull-requests are to switch to support generic cpufreq driver for exynos3250, 4210, 4412 and 5250 and several exynos dt updates. Note as I commented in each tag, each

[GIT PULL v2 5/5] Samsung defconfig updates for v4.3

2015-08-13 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-new for you to fetch changes up to

[PATCH 2/2] drm: WARN_ON if a modeset driver uses legacy suspend/resume helpers

2015-08-13 Thread Gustavo Padovan
From: Gustavo Padovan gustavo.pado...@collabora.co.uk Legacy s/r hooks are only used for shadow-attaching drivers, warn when a KMS driver tries to use them. Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk --- drivers/gpu/drm/drm_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH 1/2] drm/exynos: remove legacy -suspend()/resume()

2015-08-13 Thread Gustavo Padovan
From: Gustavo Padovan gustavo.pado...@collabora.co.uk These legacy helpers should only be used by shadow-attaching drivers. KMS drivers has its own way to handle suspend/resume and don't need to use these two helpers. Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk ---

Re: [PATCH 2/2] drm: WARN_ON if a modeset driver uses legacy suspend/resume helpers

2015-08-13 Thread Daniel Vetter
On Thu, Aug 13, 2015 at 05:06:39PM -0300, Gustavo Padovan wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk Legacy s/r hooks are only used for shadow-attaching drivers, warn when a KMS driver tries to use them. Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk