linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX SoC updates
@ 2012-11-22 14:48 Sascha Hauer
  2012-11-26  7:38 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2012-11-22 14:48 UTC (permalink / raw)
  To: linux-arm-kernel

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
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [GIT PULL] i.MX SoC updates
@ 2012-11-16 15:50 Sascha Hauer
  2012-11-16 16:11 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2012-11-16 15:50 UTC (permalink / raw)
  To: linux-arm-kernel

Please pull the following i.MX SoC updates for next merge window.

Sascha

The following changes since commit 89a4150331bc07014256714678ce8e9b238fc145:

  Merge remote-tracking branch 'arm-soc/imx/multiplatform' into x (2012-11-16 16:21:27 +0100)

are available in the git repository at:


  git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-soc

for you to fetch changes up to d6aef84a48fa54ac606ae719fcd125199939f43d:

  ARM i.MX51 babbage: Add display support (2012-11-16 16:34:18 +0100)

----------------------------------------------------------------
ARM i.MX SoC updates

based on imx-multiplatform branch.

----------------------------------------------------------------
Fabio Estevam (3):
      ARM: dts: imx27-3ds: Remove local watchdog inclusion
      ARM: clk-imx27: Add missing clock for mx2-camera
      mx2_camera: Fix regression caused by clock conversion

Ga?tan Carlier (1):
      ARM : i.MX27 : split code for allocation of ressources of camera and eMMA

Roland Stigge (2):
      ARM: mach-imx: Support for DryIce RTC in i.MX53
      watchdog: Support imx watchdog on SOC_IMX53

Sascha Hauer (7):
      ARM i.MX27: Fix low reference clock path
      ARM i.MX51: setup MIPI during startup
      ARM i.MX5: switch IPU clk support to devicetree bindings
      ARM i.MX53: Add IPU support
      ARM i.MX51: Add IPU support
      ARM i.MX6: Add IPU support
      ARM i.MX51 babbage: Add display support

Steffen Trumtrar (1):
      ARM i.MX6: fix ldb_di_sel mux

 arch/arm/boot/dts/imx27-3ds.dts                 |    4 --
 arch/arm/boot/dts/imx51-babbage.dts             |   16 ++++++
 arch/arm/boot/dts/imx51.dtsi                    |   67 +++++++++++++++++++++++
 arch/arm/boot/dts/imx53.dtsi                    |    7 +++
 arch/arm/boot/dts/imx6q.dtsi                    |   18 ++++++
 arch/arm/mach-imx/Kconfig                       |    2 +
 arch/arm/mach-imx/clk-imx27.c                   |   18 +++++-
 arch/arm/mach-imx/clk-imx51-imx53.c             |   20 ++++---
 arch/arm/mach-imx/clk-imx6q.c                   |    2 +-
 arch/arm/mach-imx/devices-imx27.h               |    4 +-
 arch/arm/mach-imx/devices/Kconfig               |    3 +
 arch/arm/mach-imx/devices/Makefile              |    1 +
 arch/arm/mach-imx/devices/devices-common.h      |    9 ++-
 arch/arm/mach-imx/devices/platform-mx2-camera.c |   17 ------
 arch/arm/mach-imx/mm-imx5.c                     |   20 +++++++
 arch/arm/plat-mxc/devices/platform-mx2-emma.c   |   40 ++++++++++++++
 drivers/media/platform/soc_camera/mx2_camera.c  |   39 +++++++++----
 17 files changed, 242 insertions(+), 45 deletions(-)
 create mode 100644 arch/arm/plat-mxc/devices/platform-mx2-emma.c
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

end of thread, other threads:[~2012-11-26  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 14:48 [GIT PULL] i.MX SoC updates Sascha Hauer
2012-11-26  7:38 ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2012-11-16 15:50 Sascha Hauer
2012-11-16 16:11 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).