mbox series

[GIT,PULL,6/6] i.MX defconfig updates for 4.17

Message ID 1521113800-16401-6-git-send-email-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers updates for 4.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.17

Message

Shawn Guo March 15, 2018, 11:36 a.m. UTC
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.17

for you to fetch changes up to e3e583e7a293ae3fddfe010ed30d80046ba87c86:

  ARM: mxs_defconfig: Re-sync defconfig (2018-03-08 16:46:11 +0800)

----------------------------------------------------------------
i.MX defconfig updates for 4.17:
 - Re-sync defconfig files by running savedefconfig.
 - Enable generic fsl-asoc-card driver for imx_v4_v5_defconfig.
 - Enable MAG3110 magnetometer sensor driver, AC97 and WM8962 codec
   driver, DA9062/63 PMIC, RTC and Watchdog support for
   imx_v6_v7_defconfig.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx_v6_v7_defconfig: select the CONFIG_CPUFREQ_DT

Fabio Estevam (5):
      ARM: imx_v6_v7_defconfig: Enable AC97 codec support
      ARM: imx_v6_v7_defconfig: Re-sync defconfig
      ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly
      ARM: imx_v4_v5_defconfig: Use the generic fsl-asoc-card driver
      ARM: mxs_defconfig: Re-sync defconfig

Marco Franchi (1):
      ARM: imx: Update imx_v6_v7_defconfig for mag3110 support

Peng Fan (1):
      ARM: imx_v6_v7_defconfig: enable OP-TEE

Stefan Riedmueller (1):
      ARM: imx_v6_v7_defconfig: Enable Dialog Semiconductor DA9062 driver

fabio.estevam@nxp.com (1):
      ARM: imx_v4_v5_defconfig: Re-sync defconfig

 arch/arm/configs/imx_v4_v5_defconfig |  9 +++------
 arch/arm/configs/imx_v6_v7_defconfig | 28 +++++++++++++++-------------
 arch/arm/configs/mxs_defconfig       | 14 +++-----------
 3 files changed, 21 insertions(+), 30 deletions(-)

Comments

Arnd Bergmann March 15, 2018, 3:21 p.m. UTC | #1
On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.17
>
> for you to fetch changes up to e3e583e7a293ae3fddfe010ed30d80046ba87c86:
>
>   ARM: mxs_defconfig: Re-sync defconfig (2018-03-08 16:46:11 +0800)
>
> ----------------------------------------------------------------
> i.MX defconfig updates for 4.17:
>  - Re-sync defconfig files by running savedefconfig.

I didn't pull this one, it seems to remove some config symbols without
an explanation what happened to them:

-CONFIG_FHANDLE=y
-# CONFIG_ARM_THUMB is not set
-CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
-# CONFIG_DEVKMEM is not set
-CONFIG_NVMEM=y
-CONFIG_LOCKUP_DETECTOR=y
-CONFIG_TIMER_STATS=y

Can you have another look? I want to be sure that we don't
accidentally turn off something important when the respective
Kconfig symbol got renamed or it gained a dependency that
is no longer met.

Thanks,

         Arnd
Fabio Estevam March 15, 2018, 10:48 p.m. UTC | #2
Hi Arnd,

On Thu, Mar 15, 2018 at 12:21 PM, Arnd Bergmann <arnd@arndb.de> wrote:

> I didn't pull this one, it seems to remove some config symbols without
> an explanation what happened to them:
>
> -CONFIG_FHANDLE=y
> -# CONFIG_ARM_THUMB is not set
> -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
> -# CONFIG_DEVKMEM is not set
> -CONFIG_NVMEM=y
> -CONFIG_LOCKUP_DETECTOR=y
> -CONFIG_TIMER_STATS=y
>
> Can you have another look? I want to be sure that we don't
> accidentally turn off something important when the respective
> Kconfig symbol got renamed or it gained a dependency that
> is no longer met.

I can take a look.

Which specific patch are you talking about?
Fabio Estevam March 15, 2018, 11:06 p.m. UTC | #3
On Thu, Mar 15, 2018 at 7:48 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Arnd,
>
> On Thu, Mar 15, 2018 at 12:21 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>
>> I didn't pull this one, it seems to remove some config symbols without
>> an explanation what happened to them:
>>
>> -CONFIG_FHANDLE=y
>> -# CONFIG_ARM_THUMB is not set
>> -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
>> -# CONFIG_DEVKMEM is not set
>> -CONFIG_NVMEM=y
>> -CONFIG_LOCKUP_DETECTOR=y
>> -CONFIG_TIMER_STATS=y
>>
>> Can you have another look? I want to be sure that we don't
>> accidentally turn off something important when the respective
>> Kconfig symbol got renamed or it gained a dependency that
>> is no longer met.
>
> I can take a look.
>
> Which specific patch are you talking about?

I assume it is "ARM: mxs_defconfig: Re-sync defconfig".

Will generate a new version tomorrow.