The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.13
for you to fetch changes up to c465a32fdde67c029ba8880f2878491042b72524:
soc: imx: gpc: build gpc only if hardware has gpc (2017-05-15 10:22:25 +0800)
----------------------------------------------------------------
The i.MX drivers update for 4.13:
- Add CONFIG_HAVE_IMX_GPC to control the build of GPC driver, so that
it doesn't build for platforms that do not have it.
----------------------------------------------------------------
Marc Ohlf (1):
soc: imx: gpc: build gpc only if hardware has gpc
drivers/soc/imx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.13
for you to fetch changes up to bf5a01d7c50fb0c4e1c3d320d670bad252d50bcb:
ARM: imx6ull: Make suspend/resume work like on 6ul (2017-06-07 11:38:40 +0800)
----------------------------------------------------------------
The i.MX SoC updates for 4.13:
- Select GPCv2 for i.MX7 SoCs to get imx-gpcv2 irqchip driver built
for i.MX7 platforms by default.
- A couple of patches from Leonard to add IMX6ULL cpu check and get
suspend/resume work on IMX6ULL.
----------------------------------------------------------------
Andrey Smirnov (1):
ARM: imx: Select GPCv2 for i.MX7
Leonard Crestez (2):
ARM: imx: Add MXC_CPU_IMX6ULL and cpu_is_imx6ull
ARM: imx6ull: Make suspend/resume work like on 6ul
arch/arm/mach-imx/Kconfig | 1 +
arch/arm/mach-imx/cpu.c | 3 +++
arch/arm/mach-imx/mxc.h | 6 ++++++
arch/arm/mach-imx/pm-imx6.c | 6 ++++--
4 files changed, 14 insertions(+), 2 deletions(-)
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.13
for you to fetch changes up to 6db53373884327f0457d90aa665d249a11461b07:
ARM: imx_v6_v7_defconfig: Select CONFIG_IMX7D_ADC (2017-06-18 07:32:01 +0800)
----------------------------------------------------------------
The i.MX defconfig updates for 4.13:
- Enable i.MX7 ADC driver support.
- Enable THERMAL_WRITABLE_TRIPS, so that i.MX thermal driver can set
trip points for testing.
- CONFIG_DEBUG_FS gets lost by accident because of a change around
CONFIG_RCU_TRACE. Re-enable it explicitly.
- Enable MXS LRADC driver and CONFIG_CGROUPS for mxs_defconfig.
- Enable more common cpufreq governors to help test cpufreq driver.
----------------------------------------------------------------
Fabio Estevam (1):
ARM: imx_v6_v7_defconfig: Select CONFIG_IMX7D_ADC
Leonard Crestez (3):
ARM: imx_v6_v7_defconfig: Enable cpufreq governors
ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS
ARM: imx_v6_v7_defconfig: Set THERMAL_WRITABLE_TRIPS=y for testing
Stefan Wahren (2):
ARM: mxs_defconfig: Enable CONFIG_CGROUPS
ARM: mxs_defconfig: Re-enable MXS LRADC
arch/arm/configs/imx_v6_v7_defconfig | 6 ++++++
arch/arm/configs/mxs_defconfig | 6 ++++--
2 files changed, 10 insertions(+), 2 deletions(-)
From: Olof Johansson <hidden> Date: 2017-06-19 06:05:47
On Sun, Jun 18, 2017 at 11:55:19PM +0800, Shawn Guo wrote:
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.13
for you to fetch changes up to c465a32fdde67c029ba8880f2878491042b72524:
soc: imx: gpc: build gpc only if hardware has gpc (2017-05-15 10:22:25 +0800)
----------------------------------------------------------------
The i.MX drivers update for 4.13:
- Add CONFIG_HAVE_IMX_GPC to control the build of GPC driver, so that
it doesn't build for platforms that do not have it.
From: Olof Johansson <hidden> Date: 2017-06-19 06:06:19
On Sun, Jun 18, 2017 at 11:55:20PM +0800, Shawn Guo wrote:
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.13
for you to fetch changes up to bf5a01d7c50fb0c4e1c3d320d670bad252d50bcb:
ARM: imx6ull: Make suspend/resume work like on 6ul (2017-06-07 11:38:40 +0800)
----------------------------------------------------------------
The i.MX SoC updates for 4.13:
- Select GPCv2 for i.MX7 SoCs to get imx-gpcv2 irqchip driver built
for i.MX7 platforms by default.
- A couple of patches from Leonard to add IMX6ULL cpu check and get
suspend/resume work on IMX6ULL.
From: Olof Johansson <hidden> Date: 2017-06-19 06:07:41
On Sun, Jun 18, 2017 at 11:55:21PM +0800, Shawn Guo wrote:
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-4.13
for you to fetch changes up to d8710c3fb912574709166bba24f4c64162ab832c:
ARM: dts: imx6q-cm-fx6: add sdio wifi/bt nodes (2017-06-17 21:17:04 +0800)
----------------------------------------------------------------
The i.MX device tree updates for 4.13:
- New board support: Gateworks Ventana GW5600, Technexion Pico i.MX7D
Board.
- A series from Alexandre Belloni to correct the vendor prefix for
rv4162 compatible.
- A patch-set from Andrey Smirnov ot enable PCIe support for i.MX7 and
imx7d-sdb board.
- Increase the SGTL5000 LRCLK pad strength to fix a random audio
channel swapping seen on imx6qdl-wandboard and imx6qdl-colibri
boards.
- Clean up non-existing property 'enable-active-low' from fixed
regulator device nodes.
- Correct GPIO polarity for Ethernet PHY and PCI reset lines, even
though device drivers do not use the polarity for now.
- Add Wifi and Bluetooth support for imx7d-sdb board.
- Adopt the i.MX6Q/DL DT to the new and more flexible GPC binding.
- Update zii-rdu2 device tree source to use #include "..." for local
inclusion.
- A series from Philipp Zabel and Steve Longerbeam to enable video
capture support for imx6qdl platforms.
- A number of small random updates on various board support.
From: Olof Johansson <hidden> Date: 2017-06-19 06:09:23
On Sun, Jun 18, 2017 at 11:55:22PM +0800, Shawn Guo wrote:
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.13
for you to fetch changes up to 375b6755a5b1836699d00c47f689d63bd1e40b95:
arm64: dts: ls1088a: update sata node (2017-06-14 22:42:42 +0800)
----------------------------------------------------------------
The Freescale arm64 device tree updates for 4.13:
- A series from NXP employee Li Yang that updates the copyright claims
to comply with company policy.
- A patch-set from Madalin Bucur that adds Data Path Acceleration
Architecture (DPAA) QBMan and FMan. Quite a few .dtsi files are
created for SoCs with different DPAA configuration to include the
devices as needed.
- Enable UHS-I SD and eMMC support for LS1046A and LS208xA RDB/QDS
boards.
- Enable TMU device for thermal management support on LS1088A.
- Update SATA device node for LS1088A with correct compatible and ECC
register bit.
- A few small random device tree updates.
From: Olof Johansson <hidden> Date: 2017-06-19 06:10:02
On Sun, Jun 18, 2017 at 11:55:23PM +0800, Shawn Guo wrote:
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.13
for you to fetch changes up to 6db53373884327f0457d90aa665d249a11461b07:
ARM: imx_v6_v7_defconfig: Select CONFIG_IMX7D_ADC (2017-06-18 07:32:01 +0800)
----------------------------------------------------------------
The i.MX defconfig updates for 4.13:
- Enable i.MX7 ADC driver support.
- Enable THERMAL_WRITABLE_TRIPS, so that i.MX thermal driver can set
trip points for testing.
- CONFIG_DEBUG_FS gets lost by accident because of a change around
CONFIG_RCU_TRACE. Re-enable it explicitly.
- Enable MXS LRADC driver and CONFIG_CGROUPS for mxs_defconfig.
- Enable more common cpufreq governors to help test cpufreq driver.
----------------------------------------------------------------
Fabio Estevam (1):
ARM: imx_v6_v7_defconfig: Select CONFIG_IMX7D_ADC
Leonard Crestez (3):
ARM: imx_v6_v7_defconfig: Enable cpufreq governors
ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS
ARM: imx_v6_v7_defconfig: Set THERMAL_WRITABLE_TRIPS=y for testing
Stefan Wahren (2):
ARM: mxs_defconfig: Enable CONFIG_CGROUPS
ARM: mxs_defconfig: Re-enable MXS LRADC