[GIT PULL RESEND] clk: meson: amlogic updates for v5.11
Jerome Brunet
jbrunet at baylibre.com
Sat Dec 5 13:00:18 EST 2020
Hi Stephen,
Here are the updates for amlogic clocks for v5.11. This is based on your
clk-hw branch, instead of the usual rc1, since it depends on clk_hw
stuff you've already applied.
Hopefully I got it right this time ...
Please Pull.
Thx.
Cheers
Jerome
The following changes since commit e6fb7aee486c7fbd4d94f4894feaa6f0424c1740:
clk: meson: g12: use devm variant to register notifiers (2020-11-14 12:58:31 -0800)
are available in the Git repository at:
git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.11-1
for you to fetch changes up to 88b9ae600138baff18c7f4c4870622584acc6111:
clk: meson: g12a: add MIPI DSI Host Pixel Clock (2020-11-26 15:25:20 +0100)
----------------------------------------------------------------
Amlogic clock changes for v5.11
* Add MIPI DSI clocks for axg and g12
* Make it possible to build controllers as modules
* Fix Video PLL clock dependency
----------------------------------------------------------------
Jerome Brunet (2):
Merge branch 'v5.11/headers' into integ
Merge branch 'v5.11/headers' into v5.11/drivers
Kevin Hilman (2):
clk: meson: Kconfig: fix dependency for G12A
clk: meson: enable building as modules
Neil Armstrong (6):
dt-bindings: clk: axg-clkc: add Video Clocks
dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding
clk: meson: axg: add Video Clocks
clk: meson: axg: add MIPI DSI Host clock
dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings
clk: meson: g12a: add MIPI DSI Host Pixel Clock
drivers/clk/meson/Kconfig | 7 +-
drivers/clk/meson/axg-aoclk.c | 5 +-
drivers/clk/meson/axg.c | 824 +++++++++++++++++++++++++++++++++-
drivers/clk/meson/axg.h | 23 +-
drivers/clk/meson/g12a-aoclk.c | 5 +-
drivers/clk/meson/g12a.c | 79 +++-
drivers/clk/meson/g12a.h | 3 +-
drivers/clk/meson/gxbb-aoclk.c | 5 +-
drivers/clk/meson/gxbb.c | 5 +-
drivers/clk/meson/meson-aoclk.c | 4 +
drivers/clk/meson/meson-eeclk.c | 3 +
include/dt-bindings/clock/axg-clkc.h | 25 ++
include/dt-bindings/clock/g12a-clkc.h | 2 +
13 files changed, 979 insertions(+), 11 deletions(-)
More information about the linux-amlogic
mailing list