diff options
author | 2022-12-12 11:12:26 -0800 | |
---|---|---|
committer | 2022-12-12 11:12:26 -0800 | |
commit | a9fc882f57625761252169c62b19e99578531a9e (patch) | |
tree | de7825a1d4ace2670a8685e8f9909ed51dda6dfa /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | Linux 6.1 (diff) | |
parent | clk: mxl: syscon_node_to_regmap() returns error pointers (diff) | |
parent | clk: xilinx: Drop duplicate depends on COMMON_CLK (diff) | |
parent | clk: nomadik: correct struct name kernel-doc warning (diff) | |
parent | clk: mstar: msc313 cpupll clk driver (diff) | |
parent | clk: Add Ingenic JZ4755 CGU driver (diff) | |
download | wireguard-linux-a9fc882f57625761252169c62b19e99578531a9e.tar.xz wireguard-linux-a9fc882f57625761252169c62b19e99578531a9e.zip |
Merge branches 'clk-x86', 'clk-xilinx', 'clk-cleanup', 'clk-mstar' and 'clk-ingenic' into clk-next
- Make MxL's CGU driver secure compatible
- Support for CPU PLL on MStar/SigmaStar SoCs
- Ingenic JZ4755 SoC clk support
- Support audio clks on X1000 SoCs
* clk-x86:
clk: mxl: syscon_node_to_regmap() returns error pointers
clk: mxl: Fix a clk entry by adding relevant flags
clk: mxl: Add option to override gate clks
clk: mxl: Remove redundant spinlocks
clk: mxl: Switch from direct readl/writel based IO to regmap based IO
* clk-xilinx:
clk: xilinx: Drop duplicate depends on COMMON_CLK
* clk-cleanup:
clk: nomadik: correct struct name kernel-doc warning
clk: lmk04832: fix kernel-doc warnings
clk: lmk04832: drop superfluous #include
clk: lmk04832: drop unnecessary semicolons
clk: lmk04832: declare variables as const when possible
clk: socfpga: Fix memory leak in socfpga_gate_init()
clk: st: Fix memory leak in st_of_quadfs_setup()
clk: samsung: Fix memory leak in _samsung_clk_register_pll()
clk: visconti: Fix memory leak in visconti_register_pll()
clk: Remove a useless include
clk: samsung: Fix reference to CLK_OF_DECLARE in comment
clk: stm32mp1: Staticize ethrx_src
clk: keystone: syscon-clk: Use dev_err_probe() helper
clk: bulk: Use dev_err_probe() helper in __clk_bulk_get()
clk: cdce925: simplify using devm_regulator_get_enable()
* clk-mstar:
clk: mstar: msc313 cpupll clk driver
* clk-ingenic:
clk: Add Ingenic JZ4755 CGU driver
dt-bindings: clock: Add Ingenic JZ4755 CGU header
dt-bindings: ingenic: Add support for the JZ4755 CGU
clk: ingenic: Minor cosmetic fixups for X1000
clk: ingenic: Add X1000 audio clocks
dt-bindings: ingenic,x1000-cgu: Add audio clocks
clk: ingenic: Add .set_rate_hook() for PLL clocks
clk: ingenic: Make PLL clock enable_bit and stable_bit optional
clk: ingenic: Make PLL clock "od" field optional