[PATCH v8 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-19 Thread Zhou Yanjie
Add the OST bindings for the X1 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil Reviewed-by: Rob Herring --- Notes: v1->v2: No change. v2->v3: Fix wrong parameters in "clocks". v3-&

Re: [PATCH v8 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-20 Thread Zhou Yanjie
Hi Daniel, 在 2020/7/20 下午3:56, Daniel Lezcano 写道: On 19/07/2020 13:42, 周琰杰 (Zhou Yanjie) wrote: Add the OST bindings for the X1 SoC from Ingenic. Description: [v8,1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings. Applying: dt-bindings: timer: Add Ingenic X1000 OST bindings. .git

[PATCH v9 0/2] Add support for the OST in Ingenic X1000.

2020-07-20 Thread Zhou Yanjie
v8->v9: Fix warning while applying. 周琰杰 (Zhou Yanjie) (2): dt-bindings: timer: Add Ingenic X1000 OST bindings. clocksource: Ingenic: Add support for the Ingenic X1000 OST. .../devicetree/bindings/timer/ingenic,sysost.yaml | 63 +++ drivers/clocksource/Kconfig|

[PATCH v9 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-20 Thread Zhou Yanjie
(Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: Fix compile warnings. Reported-by: kernel test robot v2->v3: No change. v3->v4: 1.Rename "ost" to "sysost" 1.Remove unrelated changes. 2.Remove ost_clock_

[PATCH v9 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-20 Thread Zhou Yanjie
Add the OST bindings for the X1 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil Reviewed-by: Rob Herring --- Notes: v1->v2: No change. v2->v3: Fix wrong parameters in "clocks". v3-&

Re: [PATCH v6 3/5] USB: PHY: JZ4770: Add support for new Ingenic SoCs.

2020-07-28 Thread Zhou Yanjie
Hi Vinod, 在 2020/7/27 下午5:53, Vinod Koul 写道: On 25-07-20, 15:34, Zhou Yanjie wrote: Hi Felipe, 在 2020/7/25 下午2:16, Felipe Balbi 写道: Hi, 周琰杰 (Zhou Yanjie) writes: Add support for probing the phy-jz4770 driver on the JZ4780 SoC, the X1000 SoC and the X1830 SoC from Ingenic. Tested-by: 周正

Re: [PATCH RESEND v6 5/5] USB: PHY: JZ4770: Use the generic PHY framework.

2020-07-28 Thread Zhou Yanjie
some reordering to do. Sorry for the delay caused by the mailbox failure. Now the first four patches have been merged into next. I think I need to make a new patch to move the driver to drivers/phy/ Thanks and best regards! Le sam. 25 juil. 2020 à 15:33, 周琰杰 (Zhou Yanjie) a écrit : Us

Re: [PATCH 1/1] pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780.

2020-07-28 Thread Zhou Yanjie
Hi Paul, 在 2020/7/25 下午8:35, Paul Cercueil 写道: Hi Zhou, Le sam. 25 juil. 2020 à 15:46, 周琰杰 (Zhou Yanjie) a écrit : Add SSI pins support for the JZ4770 SoC and the JZ4780 SoC from Ingenic. Signed-off-by: 周琰杰 (Zhou Yanjie) ---  drivers/pinctrl/pinctrl-ingenic.c | 267

[PATCH 1/1] USB: PHY: JZ4770: Fix static checker warning.

2020-07-28 Thread Zhou Yanjie
for new Ingenic SoCs."). Reported-by: Colin Ian King Reported-by: Dan Carpenter Signed-off-by: 周琰杰 (Zhou Yanjie) --- drivers/usb/phy/phy-jz4770.c | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/drivers/usb/phy/phy-jz4770.c b/drivers/usb/ph

[PATCH 0/1] Fix static checker warning.

2020-07-28 Thread Zhou Yanjie
Fix the warning that appears during Static analysis. 周琰杰 (Zhou Yanjie) (1): USB: PHY: JZ4770: Fix static checker warning. drivers/usb/phy/phy-jz4770.c | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-) -- 2.11.0

[PATCH v4 0/2] Add support for the OST in Ingenic X1000.

2020-07-05 Thread Zhou Yanjie
et_rate for percpu/global timer. 6.No longer call functions in variable declarations. 周琰杰 (Zhou Yanjie) (2): dt-bindings: timer: Add Ingenic X1000 OST bindings. clocksource: Ingenic: Add support for the Ingenic X1000 OST. .../devicetree/bindings/timer/ingenic,sysost.yaml | 60 +++ drivers/clocksourc

[PATCH v4 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-05 Thread Zhou Yanjie
Add the OST bindings for the X1 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1->v2: No change. v2->v3: Fix wrong parameters in "clocks". v3->v4: 1.Rename "ingenic,ost.yaml" to "

[PATCH v4 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-05 Thread Zhou Yanjie
(Zhou Yanjie) --- Notes: v1->v2: Fix compile warnings. Reported-by: kernel test robot v2->v3: No change. v3->v4: 1.Remove unrelated changes. 2.Remove ost_clock_parent enum. 3.Remove ost->percpu_timer_channel/ost->global_timer_channe

Re: [PATCH v4 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-05 Thread Zhou Yanjie
Hi Paul, 在 2020/7/5 下午8:58, Paul Cercueil 写道: Hi Zhou, Le dim. 5 juil. 2020 à 20:34, 周琰杰 (Zhou Yanjie) a écrit : X1000 and SoCs after X1000 (such as X1500 and X1830) had a separate OST, it no longer belongs to TCU. This driver will register both a clocksource and a sched_clock to the system

[PATCH v5 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-05 Thread Zhou Yanjie
(Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: Fix compile warnings. Reported-by: kernel test robot v2->v3: No change. v3->v4: 1.Rename "ost" to "sysost" 1.Remove unrelated changes. 2.Remove ost_clock_

[PATCH v5 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-05 Thread Zhou Yanjie
Add the OST bindings for the X1 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: No change. v2->v3: Fix wrong parameters in "clocks". v3->v4: 1.Rename &q

[PATCH v5 0/2] Add support for the OST in Ingenic X1000.

2020-07-05 Thread Zhou Yanjie
v4->v5: Use "of_io_request_and_map()" instead "of_iomap()". Suggested-by: Paul Cercueil 周琰杰 (Zhou Yanjie) (2): dt-bindings: timer: Add Ingenic X1000 OST bindings. clocksource: Ingenic: Add support for the Ingenic X1000 OST. .../devicetree/bindings/timer/ing

[tip: timers/core] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-23 Thread Zhou Yanjie
The following commit has been merged into the timers/core branch of tip: Commit-ID: ac756d05c468e535380c7b4b102105793c5d095e Gitweb: https://git.kernel.org/tip/ac756d05c468e535380c7b4b102105793c5d095e Author:周琰杰 (Zhou Yanjie) AuthorDate:Thu, 23 Jul 2020 01:18:03 +08:00

[tip: timers/core] clocksource/drivers/ingenic: Add high resolution timer support for SMP/SMT.

2020-07-23 Thread Zhou Yanjie
The following commit has been merged into the timers/core branch of tip: Commit-ID: f19d838d08fc1cde742dedafa776a865e1682e63 Gitweb: https://git.kernel.org/tip/f19d838d08fc1cde742dedafa776a865e1682e63 Author:周琰杰 (Zhou Yanjie) AuthorDate:Thu, 25 Jun 2020 01:07:49 +08:00

[tip: timers/core] clocksource/drivers/ingenic: Add support for the Ingenic X1000 OST.

2020-07-23 Thread Zhou Yanjie
The following commit has been merged into the timers/core branch of tip: Commit-ID: 5ecafc120bbea614c9d29d0ee2cbb77bbb786059 Gitweb: https://git.kernel.org/tip/5ecafc120bbea614c9d29d0ee2cbb77bbb786059 Author:周琰杰 (Zhou Yanjie) AuthorDate:Thu, 23 Jul 2020 01:18:04 +08:00

[PATCH 1/1] MIPS: X2000: Add X2000 system type.

2020-07-21 Thread Zhou Yanjie
1.Add "PRID_COMP_INGENIC_13" and "PRID_IMP_XBURST2" for X2000. 2.Add X2000 system type for cat /proc/cpuinfo to give out X2000. Signed-off-by: 周琰杰 (Zhou Yanjie) --- arch/mips/include/asm/bootinfo.h | 1 + arch/mips/include/asm/cpu.h | 6 -- arch/mips/jz4740/

[PATCH 0/1] MIPS: X2000: Add X2000 system type.

2020-07-21 Thread Zhou Yanjie
1.Add "PRID_COMP_INGENIC_13" and "PRID_IMP_XBURST2" for X2000. 2.Add X2000 system type for cat /proc/cpuinfo to give out X2000. 周琰杰 (Zhou Yanjie) (1): MIPS: X2000: Add X2000 system type. arch/mips/include/asm/bootinfo.h | 1 + arch/mips/include/asm/cpu.h | 6

[PATCH v4 0/3] Add USB PHY support for new Ingenic SoCs.

2020-07-21 Thread Zhou Yanjie
v3->v4: Fix typos. 周琰杰 (Zhou Yanjie) (3): dt-bindings: USB: Add bindings for new Ingenic SoCs. USB: PHY: JZ4770: Add support for new Ingenic SoCs. USB: PHY: JZ4770: Reformat the code to align it. .../bindings/usb/ingenic,jz4770-phy.yaml | 6 +- drivers/usb/phy/Kcon

[PATCH v4 3/3] USB: PHY: JZ4770: Reformat the code to align it.

2020-07-21 Thread Zhou Yanjie
Reformat the code (add one level of indentation before the values), to align the code in the macro definition section. Tested-by: 周正 (Zhou Zheng) Co-developed-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1->v2: Add support

[PATCH v4 2/3] USB: PHY: JZ4770: Add support for new Ingenic SoCs.

2020-07-21 Thread Zhou Yanjie
Add support for probing the phy-jz4770 driver on the JZ4780 SoC, the X1000 SoC and the X1830 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Co-developed-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1->v2: Add bindings for

[PATCH v4 1/3] dt-bindings: USB: Add bindings for new Ingenic SoCs.

2020-07-21 Thread Zhou Yanjie
Add the USB PHY bindings for the JZ4780 SoC, the X1000 SoC and the X1830 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) Acked-by: Rob Herring --- Notes: v1->v2: Add bindings for the JZ4780 SoC. v2->v3: No change. v3->v

[PATCH 2/2] crypto: Ingenic: Add hardware RNG for Ingenic JZ4780 and X1000.

2020-07-22 Thread Zhou Yanjie
Add JZ4780 SoC and X1000 SoC random number generator driver, based on PrasannaKumar Muralidharan's JZ4780 RNG driver. Tested-by: 周正 (Zhou Zheng) Tested-by: Mathieu Malaterre Suggested-by: Jeffrey Walton Signed-off-by: PrasannaKumar Muralidharan Signed-off-by: 周琰杰 (Zhou Yanjie) --- dr

[PATCH 0/2] Add support for the RNG in Ingenic JZ4780 and X1000.

2020-07-22 Thread Zhou Yanjie
1.Add the RNG bindings for the JZ4780 SoC and the X1000 SoC from Ingenic. 2.Add JZ4780 SoC and X1000 SoC random number generator driver, based on PrasannaKumar Muralidharan's JZ4780 RNG driver. 周琰杰 (Zhou Yanjie) (2): dt-bindings: RNG: Add Ingenic RNG bindings. crypto: Ingenic

[PATCH 1/2] dt-bindings: RNG: Add Ingenic RNG bindings.

2020-07-22 Thread Zhou Yanjie
Add the RNG bindings for the JZ4780 SoC and the X1000 SoC from Ingenic. Signed-off-by: 周琰杰 (Zhou Yanjie) --- .../devicetree/bindings/rng/ingenic,rng.yaml | 36 ++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/rng/ingenic

Re: [PATCH v10 0/2] Add support for the OST in Ingenic X1000.

2020-07-22 Thread Zhou Yanjie
Hello Daniel, 在 2020/7/21 下午8:53, Daniel Lezcano 写道: On 20/07/2020 19:31, 周琰杰 (Zhou Yanjie) wrote: v9->v10: Fix errors which case "make dt_binding_check" failed. 周琰杰 (Zhou Yanjie) (2): dt-bindings: timer: Add Ingenic X1000 OST bindings. clocksource: Ingenic: Add support fo

Re: [PATCH v10 0/2] Add support for the OST in Ingenic X1000.

2020-07-22 Thread Zhou Yanjie
在 2020/7/23 上午12:49, Daniel Lezcano 写道: On 22/07/2020 18:47, Zhou Yanjie wrote: Hello Daniel, 在 2020/7/21 下午8:53, Daniel Lezcano 写道: On 20/07/2020 19:31, 周琰杰 (Zhou Yanjie) wrote: v9->v10: Fix errors which case "make dt_binding_check" failed. 周琰杰 (Zhou Yanjie) (2):    dt-bi

[PATCH v11 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-22 Thread Zhou Yanjie
(Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: Fix compile warnings. Reported-by: kernel test robot v2->v3: No change. v3->v4: 1.Rename "ost" to "sysost" 1.Remove unrelated changes. 2.Remove ost_clock_

[PATCH v11 0/2] Add support for the OST in Ingenic X1000.

2020-07-22 Thread Zhou Yanjie
v10->v11: Fix typos. 周琰杰 (Zhou Yanjie) (2): dt-bindings: timer: Add Ingenic X1000 OST bindings. clocksource: Ingenic: Add support for the Ingenic X1000 OST. .../devicetree/bindings/timer/ingenic,sysost.yaml | 63 +++ drivers/clocksource/Kconfig| 12 +- driv

[PATCH v11 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-22 Thread Zhou Yanjie
Add the OST bindings for the X1000 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil Reviewed-by: Rob Herring --- Notes: v1->v2: No change. v2->v3: Fix wrong parameters in "clocks". v3-&

Re: [PATCH v4 2/3] USB: PHY: JZ4770: Add support for new Ingenic SoCs.

2020-07-22 Thread Zhou Yanjie
Hi Paul, 在 2020/7/23 上午1:19, Paul Cercueil 写道: Hi Zhou, Le mer. 22 juil. 2020 à 14:33, 周琰杰 (Zhou Yanjie) a écrit : Add support for probing the phy-jz4770 driver on the JZ4780 SoC, the X1000 SoC and the X1830 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Co-developed-by: 漆鹏振 (Qi Pengzhen

[PATCH v5 4/4] USB: PHY: JZ4770: Reformat the code to align it.

2020-07-22 Thread Zhou Yanjie
Reformat the code (add one level of indentation before the values), to align the code in the macro definition section. Tested-by: 周正 (Zhou Zheng) Co-developed-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1->v2: Add support

[PATCH v5 1/4] dt-bindings: USB: Add bindings for new Ingenic SoCs.

2020-07-22 Thread Zhou Yanjie
Add the USB PHY bindings for the JZ4780 SoC, the X1000 SoC and the X1830 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) Acked-by: Rob Herring --- Notes: v1->v2: Add bindings for the JZ4780 SoC. v2->v3: No change. v3->v

[PATCH v5 2/4] USB: PHY: JZ4770: Unify code style and simplify code.

2020-07-22 Thread Zhou Yanjie
the code. Tested-by: 周正 (Zhou Zheng) Suggested-by: Paul Cercueil Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v5: New patch. drivers/usb/phy/phy-jz4770.c | 34 +++--- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/drivers/usb/phy/phy-jz4770.c

[PATCH v5 0/4] Add USB PHY support for new Ingenic SoCs.

2020-07-22 Thread Zhou Yanjie
1.separate the adjustments to the code style into a separate patch. 2.Modify the help message, make it more future-proof. 3.Drop the unnecessary comment about hardware reset. 4.Create 'soc_info' structures instead having ID_* as platform data. 周琰杰 (Zhou Yanjie) (4): dt-bindings

[PATCH v5 3/4] USB: PHY: JZ4770: Add support for new Ingenic SoCs.

2020-07-22 Thread Zhou Yanjie
Add support for probing the phy-jz4770 driver on the JZ4780 SoC, the X1000 SoC and the X1830 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Co-developed-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1->v2: Add bindings for

Re: [PATCH 2/2] crypto: Ingenic: Add hardware RNG for Ingenic JZ4780 and X1000.

2020-07-22 Thread Zhou Yanjie
Hello Randy, 在 2020/7/23 上午2:27, Randy Dunlap 写道: On 7/22/20 9:40 AM, 周琰杰 (Zhou Yanjie) wrote: diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index 0ad17efc96df..fcb06027cd88 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig

[PATCH v2 2/2] crypto: Ingenic: Add hardware RNG for Ingenic JZ4780 and X1000.

2020-07-22 Thread Zhou Yanjie
Add JZ4780 SoC and X1000 SoC random number generator driver, based on PrasannaKumar Muralidharan's JZ4780 RNG driver. Tested-by: 周正 (Zhou Zheng) Tested-by: Mathieu Malaterre Suggested-by: Jeffrey Walton Signed-off-by: PrasannaKumar Muralidharan Signed-off-by: 周琰杰 (Zhou Yanjie) ---

[PATCH v2 0/2] Add support for the RNG in Ingenic JZ4780 and X1000.

2020-07-22 Thread Zhou Yanjie
v1->v2: Use "help" instead "---help---" in Kconfig. 周琰杰 (Zhou Yanjie) (2): dt-bindings: RNG: Add Ingenic RNG bindings. crypto: Ingenic: Add hardware RNG for Ingenic JZ4780 and X1000. .../devicetree/bindings/rng/ingenic,rng.yaml | 36 + drivers

[PATCH v2 1/2] dt-bindings: RNG: Add Ingenic RNG bindings.

2020-07-22 Thread Zhou Yanjie
Add the RNG bindings for the JZ4780 SoC and the X1000 SoC from Ingenic. Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1->v2: No change. .../devicetree/bindings/rng/ingenic,rng.yaml | 36 ++ 1 file changed, 36 insertions(+) create mode 100644 Documentat

[PATCH] MIPS: CI20: Update defconfig for EFUSE.

2020-07-23 Thread Zhou Yanjie
wing issue: [FAILED] Failed to start Raise network interfaces. Fix this problem by select CONFIG_JZ4780_EFUSE by default in the ci20_defconfig. Fixes: 19c968222934 ("MIPS: DTS: CI20: make DM9000 Ethernet controller use NVMEM to find the default MAC address"). Signed-off-by: 周琰杰 (Zhou Yan

MIPS: CI20: Update defconfig for EFUSE.

2020-07-23 Thread Zhou Yanjie
周琰杰 (Zhou Yanjie) (1): MIPS: CI20: Update defconfig for EFUSE. arch/mips/configs/ci20_defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.11.0

Re: [PATCH v5 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-10 Thread Zhou Yanjie
Hi Rob, 在 2020/7/10 上午6:49, Rob Herring 写道: On Sun, Jul 05, 2020 at 10:03:52PM +0800, 周琰杰 (Zhou Yanjie) wrote: Add the OST bindings for the X1 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2:

[PATCH v6 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-10 Thread Zhou Yanjie
Add the OST bindings for the X1 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: No change. v2->v3: Fix wrong parameters in "clocks". v3->v4: 1.Rename &q

[PATCH v6 0/2] Add support for the OST in Ingenic X1000.

2020-07-10 Thread Zhou Yanjie
v5->v6: 1.Drop "oneOf" and the blank line in "ingenic,sysost.yaml". 2.Add "additionalProperties: false" in "ingenic,sysost.yaml". 周琰杰 (Zhou Yanjie) (2): dt-bindings: timer: Add Ingenic X1000 OST bindings. clocksource: Ingenic: Add support for the I

[PATCH v6 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-10 Thread Zhou Yanjie
(Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: Fix compile warnings. Reported-by: kernel test robot v2->v3: No change. v3->v4: 1.Rename "ost" to "sysost" 1.Remove unrelated changes. 2.Remove ost_clock_

Re: [PATCH v6 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-16 Thread Zhou Yanjie
Hi Daniel, 在 2020/7/17 下午12:20, Daniel Lezcano 写道: On 10/07/2020 19:02, 周琰杰 (Zhou Yanjie) wrote: X1000 and SoCs after X1000 (such as X1500 and X1830) had a separate OST, it no longer belongs to TCU. This driver will register both a clocksource and a sched_clock to the system. Tested-by: 周正

Re: [PATCH v6 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-17 Thread Zhou Yanjie
Hi Daniel, 在 2020/7/17 下午4:02, Daniel Lezcano 写道: On 17/07/2020 08:13, Zhou Yanjie wrote: Hi Daniel, 在 2020/7/17 下午12:20, Daniel Lezcano 写道: On 10/07/2020 19:02, 周琰杰 (Zhou Yanjie) wrote: X1000 and SoCs after X1000 (such as X1500 and X1830) had a separate OST, it no longer belongs to TCU

Re: [PATCH v4 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework.

2020-09-21 Thread Zhou Yanjie
Hi Paul, 在 2020/9/21 下午8:14, Paul Cercueil 写道: Hi Zhou, Le sam. 19 sept. 2020 à 16:42, 周琰杰 (Zhou Yanjie) a écrit : Used the generic PHY framework API to create the PHY, this driver supoorts USB OTG PHY used in JZ4770 SoC, JZ4780 SoC, X1000 SoC, and X1830 SoC. Tested-by: 周正 (Zhou Zheng) Co

[PATCH v5 1/2] USB: PHY: JZ4770: Remove unnecessary function calls.

2020-09-21 Thread Zhou Yanjie
Remove unnecessary "of_match_ptr()", because Ingenic SoCs all depend on Device Tree. Suggested-by: Paul Cercueil Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v3: New patch. v3->v4: No change. v4->v5: Add Paul Cercue

[PATCH v5 0/2] Use the generic PHY framework for Ingenic USB PHY.

2020-09-21 Thread Zhou Yanjie
d an extra blank line between "devm_of_phy_provider_register" and "return". 2.Remove unnecessary "phy_set_drvdata". 3.Add Paul Cercueil's Reviewed-by. 周琰杰 (Zhou Yanjie) (2): USB: PHY: JZ4770: Remove unnecessary function calls. PHY: Ingenic: Add USB PHY driver

[PATCH v5 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework.

2020-09-21 Thread Zhou Yanjie
Used the generic PHY framework API to create the PHY, this driver supoorts USB OTG PHY used in JZ4770 SoC, JZ4780 SoC, X1000 SoC, and X1830 SoC. Tested-by: 周正 (Zhou Zheng) Co-developed-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul

[PATCH v2 1/2] MIPS: Ingenic: Add system type for new Ingenic SoCs.

2020-09-21 Thread Zhou Yanjie
Add JZ4775, X1000E, X2000, and X2000E system type for cat /proc/cpuinfo to give out JZ4775, X1000E, X2000 and X2000E. Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: 1.Add system type for JZ4775, X2000, and X2000E. 2.Add Paul Cercueil's Rev

[PATCH v2 2/2] MIPS: Ingenic: Fix bugs when detecting L2 cache of JZ4775 and X1000E.

2020-09-21 Thread Zhou Yanjie
1.Fix bugs when detecting ways value of JZ4775's L2 cache. 2.Fix bugs when detecting sets value and ways value of X1000E's L2 cache. Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: 1.Add corrections to JZ4775's L2 cache ways paramet

Repair Ingenic SoCs L2 cache capacity detection.

2020-09-21 Thread Zhou Yanjie
of 256 KiB. The current code cannot detect its correctly, which will cause the Mensa board using the JZ4775 SoC to report that it has found a 5-way 320KiB L2 cache at boot time. This series of patches is to fix this problem. 周琰杰 (Zhou Yanjie) (2): MIPS: Ingenic: Add system type for new

Re: [PATCH v2 1/2] MIPS: Ingenic: Add system type for new Ingenic SoCs.

2020-09-21 Thread Zhou Yanjie
Hello Thomas, 在 2020/9/22 上午4:13, Thomas Bogendoerfer 写道: On Tue, Sep 22, 2020 at 01:45:21AM +0800, 周琰杰 (Zhou Yanjie) wrote: @@ -56,9 +64,13 @@ static const struct of_device_id ingenic_of_match[] __initconst = { { .compatible = "ingenic,jz4740", .data = (void *)MACH_INGE

[PATCH v3 1/3] dt-bindings: MIPS: Add X2000E based CU2000-Neo.

2020-09-21 Thread Zhou Yanjie
Add bindings for Ingenic X2000E based board, prepare for later dts. Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v3: New patch. Documentation/devicetree/bindings/mips/ingenic/devices.yaml | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/mips

[PATCH v3 3/3] MIPS: Ingenic: Fix bugs when detecting L2 cache of JZ4775 and X1000E.

2020-09-21 Thread Zhou Yanjie
1.Fix bugs when detecting ways value of JZ4775's L2 cache. 2.Fix bugs when detecting sets value and ways value of X1000E's L2 cache. Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: 1.Add corrections to JZ4775's L2 cache ways paramet

[PATCH v3 0/3] Repair Ingenic SoCs L2 cache capacity detection.

2020-09-21 Thread Zhou Yanjie
add relevant compatible string. 周琰杰 (Zhou Yanjie) (3): dt-bindings: MIPS: Add X2000E based CU2000-Neo. MIPS: Ingenic: Add system type for new Ingenic SoCs. MIPS: Ingenic: Fix bugs when detecting L2 cache of JZ4775 and X1000E. Documentation/devicetree/bindings/mips/ingenic/devices.yaml |

[PATCH v3 2/3] MIPS: Ingenic: Add system type for new Ingenic SoCs.

2020-09-21 Thread Zhou Yanjie
Add JZ4775, X1000E, X2000, and X2000E system type for cat /proc/cpuinfo to give out JZ4775, X1000E, X2000 and X2000E. Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: 1.Add system type for JZ4775, X2000, and X2000E. 2.Add Paul Cercueil's Rev

[PATCH v3 3/3] pinctrl: Ingenic: Add I2S pins support for Ingenic SoCs.

2020-09-11 Thread Zhou Yanjie
1.Add I2S pins support for the JZ4780 SoC. 2.Add I2S pins support for the X1000 SoC. 3.Add I2S pins support for the X1500 SoC. 4.Add I2S pins support for the X1830 SoC. Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v2: New patch. v2->v3: No change. drivers/pinctrl/pinc

[PATCH v3 1/3] pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780.

2020-09-11 Thread Zhou Yanjie
Add SSI pins support for the JZ4770 SoC and the JZ4780 SoC from Ingenic. Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: Rebase on top of kernel 5.9-rc3. v2->v3: Add Paul Cercueil's Reviewed-by. drivers/pinctrl/pinctrl-inge

[PATCH v3 0/3] pinctrl: Ingenic: Add support for SSI and I2S pins.

2020-09-11 Thread Zhou Yanjie
1.Add SSI pins support for JZ4770 and JZ4780. 2.Correct the pullup and pulldown parameters of JZ4780. 3.Add I2S pins support for JZ4780, X1000, X1500, and X1830. v2->v3: 1.Add Paul Cercueil's Reviewed-by. 2.Fix bug about PE15's pull-up parameter. 周琰杰 (Zhou Yanjie) (3): pinctrl:

[PATCH v3 2/3] pinctrl: Ingenic: Correct the pullup and pulldown parameters of JZ4780

2020-09-11 Thread Zhou Yanjie
Correct the pullup and pulldown parameters of JZ4780 to make them consistent with the parameters on the datasheet. Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v2: New patch. v2->v3: Fix bug about PE15's pull-up parameter. drivers/pinctrl/pinctrl-ingeni

Re: [PATCH v8 5/6] MIPS: Ingenic: Add 'cpus' node for Ingenic SoCs.

2020-09-11 Thread Zhou Yanjie
Hi Nikolaus, This series was temporarily shelved, because now it is necessary to add support for the new X2000 SoC, and it will continue to advance after all the functions related to X2000 are completed. Thanks and best regards! 在 2020/9/10 下午3:52, H. Nikolaus Schaller 写道: Hi Zhou Yanjie

[PATCH v3 2/2] USB: PHY: JZ4770: Use the generic PHY framework.

2020-09-12 Thread Zhou Yanjie
) Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1->v2: Fix bug, ".of_match_table = of_match_ptr(ingenic_usb_phy_of_matches)" is wrong and should be replaced with ".of_match_table = ingenic_usb_phy_of_matches". v2->v3: 1.Change "d

[PATCH v3 1/2] USB: PHY: JZ4770: Remove unnecessary function calls.

2020-09-12 Thread Zhou Yanjie
Remove unnecessary "of_match_ptr()", because Ingenic SoCs all depend on Device Tree. Suggested-by: Paul Cercueil Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v3: New patch. drivers/usb/phy/phy-jz4770.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[PATCH v3 0/2] Use the generic PHY framework for Ingenic USB PHY.

2020-09-12 Thread Zhou Yanjie
t;ingenic_usb_phu_exit()" positions in v2 to make them consistent with the order in "ingenic_usb_phy_ops", keep the adjustments to the positions of "ingenic_usb_phy_of_matches[]" in v2 to keep them consistent with the styles of other USB PHY drivers. And remove som

[PATCH v4 0/3] pinctrl: Ingenic: Add support for SSI and I2S pins.

2020-09-12 Thread Zhou Yanjie
;s Reviewed-by. 2.Fix typo. 周琰杰 (Zhou Yanjie) (3): pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780. pinctrl: Ingenic: Correct the pullup and pulldown parameters of JZ4780. pinctrl: Ingenic: Add I2S pins support for Ingenic SoCs. drivers/pinctrl/pi

[PATCH v4 1/3] pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780.

2020-09-13 Thread Zhou Yanjie
Add SSI pins support for the JZ4770 SoC and the JZ4780 SoC from Ingenic. Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: Rebase on top of kernel 5.9-rc3. v2->v3: Add Paul Cercueil's Reviewed-by. v3->v4: No cha

[PATCH v4 2/3] pinctrl: Ingenic: Correct the pullup and pulldown parameters of JZ4780.

2020-09-13 Thread Zhou Yanjie
Correct the pullup and pulldown parameters of JZ4780 to make them consistent with the parameters on the datasheet. Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: New patch. v2->v3: Fix bug about PE15's pull-up parameter.

[PATCH v4 3/3] pinctrl: Ingenic: Add I2S pins support for Ingenic SoCs.

2020-09-13 Thread Zhou Yanjie
1.Add I2S pins support for the JZ4780 SoC. 2.Add I2S pins support for the X1000 SoC. 3.Add I2S pins support for the X1500 SoC. 4.Add I2S pins support for the X1830 SoC. Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v2: New patch. v2->v3: No cha

[PATCH 0/2] Add support for the TRNG in Ingenic X1830.

2020-09-13 Thread Zhou Yanjie
1.Add the TRNG bindings for the X1830 SoC from Ingenic. 2.Add X1830 SoC digital true random number generator driver. 周琰杰 (Zhou Yanjie) (2): dt-bindings: RNG: Add Ingenic TRNG bindings. crypto: Ingenic: Add hardware TRNG for Ingenic X1830. .../devicetree/bindings/rng/ingenic,trng.yaml

[PATCH 1/2] dt-bindings: RNG: Add Ingenic TRNG bindings.

2020-09-13 Thread Zhou Yanjie
Add the TRNG bindings for the X1830 SoC from Ingenic. Signed-off-by: 周琰杰 (Zhou Yanjie) --- .../devicetree/bindings/rng/ingenic,trng.yaml | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/rng/ingenic,trng.yaml diff --git a

[PATCH 2/2] crypto: Ingenic: Add hardware TRNG for Ingenic X1830.

2020-09-13 Thread Zhou Yanjie
Add X1830 SoC digital true random number generator driver. Tested-by: 周正 (Zhou Zheng) Co-developed-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 周琰杰 (Zhou Yanjie) --- drivers/char/hw_random/Kconfig| 14 +++ drivers/char/hw_random/Makefile | 1

Re: [RFC PATCH v3] PCI/portdrv: Only disable Bus Master on kexec reboot and connected PCI devices

2020-09-14 Thread Zhou Yanjie
Hello Tiezhu 在 2020/9/14 下午7:24, Tiezhu Yang 写道: On 09/14/2020 05:46 PM, Huacai Chen wrote: Hi, Tiezhu, On Mon, Sep 14, 2020 at 5:30 PM Tiezhu Yang wrote: On 09/14/2020 04:52 PM, Huacai Chen wrote: Hi, Tiezhu, How do you test kexec? kexec -e or systemctl kexec? Or both? kexec -l vmlinux

[PATCH v4 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework.

2020-09-19 Thread Zhou Yanjie
Used the generic PHY framework API to create the PHY, this driver supoorts USB OTG PHY used in JZ4770 SoC, JZ4780 SoC, X1000 SoC, and X1830 SoC. Tested-by: 周正 (Zhou Zheng) Co-developed-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 漆鹏振 (Qi Pengzhen) Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v1

[PATCH v4 1/2] USB: PHY: JZ4770: Remove unnecessary function calls.

2020-09-19 Thread Zhou Yanjie
Remove unnecessary "of_match_ptr()", because Ingenic SoCs all depend on Device Tree. Suggested-by: Paul Cercueil Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes: v3: New patch. v3->v4: No change. drivers/usb/phy/phy-jz4770.c | 2 +- 1 file changed, 1 insertion(+

[PATCH v4 0/2] Use the generic PHY framework for Ingenic USB PHY.

2020-09-19 Thread Zhou Yanjie
v3->v4: Only add new generic-PHY driver, without removing the old one. Because the jz4740-musb driver is not ready to use the generic PHY framework. When the jz4740-musb driver is modified to use the generic PHY framework, the old jz4770-phy driver can be "retired". 周琰杰 (Zhou Yanji

[PATCH 1/1] MIPS: Ingenic: Add CPU nodes for Ingenic SoCs.

2020-09-19 Thread Zhou Yanjie
Add 'cpus' node to the jz4725b.dtsi, jz4740.dtsi, jz4770.dtsi, jz4780.dtsi, x1000.dtsi, and x1830.dtsi files. Tested-by: H. Nikolaus Schaller Tested-by: Paul Boddie Signed-off-by: 周琰杰 (Zhou Yanjie) --- arch/mips/boot/dts/ingenic/jz4725b.dtsi | 14 ++ arch/mips/boot/d

[PATCH 0/1] Add CPU nodes for Ingenic SoCs.

2020-09-19 Thread Zhou Yanjie
Add 'cpus' node to the jz4725b.dtsi, jz4740.dtsi, jz4770.dtsi, jz4780.dtsi, x1000.dtsi, and x1830.dtsi files. This will be used in the SMP driver later. 周琰杰 (Zhou Yanjie) (1): MIPS: Ingenic: Add CPU nodes for Ingenic SoCs. arch/mips/boot/dts/ingenic/jz4725b.dtsi | 14 ++

[PATCH 1/2] MIPS: X1000E: Add X1000E system type.

2020-09-19 Thread Zhou Yanjie
Add X1000 system type for cat /proc/cpuinfo to give out X1000E. Signed-off-by: 周琰杰 (Zhou Yanjie) --- arch/mips/generic/board-ingenic.c | 3 +++ arch/mips/include/asm/bootinfo.h | 1 + 2 files changed, 4 insertions(+) diff --git a/arch/mips/generic/board-ingenic.c b/arch/mips/generic/board

[PATCH 0/2] Repair X1000E SoC L2 cache capacity detection.

2020-09-19 Thread Zhou Yanjie
The X1000E SoC has a 4-way L2 cache with a capacity of 128 KiB. The current code cannot detect its correctly, which will cause the CU1000-Neo board using the X1000E SoC to report that it has found a 5-way 320KiB L2 cache at boot time. This series of patches is to fix this problem. 周琰杰 (Zhou

[PATCH 2/2] MIPS: Ingenic: Fix bugs when detecting X1000E's L2 cache.

2020-09-19 Thread Zhou Yanjie
Fix bugs when detecting L2 cache sets value and ways value. Signed-off-by: 周琰杰 (Zhou Yanjie) --- arch/mips/mm/sc-mips.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/mm/sc-mips.c b/arch/mips/mm/sc-mips.c index 97dc0511e63f..145b39ecb246 100644 --- a/arch/mips/mm/sc-mips.c +++ b

Re: [PATCH v3 2/2] USB: PHY: JZ4770: Use the generic PHY framework.

2020-09-16 Thread Zhou Yanjie
Hi Paul, 在 2020/9/16 上午6:47, Paul Cercueil 写道: Hi Zhou, Le dim. 13 sept. 2020 à 14:34, 周琰杰 (Zhou Yanjie) a écrit : Used the generic PHY framework API to create the PHY, and move the driver to driver/phy/ingenic. And adjust the position of some codes to make it consistent with the style of

Re: [PATCH] MIPS: Loongson64: Add kexec/kdump support

2020-09-17 Thread Zhou Yanjie
Hello, 在 2020/9/17 下午8:41, Jinyang He 写道: Hi, Huacai, On 09/16/2020 01:39 PM, Huacai Chen wrote: Hi, Jinyang, On Tue, Sep 15, 2020 at 10:17 PM Jinyang He wrote: On 09/16/2020 09:33 AM, Jiaxun Yang wrote: 于 2020年9月15日 GMT+08:00 下午9:07:43, Jinyang He 写到: Add loongson_kexec_prepare(), l

Re: [PATCH v5 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework.

2020-09-23 Thread Zhou Yanjie
Hello Vinod, 在 2020/9/23 下午1:35, Vinod Koul 写道: On 22-09-20, 00:24, 周琰杰 (Zhou Yanjie) wrote: +#define USBPCR_IDPULLUP_LSB28 +#define USBPCR_IDPULLUP_MASK GENMASK(29, USBPCR_IDPULLUP_LSB) +#define USBPCR_IDPULLUP_ALWAYS (0x2 << USBPCR_IDPULLUP_LSB) +#

[PATCH v6 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework.

2020-09-23 Thread Zhou Yanjie
(Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v1->v2: Fix bug, ".of_match_table = of_match_ptr(ingenic_usb_phy_of_matches)" is wrong and should be replaced with ".of_match_table = ingenic_usb_phy_of_matches". v2->v3: 1.Change "d

[PATCH v6 1/2] USB: PHY: JZ4770: Remove unnecessary function calls.

2020-09-23 Thread Zhou Yanjie
Remove unnecessary "of_match_ptr()", because Ingenic SoCs all depend on Device Tree. Suggested-by: Paul Cercueil Signed-off-by: 周琰杰 (Zhou Yanjie) Reviewed-by: Paul Cercueil --- Notes: v3: New patch. v3->v4: No change. v4->v5: Add Paul Cercue

[PATCH v6 0/2] Use the generic PHY framework for Ingenic USB PHY.

2020-09-23 Thread Zhou Yanjie
ill cause a kernel panic on CI20. Reported-by: H. Nikolaus Schaller 2.Rewrite the macro definitions, replace the original code with "FIELD_PREP()" and "u32p_replace_bits()" according to Vinod Koul's suggestion. 周琰杰 (Zhou Yanjie) (2): USB: PHY: JZ4770: Remove unnece

Re: [PATCH v3 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings.

2020-07-01 Thread Zhou Yanjie
Hi Paul, 在 2020/7/1 上午3:15, Paul Cercueil 写道: Hi Zhou, Le mer. 1 juil. 2020 à 1:15, 周琰杰 (Zhou Yanjie) a écrit : Add the OST bindings for the X1 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) --- Notes:     v1->v2:     No change.     v2->v3:  

Re: [PATCH v3 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST.

2020-07-01 Thread Zhou Yanjie
Hi Paul, 在 2020/7/1 上午3:38, Paul Cercueil 写道: Hi Zhou, Le mer. 1 juil. 2020 à 1:15, 周琰杰 (Zhou Yanjie) a écrit : X1000 and SoCs after X1000 (such as X1500 and X1830) had a separate OST, it no longer belongs to TCU. This driver will register both a clocksource and a sched_clock to the system

[PATCH 0/2] Add functions to operate USB PHY related clock.

2020-06-26 Thread Zhou Yanjie
1.Add functions for enable and disable USB PHY in JZ4780. 2.Add support for calculat REFCLK of USB PHY in X1000. 周琰杰 (Zhou Yanjie) (2): clk: JZ4780: Add functions for enable and disable USB PHY. clk: X1000: Add support for calculat REFCLK of USB PHY. drivers/clk/ingenic/jz4780-cgu.c | 124

[PATCH 2/2] clk: X1000: Add support for calculat REFCLK of USB PHY.

2020-06-26 Thread Zhou Yanjie
Add new functions to "x1000_otg_phy_ops" to calculat the rate of REFCLK, which is needed by USB PHY in the Ingenic X1000 SoC. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) --- drivers/clk/ingenic/x1000-cgu.c | 113 1 file ch

[PATCH 1/2] clk: JZ4780: Add functions for enable and disable USB PHY.

2020-06-26 Thread Zhou Yanjie
Add new functions to "jz4780_otg_phy_ops" to enable or disable the USB PHY in the Ingenic JZ4780 SoC. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) --- drivers/clk/ingenic/jz4780-cgu.c | 124 +-- 1 file changed, 80 insertions(+), 44

Re: [PATCH 1/2] clk: JZ4780: Add functions for enable and disable USB PHY.

2020-06-28 Thread Zhou Yanjie
Hi Paul, 在 2020/6/27 上午1:20, Paul Cercueil 写道: Hi Zhou, Le sam. 27 juin 2020 à 0:48, 周琰杰 (Zhou Yanjie) a écrit : Add new functions to "jz4780_otg_phy_ops" to enable or disable the USB PHY in the Ingenic JZ4780 SoC. Tested-by: 周正 (Zhou Zheng) Signed-off-by: 周琰杰 (Zhou Yanjie) --

<    1   2   3   4   5   6   7   >