All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix init order of S3C64xx's clock providers
@ 2019-09-07  2:47 ` Yao Lihua
  0 siblings, 0 replies; 5+ messages in thread
From: Yao Lihua @ 2019-09-07  2:47 UTC (permalink / raw)
  To: krzk, kgene, linux-samsung-soc; +Cc: Yao Lihua, linux-arm-kernel

From: Lihua Yao <ylhuajnu@outlook.com>

Ensure fin_pll is initialized before clock-controller@7e00f000 so
we have correct clock frequency like below:

[    0.000000] S3C6410 clocks: apll = 532000000, mpll = 532000000
[    0.000000]  epll = 24000000, arm_clk = 532000000

Lihua Yao (2):
  ARM: dts: s3c64xx: factor out external fixed clocks
  ARM: dts: s3c64xx: specify dependency of clock providers

 arch/arm/boot/dts/s3c6400.dtsi         |  1 +
 arch/arm/boot/dts/s3c6410-mini6410.dts | 22 ----------------------
 arch/arm/boot/dts/s3c6410-smdk6410.dts | 22 ----------------------
 arch/arm/boot/dts/s3c6410.dtsi         |  1 +
 arch/arm/boot/dts/s3c64xx.dtsi         | 14 ++++++++++++++
 5 files changed, 16 insertions(+), 44 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 0/2] Fix init order of S3C64xx's clock providers
@ 2019-09-07  2:47 ` Yao Lihua
  0 siblings, 0 replies; 5+ messages in thread
From: Yao Lihua @ 2019-09-07  2:47 UTC (permalink / raw)
  To: krzk, kgene, linux-samsung-soc; +Cc: Yao Lihua, linux-arm-kernel

From: Lihua Yao <ylhuajnu@outlook.com>

Ensure fin_pll is initialized before clock-controller@7e00f000 so
we have correct clock frequency like below:

[    0.000000] S3C6410 clocks: apll = 532000000, mpll = 532000000
[    0.000000]  epll = 24000000, arm_clk = 532000000

Lihua Yao (2):
  ARM: dts: s3c64xx: factor out external fixed clocks
  ARM: dts: s3c64xx: specify dependency of clock providers

 arch/arm/boot/dts/s3c6400.dtsi         |  1 +
 arch/arm/boot/dts/s3c6410-mini6410.dts | 22 ----------------------
 arch/arm/boot/dts/s3c6410-smdk6410.dts | 22 ----------------------
 arch/arm/boot/dts/s3c6410.dtsi         |  1 +
 arch/arm/boot/dts/s3c64xx.dtsi         | 14 ++++++++++++++
 5 files changed, 16 insertions(+), 44 deletions(-)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] Fix init order of S3C64xx's clock providers
  2019-09-07  2:47 ` Yao Lihua
@ 2019-09-09 18:45   ` krzk
  -1 siblings, 0 replies; 5+ messages in thread
From: krzk @ 2019-09-09 18:45 UTC (permalink / raw)
  To: Yao Lihua; +Cc: linux-samsung-soc, kgene, linux-arm-kernel

On Sat, Sep 07, 2019 at 02:47:48AM +0000, Yao Lihua wrote:
> From: Lihua Yao <ylhuajnu@outlook.com>
> 
> Ensure fin_pll is initialized before clock-controller@7e00f000 so
> we have correct clock frequency like below:
> 
> [    0.000000] S3C6410 clocks: apll = 532000000, mpll = 532000000
> [    0.000000]  epll = 24000000, arm_clk = 532000000

Hi,

Unfortunately your patches missed the samsung-soc mailing list:
https://www.spinics.net/lists/linux-samsung-soc/

Maybe you need to be subscribed?

In general, if the patches are not there, I do not see them under
Patchwork. You miss also review from Samsung folks.

Best regards,
Krzysztof


> 
> Lihua Yao (2):
>   ARM: dts: s3c64xx: factor out external fixed clocks
>   ARM: dts: s3c64xx: specify dependency of clock providers
> 
>  arch/arm/boot/dts/s3c6400.dtsi         |  1 +
>  arch/arm/boot/dts/s3c6410-mini6410.dts | 22 ----------------------
>  arch/arm/boot/dts/s3c6410-smdk6410.dts | 22 ----------------------
>  arch/arm/boot/dts/s3c6410.dtsi         |  1 +
>  arch/arm/boot/dts/s3c64xx.dtsi         | 14 ++++++++++++++
>  5 files changed, 16 insertions(+), 44 deletions(-)
> 
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] Fix init order of S3C64xx's clock providers
@ 2019-09-09 18:45   ` krzk
  0 siblings, 0 replies; 5+ messages in thread
From: krzk @ 2019-09-09 18:45 UTC (permalink / raw)
  To: Yao Lihua; +Cc: linux-samsung-soc, kgene, linux-arm-kernel

On Sat, Sep 07, 2019 at 02:47:48AM +0000, Yao Lihua wrote:
> From: Lihua Yao <ylhuajnu@outlook.com>
> 
> Ensure fin_pll is initialized before clock-controller@7e00f000 so
> we have correct clock frequency like below:
> 
> [    0.000000] S3C6410 clocks: apll = 532000000, mpll = 532000000
> [    0.000000]  epll = 24000000, arm_clk = 532000000

Hi,

Unfortunately your patches missed the samsung-soc mailing list:
https://www.spinics.net/lists/linux-samsung-soc/

Maybe you need to be subscribed?

In general, if the patches are not there, I do not see them under
Patchwork. You miss also review from Samsung folks.

Best regards,
Krzysztof


> 
> Lihua Yao (2):
>   ARM: dts: s3c64xx: factor out external fixed clocks
>   ARM: dts: s3c64xx: specify dependency of clock providers
> 
>  arch/arm/boot/dts/s3c6400.dtsi         |  1 +
>  arch/arm/boot/dts/s3c6410-mini6410.dts | 22 ----------------------
>  arch/arm/boot/dts/s3c6410-smdk6410.dts | 22 ----------------------
>  arch/arm/boot/dts/s3c6410.dtsi         |  1 +
>  arch/arm/boot/dts/s3c64xx.dtsi         | 14 ++++++++++++++
>  5 files changed, 16 insertions(+), 44 deletions(-)
> 
> -- 
> 2.17.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] Fix init order of S3C64xx's clock providers
       [not found]   ` <BY5PR12MB36991B9B4E33B2A3093132BCC4B60@BY5PR12MB3699.namprd12.prod.outlook.com>
@ 2019-09-10 14:34     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2019-09-10 14:34 UTC (permalink / raw)
  To: Lihua Yao; +Cc: linux-samsung-soc, kgene, linux-arm-kernel

On Tue, 10 Sep 2019 at 14:56, Lihua Yao <ylhuajnu@outlook.com> wrote:
>
> Hi  Krzysztof,
>
> On 10/9/2019 2:45 AM, krzk@kernel.org wrote:
>
> On Sat, Sep 07, 2019 at 02:47:48AM +0000, Yao Lihua wrote:
>
> From: Lihua Yao <ylhuajnu@outlook.com>
>
> Ensure fin_pll is initialized before clock-controller@7e00f000 so
> we have correct clock frequency like below:
>
> [    0.000000] S3C6410 clocks: apll = 532000000, mpll = 532000000
> [    0.000000]  epll = 24000000, arm_clk = 532000000
>
> Hi,
>
> Unfortunately your patches missed the samsung-soc mailing list:
> https://www.spinics.net/lists/linux-samsung-soc/
>
> Maybe you need to be subscribed?
>
> In general, if the patches are not there, I do not see them under
> Patchwork. You miss also review from Samsung folks.
>
> I had tried subscribing mail list but got rejected by vger.kernel.org.
>
>   majordomo@vger.kernel.org
>   vger.kernel.org
>   Remote Server returned '553 5.7.1 Hello [40.92.11.38], for your MAIL FROM address <ylhuajnu@outlook.com> policy analysis reported:   Your address is not liked source for email'
>
> I had used my @163.com email too but got nothing. I couldn't use gmail
> as google's services are blocked from china mainland.
>
> Would you kindly recommend some email servers that vger.kernel.org is
> happy to accept?

Indeed outlook.com seems to be blocked. I do not know what other
services are accepted. There are many China-based developers and
somehow they are able to send to LKML.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-10 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-07  2:47 [PATCH 0/2] Fix init order of S3C64xx's clock providers Yao Lihua
2019-09-07  2:47 ` Yao Lihua
2019-09-09 18:45 ` krzk
2019-09-09 18:45   ` krzk
     [not found]   ` <BY5PR12MB36991B9B4E33B2A3093132BCC4B60@BY5PR12MB3699.namprd12.prod.outlook.com>
2019-09-10 14:34     ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.