* [GIT PULL] i.MX patches for -next
@ 2012-09-13 8:35 Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 1/5] ARM i.MX board updates Sascha Hauer
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-09-13 8:35 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
Please pull the following patches I queued up for the next merge window.
I just checked there are no merge conflicts with the arm-soc/for-next branch.
Thanks
Sascha
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 1/5] ARM i.MX board updates
2012-09-13 8:35 [GIT PULL] i.MX patches for -next Sascha Hauer
@ 2012-09-13 8:35 ` Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 2/5] ARM i.MX cleanup patches Sascha Hauer
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-09-13 8:35 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-boards
for you to fetch changes up to 688b5cbb81c1d5fc4aaaed47cde3f86fbb1472fe:
ARM: mx27pdk: Add audio support (2012-08-03 15:59:29 +0200)
----------------------------------------------------------------
ARM i.MX board updates
----------------------------------------------------------------
Fabio Estevam (1):
ARM: mx27pdk: Add audio support
arch/arm/mach-imx/Kconfig | 1 +
arch/arm/mach-imx/mach-mx27_3ds.c | 21 ++++++++++++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 2/5] ARM i.MX cleanup patches
2012-09-13 8:35 [GIT PULL] i.MX patches for -next Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 1/5] ARM i.MX board updates Sascha Hauer
@ 2012-09-13 8:35 ` Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 3/5] ARM i.MX defconfig updates Sascha Hauer
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-09-13 8:35 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-cleanup
for you to fetch changes up to 51f66191cf54ba3d62dd7e4a77dd376cc97de27f:
ARM i.MX53 clk: Fix ldb parent clocks (2012-09-12 11:57:13 +0200)
----------------------------------------------------------------
ARM i.MX cleanup patches
----------------------------------------------------------------
Fabio Estevam (2):
ARM: plat-mxc: Remove unused imx_ioremap
ARM: imx27-phytec-phycore: Fix I2C EEPROM address
Javier Martin (1):
ARM i.MX mx2_camera: Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags.
Oskar Schirmer (1):
serial/imx: fix IMX UART macro usage to reflect correct processor
Sascha Hauer (3):
ARM: i.MX clk pllv1: move mxc_decode_pll code to its user
ARM: i.MX remove last leftovers from legacy clock support
ARM i.MX53 clk: Fix ldb parent clocks
Wei Yongjun (1):
ARM i.MX: remove duplicated include from clk-imx21.c
arch/arm/boot/dts/imx27-phytec-phycore.dts | 2 +-
arch/arm/mach-imx/Makefile | 2 +-
arch/arm/mach-imx/clk-imx21.c | 1 -
arch/arm/mach-imx/clk-imx51-imx53.c | 4 +-
arch/arm/mach-imx/clk-pllv1.c | 49 ++++-
arch/arm/mach-imx/clk.c | 3 +
arch/arm/mach-imx/clk.h | 3 +-
arch/arm/mach-imx/mach-kzm_arm11_01.c | 1 -
arch/arm/plat-mxc/Makefile | 2 +-
arch/arm/plat-mxc/clock.c | 257 -------------------------
arch/arm/plat-mxc/cpufreq.c | 1 -
arch/arm/plat-mxc/devices/platform-imx-uart.c | 2 +-
arch/arm/plat-mxc/include/mach/clock.h | 70 -------
arch/arm/plat-mxc/include/mach/mx2_cam.h | 2 -
arch/arm/plat-mxc/system.c | 4 -
15 files changed, 58 insertions(+), 345 deletions(-)
create mode 100644 arch/arm/mach-imx/clk.c
delete mode 100644 arch/arm/plat-mxc/clock.c
delete mode 100644 arch/arm/plat-mxc/include/mach/clock.h
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 3/5] ARM i.MX defconfig updates
2012-09-13 8:35 [GIT PULL] i.MX patches for -next Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 1/5] ARM i.MX board updates Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 2/5] ARM i.MX cleanup patches Sascha Hauer
@ 2012-09-13 8:35 ` Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 4/5] ARM: i.MX: Fix SSI clock associations for i.MX25/i.MX35 Sascha Hauer
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-09-13 8:35 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-defconfig
for you to fetch changes up to 578a5d7a70b8b1b0d4df5868773d057e24a8a8c7:
ARM: imx_v6_v7_defconfig: Remove CONFIG_DEFAULT_MMAP_MIN_ADDR (2012-08-10 11:05:03 +0200)
----------------------------------------------------------------
ARM i.MX defconfig updates
----------------------------------------------------------------
Fabio Estevam (2):
ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support
ARM: imx_v6_v7_defconfig: Remove CONFIG_DEFAULT_MMAP_MIN_ADDR
arch/arm/configs/imx_v6_v7_defconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 4/5] ARM: i.MX: Fix SSI clock associations for i.MX25/i.MX35
2012-09-13 8:35 [GIT PULL] i.MX patches for -next Sascha Hauer
` (2 preceding siblings ...)
2012-09-13 8:35 ` [GIT PULL 3/5] ARM i.MX defconfig updates Sascha Hauer
@ 2012-09-13 8:35 ` Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 5/5] ARM i.MX SoC updates Sascha Hauer
2012-09-17 0:30 ` [GIT PULL] i.MX patches for -next Olof Johansson
5 siblings, 0 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-09-13 8:35 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 55d512e245bc7699a8800e23df1a24195dd08217:
Linux 3.6-rc5 (2012-09-08 16:43:45 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-fixes
for you to fetch changes up to 48540058612786d365602f3324ed97f9071092de:
ARM: clk-imx35: Fix SSI clock registration (2012-09-11 11:52:28 +0200)
----------------------------------------------------------------
ARM: i.MX: Fix SSI clock associations for i.MX25/i.MX35
----------------------------------------------------------------
Fabio Estevam (2):
ARM: clk-imx25: Fix SSI clock registration
ARM: clk-imx35: Fix SSI clock registration
arch/arm/mach-imx/clk-imx25.c | 6 ++----
arch/arm/mach-imx/clk-imx35.c | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 5/5] ARM i.MX SoC updates
2012-09-13 8:35 [GIT PULL] i.MX patches for -next Sascha Hauer
` (3 preceding siblings ...)
2012-09-13 8:35 ` [GIT PULL 4/5] ARM: i.MX: Fix SSI clock associations for i.MX25/i.MX35 Sascha Hauer
@ 2012-09-13 8:35 ` Sascha Hauer
2012-09-17 0:30 ` [GIT PULL] i.MX patches for -next Olof Johansson
5 siblings, 0 replies; 7+ messages in thread
From: Sascha Hauer @ 2012-09-13 8:35 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
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 7852399cc666fda491e481575bdbf61bace58f00:
ARM: i.MX35: Implement camera and keypad clocks (2012-09-06 14:22:59 +0200)
----------------------------------------------------------------
ARM i.MX SoC updates
----------------------------------------------------------------
Alex Gershgorin (1):
ARM: i.MX35: Implement camera and keypad clocks
Dave Martin (1):
ARM: mxc: ssi-fiq: Make ssi-fiq.S Thumb-2 compatible
Sascha Hauer (1):
ARM i.MX53: register CAN clocks
Torben Hohn (1):
arm imx31: add a few pinmux settings the tt01 needs
arch/arm/mach-imx/clk-imx35.c | 11 +++-
arch/arm/mach-imx/clk-imx51-imx53.c | 14 ++++-
arch/arm/plat-mxc/include/mach/iomux-mx3.h | 5 ++
arch/arm/plat-mxc/ssi-fiq.S | 89 ++++++++++++++++------------
4 files changed, 75 insertions(+), 44 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] i.MX patches for -next
2012-09-13 8:35 [GIT PULL] i.MX patches for -next Sascha Hauer
` (4 preceding siblings ...)
2012-09-13 8:35 ` [GIT PULL 5/5] ARM i.MX SoC updates Sascha Hauer
@ 2012-09-17 0:30 ` Olof Johansson
5 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2012-09-17 0:30 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 13, 2012 at 10:35:32AM +0200, Sascha Hauer wrote:
> Hi Arnd, Olof,
>
> Please pull the following patches I queued up for the next merge window.
>
> I just checked there are no merge conflicts with the arm-soc/for-next branch.
Thanks, pulled 1-5.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-09-17 0:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 8:35 [GIT PULL] i.MX patches for -next Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 1/5] ARM i.MX board updates Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 2/5] ARM i.MX cleanup patches Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 3/5] ARM i.MX defconfig updates Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 4/5] ARM: i.MX: Fix SSI clock associations for i.MX25/i.MX35 Sascha Hauer
2012-09-13 8:35 ` [GIT PULL 5/5] ARM i.MX SoC updates Sascha Hauer
2012-09-17 0:30 ` [GIT PULL] i.MX patches for -next Olof Johansson
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).