From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] i.MX (and one generic) clock patches
Date: Thu, 6 Dec 2012 14:29:42 +0100 [thread overview]
Message-ID: <1354800588-23053-1-git-send-email-s.hauer@pengutronix.de> (raw)
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
next reply other threads:[~2012-12-06 13:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-06 13:29 Sascha Hauer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1354800588-23053-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox