From: jason@lakedaemon.net (Jason Cooper)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: mvebu/kirkwood fixes for v3.8
Date: Sun, 6 Jan 2013 18:24:10 +0000 [thread overview]
Message-ID: <mailman.18.1357496656.1035.linux-arm-kernel@lists.infradead.org> (raw)
The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:
Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)
are available in the git repository at:
git://git.infradead.org/users/jcooper/linux.git tags/mvebu_fixes_for_v3.8
for you to fetch changes up to dab9206445952e64213582b2ab9077972850d65b:
dma: mv_xor: fix error handling for clocks (2013-01-06 17:53:28 +0000)
----------------------------------------------------------------
fixes for mvebu/kirkwood v3.8
- use correct uart driver for mvebu boards
- add a missing DT clocks
- gpio-poweroff level vs. edge triggering, use gpio_is_valid()
- remove an inappropriate __init, modules need to access function.
- various DT fixes
- error handling in mv_xor
----------------------------------------------------------------
Andrew Lunn (5):
ARM: Kirkwood: Fix missing clk for USB device.
Power: gpio-poweroff: Fix documentation and gpio_is_valid
ARM: Kirkwood: Fix missing sdio clock
ARM: Kirkwood: Use fixed-regulator instead of board gpio call
arm: mvebu: Add missing ; for cpu node.
Gregory CLEMENT (1):
arm: mvebu: Use dw-apb-uart instead of ns16650 as UART driver
Joshua Coombs (1):
clk: mvebu: Remove inappropriate __init tagging
Nobuhiro Iwamatsu (1):
ARM: Kirkwood: Switch TWSI1 of 88f6282 to DT clock providers
Thomas Petazzoni (4):
arm: mvebu: Armada XP MV78230 has two cores, not one
arm: mvebu: Armada XP MV78230 has only three Ethernet interfaces
dma: mv_xor: fix error handling of mv_xor_channel_add()
dma: mv_xor: fix error handling for clocks
.../devicetree/bindings/gpio/gpio-poweroff.txt | 20 +++++++++++--
arch/arm/boot/dts/armada-370-xp.dtsi | 6 ++--
arch/arm/boot/dts/armada-xp-mv78230.dtsi | 9 +++++-
arch/arm/boot/dts/armada-xp-mv78260.dtsi | 8 ++++++
arch/arm/boot/dts/armada-xp-mv78460.dtsi | 8 ++++++
arch/arm/boot/dts/armada-xp.dtsi | 14 +++------
arch/arm/boot/dts/kirkwood-6282.dtsi | 1 +
arch/arm/boot/dts/kirkwood-topkick.dts | 17 +++++++++++
arch/arm/boot/dts/kirkwood.dtsi | 1 +
arch/arm/configs/mvebu_defconfig | 4 +--
arch/arm/mach-kirkwood/board-dt.c | 4 +++
arch/arm/mach-kirkwood/board-usi_topkick.c | 4 ---
drivers/clk/mvebu/clk-gating-ctrl.c | 2 +-
drivers/dma/mv_xor.c | 9 ++++--
drivers/power/reset/gpio-poweroff.c | 33 ++++++++++------------
15 files changed, 95 insertions(+), 45 deletions(-)
reply other threads:[~2013-01-06 18:24 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=mailman.18.1357496656.1035.linux-arm-kernel@lists.infradead.org \
--to=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).