Message ID | 1532140671-2869-3-git-send-email-shawnguo@kernel.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/6] i.MX drivers updates for 4.19 | expand |
On Sat, Jul 21, 2018 at 10:37:51AM +0800, Shawn Guo wrote: > The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: > > Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.19 > > for you to fetch changes up to eaed0291c62f7b513ad9483b02efdccd4ae4e9fc: > > ARM: imx_v6_v7_defconfig: add DMATEST support (2018-07-21 09:58:21 +0800) > > ---------------------------------------------------------------- > i.MX defconfig update for 4.19: > - Enable ISL29018 sensor and MMA8452 accelerometer driver support for > imx6qdl-sabreauto board. > - Enable DMATEST support which is useful for DMA driver development > testing. > - Use the DRM driver for MXSFB LCD controller found on i.MX23, i.MX28, > i.MX6SX and i.MX7 SoCs. Should some of these be added in multi_v7 defconfig too? Merged. Thanks, -Olof
On Sat, Jul 21, 2018 at 02:57:43PM -0700, Olof Johansson wrote: > On Sat, Jul 21, 2018 at 10:37:51AM +0800, Shawn Guo wrote: > > The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: > > > > Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.19 > > > > for you to fetch changes up to eaed0291c62f7b513ad9483b02efdccd4ae4e9fc: > > > > ARM: imx_v6_v7_defconfig: add DMATEST support (2018-07-21 09:58:21 +0800) > > > > ---------------------------------------------------------------- > > i.MX defconfig update for 4.19: > > - Enable ISL29018 sensor and MMA8452 accelerometer driver support for > > imx6qdl-sabreauto board. > > - Enable DMATEST support which is useful for DMA driver development > > testing. > > - Use the DRM driver for MXSFB LCD controller found on i.MX23, i.MX28, > > i.MX6SX and i.MX7 SoCs. > > Should some of these be added in multi_v7 defconfig too? >From what I have seen, multi_v7_defconfig is usually used for booting test on i.MX platforms, and for full feature build imx_v6_v7_defconfig is used more often. But we are happy to add things into multi_v7_defconfig when we see need from people. > Merged. Thanks. Shawn