mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] i.MX (and one generic) clock patches
@ 2012-12-06 13:29 Sascha Hauer
  2012-12-06 13:29 ` [PATCH 1/6] ARM i.MX6: fix ethernet PLL rate Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-12-06 13:29 UTC (permalink / raw)
  To: barebox

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-06 13:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-06 13:29 [PATCH] i.MX (and one generic) clock patches Sascha Hauer
2012-12-06 13:29 ` [PATCH 1/6] ARM i.MX6: fix ethernet PLL rate Sascha Hauer
2012-12-06 13:29 ` [PATCH 2/6] ARM i.MX6: rename PLLs according to datasheet Sascha Hauer
2012-12-06 13:29 ` [PATCH 3/6] clk: Add clk table based divider support Sascha Hauer
2012-12-06 13:29 ` [PATCH 4/6] ARM i.MX6 pllv3: Do not use delay functions Sascha Hauer
2012-12-06 13:29 ` [PATCH 5/6] ARM i.MX6 clk: remove gate_mask from pllv3 Sascha Hauer
2012-12-06 13:29 ` [PATCH 6/6] ARM i.MX6: Add sata device Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox