From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: linux-arm-kernel@lists.infradead.org, Arnd Bergmann <arnd@kernel.org>
Cc: "Arnd Bergmann" <arnd@arndb.de>,
"Russell King" <linux@armlinux.org.uk>,
"Nicolas Ferre" <nicolas.ferre@microchip.com>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
"Claudiu Beznea" <claudiu.beznea@microchip.com>,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Alim Akhtar" <alim.akhtar@samsung.com>,
"Shawn Guo" <shawnguo@kernel.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Pengutronix Kernel Team" <kernel@pengutronix.de>,
"Fabio Estevam" <festevam@gmail.com>,
"NXP Linux Team" <linux-imx@nxp.com>,
"Vladimir Zapolskiy" <vz@mleia.com>,
"Liviu Dudau" <liviu.dudau@arm.com>,
"Sudeep Holla" <sudeep.holla@arm.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Andrew Lunn" <andrew@lunn.ch>,
"Gregory Clement" <gregory.clement@bootlin.com>,
"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>,
"Aaro Koskinen" <aaro.koskinen@iki.fi>,
"Janusz Krzysztofik" <jmkrzyszt@gmail.com>,
"Tony Lindgren" <tony@atomide.com>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Magnus Damm" <magnus.damm@gmail.com>,
"Dinh Nguyen" <dinguyen@kernel.org>,
"Qin Jian" <qinjian@cqplus1.com>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"Chen-Yu Tsai" <wens@csie.org>,
"Samuel Holland" <samuel@sholland.org>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Jonathan Hunter" <jonathanh@nvidia.com>,
"Bin Liu" <b-liu@ti.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Tudor Ambarus" <tudor.ambarus@microchip.com>,
"Mark Brown" <broonie@kernel.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Łukasz Stelmach" <l.stelmach@samsung.com>,
"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
"Randy Dunlap" <rdunlap@infradead.org>,
"Vladimir Oltean" <vladimir.oltean@nxp.com>,
"Richard Cochran" <richardcochran@gmail.com>,
"Jakub Kicinski" <kuba@kernel.org>,
"Shannon Nelson" <snelson@pensando.io>,
"Peter Chen" <peter.chen@nxp.com>,
"Stefan Wahren" <stefan.wahren@i2se.com>,
"Felipe Balbi" <balbi@ti.com>,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
linux-omap@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-sunxi@lists.linux.dev, linux-tegra@vger.kernel.org,
linux-usb@vger.kernel.org
Subject: Re: [PATCH 01/11] ARM: defconfig: reorder defconfig files
Date: Thu, 25 Aug 2022 23:32:46 +0200 [thread overview]
Message-ID: <4207673.ejJDZkT8p0@kista> (raw)
In-Reply-To: <20220818135522.3143514-2-arnd@kernel.org>
Dne četrtek, 18. avgust 2022 ob 15:55:22 CEST je Arnd Bergmann napisal(a):
> From: Arnd Bergmann <arnd@arndb.de>
>
> The debug-info and can subystem options have moved around in the
> 'savedefconfig' output, so fix these up to reduce the clutter
> from the savedefconfig command.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> arch/arm/configs/at91_dt_defconfig | 2 +-
> arch/arm/configs/dove_defconfig | 2 +-
> arch/arm/configs/exynos_defconfig | 2 +-
> arch/arm/configs/imx_v6_v7_defconfig | 2 +-
> arch/arm/configs/keystone_defconfig | 6 +++---
> arch/arm/configs/lpc18xx_defconfig | 2 +-
> arch/arm/configs/mmp2_defconfig | 2 +-
> arch/arm/configs/mps2_defconfig | 2 +-
> arch/arm/configs/multi_v5_defconfig | 2 +-
> arch/arm/configs/multi_v7_defconfig | 12 ++++++------
> arch/arm/configs/mvebu_v5_defconfig | 2 +-
> arch/arm/configs/mxs_defconfig | 4 ++--
> arch/arm/configs/omap1_defconfig | 2 +-
> arch/arm/configs/omap2plus_defconfig | 4 ++--
> arch/arm/configs/orion5x_defconfig | 2 +-
> arch/arm/configs/pxa168_defconfig | 2 +-
> arch/arm/configs/pxa910_defconfig | 2 +-
> arch/arm/configs/pxa_defconfig | 2 +-
> arch/arm/configs/s3c6400_defconfig | 2 +-
> arch/arm/configs/s5pv210_defconfig | 2 +-
> arch/arm/configs/sama5_defconfig | 6 +++---
> arch/arm/configs/sama7_defconfig | 4 ++--
> arch/arm/configs/shmobile_defconfig | 2 +-
> arch/arm/configs/socfpga_defconfig | 6 +++---
> arch/arm/configs/sp7021_defconfig | 2 +-
> arch/arm/configs/spear13xx_defconfig | 2 +-
> arch/arm/configs/spear3xx_defconfig | 2 +-
> arch/arm/configs/spear6xx_defconfig | 2 +-
> arch/arm/configs/stm32_defconfig | 2 +-
> arch/arm/configs/sunxi_defconfig | 2 +-
For sunxi:
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Best regards,
Jernej
next prev parent reply other threads:[~2022-08-25 21:32 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-18 13:55 [PATCH 00/11] ARM: defconfig cleanup Arnd Bergmann
2022-08-18 13:55 ` [PATCH 01/11] ARM: defconfig: reorder defconfig files Arnd Bergmann
2022-08-19 7:34 ` Claudiu.Beznea
2022-08-19 9:17 ` Geert Uytterhoeven
2022-08-19 10:17 ` Arnd Bergmann
2022-08-25 21:32 ` Jernej Škrabec [this message]
2022-08-18 13:57 ` [PATCH 02/11] ARM: defconfig: clean up multi_v4t and multi_v5 configs Arnd Bergmann
2022-08-18 13:57 ` [PATCH 03/11] ARM: defconfig: drop CONFIG_NET_VENDOR_ASIX=y Arnd Bergmann
2022-08-18 13:57 ` [PATCH 04/11] ARM: defconfig: drop CONFIG_SERIAL_OMAP references Arnd Bergmann
2022-08-22 5:46 ` Tony Lindgren
2022-08-18 13:57 ` [PATCH 05/11] ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS Arnd Bergmann
2022-08-18 13:57 ` [PATCH 06/11] ARM: defconfig: drop CONFIG_PTP_1588_CLOCK=y Arnd Bergmann
2022-08-18 15:10 ` Richard Cochran
2022-08-18 13:57 ` [PATCH 07/11] ARM: defconfig: drop CONFIG_SND_SOC_FSL_SAI Arnd Bergmann
2022-08-18 13:57 ` [PATCH 08/11] ARM: defconfig: drop CONFIG_USB_FSL_USB2 Arnd Bergmann
2022-08-18 14:09 ` Greg Kroah-Hartman
2022-08-18 13:57 ` [PATCH 09/11] ARM: defconfig: drop CONFIG_MICROCHIP_PIT64B Arnd Bergmann
2022-08-19 7:31 ` Claudiu.Beznea
2022-08-18 13:57 ` [PATCH 10/11] ARM: defconfig: fix CONFIG_SND_SOC_AC97_CODEC name Arnd Bergmann
2022-08-18 13:57 ` [PATCH 11/11] musb: fix USB_MUSB_TUSB6010 dependency Arnd Bergmann
2022-08-18 14:08 ` Greg Kroah-Hartman
2022-08-18 14:27 ` Arnd Bergmann
2022-08-18 14:33 ` Greg Kroah-Hartman
2022-08-25 13:40 ` [PATCH 02/11] ARM: defconfig: clean up multi_v4t and multi_v5 configs Linus Walleij
2022-08-29 8:52 ` [PATCH 00/11] ARM: defconfig cleanup Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4207673.ejJDZkT8p0@kista \
--to=jernej.skrabec@gmail.com \
--cc=aaro.koskinen@iki.fi \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@foss.st.com \
--cc=alim.akhtar@samsung.com \
--cc=andrew@lunn.ch \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=b-liu@ti.com \
--cc=balbi@ti.com \
--cc=broonie@kernel.org \
--cc=claudiu.beznea@microchip.com \
--cc=dinguyen@kernel.org \
--cc=festevam@gmail.com \
--cc=geert+renesas@glider.be \
--cc=gregkh@linuxfoundation.org \
--cc=gregory.clement@bootlin.com \
--cc=jmkrzyszt@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski@linaro.org \
--cc=kuba@kernel.org \
--cc=l.stelmach@samsung.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=liviu.dudau@arm.com \
--cc=lpieralisi@kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=nicolas.ferre@microchip.com \
--cc=peter.chen@nxp.com \
--cc=qinjian@cqplus1.com \
--cc=rdunlap@infradead.org \
--cc=richardcochran@gmail.com \
--cc=s.hauer@pengutronix.de \
--cc=samuel@sholland.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=shawnguo@kernel.org \
--cc=snelson@pensando.io \
--cc=stefan.wahren@i2se.com \
--cc=sudeep.holla@arm.com \
--cc=thierry.reding@gmail.com \
--cc=tony@atomide.com \
--cc=tudor.ambarus@microchip.com \
--cc=vladimir.oltean@nxp.com \
--cc=vz@mleia.com \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox