Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Linux-Kernel Archive: Re: [PATCH 1/2] clk: hisilicon: add CRG driver Hi3521a SoC Re: [PATCH 1/2] clk: hisilicon: add CRG driver Hi3521a SoC From: Marty E. Plummer Date: Sun May 01 2022 - 07:36:50 EST Next message: Marty E. Plummer: "Re: [PATCH 2/2] arm: hisi: enable Hi3521a soc" Previous message: Maciej W. Rozycki: "Re: [PATCH v3] MIPS: adding a safety check for cpu_has_fpu" In reply to: Krzysztof Kozlowski: "Re: [PATCH 1/2] clk: hisilicon: add CRG driver Hi3521a SoC" Next in thread: Krzysztof Kozlowski: "Re: [PATCH 1/2] clk: hisilicon: add CRG driver Hi3521a SoC" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Sun, May 01, 2022 at 10:35:37AM +0200, Krzysztof Kozlowski wrote: > On 01/05/2022 07:10, Marty E. Plummer wrote: > > Add CRG driver for Hi3521A SoC. CRG (Clock and Reset Generator) module > > generates clock and reset signals used by other module blocks on SoC. > > > > > (...) > > > + return; > > + > > + hisi_clk_register_mux(hi3521a_sysctrl_mux_clks, > > + ARRAY_SIZE(hi3521a_sysctrl_mux_clks), > > + clk_data); > > +} > > +CLK_OF_DECLARE(hi3521a_sysctrl, "hisilicon,hi3521a-sysctrl", hi3521a_sysctrl_init); > Missing bindings. > Assume you mean the Documentation/dt/binding/... file? Will do. I probably should have prefixed it with RFC, as I'm mostly hoping to get the attention of the hisi people to see what's the deal with the mtd reads being borked. > Best regards, > Krzysztof Next message: Marty E. Plummer: "Re: [PATCH 2/2] arm: hisi: enable Hi3521a soc" Previous message: Maciej W. Rozycki: "Re: [PATCH v3] MIPS: adding a safety check for cpu_has_fpu" In reply to: Krzysztof Kozlowski: "Re: [PATCH 1/2] clk: hisilicon: add CRG driver Hi3521a SoC" Next in thread: Krzysztof Kozlowski: "Re: [PATCH 1/2] clk: hisilicon: add CRG driver Hi3521a SoC" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]