summaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson
AgeCommit message (Expand)AuthorLines
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-61/+1004
2020-11-26clk: meson: g12a: add MIPI DSI Host Pixel ClockNeil Armstrong-1/+76
2020-11-23clk: meson: enable building as modulesKevin Hilman-9/+34
2020-11-23clk: meson: Kconfig: fix dependency for G12AKevin Hilman-0/+1
2020-11-23clk: meson: axg: add MIPI DSI Host clockNeil Armstrong-1/+69
2020-11-23clk: meson: axg: add Video ClocksNeil Armstrong-1/+773
2020-11-14clk: meson: g12: use devm variant to register notifiersJerome Brunet-14/+20
2020-11-14clk: meson: g12: drop use of __clk_lookup()Jerome Brunet-36/+32
2020-10-28clk: define to_clk_regmap() as inline functionArnd Bergmann-1/+4
2020-10-20Merge branches 'clk-semicolon', 'clk-axi-clkgen', 'clk-qoriq', 'clk-baikal', ...Stephen Boyd-1/+1
2020-10-13clk: meson: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-09-10clk: meson: make shipped controller configurableJerome Brunet-9/+17
2020-08-29clk: meson: g12a: mark fclk_div2 as criticalStefan Agner-0/+11
2020-08-17clk: meson: axg-audio: fix g12a tdmout sclk inverterJerome Brunet-25/+60
2020-08-17clk: meson: axg-audio: separate axg and g12a regmap tablesJerome Brunet-8/+127
2020-08-17clk: meson: add sclk-ws driverJerome Brunet-0/+62
2020-07-21Merge branch 'clk-amlogic' into clk-nextStephen Boyd-19/+178
2020-07-10Replace HTTP links with HTTPS ones: Common CLK frameworkAlexander A. Klimov-1/+1
2020-07-09clk: meson: meson8b: add the vclk2_en gate clockMartin Blumenstingl-6/+27
2020-07-09clk: meson: meson8b: add the vclk_en gate clockMartin Blumenstingl-6/+27
2020-06-24clk: meson: meson8b: Drop CLK_IS_CRITICAL from fclk_div2Martin Blumenstingl-7/+0
2020-06-19clk: meson: g12a: Add support for NNA CLK source clocksDmitry Shmidt-1/+125
2020-05-02clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registersMartin Blumenstingl-0/+13
2020-04-29clk: meson: meson8b: Make the CCF use the glitch-free VPU muxMartin Blumenstingl-3/+11
2020-04-29clk: meson: meson8b: Fix the vclk_div{1, 2, 4, 6, 12}_en gate bitsMartin Blumenstingl-5/+5
2020-04-29clk: meson: meson8b: Fix the polarity of the RESET_N linesMartin Blumenstingl-23/+56
2020-04-29clk: meson: meson8b: Fix the first parent of vid_pll_in_selMartin Blumenstingl-1/+1
2020-04-16clk: meson: g12a: Prepare the GPU clock tree to change at runtimeMartin Blumenstingl-8/+22
2020-04-16clk: meson: gxbb: Prepare the GPU clock tree to change at runtimeMartin Blumenstingl-18/+22
2020-04-14clk: meson: meson8b: make the hdmi_sys clock tree mutableMartin Blumenstingl-3/+3
2020-04-14clk: meson8b: export the HDMI system clockMartin Blumenstingl-1/+0
2020-02-21clk: meson: meson8b: set audio output clock hierarchyMartin Blumenstingl-8/+13
2020-02-19clk: meson: g12a: add support for the SPICC SCLK Source clocksNeil Armstrong-1/+134
2020-02-13clk: meson: gxbb: set audio output clock hierarchyJerome Brunet-8/+10
2020-02-13clk: meson: gxbb: add the gxl internal dac gateJerome Brunet-1/+4
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd-56/+229
2020-01-07clk: meson: meson8b: make the CCF use the glitch-free mali muxMartin Blumenstingl-4/+7
2019-12-23clk: let init callback return an error codeJerome Brunet-4/+12
2019-12-16Merge branch 'v5.5/fixes' into v5.6/driversJerome Brunet-0/+10
2019-12-16clk: meson: pll: Fix by 0 division in __pll_params_to_rate()Remi Pommarel-0/+9
2019-12-16clk: meson: g12a: fix missing uart2 in regmap tableJerome Brunet-0/+1
2019-12-11clk: meson: meson8b: use of_clk_hw_register to register the clocksMartin Blumenstingl-1/+1
2019-12-11clk: meson: meson8b: don't register the XTAL clock when provided via OFMartin Blumenstingl-3/+9
2019-12-11clk: meson: meson8b: change references to the XTAL clock to use [fw_]nameMartin Blumenstingl-34/+44
2019-12-11clk: meson: meson8b: use clk_hw_set_parent in the CPU clock notifierMartin Blumenstingl-13/+8
2019-12-11clk: meson: add a driver for the Meson8/8b/8m2 DDR clock controllerMartin Blumenstingl-1/+150
2019-10-14clk: meson: axg-audio: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-10-08clk: meson: axg_audio: add sm1 supportJerome Brunet-30/+574
2019-10-08clk: meson: axg-audio: provide clk top signal nameJerome Brunet-4/+17
2019-10-08clk: meson: axg-audio: prepare sm1 additionJerome Brunet-685/+782