From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes v4.11-rc cycle
Date: Mon, 6 Mar 2017 08:46:42 -0800 [thread overview]
Message-ID: <pull-1488818752-862211> (raw)
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.11/fixes-rc1-v2
for you to fetch changes up to e24bce8fb4c26bd0d8eca74cbbee1ad049246be3:
Merge tag 'v4.11-rc1' into omap-for-v4.11/fixes (2017-03-06 08:37:53 -0800)
----------------------------------------------------------------
Fixes for omaps for v4.11-rc cycle:
- Fix smartreflex platform data regression where I accidentally
removed legacy platform data still in use
- Fix hypervisor mode for thumb2 kernel
- Fix misplaced tpic2810 to move it to right bus
- Enable INPUT_MOUSEDEV as a loadable module have mice working
- Fix use of gpio-key,wakeup and use wakeup-source instead as
this accidentally sneaked in during the merge window
- Fix error handling for onenand to properly return error
- Remove legacy gpmc-nand.c that's now dead code, this
also removes dependency to the MTD tree for further driver
changes
- Fix device node reference count errors for omap3 and
related to it also release device nodes after no longer
needed
----------------------------------------------------------------
Guenter Roeck (2):
ARM: OMAP2+: Fix device node reference counts
ARM: OMAP2+: Release device node after it is no longer needed.
Ladislav Michl (2):
ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure
ARM: OMAP2+: Remove legacy gpmc-nand.c
Matthijs van Duin (1):
ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
Sekhar Nori (1):
ARM: dts: am57xx-idk: tpic2810 is on I2C bus, not SPI
Teresa Remmet (1):
ARM: dts: am335x-pcm953: Fix legacy wakeup source binding
Tony Lindgren (5):
ARM: OMAP3: Fix smartreflex platform data regression
Merge branch 'omap-for-v4.10/fixes' into omap-for-v4.11/fixes
ARM: omap2plus_defconfig: Enable INPUT_MOUSEDEV as loadable modules
Merge branch 'gpio-key-wakeup-fix' into omap-for-v4.11/fixes
Merge tag 'v4.11-rc1' into omap-for-v4.11/fixes
arch/arm/boot/dts/am335x-pcm-953.dtsi | 4 +-
arch/arm/boot/dts/am57xx-idk-common.dtsi | 14 +--
arch/arm/configs/omap2plus_defconfig | 1 +
arch/arm/mach-omap2/Makefile | 3 -
arch/arm/mach-omap2/gpmc-nand.c | 154 -----------------------------
arch/arm/mach-omap2/gpmc-onenand.c | 10 +-
arch/arm/mach-omap2/omap-headsmp.S | 3 +-
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 45 +++++++--
drivers/memory/omap-gpmc.c | 4 +-
include/linux/omap-gpmc.h | 16 +--
10 files changed, 59 insertions(+), 195 deletions(-)
delete mode 100644 arch/arm/mach-omap2/gpmc-nand.c
next reply other threads:[~2017-03-06 16:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-06 16:46 Tony Lindgren [this message]
[not found] <58bd927a.c5ae540a.8be25.bcd3SMTPIN_ADDED_BROKEN@mx.google.com>
2017-03-13 22:14 ` [GIT PULL] omap fixes v4.11-rc cycle Olof Johansson
2017-03-13 22:14 ` Olof Johansson
-- strict thread matches above, loose matches on Subject: below --
2017-03-06 16:46 Tony Lindgren
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=pull-1488818752-862211 \
--to=tony@atomide.com \
--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 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.