From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.14/soc-signed
for you to fetch changes up to 3af6ccc3d1b167c14fd195341092073820361de1:
ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomains (2017-08-14 10:33:29 -0700)
----------------------------------------------------------------
SoC updates for omaps for v4.14. Most of the chages are to add
support for new dra762 SoC. The other changes are are for legacy
DMA code removal, and MMC quirk and iodelay config for dra7.
----------------------------------------------------------------
Kishon Vijay Abraham I (1):
ARM: OMAP2+: Select PINCTRL_TI_IODELAY for SOC_DRA7XX
Lokesh Vutla (5):
ARM: OMAP2+: board-generic: add support for dra762 family
ARM: dra762: Add support for device identification
ARM: dra7: hwmod: Register dra76x specific hwmod
ARM: dra762: Enable SMP for dra762
ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomains
Sekhar Nori (1):
ARM: OMAP2+: Add pdata-quirks for MMC/SD on DRA74x EVM
Tony Lindgren (1):
ARM: OMAP2+: Remove unused legacy code for DMA
.../devicetree/bindings/arm/omap/omap.txt | 3 +
arch/arm/mach-omap2/Kconfig | 1 +
arch/arm/mach-omap2/board-generic.c | 1 +
arch/arm/mach-omap2/dma.c | 148 +--------------------
arch/arm/mach-omap2/id.c | 9 ++
arch/arm/mach-omap2/omap-smp.c | 4 +-
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 11 +-
arch/arm/mach-omap2/pdata-quirks.c | 31 +++++
arch/arm/mach-omap2/powerdomains7xx_data.c | 33 ++++-
arch/arm/mach-omap2/soc.h | 5 +
include/linux/platform_data/hsmmc-omap.h | 3 +
11 files changed, 101 insertions(+), 148 deletions(-)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 9b51f04424e17051a89ab32d892ca66b2a104825:
Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2017-07-05 17:41:31 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.14/defconfig-signed
for you to fetch changes up to 6a60a2aca111fd71c5229dbcb3de8ecf0e0e9a12:
ARM: omap2plus_defconfig: Enable LP87565 (2017-08-14 10:33:49 -0700)
----------------------------------------------------------------
Defconfig updates for omaps for v4.14 to enable DP83867
phy driver on dra72x and dra71x evm, and LP87565 that is
on dra76-evm.
----------------------------------------------------------------
Lokesh Vutla (1):
ARM: omap2plus_defconfig: Enable LP87565
Sekhar Nori (1):
ARM: omap2plus_defconfig: enable DP83867 phy driver
arch/arm/configs/omap2plus_defconfig | 4 ++++
1 file changed, 4 insertions(+)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit ff570a01b1bd15cf8a87c9ea774fc9c52ea07f15:
ARM: dts: dra71-evm: mdio: Fix impedance values (2017-07-05 00:54: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.14/fixes-not-urgent-dt-signed
for you to fetch changes up to 83f51f06d132c5430b4ac5065ce3594fc4c99aaa:
ARM: dts: dra72-evm-revc: workaround incorrect DP83867 RX_CTRL pin strap (2017-08-10 10:32:17 -0700)
----------------------------------------------------------------
Two non-urgent dts fixes for dra7 Ethernet quirk. These are sent
separately from the rest of the dts changes to avoid merge conflicts
as these depend on earlier fixes sent during v4.13-rc cycle.
----------------------------------------------------------------
Sekhar Nori (2):
ARM: dts: dra71-evm: workaround incorrect DP83867 RX_CTRL pin strap
ARM: dts: dra72-evm-revc: workaround incorrect DP83867 RX_CTRL pin strap
arch/arm/boot/dts/dra71-evm.dts | 2 ++
arch/arm/boot/dts/dra72-evm-revc.dts | 2 ++
2 files changed, 4 insertions(+)