From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap fixes against v3.10-rc4
Date: Sat, 8 Jun 2013 12:08:57 -0700 [thread overview]
Message-ID: <20130608190857.GV3331@atomide.com> (raw)
The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e:
Linux 3.10-rc4 (2013-06-02 17:11:17 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10/fixes-v3.10-rc4
for you to fetch changes up to 03c0d27119296bb32ef4a075b9fb8bb0aeaa19c0:
Merge tag 'omap-fixes-b-for-3.10-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.10/fixes (2013-06-07 15:06:18 -0700)
----------------------------------------------------------------
A set of small fixes for omaps for the -rc cycle:
- am7303 iva2 reset PM regression fix
- am33xx uart2 dma channel fix
- am33xx gpmc properties fix
- omap44xx rtc wake-up mux fix for nirq pins
- omap36xx clock divider restore fix
There's also one tiny non-critical .dts fix for omap5
timer pwm properties.
----------------------------------------------------------------
Jean-Philippe Francois (1):
ARM: omap3: clock: fix wrong container_of in clock36xx.c
Kevin Hilman (1):
ARM: dts: omap4-panda|sdp: Fix mux for twl6030 IRQ pin and msecure line
Lars Poeschel (1):
ARM: dts: AM33xx: Fix properties on gpmc node
Suman Anna (1):
ARM: dts: OMAP5: Fix missing PWM capability to timer nodes
Thomas Petazzoni (1):
arm: omap2: fix AM33xx hwmod infos for UART2
Tony Lindgren (3):
ARM: OMAP3: Fix iva2_pwrdm settings for 3703
Merge branch 'dts-fixes-for-3.10' of git://git.kernel.org/.../bcousson/linux-omap-dt into omap-for-v3.10/fixes
Merge tag 'omap-fixes-b-for-3.10-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.10/fixes
arch/arm/boot/dts/am33xx.dtsi | 4 ++--
arch/arm/boot/dts/omap4-panda-common.dtsi | 20 ++++++++++++++++++++
arch/arm/boot/dts/omap4-sdp.dts | 20 ++++++++++++++++++++
arch/arm/boot/dts/omap5.dtsi | 3 +++
arch/arm/mach-omap2/clock36xx.c | 18 +++++++++---------
arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 9 ++++++++-
arch/arm/mach-omap2/pm34xx.c | 6 ++++--
7 files changed, 66 insertions(+), 14 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes against v3.10-rc4
Date: Sat, 8 Jun 2013 12:08:57 -0700 [thread overview]
Message-ID: <20130608190857.GV3331@atomide.com> (raw)
The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e:
Linux 3.10-rc4 (2013-06-02 17:11:17 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10/fixes-v3.10-rc4
for you to fetch changes up to 03c0d27119296bb32ef4a075b9fb8bb0aeaa19c0:
Merge tag 'omap-fixes-b-for-3.10-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.10/fixes (2013-06-07 15:06:18 -0700)
----------------------------------------------------------------
A set of small fixes for omaps for the -rc cycle:
- am7303 iva2 reset PM regression fix
- am33xx uart2 dma channel fix
- am33xx gpmc properties fix
- omap44xx rtc wake-up mux fix for nirq pins
- omap36xx clock divider restore fix
There's also one tiny non-critical .dts fix for omap5
timer pwm properties.
----------------------------------------------------------------
Jean-Philippe Francois (1):
ARM: omap3: clock: fix wrong container_of in clock36xx.c
Kevin Hilman (1):
ARM: dts: omap4-panda|sdp: Fix mux for twl6030 IRQ pin and msecure line
Lars Poeschel (1):
ARM: dts: AM33xx: Fix properties on gpmc node
Suman Anna (1):
ARM: dts: OMAP5: Fix missing PWM capability to timer nodes
Thomas Petazzoni (1):
arm: omap2: fix AM33xx hwmod infos for UART2
Tony Lindgren (3):
ARM: OMAP3: Fix iva2_pwrdm settings for 3703
Merge branch 'dts-fixes-for-3.10' of git://git.kernel.org/.../bcousson/linux-omap-dt into omap-for-v3.10/fixes
Merge tag 'omap-fixes-b-for-3.10-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.10/fixes
arch/arm/boot/dts/am33xx.dtsi | 4 ++--
arch/arm/boot/dts/omap4-panda-common.dtsi | 20 ++++++++++++++++++++
arch/arm/boot/dts/omap4-sdp.dts | 20 ++++++++++++++++++++
arch/arm/boot/dts/omap5.dtsi | 3 +++
arch/arm/mach-omap2/clock36xx.c | 18 +++++++++---------
arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 9 ++++++++-
arch/arm/mach-omap2/pm34xx.c | 6 ++++--
7 files changed, 66 insertions(+), 14 deletions(-)
next reply other threads:[~2013-06-08 19:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-08 19:08 Tony Lindgren [this message]
2013-06-08 19:08 ` [GIT PULL] omap fixes against v3.10-rc4 Tony Lindgren
2013-06-09 18:45 ` Olof Johansson
2013-06-09 18:45 ` Olof Johansson
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=20130608190857.GV3331@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=olof@lixom.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.