soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: at91: defconfig for 5.15
@ 2021-08-04  8:46 nicolas.ferre
  2021-08-04  8:46 ` nicolas.ferre
  2021-08-04 14:02 ` Arnd Bergmann
  0 siblings, 2 replies; 12+ messages in thread
From: nicolas.ferre @ 2021-08-04  8:46 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Nicolas Ferre, Linux Kernel list, linux-arm-kernel,
	Alexandre Belloni, Ludovic Desroches, Claudiu Beznea,
	Eugen Hristev

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here are the defconfig changes for 5.15 which contains addition for SAMA7G5.

Thanks, best regards,
  Nicolas

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-defconfig-5.15

for you to fetch changes up to b62869dcd4bcf341d3750a2bcad9a80c6d5562a8:

  ARM: multi_v7_defconfig: add sama7g5 SoC (2021-07-19 15:25:42 +0200)

----------------------------------------------------------------
AT91 defconfig for 5.15:

- add defconfig entries for new SoC: SAMA7G5
  - dedicated sama7_defconfig to match the needed peripherals and
    dependencies
  - addition to the generic multi_v7_defconfig

----------------------------------------------------------------
Eugen Hristev (2):
      ARM: configs: at91: add defconfig for sama7 family of SoCs
      ARM: multi_v7_defconfig: add sama7g5 SoC

 arch/arm/configs/multi_v7_defconfig |   2 +
 arch/arm/configs/sama7_defconfig    | 209 +++++++++++++++++++++++++++++++++++
 2 files changed, 211 insertions(+)
 create mode 100644 arch/arm/configs/sama7_defconfig

-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [GIT PULL] ARM: at91: defconfig for 5.15
  2021-08-04  8:46 [GIT PULL] ARM: at91: defconfig for 5.15 nicolas.ferre
@ 2021-08-04  8:46 ` nicolas.ferre
  2021-08-04 14:02 ` Arnd Bergmann
  1 sibling, 0 replies; 12+ messages in thread
From: nicolas.ferre @ 2021-08-04  8:46 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Alexandre Belloni, Linux Kernel list, Ludovic Desroches,
	Eugen Hristev, Claudiu Beznea, linux-arm-kernel

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here are the defconfig changes for 5.15 which contains addition for SAMA7G5.

Thanks, best regards,
  Nicolas

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-defconfig-5.15

for you to fetch changes up to b62869dcd4bcf341d3750a2bcad9a80c6d5562a8:

  ARM: multi_v7_defconfig: add sama7g5 SoC (2021-07-19 15:25:42 +0200)

----------------------------------------------------------------
AT91 defconfig for 5.15:

- add defconfig entries for new SoC: SAMA7G5
  - dedicated sama7_defconfig to match the needed peripherals and
    dependencies
  - addition to the generic multi_v7_defconfig

----------------------------------------------------------------
Eugen Hristev (2):
      ARM: configs: at91: add defconfig for sama7 family of SoCs
      ARM: multi_v7_defconfig: add sama7g5 SoC

 arch/arm/configs/multi_v7_defconfig |   2 +
 arch/arm/configs/sama7_defconfig    | 209 +++++++++++++++++++++++++++++++++++
 2 files changed, 211 insertions(+)
 create mode 100644 arch/arm/configs/sama7_defconfig

-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] ARM: at91: defconfig for 5.15
  2021-08-04  8:46 [GIT PULL] ARM: at91: defconfig for 5.15 nicolas.ferre
  2021-08-04  8:46 ` nicolas.ferre
@ 2021-08-04 14:02 ` Arnd Bergmann
  2021-08-04 14:02   ` Arnd Bergmann
                     ` (3 more replies)
  1 sibling, 4 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-08-04 14:02 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Arnd Bergmann, Olof Johansson, arm-soc, SoC Team,
	Linux Kernel list, linux-arm-kernel, Alexandre Belloni,
	Ludovic Desroches, Claudiu Beznea, Eugen Hristev

On Wed, Aug 4, 2021 at 10:46 AM <nicolas.ferre@microchip.com> wrote:
> AT91 defconfig for 5.15:
>
> - add defconfig entries for new SoC: SAMA7G5
>   - dedicated sama7_defconfig to match the needed peripherals and
>     dependencies

I feel this needs  better description in the changelog: Why do you need another
defconfig file in addition to the existing sama5_defconfig? Are they so
different that a single config is not a good fit for both?

      Arnd

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] ARM: at91: defconfig for 5.15
  2021-08-04 14:02 ` Arnd Bergmann
@ 2021-08-04 14:02   ` Arnd Bergmann
  2021-08-04 14:02   ` Arnd Bergmann
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-08-04 14:02 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Arnd Bergmann, Olof Johansson, arm-soc, SoC Team,
	Linux Kernel list, linux-arm-kernel, Alexandre Belloni,
	Ludovic Desroches, Claudiu Beznea, Eugen Hristev

On Wed, Aug 4, 2021 at 10:46 AM <nicolas.ferre@microchip.com> wrote:
> AT91 defconfig for 5.15:
>
> - add defconfig entries for new SoC: SAMA7G5
>   - dedicated sama7_defconfig to match the needed peripherals and
>     dependencies

I feel this needs  better description in the changelog: Why do you need another
defconfig file in addition to the existing sama5_defconfig? Are they so
different that a single config is not a good fit for both?

      Arnd

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] ARM: at91: defconfig for 5.15
  2021-08-04 14:02 ` Arnd Bergmann
  2021-08-04 14:02   ` Arnd Bergmann
@ 2021-08-04 14:02   ` Arnd Bergmann
  2021-08-09 13:41   ` Nicolas Ferre
  2021-08-09 13:45   ` [GIT PULL v2] " nicolas.ferre
  3 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-08-04 14:02 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Arnd Bergmann, Olof Johansson, arm-soc, SoC Team,
	Linux Kernel list, linux-arm-kernel, Alexandre Belloni,
	Ludovic Desroches, Claudiu Beznea, Eugen Hristev

On Wed, Aug 4, 2021 at 10:46 AM <nicolas.ferre@microchip.com> wrote:
> AT91 defconfig for 5.15:
>
> - add defconfig entries for new SoC: SAMA7G5
>   - dedicated sama7_defconfig to match the needed peripherals and
>     dependencies

I feel this needs  better description in the changelog: Why do you need another
defconfig file in addition to the existing sama5_defconfig? Are they so
different that a single config is not a good fit for both?

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] ARM: at91: defconfig for 5.15
  2021-08-04 14:02 ` Arnd Bergmann
  2021-08-04 14:02   ` Arnd Bergmann
  2021-08-04 14:02   ` Arnd Bergmann
@ 2021-08-09 13:41   ` Nicolas Ferre
  2021-08-09 13:41     ` Nicolas Ferre
  2021-08-09 13:45   ` [GIT PULL v2] " nicolas.ferre
  3 siblings, 1 reply; 12+ messages in thread
From: Nicolas Ferre @ 2021-08-09 13:41 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Olof Johansson, arm-soc, SoC Team, Linux Kernel list,
	linux-arm-kernel, Alexandre Belloni, Ludovic Desroches,
	Claudiu Beznea, Eugen Hristev

On 04/08/2021 at 16:02, Arnd Bergmann wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On Wed, Aug 4, 2021 at 10:46 AM <nicolas.ferre@microchip.com> wrote:
>> AT91 defconfig for 5.15:
>>
>> - add defconfig entries for new SoC: SAMA7G5
>>    - dedicated sama7_defconfig to match the needed peripherals and
>>      dependencies
> 
> I feel this needs  better description in the changelog: Why do you need another
> defconfig file in addition to the existing sama5_defconfig? Are they so
> different that a single config is not a good fit for both?

Hi Arnd,

I'm pushing another tag for this with better description. I hope it's 
convincing ;-)

Best regards,
   Nicolas

-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] ARM: at91: defconfig for 5.15
  2021-08-09 13:41   ` Nicolas Ferre
@ 2021-08-09 13:41     ` Nicolas Ferre
  0 siblings, 0 replies; 12+ messages in thread
From: Nicolas Ferre @ 2021-08-09 13:41 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Olof Johansson, arm-soc, SoC Team, Linux Kernel list,
	linux-arm-kernel, Alexandre Belloni, Ludovic Desroches,
	Claudiu Beznea, Eugen Hristev

On 04/08/2021 at 16:02, Arnd Bergmann wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On Wed, Aug 4, 2021 at 10:46 AM <nicolas.ferre@microchip.com> wrote:
>> AT91 defconfig for 5.15:
>>
>> - add defconfig entries for new SoC: SAMA7G5
>>    - dedicated sama7_defconfig to match the needed peripherals and
>>      dependencies
> 
> I feel this needs  better description in the changelog: Why do you need another
> defconfig file in addition to the existing sama5_defconfig? Are they so
> different that a single config is not a good fit for both?

Hi Arnd,

I'm pushing another tag for this with better description. I hope it's 
convincing ;-)

Best regards,
   Nicolas

-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [GIT PULL v2] ARM: at91: defconfig for 5.15
  2021-08-04 14:02 ` Arnd Bergmann
                     ` (2 preceding siblings ...)
  2021-08-09 13:41   ` Nicolas Ferre
@ 2021-08-09 13:45   ` nicolas.ferre
  2021-08-09 13:45     ` nicolas.ferre
                       ` (2 more replies)
  3 siblings, 3 replies; 12+ messages in thread
From: nicolas.ferre @ 2021-08-09 13:45 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Nicolas Ferre, Linux Kernel list, linux-arm-kernel,
	Alexandre Belloni, Ludovic Desroches, Claudiu Beznea,
	Eugen Hristev

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here is the second attept about defconfig changes for 5.15 which contains
addition for SAMA7G5.

v1 --> v2:
- add more information to the tag message for explaining why we prefer
  a new sama7_defconfig file.

Thanks, best regards,
  Nicolas

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-defconfig-5.15

for you to fetch changes up to b62869dcd4bcf341d3750a2bcad9a80c6d5562a8:

  ARM: multi_v7_defconfig: add sama7g5 SoC (2021-07-19 15:25:42 +0200)

----------------------------------------------------------------
AT91 defconfig for 5.15:

- add defconfig entries for new SoC: SAMA7G5
  - dedicated sama7_defconfig which avoids having to carry older drivers
    and dependencies from the sama5 family:
    CACHE_L2X0, CAN_AT91, TOUCHSCREEN_ADC, AT91SAM9X_WATCHDOG,
    VIDEO_ATMEL_ISI, SND_ATMEL_SOC_I2S, MMC_ATMELMCI, AT_HDMAC, AT91_ADC,
    REGULATOR_ACT*
    Addition of new drivers that are not part of any sama5 SoC:
    SND_MCHP_SOC_I2S_MCC, SND_MCHP_SOC_SPDIFTX|RX, MICROCHIP_PIT64B
    plus upcoming MIPI pipeline, audio sample rate converter, ...
    It also maintains both sama5 and sama7 defconfig tailored for their
    respective families and easy to identify.
  - addition to the generic multi_v7_defconfig

----------------------------------------------------------------
Eugen Hristev (2):
      ARM: configs: at91: add defconfig for sama7 family of SoCs
      ARM: multi_v7_defconfig: add sama7g5 SoC

 arch/arm/configs/multi_v7_defconfig |   2 +
 arch/arm/configs/sama7_defconfig    | 209 +++++++++++++++++++++++++++++++++++
 2 files changed, 211 insertions(+)
 create mode 100644 arch/arm/configs/sama7_defconfig

-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [GIT PULL v2] ARM: at91: defconfig for 5.15
  2021-08-09 13:45   ` [GIT PULL v2] " nicolas.ferre
@ 2021-08-09 13:45     ` nicolas.ferre
  2021-08-12 21:08     ` Arnd Bergmann
  2021-08-12 21:20     ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 12+ messages in thread
From: nicolas.ferre @ 2021-08-09 13:45 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Alexandre Belloni, Linux Kernel list, Ludovic Desroches,
	Eugen Hristev, Claudiu Beznea, linux-arm-kernel

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here is the second attept about defconfig changes for 5.15 which contains
addition for SAMA7G5.

v1 --> v2:
- add more information to the tag message for explaining why we prefer
  a new sama7_defconfig file.

Thanks, best regards,
  Nicolas

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-defconfig-5.15

for you to fetch changes up to b62869dcd4bcf341d3750a2bcad9a80c6d5562a8:

  ARM: multi_v7_defconfig: add sama7g5 SoC (2021-07-19 15:25:42 +0200)

----------------------------------------------------------------
AT91 defconfig for 5.15:

- add defconfig entries for new SoC: SAMA7G5
  - dedicated sama7_defconfig which avoids having to carry older drivers
    and dependencies from the sama5 family:
    CACHE_L2X0, CAN_AT91, TOUCHSCREEN_ADC, AT91SAM9X_WATCHDOG,
    VIDEO_ATMEL_ISI, SND_ATMEL_SOC_I2S, MMC_ATMELMCI, AT_HDMAC, AT91_ADC,
    REGULATOR_ACT*
    Addition of new drivers that are not part of any sama5 SoC:
    SND_MCHP_SOC_I2S_MCC, SND_MCHP_SOC_SPDIFTX|RX, MICROCHIP_PIT64B
    plus upcoming MIPI pipeline, audio sample rate converter, ...
    It also maintains both sama5 and sama7 defconfig tailored for their
    respective families and easy to identify.
  - addition to the generic multi_v7_defconfig

----------------------------------------------------------------
Eugen Hristev (2):
      ARM: configs: at91: add defconfig for sama7 family of SoCs
      ARM: multi_v7_defconfig: add sama7g5 SoC

 arch/arm/configs/multi_v7_defconfig |   2 +
 arch/arm/configs/sama7_defconfig    | 209 +++++++++++++++++++++++++++++++++++
 2 files changed, 211 insertions(+)
 create mode 100644 arch/arm/configs/sama7_defconfig

-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL v2] ARM: at91: defconfig for 5.15
  2021-08-09 13:45   ` [GIT PULL v2] " nicolas.ferre
  2021-08-09 13:45     ` nicolas.ferre
@ 2021-08-12 21:08     ` Arnd Bergmann
  2021-08-12 21:08       ` Arnd Bergmann
  2021-08-12 21:20     ` patchwork-bot+linux-soc
  2 siblings, 1 reply; 12+ messages in thread
From: Arnd Bergmann @ 2021-08-12 21:08 UTC (permalink / raw)
  To: nicolas.ferre, soc, Olof Johansson, arm
  Cc: Arnd Bergmann, Ludovic Desroches, Linux Kernel list,
	Alexandre Belloni, Claudiu Beznea, linux-arm-kernel,
	Eugen Hristev

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 9 Aug 2021 15:45:21 +0200, nicolas.ferre@microchip.com wrote:
> Arnd, Olof,
> 
> Here is the second attept about defconfig changes for 5.15 which contains
> addition for SAMA7G5.
> 
> v1 --> v2:
> - add more information to the tag message for explaining why we prefer
>   a new sama7_defconfig file.
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: b528dede9bca2afc262b841757fa994bd035cb43

       Arnd

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL v2] ARM: at91: defconfig for 5.15
  2021-08-12 21:08     ` Arnd Bergmann
@ 2021-08-12 21:08       ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-08-12 21:08 UTC (permalink / raw)
  To: nicolas.ferre, soc, Olof Johansson, arm
  Cc: Arnd Bergmann, Ludovic Desroches, Linux Kernel list,
	Alexandre Belloni, Claudiu Beznea, linux-arm-kernel,
	Eugen Hristev

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 9 Aug 2021 15:45:21 +0200, nicolas.ferre@microchip.com wrote:
> Arnd, Olof,
> 
> Here is the second attept about defconfig changes for 5.15 which contains
> addition for SAMA7G5.
> 
> v1 --> v2:
> - add more information to the tag message for explaining why we prefer
>   a new sama7_defconfig file.
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: b528dede9bca2afc262b841757fa994bd035cb43

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL v2] ARM: at91: defconfig for 5.15
  2021-08-09 13:45   ` [GIT PULL v2] " nicolas.ferre
  2021-08-09 13:45     ` nicolas.ferre
  2021-08-12 21:08     ` Arnd Bergmann
@ 2021-08-12 21:20     ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 12+ messages in thread
From: patchwork-bot+linux-soc @ 2021-08-12 21:20 UTC (permalink / raw)
  To: Nicolas Ferre; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Mon, 9 Aug 2021 15:45:21 +0200 you wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Arnd, Olof,
> 
> Here is the second attept about defconfig changes for 5.15 which contains
> addition for SAMA7G5.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,v2] ARM: at91: defconfig for 5.15
    https://git.kernel.org/soc/soc/c/b528dede9bca

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-08-12 21:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04  8:46 [GIT PULL] ARM: at91: defconfig for 5.15 nicolas.ferre
2021-08-04  8:46 ` nicolas.ferre
2021-08-04 14:02 ` Arnd Bergmann
2021-08-04 14:02   ` Arnd Bergmann
2021-08-04 14:02   ` Arnd Bergmann
2021-08-09 13:41   ` Nicolas Ferre
2021-08-09 13:41     ` Nicolas Ferre
2021-08-09 13:45   ` [GIT PULL v2] " nicolas.ferre
2021-08-09 13:45     ` nicolas.ferre
2021-08-12 21:08     ` Arnd Bergmann
2021-08-12 21:08       ` Arnd Bergmann
2021-08-12 21:20     ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).