Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fix from Stephen Boyd:
"One more fix to set the correct IO mapping for a clk gate in the
lan966x driver"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
clk: lan966x: Fix the lan966x clock gate register address

+1 -1
+1 -1
drivers/clk/clk-lan966x.c
··· 213 213 214 214 hw_data->hws[i] = 215 215 devm_clk_hw_register_gate(dev, clk_gate_desc[idx].name, 216 - "lan966x", 0, base, 216 + "lan966x", 0, gate_base, 217 217 clk_gate_desc[idx].bit_idx, 218 218 0, &clk_gate_lock); 219 219