mbox series

[GIT,PULL,5/5] i.MX defconfig updates for 4.20

Message ID 20181001072003.16238-5-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/5] i.MX drivers updates for 4.20 | expand

Pull-request

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

Message

Shawn Guo Oct. 1, 2018, 7:20 a.m. UTC
The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 97089dfa3dffe9038d11ee26fca47e8953cce647:

  ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL (2018-09-12 09:23:59 +0800)

----------------------------------------------------------------
i.MX defconfig update for 4.20:
 - A series from Fabio to synchronize i.MX defconfig files with
   savedefconfig.
 - Enable CONFIG_TMPFS_POSIX_ACL to fix ACL applying failures seen with
   starting weston from sddm as unprivileged user.
 - Enable MC13783/MC13892 ADC driver by default.
 - Select CONFIG_ARM_CPUIDLE by default to support generic ARM cpuidle
   driver which is useful for i.MX platforms like i.MX7S/D.
 - Built in usbnet drivers to support NFS mount via USB Ethernet dongle
   on SoCs which have no native Ethernet controller, such as i.MX6 SLL
   and i.MX7 ULP.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx_v6_v7_defconfig: select CONFIG_ARM_CPUIDLE by default

Fabio Estevam (5):
      ARM: imx_v6_v7_defconfig: Select CONFIG_SENSORS_MC13783_ADC
      ARM: imx_v6_v7_defconfig: Re-sync defconfig
      ARM: mxs_defconfig: Re-sync defconfig
      ARM: imx_v4_v5_defconfig: Re-sync defconfig
      ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL

Leonard Crestez (1):
      ARM: imx_v6_v7_defconfig: Make usbnet drivers builtin for boot

Robin Gong (1):
      ARM: imx_v6_v7_defconfig: add CONFIG_FW_LOADER_USER_HELPER

 arch/arm/configs/imx_v4_v5_defconfig | 18 +++++++---------
 arch/arm/configs/imx_v6_v7_defconfig | 41 ++++++++++++++++++++----------------
 arch/arm/configs/mxs_defconfig       | 19 +++++++----------
 3 files changed, 39 insertions(+), 39 deletions(-)

Comments

Arnd Bergmann Oct. 1, 2018, 3:58 p.m. UTC | #1
On Mon, Oct 1, 2018 at 9:21 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
>       ARM: imx_v6_v7_defconfig: Re-sync defconfig
>       ARM: mxs_defconfig: Re-sync defconfig
>       ARM: imx_v4_v5_defconfig: Re-sync defconfig

Hi Shawn, Fabio,

these patches introduce a couple of changes that should be split out
from 'Re-sync defconfig':

-CONFIG_USB_CHIPIDEA_ULPI=y
-CONFIG_USB_ULPI_BUS=y
-# CONFIG_ARM_UNWIND is not set
-CONFIG_FRAMEBUFFER_CONSOLE=y
-# CONFIG_ARM_THUMB is not set

Please add explanations for why we don't set those
any more, and keep them separate from patches that
just move options around.

        Arnd
Fabio Estevam Oct. 3, 2018, 2:15 p.m. UTC | #2
Hi Arnd,

On Mon, Oct 1, 2018 at 1:26 PM Arnd Bergmann <arnd@arndb.de> wrote:

> Please add explanations for why we don't set those
> any more, and keep them separate from patches that
> just move options around.

I did as suggested and sent a v2.

Thanks
Arnd Bergmann Oct. 3, 2018, 3:38 p.m. UTC | #3
On Wed, Oct 3, 2018 at 4:15 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> Hi Arnd,
>
> On Mon, Oct 1, 2018 at 1:26 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> > Please add explanations for why we don't set those
> > any more, and keep them separate from patches that
> > just move options around.
>
> I did as suggested and sent a v2.

Looks good, thanks for respinning these.

       Arnd
Shawn Guo Oct. 5, 2018, 1:30 p.m. UTC | #4
On Wed, Oct 03, 2018 at 05:38:11PM +0200, Arnd Bergmann wrote:
> On Wed, Oct 3, 2018 at 4:15 PM Fabio Estevam <festevam@gmail.com> wrote:
> >
> > Hi Arnd,
> >
> > On Mon, Oct 1, 2018 at 1:26 PM Arnd Bergmann <arnd@arndb.de> wrote:
> >
> > > Please add explanations for why we don't set those
> > > any more, and keep them separate from patches that
> > > just move options around.
> >
> > I did as suggested and sent a v2.
> 
> Looks good, thanks for respinning these.

Arnd,

I just updated the pull request with v2 patches from Fabio.  Please pull
again, thanks.

Shawn


The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 35d3cbe84544da74e39e1cec01374092467e3119:

  ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL (2018-10-05 21:19:22 +0800)

----------------------------------------------------------------
i.MX defconfig update for 4.20:
 - A series from Fabio to synchronize i.MX defconfig files with
   savedefconfig.
 - Enable CONFIG_TMPFS_POSIX_ACL to fix ACL applying failures seen with
   starting weston from sddm as unprivileged user.
 - Enable MC13783/MC13892 ADC driver by default.
 - Select CONFIG_ARM_CPUIDLE by default to support generic ARM cpuidle
   driver which is useful for i.MX platforms like i.MX7S/D.
 - Built in usbnet drivers to support NFS mount via USB Ethernet dongle
   on SoCs which have no native Ethernet controller, such as i.MX6 SLL
   and i.MX7 ULP.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx_v6_v7_defconfig: select CONFIG_ARM_CPUIDLE by default

Fabio Estevam (8):
      ARM: imx_v6_v7_defconfig: Select CONFIG_SENSORS_MC13783_ADC
      ARM: imx_v6_v7_defconfig: Re-sync defconfig
      ARM: imx_v6_v7_defconfig: Remove unneeded options
      ARM: mxs_defconfig: Re-sync defconfig
      ARM: mxs_defconfig: Remove unneeded options
      ARM: imx_v4_v5_defconfig: Re-sync defconfig
      ARM: imx_v4_v5_defconfig: Remove unneeded options
      ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL

Leonard Crestez (1):
      ARM: imx_v6_v7_defconfig: Make usbnet drivers builtin for boot

Robin Gong (1):
      ARM: imx_v6_v7_defconfig: add CONFIG_FW_LOADER_USER_HELPER

 arch/arm/configs/imx_v4_v5_defconfig | 18 +++++++---------
 arch/arm/configs/imx_v6_v7_defconfig | 41 ++++++++++++++++++++----------------
 arch/arm/configs/mxs_defconfig       | 19 +++++++----------
 3 files changed, 39 insertions(+), 39 deletions(-)
Arnd Bergmann Oct. 11, 2018, 1:24 p.m. UTC | #5
On 10/5/18, Shawn Guo <shawnguo@kernel.org> wrote:
> On Wed, Oct 03, 2018 at 05:38:11PM +0200, Arnd Bergmann wrote:
>> On Wed, Oct 3, 2018 at 4:15 PM Fabio Estevam <festevam@gmail.com> wrote:
>> >
>> > Hi Arnd,
>> >
>> > On Mon, Oct 1, 2018 at 1:26 PM Arnd Bergmann <arnd@arndb.de> wrote:
>> >
>> > > Please add explanations for why we don't set those
>> > > any more, and keep them separate from patches that
>> > > just move options around.
>> >
>> > I did as suggested and sent a v2.
>>
>> Looks good, thanks for respinning these.
>
> Arnd,
>
> I just updated the pull request with v2 patches from Fabio.  Please pull
> again, thanks.


Pulled into next/defconfig now. Thanks!

     Arnd