| Submitter | Sascha Hauer |
|---|---|
| Date | Nov. 22, 2012, 2:48 p.m. |
| Message ID | <20121122144832.GI10369@pengutronix.de> |
| Download | mbox |
| Permalink | /patch/201058/ |
| State | New |
| Headers | show |
Pull-request
git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-soc-1Comments
On Thu, Nov 22, 2012 at 03:48:32PM +0100, Sascha Hauer wrote: > Another bunch of i.MX SoC updates, based on arm-soc/imx/soc. Please > pull. > > Sascha > > > The following changes since commit d6aef84a48fa54ac606ae719fcd125199939f43d: > > ARM i.MX51 babbage: Add display support (2012-11-16 16:34:18 +0100) > > are available in the git repository at: > > git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-soc-1 > > for you to fetch changes up to 2b254693bef4f1299de0afb231890fe348df11c6: > > ARM i.MX6: remove gate_mask from pllv3 (2012-11-22 15:32:39 +0100) > > ---------------------------------------------------------------- > ARM i.MX SoC updates for v3.8 Pulled, thanks. It's great to get signed tags, thanks! Getting a short one- or two-sentence summary of what's in the pull request would be extra bonus, at least on the ones what contain more than just a couple of patches. Nothing too time-consuming though. -Olof
Another bunch of i.MX SoC updates, based on arm-soc/imx/soc. Please pull. Sascha The following changes since commit d6aef84a48fa54ac606ae719fcd125199939f43d: ARM i.MX51 babbage: Add display support (2012-11-16 16:34:18 +0100) are available in the git repository at: git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-soc-1 for you to fetch changes up to 2b254693bef4f1299de0afb231890fe348df11c6: ARM i.MX6: remove gate_mask from pllv3 (2012-11-22 15:32:39 +0100) ---------------------------------------------------------------- ARM i.MX SoC updates for v3.8 ---------------------------------------------------------------- Fabio Estevam (1): ARM: mx5: Replace clk_register_clkdev with clock DT lookup Sascha Hauer (6): ARM i.MX53: Add pwm support ARM i.MX51: Add pwm support ARM i.MX6: Add pwm support ARM i.MX6: rename PLLs according to datasheet ARM i.MX6: Fix ethernet PLL clocks ARM i.MX6: remove gate_mask from pllv3 .../devicetree/bindings/clock/imx5-clock.txt | 191 ++++++++++++++++++++ .../devicetree/bindings/clock/imx6q-clock.txt | 9 +- arch/arm/boot/dts/imx51.dtsi | 57 ++++++ arch/arm/boot/dts/imx53.dtsi | 66 +++++++ arch/arm/boot/dts/imx6q.dtsi | 16 ++ arch/arm/mach-imx/clk-imx51-imx53.c | 26 +-- arch/arm/mach-imx/clk-imx6q.c | 40 ++-- arch/arm/mach-imx/clk-pllv3.c | 72 +------- arch/arm/mach-imx/clk.h | 3 +- arch/arm/mach-imx/imx51-dt.c | 28 +-- arch/arm/mach-imx/mach-imx53.c | 31 +--- 11 files changed, 386 insertions(+), 153 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/imx5-clock.txt