From: "Tony Lindgren" <tony@xxxxxxxxxxx> 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html