Re: [RESEND PATCH v1 4/4] clk: rockchip: rk3036: fix and add node id for emac clock

2016-01-01 Thread Xing Zheng
Hi Heiko, Thank you for your patch, I will apply and test it later. Thanks. > 在 2016年1月2日,06:10,Heiko Stübner 写道: > > Hi Xing, > > Am Dienstag, 29. Dezember 2015, 10:34:09 schrieb Xing Zheng: >> On 2015年12月29日 09:59, Yakir Yang wrote: >>> On 12/28/2015 08:41 PM, Heiko Stübner wrote: A

Re: [PATCH v2,RESEND] clk: uniphier: add clock drivers for UniPhier SoCs

2016-01-01 Thread Masahiro Yamada
Hi Michael, 2015-12-31 10:35 GMT+09:00 Michael Turquette : > Hello Yamada-san, > > Quoting Masahiro Yamada (2015-12-28 02:20:58) >> diff --git a/drivers/clk/uniphier/Kconfig b/drivers/clk/uniphier/Kconfig >> new file mode 100644 >> index 000..7606f27 >> --- /dev/null >> +++ b/drivers/clk/unip

Re: [PATCH linux-next (v2) 2/2] clk: bcm6345: Add BCM6345 gated clock support

2016-01-01 Thread Michael Turquette
Hi Simon, Quoting Simon Arlott (2015-12-10 13:50:59) > +#define to_clk_bcm6345(_hw) container_of(_hw, struct clk_bcm6345, hw) > + > +static int clk_bcm6345_enable(struct clk_hw *hw) > +{ > + struct clk_bcm6345 *gate = to_clk_bcm6345(hw); > + > + return regmap_write_bits(gate->map, gate

Re: [RESEND PATCH v1 4/4] clk: rockchip: rk3036: fix and add node id for emac clock

2016-01-01 Thread Heiko Stübner
Hi Xing, Am Dienstag, 29. Dezember 2015, 10:34:09 schrieb Xing Zheng: > On 2015年12月29日 09:59, Yakir Yang wrote: > > On 12/28/2015 08:41 PM, Heiko Stübner wrote: > >> Am Montag, 28. Dezember 2015, 17:03:53 schrieb Xing Zheng: > >>> Due to referred old version TRM, there is incorrect emac clock node

Re: [PATCH] [BUG] clk: rockchip: don't mark clock names as initconst

2016-01-01 Thread Heiko Stübner
Am Freitag, 1. Januar 2016, 22:50:43 schrieb Arnd Bergmann: > On Friday 01 January 2016 18:06:30 Heiko Stübner wrote: > > "[PATCH] clk: rockchip: fix section mismatches with new child-clocks" [0] > > > > should be in Mike's + Stephen's inbox since last week as well, which moves > > the offending n

Re: [PATCH] [BUG] clk: rockchip: don't mark clock names as initconst

2016-01-01 Thread Arnd Bergmann
On Friday 01 January 2016 18:06:30 Heiko Stübner wrote: > > "[PATCH] clk: rockchip: fix section mismatches with new child-clocks" [0] > > should be in Mike's + Stephen's inbox since last week as well, which moves > the > offending new elements into separate entities, which can have __initdata

Re: [PATCH] [BUG] clk: rockchip: don't mark clock names as initconst

2016-01-01 Thread Heiko Stübner
Hi Arnd, Am Freitag, 1. Januar 2016, 14:42:52 schrieb Arnd Bergmann: > The latest changes to the rockchip clk implementation cause > tons of warnings and/or errors (depending on the configuration): > > WARNING: vmlinux.o(.data+0x125394): Section mismatch in reference from the > variable __compoun

[PATCH] [BUG] clk: rockchip: don't mark clock names as initconst

2016-01-01 Thread Arnd Bergmann
The latest changes to the rockchip clk implementation cause tons of warnings and/or errors (depending on the configuration): WARNING: vmlinux.o(.data+0x125394): Section mismatch in reference from the variable __compound_literal.125 to the (unknown reference) .init.rodata:(unknown) The reason is