summaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: meson: introduce symbol namespace for amlogic clocksJerome Brunet2024-07-2925-25/+49
* clk: meson: axg-audio: add sm1 earcrx clocksJerome Brunet2024-07-292-1/+33
* clk: meson: axg-audio: setup regmap max_register based on the SoCJerome Brunet2024-07-291-2/+6
* clk: meson: s4: pll: Constify struct regmap_configJavier Carrasco2024-07-101-1/+1
* clk: meson: s4: peripherals: Constify struct regmap_configJavier Carrasco2024-07-101-1/+1
* clk: meson: c3: pll: Constify struct regmap_configJavier Carrasco2024-07-101-1/+1
* clk: meson: c3: peripherals: Constify struct regmap_configJavier Carrasco2024-07-101-1/+1
* clk: meson: a1: pll: Constify struct regmap_configJavier Carrasco2024-07-101-1/+1
* clk: meson: a1: peripherals: Constify struct regmap_configJavier Carrasco2024-07-101-1/+1
* clk: meson: add missing MODULE_DESCRIPTION() macrosJerome Brunet2024-06-1415-11/+29
* clk: meson: add 'NOINIT_ENABLED' flag to eliminate init for enabled PLLDmitry Rokosov2024-06-102-16/+25
* clk: meson: c3: add c3 clock peripherals controller driverXianwei Zhao2024-06-043-0/+2380
* clk: meson: c3: add support for the C3 SoC PLL clockXianwei Zhao2024-06-043-0/+760
* clk: meson: s4: fix pwm_j_div parent clockXianwei Zhao2024-06-031-1/+1
* clk: meson: s4: fix fixed_pll_dco clockXianwei Zhao2024-06-031-0/+5
* clk: meson: s4: fix module autoloadingKrzysztof Kozlowski2024-05-032-0/+2
* clk: meson: fix module license to GPL onlyNeil Armstrong2024-04-1018-18/+18
* clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCFNeil Armstrong2024-04-102-20/+57
* clk: meson: add vclk driverNeil Armstrong2024-04-104-0/+197
* clk: meson: pll: print out pll name when unable to lock itDmitry Rokosov2024-03-291-2/+2
* clk: meson: s4: pll: determine maximum register in regmap configDmitry Rokosov2024-03-291-0/+1
* clk: meson: s4: peripherals: determine maximum register in regmap configDmitry Rokosov2024-03-291-0/+1
* clk: meson: a1: pll: determine maximum register in regmap configDmitry Rokosov2024-03-291-0/+1
* clk: meson: a1: peripherals: determine maximum register in regmap configDmitry Rokosov2024-03-291-0/+1
* clk: meson: Add missing clocks to axg_clk_regmapsIgor Prusov2024-02-051-0/+2
* clk: meson: g12a: add CSI & ISP gates clocksNeil Armstrong2023-11-241-0/+9
* clk: meson: g12a: add MIPI ISP clocksNeil Armstrong2023-11-242-0/+67
* clk: meson: g12a: add CTS_ENCL & CTS_ENCL_SEL clocksNeil Armstrong2023-11-241-0/+40
* clk: meson: S4: select CONFIG_COMMON_CLK_MESON_CLKC_UTILSArnd Bergmann2023-10-231-0/+2
* clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controllerYu Tu2023-09-274-0/+3881
* clk: meson: S4: add support for Amlogic S4 SoC PLL clock driverYu Tu2023-09-274-0/+918
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-08-3128-3287/+2727
|\
| *-. Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ...Stephen Boyd2023-08-3028-3279/+2719
| |\ \
| | | * clk: meson: axg-audio: move bindings include to main driverNeil Armstrong2023-08-082-3/+2
| | | * clk: meson: meson8b: move bindings include to main driverNeil Armstrong2023-08-082-7/+3
| | | * clk: meson: a1: move bindings include to main driverNeil Armstrong2023-08-084-6/+4
| | | * clk: meson: eeclk: move bindings include to main driverNeil Armstrong2023-08-086-9/+6
| | | * clk: meson: aoclk: move bindings include to main driverNeil Armstrong2023-08-086-45/+9
| | | * dt-bindings: clk: axg-audio-clkc: expose all clock idsNeil Armstrong2023-08-081-70/+0
| | | * dt-bindings: clk: amlogic,a1-pll-clkc: expose all clock idsNeil Armstrong2023-08-081-15/+0
| | | * dt-bindings: clk: amlogic,a1-peripherals-clkc: expose all clock idsNeil Armstrong2023-08-081-63/+0
| | | * dt-bindings: clk: meson8b-clkc: expose all clock idsNeil Armstrong2023-08-081-108/+0
| | | * dt-bindings: clk: g12a-aoclkc: expose all clock idsNeil Armstrong2023-08-081-17/+0
| | | * dt-bindings: clk: g12a-clks: expose all clock idsNeil Armstrong2023-08-081-140/+0
| | | * dt-bindings: clk: axg-clkc: expose all clock idsNeil Armstrong2023-08-081-58/+0
| | | * dt-bindings: clk: gxbb-clkc: expose all clock idsNeil Armstrong2023-08-081-76/+0
| | | * clk: meson: migrate axg-audio out of hw_onecell_data to drop NR_CLKSNeil Armstrong2023-08-083-428/+424
| | | * clk: meson: migrate meson8b out of hw_onecell_data to drop NR_CLKSNeil Armstrong2023-08-083-658/+660
| | | * clk: meson: migrate a1 clock drivers out of hw_onecell_data to drop NR_CLKSNeil Armstrong2023-08-085-180/+183
| | | * clk: meson: migrate meson-aoclk out of hw_onecell_data to drop NR_CLKSNeil Armstrong2023-08-089-73/+68