Hello, This adds support for the Aspeed ast2400 and ast2500 BMC SoCs. The drivers are basic in that they only create clock devices so other drivers know what frequency they are clocked at; there is no support for modifying the clocks. Heiko and I exchanged some mail about the structure of the drivers. Thanks for the review Hieko! However, I still think the layout matches the hardware as we understand it so I did not make significant changes. Cheers, Joel Joel Stanley (4): doc/devicetree: Add Aspeed clock bindings drvers/clk: Support fourth generation Aspeed SoCs drvers/clk: Support fifth generation Aspeed SoCs drivers/clk: Support Aspeed UART clock divisor .../devicetree/bindings/clock/aspeed-clock.txt | 156 +++++++++++++++++ drivers/clk/Makefile | 1 + drivers/clk/aspeed/Makefile | 3 + drivers/clk/aspeed/clk-g4.c | 109 ++++++++++++ drivers/clk/aspeed/clk-g5.c | 189 +++++++++++++++++++++ drivers/clk/aspeed/clk-uart.c | 52 ++++++ 6 files changed, 510 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/aspeed-clock.txt create mode 100644 drivers/clk/aspeed/Makefile create mode 100644 drivers/clk/aspeed/clk-g4.c create mode 100644 drivers/clk/aspeed/clk-g5.c create mode 100644 drivers/clk/aspeed/clk-uart.c -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html