LinuxLists
Users
About
Chen-Yu Tsai (
[email protected]
)
Number of posts: 421 (0.22 per day)
First post: 2019-03-11 05:48:51
Last post: 2024-06-06 15:58:36
Previous Page
/
Next Page
Date
List
Subject
2019-07-26 03:08:30
linux-wireless
[PATCH] wireless-regdb: Extend 5470-5725 MHz range to 5730 MHz for Taiwan (TW)
2019-07-25 18:11:53
linux-kernel
Re: [PATCH 3/8] clk: meson: gxbb: migrate to the new parent description method
2019-07-24 03:48:12
linux-kernel
[PATCH] net: dsa: Check existence of .port_mdb_add callback before calling it
2019-06-24 10:35:25
linux-kernel
Re: [PATCH 0/3] rtc: pcf8563: Fix unhandled interrupt storm
2019-06-21 03:14:28
linux-kernel
Re: [linux-sunxi] Re: [PATCH v10 01/11] drm/sun4i: dsi: Fix TCON DRQ set bits
2019-06-11 10:20:29
linux-kernel
[PATCH v2 02/25] clk: Add CLK_HW_INIT_* macros using .parent_hws
2019-06-11 10:20:26
linux-kernel
[PATCH v2 04/25] clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_data
2019-06-11 10:20:26
linux-kernel
[PATCH v2 17/25] clk: sunxi-ng: v3s: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:20:24
linux-kernel
[PATCH v2 14/25] clk: sunxi-ng: a33: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:20:08
linux-kernel
[PATCH v2 05/25] clk: fixed-factor: Add CLK_FIXED_FACTOR_HW which takes clk_hw pointer as parent
2019-06-11 10:20:02
linux-kernel
[PATCH v2 12/25] clk: sunxi-ng: a31: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:20:02
linux-kernel
[PATCH v2 00/25] clk: sunxi-ng: clk parent rewrite part 1
2019-06-11 10:19:57
linux-kernel
[PATCH v2 13/25] clk: sunxi-ng: a23: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:19:51
linux-kernel
[PATCH v2 03/25] clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_data
2019-06-11 10:19:29
linux-kernel
[PATCH v2 06/25] clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw *
2019-06-11 10:19:21
linux-kernel
[PATCH v2 15/25] clk: sunxi-ng: h3: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:19:21
linux-kernel
[PATCH v2 09/25] clk: sunxi-ng: sun8i-r: Use local parent references for CLK_HW_INIT_*
2019-06-11 10:19:21
linux-kernel
[PATCH v2 10/25] clk: sunxi-ng: a10: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:19:20
linux-kernel
[PATCH v2 24/25] clk: sunxi-ng: a80-usb: Use local parent references for SUNXI_CCU_GATE
2019-06-11 10:19:11
linux-kernel
[PATCH v2 01/25] clk: Fix debugfs clk_possible_parents for clks without parent string names
2019-06-11 10:19:08
linux-kernel
[PATCH v2 25/25] clk: sunxi-ng: sun8i-r: Use local parent references for SUNXI_CCU_GATE
2019-06-11 10:19:08
linux-kernel
[PATCH v2 19/25] clk: sunxi-ng: f1c100s: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:18:53
linux-kernel
[PATCH v2 22/25] clk: sunxi-ng: h6-r: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:18:42
linux-kernel
[PATCH v2 21/25] clk: sunxi-ng: h6: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:18:40
linux-kernel
[PATCH v2 20/25] clk: sunxi-ng: a64: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:18:20
linux-kernel
[PATCH v2 07/25] clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parent
2019-06-11 10:18:18
linux-kernel
[PATCH v2 18/25] clk: sunxi-ng: sun8i-r: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:18:11
linux-kernel
[PATCH v2 16/25] clk: sunxi-ng: r40: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:18:06
linux-kernel
[PATCH v2 23/25] clk: sunxi-ng: gate: Add macros for referencing local clock parents
2019-06-11 10:17:56
linux-kernel
[PATCH v2 11/25] clk: sunxi-ng: sun5i: Use local parent references for CLK_FIXED_FACTOR
2019-06-11 10:17:55
linux-kernel
[PATCH v2 08/25] clk: sunxi-ng: switch to of_clk_hw_register() for registering clks
2019-06-11 05:47:26
linux-kernel
Re: [PATCH 00/25] clk: sunxi-ng: clk parent rewrite part 1
2019-06-04 04:27:37
linux-kernel
[PATCH 0/3] rtc: pcf8563: Fix unhandled interrupt storm
2019-06-04 04:25:42
linux-kernel
[PATCH 1/3] rtc: pcf8563: Fix interrupt trigger method
2019-06-04 04:25:15
linux-kernel
[PATCH 3/3] arm64: dts: allwinner: h6: Pine H64: Add interrupt line for RTC
2019-06-04 04:25:11
linux-kernel
[PATCH 2/3] rtc: pcf8563: Clear event flags and disable interrupts before requesting irq
2019-06-03 17:49:46
linux-kernel
Re: [PATCH 00/25] clk: sunxi-ng: clk parent rewrite part 1
2019-05-28 13:05:36
linux-kernel
Re: [PATCH v2 0/3] ARM: sun8i: a83t: Support Camera Sensor Interface controller
2019-05-20 09:40:01
linux-kernel
[PATCH 02/25] clk: Add CLK_HW_INIT_* macros using .parent_hws
2019-05-20 09:34:05
linux-kernel
[PATCH 09/25] clk: sunxi-ng: sun8i-r: Use local parent references for CLK_HW_INIT_*
2019-05-20 09:33:52
linux-kernel
[PATCH 10/25] clk: sunxi-ng: a10: Use local parent references for CLK_FIXED_FACTOR
2019-05-20 09:33:52
linux-kernel
[PATCH 06/25] clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw *
2019-05-20 09:22:21
linux-kernel
[PATCH 18/25] clk: sunxi-ng: sun8i-r: Use local parent references for CLK_FIXED_FACTOR
2019-05-20 09:22:08
linux-kernel
[PATCH 15/25] clk: sunxi-ng: h3: Use local parent references for CLK_FIXED_FACTOR
2019-05-20 09:21:53
linux-kernel
[PATCH 16/25] clk: sunxi-ng: r40: Use local parent references for CLK_FIXED_FACTOR
2019-05-20 09:21:46
linux-kernel
[PATCH 24/25] clk: sunxi-ng: a80-usb: Use local parent references for SUNXI_CCU_GATE
2019-05-20 09:21:38
linux-kernel
[PATCH 17/25] clk: sunxi-ng: v3s: Use local parent references for CLK_FIXED_FACTOR
2019-05-20 09:21:30
linux-kernel
[PATCH 21/25] clk: sunxi-ng: h6: Use local parent references for CLK_FIXED_FACTOR
2019-05-20 09:21:09
linux-kernel
[PATCH 07/25] clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parent
2019-05-20 09:20:55
linux-kernel
[PATCH 03/25] clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_data
2019-05-20 09:17:30
linux-kernel
[PATCH 13/25] clk: sunxi-ng: a23: Use local parent references for CLK_FIXED_FACTOR