From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes against v4.2-rc1
Date: Thu, 9 Jul 2015 02:41:30 -0700 [thread overview]
Message-ID: <20150709094130.GK10644@atomide.com> (raw)
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/fixes-rc1
for you to fetch changes up to ae745302c0a3e2b5b768690f631fc14db44467e7:
Merge branch 'fixes-rc1' into omap-for-v4.2/fixes (2015-07-06 05:33:17 -0700)
----------------------------------------------------------------
Minor fixes for omaps against v4.2-rc1. Mostly just minor dts changes
except for a GPMC fix to not use names for probing devices. Also a
one liner clean-up to remove unecessary return from a void function.
The summary for the changes being:
- Fix probe for GPMC devices by reoving limitations based on device
name
- Remove unnecessary return from a void function
- Revert beaglebone RTC sleep fix, we now have a better fix merged
- Add am4372 EMIF node to fix a warning
- Add am57xx-beagle-x15 power supply to fix USB2 if USB1 is disabled
- Disable rfbi for am4372 as it does not have a driver
----------------------------------------------------------------
Dave Gerlach (1):
ARM: dts: am4372: Add emif node
Johan Hovold (1):
Revert "ARM: dts: am335x-boneblack: disable RTC-only sleep"
Nicholas Krause (1):
ARM: OMAP2+: Remove unnessary return statement from the void function, omap2_show_dma_caps
Roger Quadros (1):
ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2
Tomi Valkeinen (1):
ARM: dts: am4372.dtsi: disable rfbi
Tony Lindgren (2):
memory: omap-gpmc: Fix parsing of devices
Merge branch 'fixes-rc1' into omap-for-v4.2/fixes
Documentation/devicetree/bindings/memory-controllers/ti/emif.txt | 1 +
arch/arm/boot/dts/am335x-boneblack.dts | 4 ++++
arch/arm/boot/dts/am4372.dtsi | 7 +++++++
arch/arm/boot/dts/am57xx-beagle-x15.dts | 4 ++++
arch/arm/mach-omap2/dma.c | 1 -
drivers/memory/omap-gpmc.c | 8 +-------
6 files changed, 17 insertions(+), 8 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 v4.2-rc1
Date: Thu, 9 Jul 2015 02:41:30 -0700 [thread overview]
Message-ID: <20150709094130.GK10644@atomide.com> (raw)
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/fixes-rc1
for you to fetch changes up to ae745302c0a3e2b5b768690f631fc14db44467e7:
Merge branch 'fixes-rc1' into omap-for-v4.2/fixes (2015-07-06 05:33:17 -0700)
----------------------------------------------------------------
Minor fixes for omaps against v4.2-rc1. Mostly just minor dts changes
except for a GPMC fix to not use names for probing devices. Also a
one liner clean-up to remove unecessary return from a void function.
The summary for the changes being:
- Fix probe for GPMC devices by reoving limitations based on device
name
- Remove unnecessary return from a void function
- Revert beaglebone RTC sleep fix, we now have a better fix merged
- Add am4372 EMIF node to fix a warning
- Add am57xx-beagle-x15 power supply to fix USB2 if USB1 is disabled
- Disable rfbi for am4372 as it does not have a driver
----------------------------------------------------------------
Dave Gerlach (1):
ARM: dts: am4372: Add emif node
Johan Hovold (1):
Revert "ARM: dts: am335x-boneblack: disable RTC-only sleep"
Nicholas Krause (1):
ARM: OMAP2+: Remove unnessary return statement from the void function, omap2_show_dma_caps
Roger Quadros (1):
ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2
Tomi Valkeinen (1):
ARM: dts: am4372.dtsi: disable rfbi
Tony Lindgren (2):
memory: omap-gpmc: Fix parsing of devices
Merge branch 'fixes-rc1' into omap-for-v4.2/fixes
Documentation/devicetree/bindings/memory-controllers/ti/emif.txt | 1 +
arch/arm/boot/dts/am335x-boneblack.dts | 4 ++++
arch/arm/boot/dts/am4372.dtsi | 7 +++++++
arch/arm/boot/dts/am57xx-beagle-x15.dts | 4 ++++
arch/arm/mach-omap2/dma.c | 1 -
drivers/memory/omap-gpmc.c | 8 +-------
6 files changed, 17 insertions(+), 8 deletions(-)
next reply other threads:[~2015-07-09 9:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-09 9:41 Tony Lindgren [this message]
2015-07-09 9:41 ` [GIT PULL] omap fixes against v4.2-rc1 Tony Lindgren
2015-07-09 22:39 ` Kevin Hilman
2015-07-09 22:39 ` Kevin Hilman
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=20150709094130.GK10644@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.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.