+1
−0
+1
−0
drivers/clk/bcm/Kconfig
0 → 100644
+9
−0
drivers/clk/bcm/Makefile
0 → 100644
+3
−0
drivers/clk/bcm/clk-bcm281xx.c
0 → 100644
+416
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Merge "ARM: mach-bcm: bcm281xx clock driver" from Matt Porter: This pull request contains the Broadcom bcm281xx clock driver series. This series is being merged through the arm-soc tree because there is an ordering dependency where the driver *must* be merged before the related dts changes. This is a result of the bcm281xx dts already containing dummy fixed clock nodes that must be updated. * tag 'armsoc/for-3.15/drivers' of git://github.com/broadcom/mach-bcm : clk: bcm281xx: don't disable unused peripheral clocks clk: bcm281xx: add initial clock framework support Signed-off-by:Arnd Bergmann <arnd@arndb.de>