-
- Downloads
Merge tag 'imx-soc-4.2' of...
Merge tag 'imx-soc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/soc The i.MX SoC updates for 4.2: - Add new SoC i.MX7D support, which integrates two Cortex-A7 and one Cortex-M4 cores. - Support suspend from IRAM on i.MX53, so that DDR pins can be set to high impedance for more power saving during suspend. - Move i.MX clock drivers from arch/arm/mach-imx to drivers/clk/imx. - Move i.MX GPT timer driver from arch/arm/mach-imx into drivers/clocksource. - A couple of clock driver update for VF610 and i.MX6Q. - A few random code correction and improvement. * tag 'imx-soc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (44 commits) ARM: imx: imx7d requires anatop clocksource: timer-imx-gpt: remove include of <asm/mach/time.h> ARM: imx: move timer driver into drivers/clocksource ARM: imx: remove platform headers from timer driver ARM: imx: provide gpt device specific irq functions ARM: imx: get rid of variable timer_base ARM: imx: define gpt register offset per device type ARM: imx: move clock event variables into imx_timer ARM: imx: set up .set_next_event hook via imx_gpt_data ARM: imx: setup tctl register in device specific function ARM: imx: initialize gpt device type for DT boot ARM: imx: define an enum for gpt timer device type ARM: imx: move timer resources into a structure ARM: imx: use relaxed IO accessor in timer driver ARM: imx: make imx51/3 suspend optional ARM: clk-imx6q: refine sata's parent ARM: imx: clk-v610: Add clock for I2C2 and I2C3 ARM: mach-imx: iomux-imx31: Use DECLARE_BITMAP ARM: imx: add imx7d clk tree support ARM: clk: imx: update pllv3 to support imx7 ... Conflicts: arch/arm/mach-imx/Kconfig
Showing
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- arch/arm/Kconfig.debug 11 additions, 2 deletionsarch/arm/Kconfig.debug
- arch/arm/include/debug/imx-uart.h 14 additions, 1 deletionarch/arm/include/debug/imx-uart.h
- arch/arm/mach-imx/Kconfig 10 additions, 1 deletionarch/arm/mach-imx/Kconfig
- arch/arm/mach-imx/Makefile 14 additions, 17 deletionsarch/arm/mach-imx/Makefile
- arch/arm/mach-imx/anatop.c 4 additions, 1 deletionarch/arm/mach-imx/anatop.c
- arch/arm/mach-imx/common.h 6 additions, 9 deletionsarch/arm/mach-imx/common.h
- arch/arm/mach-imx/cpu.c 3 additions, 0 deletionsarch/arm/mach-imx/cpu.c
- arch/arm/mach-imx/cpuidle-imx6q.c 2 additions, 2 deletionsarch/arm/mach-imx/cpuidle-imx6q.c
- arch/arm/mach-imx/cpuidle-imx6sl.c 2 additions, 2 deletionsarch/arm/mach-imx/cpuidle-imx6sl.c
- arch/arm/mach-imx/cpuidle-imx6sx.c 2 additions, 2 deletionsarch/arm/mach-imx/cpuidle-imx6sx.c
- arch/arm/mach-imx/gpc.c 1 addition, 1 deletionarch/arm/mach-imx/gpc.c
- arch/arm/mach-imx/hardware.h 1 addition, 0 deletionsarch/arm/mach-imx/hardware.h
- arch/arm/mach-imx/iomux-imx31.c 1 addition, 1 deletionarch/arm/mach-imx/iomux-imx31.c
- arch/arm/mach-imx/mach-imx6q.c 1 addition, 0 deletionsarch/arm/mach-imx/mach-imx6q.c
- arch/arm/mach-imx/mach-imx6sl.c 1 addition, 0 deletionsarch/arm/mach-imx/mach-imx6sl.c
- arch/arm/mach-imx/mach-imx6sx.c 1 addition, 0 deletionsarch/arm/mach-imx/mach-imx6sx.c
- arch/arm/mach-imx/mach-imx7d.c 43 additions, 0 deletionsarch/arm/mach-imx/mach-imx7d.c
- arch/arm/mach-imx/mmdc.c 2 additions, 0 deletionsarch/arm/mach-imx/mmdc.c
- arch/arm/mach-imx/mx27.h 0 additions, 4 deletionsarch/arm/mach-imx/mx27.h
Loading
Please register or sign in to comment