The following has some fixes to the i.MX6 clock support I recently included in the kernel, mostly needed for adding SATA support. Interesting for non-i.MX users is the patch adding a table based divider to the common clk stuff. Sascha ---------------------------------------------------------------- Sascha Hauer (6): ARM i.MX6: fix ethernet PLL rate ARM i.MX6: rename PLLs according to datasheet clk: Add clk table based divider support ARM i.MX6 pllv3: Do not use delay functions ARM i.MX6 clk: remove gate_mask from pllv3 ARM i.MX6: Add sata device arch/arm/mach-imx/clk-imx6.c | 40 ++++++--- arch/arm/mach-imx/clk-pllv3.c | 83 +++-------------- arch/arm/mach-imx/clk.h | 2 +- arch/arm/mach-imx/include/mach/devices-imx6.h | 5 ++ arch/arm/mach-imx/include/mach/imx6-regs.h | 2 + drivers/clk/Makefile | 2 +- drivers/clk/clk-divider-table.c | 119 +++++++++++++++++++++++++ include/linux/clk.h | 10 +++ 8 files changed, 180 insertions(+), 83 deletions(-) create mode 100644 drivers/clk/clk-divider-table.c _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox