mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, linux-arm-kernel@lists.infradead.org,
	arm@kernel.org, linux-kernel@vger.kernel.org, tony@atomide.com
Subject: [GIT PULL] ARM: arm-soc fixes for 3.8, part 2
Date: Thu, 20 Dec 2012 15:04:00 -0800	[thread overview]
Message-ID: <20121220230400.GA16877@quad.lixom.net> (raw)

Hi Linus,

Here is the incremental pull request of fixes from earlier today,
based on the portions you pulled in this morning.


Thanks,

-Olof

The following changes since commit 1800098549fc310cffffefdcb3722adaad0edda8:

  ARM: OMAP: Fix build breakage due to missing include in i2c.c (2012-12-20 08:43:25 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes2

for you to fetch changes up to 2727da8595d6a134502ce576b812f0bb0e3c14ed:

  ARM: OMAP2+: Fix compillation error in mach-omap2/timer.c (2012-12-20 09:45:03 -0800)

----------------------------------------------------------------
Axel Lin (1):
      pinctrl: exynos5440/samsung: Staticize pcfgs

Dongjin Kim (1):
      ARM: EXYNOS: Fix MSHC clocks instance names

Kukjin Kim (3):
      ARM: EXYNOS: fix build error when MFC is not selected
      ARM: EXYNOS: fix GIC using for EXYNOS5440
      ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440

Michael Spang (1):
      ARM: SAMSUNG: Add missing include guard to gpio-core.h

Olof Johansson (3):
      ARM: sunxi: rename device tree source files
      Merge branch 'v3.8-samsung-fixes-1' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge branch 'v3.8-samsung-fixes-audio' of git://git.kernel.org/.../kgene/linux-samsung into fixes

Padmavathi Venna (5):
      ARM: S3C64XX: Add I2S clkdev support
      ARM: S5PC100: Add I2S clkdev support
      ARM: S5P64X0: Add I2S clkdev support
      ARM: S5PV210: Avoid passing the clks through platform data
      ARM: EXYNOS: Avoid passing the clks through platform data

Peter Ujfalusi (1):
      ARM: OMAP2+: Fix compillation error in mach-omap2/timer.c

Sachin Kamat (4):
      pinctrl: samsung: Fix a typo in pinctrl-samsung.h
      ARM: EXYNOS: Fix NULL pointer dereference bug in Origen
      ARM: EXYNOS: Fix NULL pointer dereference bug in SMDK4X12
      ARM: EXYNOS: Fix NULL pointer dereference bug in SMDKV310

 ...n4i-cubieboard.dts => sun4i-a10-cubieboard.dts} |   0
 arch/arm/boot/dts/{sun4i.dtsi => sun4i-a10.dtsi}   |   0
 ...sun5i-olinuxino.dts => sun5i-a13-olinuxino.dts} |   0
 arch/arm/boot/dts/{sun5i.dtsi => sun5i-a13.dtsi}   |   0
 arch/arm/mach-exynos/clock-exynos4.c               |   4 +-
 arch/arm/mach-exynos/common.c                      |   3 +-
 arch/arm/mach-exynos/dev-audio.c                   |  12 --
 arch/arm/mach-exynos/mach-exynos5-dt.c             |   2 +
 arch/arm/mach-exynos/mach-origen.c                 |   4 +-
 arch/arm/mach-exynos/mach-smdk4x12.c               |   4 +-
 arch/arm/mach-exynos/mach-smdkv310.c               |   4 +-
 arch/arm/mach-exynos/platsmp.c                     |   2 +-
 arch/arm/mach-omap2/timer.c                        |   2 +-
 arch/arm/mach-s3c64xx/clock.c                      | 126 +++++++++++++--------
 arch/arm/mach-s3c64xx/dev-audio.c                  |  11 --
 arch/arm/mach-s5p64x0/clock-s5p6440.c              |  49 +++++---
 arch/arm/mach-s5p64x0/clock-s5p6450.c              |  61 ++++++----
 arch/arm/mach-s5p64x0/dev-audio.c                  |  12 --
 arch/arm/mach-s5pc100/clock.c                      |  48 +++++---
 arch/arm/mach-s5pc100/dev-audio.c                  |  16 ---
 arch/arm/mach-s5pv210/dev-audio.c                  |  16 ---
 arch/arm/plat-samsung/include/plat/gpio-core.h     |   5 +
 drivers/pinctrl/pinctrl-exynos5440.c               |   2 +-
 drivers/pinctrl/pinctrl-samsung.c                  |   2 +-
 drivers/pinctrl/pinctrl-samsung.h                  |   2 +-
 25 files changed, 204 insertions(+), 183 deletions(-)
 rename arch/arm/boot/dts/{sun4i-cubieboard.dts => sun4i-a10-cubieboard.dts} (100%)
 rename arch/arm/boot/dts/{sun4i.dtsi => sun4i-a10.dtsi} (100%)
 rename arch/arm/boot/dts/{sun5i-olinuxino.dts => sun5i-a13-olinuxino.dts} (100%)
 rename arch/arm/boot/dts/{sun5i.dtsi => sun5i-a13.dtsi} (100%)

                 reply	other threads:[~2012-12-20 23:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20121220230400.GA16877@quad.lixom.net \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tony@atomide.com \
    --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®