From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, arm@kernel.org
Subject: [GIT PULL 15/15] arm-soc: clk changes
Date: Mon, 23 Jul 2012 22:32:41 +0200 [thread overview]
Message-ID: <1343075561-17446-16-git-send-email-arnd@arndb.de> (raw)
In-Reply-To: <1343075561-17446-1-git-send-email-arnd@arndb.de>
The following changes since commit fb584511c4664573097ece7df0de06ad00b713a2:
ARM: OMAP: sdrc: Fix the build break for OMAP4 only builds (2012-07-09 01:44:11 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git next/clk
for you to fetch changes up to 36c678f3c91ac92e9524abcf9b39f9f539d60279:
Merge tag 'imx-clk' of git://git.pengutronix.de/git/imx/linux-2.6 into next/clk (2012-07-17 22:41:50 +0200)
----------------------------------------------------------------
arm-soc: clk changes
Clock support is moving to the clk subsystem. These tegra, omap and imx
changes are for code that is still platform specific and not (yet)
part of that subsystem.
----------------------------------------------------------------
Alexander Shiyan (4):
ARM: i.MX5x clocks: Add EPIT support
ARM: i.MX5x clocks: Fix parent for PWM clocks
ARM: i.MX5x clocks: Fix GPT clocks
ARM: i.MX5x CSPI: Fixed clock name for CSPI
Arnd Bergmann (6):
Merge branch 'tegra/cleanup' into next/clk
Merge branch 'for-3.6/common-clk' of git://git.kernel.org/.../swarren/linux-tegra into next/clk
Merge branch 'omap/cleanup2' into next/clk
Merge tag 'omap-devel-am33xx-data-for-v3.6' of git://git.kernel.org/.../tmlind/linux-omap into next/clk
Merge tag 'imx-clk' of git://git.pengutronix.de/git/imx/linux-2.6 into next/clk
Merge branch 'next/clk' into for-next
Fabio Estevam (3):
ARM: clk-imx27: Fix rtc clock id
ARM: mx27: Reenable silicon version print
ARM: imx: clk-imx31: Fix clock id for rnga driver
Laxman Dewangan (1):
ARM: tegra: dma: rename driver name for clock to "tegra-apbdma"
Paul Walmsley (1):
ARM: OMAP3+: clock: Move common clksel_rate & clock data to common file
Prashant Gaikwad (10):
ARM: tegra: add clk_prepare/clk_unprepare
i2c: tegra: Add clk_prepare/clk_unprepare
mmc: tegra: add clk_prepare/clk_unprepare
USB: ehci-tegra: add clk_prepare/clk_unprepare
Input: tegra-kbc - add clk_prepare/clk_unprepare
spi/tegra: add clk_prepare/clk_unprepare
staging: nvec: add clk_prepare/clk_unprepare
ASoC: tegra: add clk_prepare/clk_unprepare
crypto: add clk_prepare/clk_unprepare
ARM: tegra: Remove second instance of uart clk
Simon Que (1):
ARM: tegra: Fix PWM clock programming
Thierry Reding (1):
ARM: tegra: Provide clock for only one PWM controller
Tony Lindgren (1):
Merge tag 'omap-devel-e-for-3.5' of git://git.kernel.org/.../pjw/omap-pending into devel-am33xx-data
Uwe Kleine-König (1):
ARM: imx: add missing item to the list of clock event modes
Vaibhav Hiremath (1):
ARM: OMAP3+: clock33xx: Add AM33XX clock tree data
arch/arm/mach-imx/clk-imx27.c | 4 +-
arch/arm/mach-imx/clk-imx31.c | 4 +-
arch/arm/mach-imx/clk-imx51-imx53.c | 23 +-
arch/arm/mach-omap2/Makefile | 1 +
arch/arm/mach-omap2/clock.h | 14 +
arch/arm/mach-omap2/clock33xx_data.c | 1105 +++++++++++++++++++++++++
arch/arm/mach-omap2/clock3xxx_data.c | 20 +-
arch/arm/mach-omap2/clock44xx_data.c | 72 --
arch/arm/mach-omap2/clock_common_data.c | 77 ++
arch/arm/mach-omap2/io.c | 2 +
arch/arm/mach-tegra/cpu-tegra.c | 6 +-
arch/arm/mach-tegra/dma.c | 4 +-
arch/arm/mach-tegra/pcie.c | 6 +-
arch/arm/mach-tegra/powergate.c | 4 +-
arch/arm/mach-tegra/tegra2_clocks.c | 58 +-
arch/arm/mach-tegra/tegra30_clocks.c | 28 +-
arch/arm/mach-tegra/timer.c | 4 +-
arch/arm/mach-tegra/usb_phy.c | 16 +-
arch/arm/plat-mxc/devices/platform-spi_imx.c | 2 +-
arch/arm/plat-mxc/time.c | 3 +-
arch/arm/plat-omap/include/plat/clkdev_omap.h | 1 +
drivers/crypto/tegra-aes.c | 12 +-
drivers/i2c/busses/i2c-tegra.c | 10 +-
drivers/input/keyboard/tegra-kbc.c | 4 +-
drivers/mmc/host/sdhci-tegra.c | 6 +-
drivers/spi/spi-tegra.c | 4 +-
drivers/staging/nvec/nvec.c | 8 +-
drivers/usb/host/ehci-tegra.c | 20 +-
sound/soc/tegra/tegra20_i2s.c | 4 +-
sound/soc/tegra/tegra20_spdif.c | 4 +-
sound/soc/tegra/tegra30_ahub.c | 8 +-
sound/soc/tegra/tegra30_i2s.c | 4 +-
sound/soc/tegra/tegra_asoc_utils.c | 12 +-
33 files changed, 1347 insertions(+), 203 deletions(-)
next prev parent reply other threads:[~2012-07-23 20:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-23 20:32 [GIT PULL 00/15] arm-soc: changes for v3.6 Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 01/15] arm-soc: non-critical bug fixes Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 02/15] arm-soc: general cleanups Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 03/15] arm-soc: soc-specific updates Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 04/15] arm-soc: samsung dma changes Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 05/15] arm-soc: device tree description updates Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 06/15] arm-soc: spi updates Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 07/15] arm-soc: timer updates Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 08/15] arm-soc: cleanups, part 2 Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 09/15] arm-soc: new SoC support Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 10/15] arm-soc: defconfig updates Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 11/15] arm-soc: board specific updates Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 12/15] arm-soc: sparse IRQ conversion Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 13/15] arm-soc: pincontrol drivers Arnd Bergmann
2012-07-23 20:32 ` [GIT PULL 14/15] arm-soc: power management changes Arnd Bergmann
2012-07-23 20:32 ` Arnd Bergmann [this message]
2012-07-24 1:03 ` [GIT PULL 00/15] arm-soc: changes for v3.6 Linus Torvalds
2012-07-24 7:51 ` Arnd Bergmann
2012-07-24 8:12 ` Tony Lindgren
2012-07-24 12:00 ` Arnd Bergmann
2012-07-24 20:51 ` Paul Walmsley
2012-07-26 23:10 ` Mark A. Greer
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=1343075561-17446-16-git-send-email-arnd@arndb.de \
--to=arnd@arndb.de \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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
all inboxes | Powered by JetHome®