mbox series

[0/9] Regenerate arm64 defconfig for current kernel

Message ID 8b49a92b-ca92-1fca-cd09-3bcd7a3dcbb9@free.fr (mailing list archive)
Headers show
Series Regenerate arm64 defconfig for current kernel | expand

Message

Marc Gonzalez Nov. 7, 2018, 8:12 p.m. UTC
Hello ARM maintainers,

The set of Kconfig options slowly changes with every kernel version.
This patch series regenerates the arm64 defconfig for v4.20
No functional change intended, except adding PINCTRL_MTK_MOORE to
keep PINCTRL_MT7622.

Marc Gonzalez (9):
  arm64: defconfig: Regenerate for v4.20
  arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ
  arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6}
  arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI
  arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE
  arm64: defconfig: Drop redundant SND_SOC_ROCKCHIP_I2S
  arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM
  arm64: defconfig: Change SCSI_UFS_HISI=m
  arm64: defconfig: Drop redundant sound codec options

 arch/arm64/configs/defconfig | 105 +++++++++++++++--------------------
 1 file changed, 46 insertions(+), 59 deletions(-)

Comments

Marc Gonzalez Nov. 7, 2018, 8:39 p.m. UTC | #1
Arnd, Olof,

The following patch series was sent to arm@kernel.org
but the messages bounced because the SMTP server is
currently blacklisted. Can you get the patches through
the LAKML mailing list?

Regards.

On 07/11/2018 21:12, Marc Gonzalez wrote:

> Hello ARM maintainers,
> 
> The set of Kconfig options slowly changes with every kernel version.
> This patch series regenerates the arm64 defconfig for v4.20
> No functional change intended, except adding PINCTRL_MTK_MOORE to
> keep PINCTRL_MT7622.
> 
> Marc Gonzalez (9):
>   arm64: defconfig: Regenerate for v4.20
>   arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ
>   arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6}
>   arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI
>   arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE
>   arm64: defconfig: Drop redundant SND_SOC_ROCKCHIP_I2S
>   arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM
>   arm64: defconfig: Change SCSI_UFS_HISI=m
>   arm64: defconfig: Drop redundant sound codec options
> 
>  arch/arm64/configs/defconfig | 105 +++++++++++++++--------------------
>  1 file changed, 46 insertions(+), 59 deletions(-)
Arnd Bergmann Nov. 7, 2018, 9:51 p.m. UTC | #2
On Wed, Nov 7, 2018 at 9:39 PM Marc Gonzalez <marc.w.gonzalez@free.fr> wrote:
>
> Arnd, Olof,
>
> The following patch series was sent to arm@kernel.org
> but the messages bounced because the SMTP server is
> currently blacklisted. Can you get the patches through
> the LAKML mailing list?

Yes, that worked fine, and they ended up in the right folder for
me because of the to:arm@kernel.org recipient.

All patches look good to me, thanks a lot for doing this!

One point about the changelogs: in some of them you just
list the commit that changed things, but don't explain what
the impact of that commit was (symbol dropped, always
selected, etc). I always like to see changelog texts in full
sentences, so if you can spend a few more minutes on this,
would you send a v2 with that changed?

       Arnd