All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Broadcom defconfig changes for 5.4
@ 2019-08-19 19:05 Florian Fainelli
  2019-08-19 19:05 ` [GIT PULL 2/3] Broadcom defconfig-arm64 " Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Florian Fainelli @ 2019-08-19 19:05 UTC (permalink / raw)
  To: arm
  Cc: Stefan Wahren, Florian Fainelli, arnd, khilman,
	bcm-kernel-feedback-list, Stefan Wahren, olof,
	Nicolas Saenz Julienne, linux-arm-kernel

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.4/defconfig

for you to fetch changes up to c474106e1e8a8f335b1bd3e79e868943689ae74d:

  Merge tag 'tags/bcm2835-defconfig-next-2019-08-15' into defconfig/next (2019-08-15 11:37:54 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs defconfig updates for
5.4, please pull the following:

- Nicolas enables the Raspberry Pi CPUFREQ driver in both
  bcm2835_defconfig and multi_v7_defconfig

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'tags/bcm2835-defconfig-next-2019-08-15' into defconfig/next

Nicolas Saenz Julienne (1):
      ARM: defconfig: enable cpufreq driver for RPi

 arch/arm/configs/bcm2835_defconfig  | 9 +++++++++
 arch/arm/configs/multi_v7_defconfig | 2 ++
 2 files changed, 11 insertions(+)

_______________________________________________
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] 9+ messages in thread

* [GIT PULL 2/3] Broadcom defconfig-arm64 changes for 5.4
  2019-08-19 19:05 [GIT PULL 1/3] Broadcom defconfig changes for 5.4 Florian Fainelli
@ 2019-08-19 19:05 ` Florian Fainelli
  2019-09-04 13:02   ` Arnd Bergmann
  2019-08-19 19:05 ` [GIT PULL 3/3] Broadcom devicetree " Florian Fainelli
  2019-09-04 12:59 ` [GIT PULL 1/3] Broadcom defconfig " Arnd Bergmann
  2 siblings, 1 reply; 9+ messages in thread
From: Florian Fainelli @ 2019-08-19 19:05 UTC (permalink / raw)
  To: arm
  Cc: Stefan Wahren, Florian Fainelli, arnd, khilman,
	bcm-kernel-feedback-list, Stefan Wahren, olof,
	Nicolas Saenz Julienne, linux-arm-kernel

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.4/defconfig-arm64

for you to fetch changes up to d6cc9ddd23f8b113797152896462b27e2b213ece:

  Merge tag 'tags/bcm2835-defconfig-64-next-2019-08-15' into defconfig-arm64/next (2019-08-15 11:38:29 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs defconfig updates
for 5.4, please pull the following:

- Nicolas enables the Raspberry Pi CPUFREQ driver in the ARM64 defconfig file

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'tags/bcm2835-defconfig-64-next-2019-08-15' into defconfig-arm64/next

Nicolas Saenz Julienne (1):
      arm64: defconfig: enable cpufreq support for RPi3

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

_______________________________________________
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] 9+ messages in thread

* [GIT PULL 3/3] Broadcom devicetree changes for 5.4
  2019-08-19 19:05 [GIT PULL 1/3] Broadcom defconfig changes for 5.4 Florian Fainelli
  2019-08-19 19:05 ` [GIT PULL 2/3] Broadcom defconfig-arm64 " Florian Fainelli
@ 2019-08-19 19:05 ` Florian Fainelli
  2019-09-04 15:12   ` Arnd Bergmann
  2019-09-04 12:59 ` [GIT PULL 1/3] Broadcom defconfig " Arnd Bergmann
  2 siblings, 1 reply; 9+ messages in thread
From: Florian Fainelli @ 2019-08-19 19:05 UTC (permalink / raw)
  To: arm
  Cc: Florian Fainelli, arnd, khilman, Eric Anholt,
	bcm-kernel-feedback-list, Stefan Wahren, olof, linux-arm-kernel

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.4/devicetree

for you to fetch changes up to f1bace1efd6fa5d516b045379f34f6d736ec3bf0:

  Merge tag 'tags/bcm2835-dt-next-2019-08-15' into devicetree/next (2019-08-15 11:37:14 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree updates
for 5.4, please pull the following:

- Stefan does a bunch of preparatory work for supporting the Raspberry
  Pi 4in the next merge window correct register ranges (SPI, I2C,
  UART), define memory, HDMI and MMC properties at the board level

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-next-2019-08-15' into devicetree/next

Stefan Wahren (4):
      ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
      ARM: dts: bcm283x: Define MMC interfaces at board level
      ARM: dts: bcm283x: Define memory at board level
      ARM: dts: bcm283x: Enable HDMI at board level

 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts   | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-a.dts        | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts   | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts   | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-b.dts        | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-cm1-io1.dts  |  9 +++++++++
 arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi     |  5 +++++
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts   | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-zero.dts     | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi.dtsi         | 23 -----------------------
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts      | 10 ++++++++++
 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts |  3 +++
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts |  3 +++
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts      |  3 +++
 arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts  |  9 +++++++++
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi     |  1 +
 arch/arm/boot/dts/bcm283x.dtsi             |  6 +++---
 17 files changed, 144 insertions(+), 26 deletions(-)

_______________________________________________
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] 9+ messages in thread

* Re: [GIT PULL 1/3] Broadcom defconfig changes for 5.4
  2019-08-19 19:05 [GIT PULL 1/3] Broadcom defconfig changes for 5.4 Florian Fainelli
  2019-08-19 19:05 ` [GIT PULL 2/3] Broadcom defconfig-arm64 " Florian Fainelli
  2019-08-19 19:05 ` [GIT PULL 3/3] Broadcom devicetree " Florian Fainelli
@ 2019-09-04 12:59 ` Arnd Bergmann
  2019-09-04 17:07   ` Florian Fainelli
  2 siblings, 1 reply; 9+ messages in thread
From: Arnd Bergmann @ 2019-09-04 12:59 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Kevin Hilman, arm-soc, bcm-kernel-feedback-list,
	Stefan Wahren, Olof Johansson, Nicolas Saenz Julienne, Linux ARM

On Mon, Aug 19, 2019 at 9:06 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the Git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.4/defconfig
>
> for you to fetch changes up to c474106e1e8a8f335b1bd3e79e868943689ae74d:
>
>   Merge tag 'tags/bcm2835-defconfig-next-2019-08-15' into defconfig/next (2019-08-15 11:37:54 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs defconfig updates for
> 5.4, please pull the following:
>
> - Nicolas enables the Raspberry Pi CPUFREQ driver in both
>   bcm2835_defconfig and multi_v7_defconfig

Pulled into arm/defconfig now.

Please remember to use the new soc@kernel.org address as recipient for
pull requests in the future to make it work with the patchwork at
https://patchwork.kernel.org/project/linux-soc/list/

Thanks,

      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] 9+ messages in thread

* Re: [GIT PULL 2/3] Broadcom defconfig-arm64 changes for 5.4
  2019-08-19 19:05 ` [GIT PULL 2/3] Broadcom defconfig-arm64 " Florian Fainelli
@ 2019-09-04 13:02   ` Arnd Bergmann
  2019-09-04 17:06     ` Stefan Wahren
  0 siblings, 1 reply; 9+ messages in thread
From: Arnd Bergmann @ 2019-09-04 13:02 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Kevin Hilman, arm-soc, bcm-kernel-feedback-list,
	Stefan Wahren, Olof Johansson, Nicolas Saenz Julienne, Linux ARM

On Mon, Aug 19, 2019 at 9:06 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the Git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.4/defconfig-arm64
>
> for you to fetch changes up to d6cc9ddd23f8b113797152896462b27e2b213ece:
>
>   Merge tag 'tags/bcm2835-defconfig-64-next-2019-08-15' into defconfig-arm64/next (2019-08-15 11:38:29 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs defconfig updates
> for 5.4, please pull the following:
>
> - Nicolas enables the Raspberry Pi CPUFREQ driver in the ARM64 defconfig file

Pulled into arm/defconfig.

The way we work at the moment, there is no real need to split changes
to the arm32 and arm64 defconfig files into separate pull requests or even
separate patches. Since this is the same change as the previous pull
request, having a single patch to enable cpufreq everywhere would have
been easier.

      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] 9+ messages in thread

* Re: [GIT PULL 3/3] Broadcom devicetree changes for 5.4
  2019-08-19 19:05 ` [GIT PULL 3/3] Broadcom devicetree " Florian Fainelli
@ 2019-09-04 15:12   ` Arnd Bergmann
  0 siblings, 0 replies; 9+ messages in thread
From: Arnd Bergmann @ 2019-09-04 15:12 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Kevin Hilman, Eric Anholt, arm-soc, bcm-kernel-feedback-list,
	Stefan Wahren, Olof Johansson, Linux ARM

On Mon, Aug 19, 2019 at 9:06 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
> This pull request contains Broadcom ARM-based SoCs Device Tree updates
> for 5.4, please pull the following:
>
> - Stefan does a bunch of preparatory work for supporting the Raspberry
>   Pi 4in the next merge window correct register ranges (SPI, I2C,
>   UART), define memory, HDMI and MMC properties at the board level
>


Pulled into arm/dt, thanks!

      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] 9+ messages in thread

* Re: [GIT PULL 2/3] Broadcom defconfig-arm64 changes for 5.4
  2019-09-04 13:02   ` Arnd Bergmann
@ 2019-09-04 17:06     ` Stefan Wahren
  2019-09-04 20:19       ` Arnd Bergmann
  0 siblings, 1 reply; 9+ messages in thread
From: Stefan Wahren @ 2019-09-04 17:06 UTC (permalink / raw)
  To: Arnd Bergmann, Florian Fainelli
  Cc: Stefan Wahren, Kevin Hilman, arm-soc, bcm-kernel-feedback-list,
	Nicolas Saenz Julienne, Olof Johansson, Linux ARM

Hi Arnd,

Am 04.09.19 um 15:02 schrieb Arnd Bergmann:
> On Mon, Aug 19, 2019 at 9:06 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>>
>>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.4/defconfig-arm64
>>
>> for you to fetch changes up to d6cc9ddd23f8b113797152896462b27e2b213ece:
>>
>>   Merge tag 'tags/bcm2835-defconfig-64-next-2019-08-15' into defconfig-arm64/next (2019-08-15 11:38:29 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM64-based SoCs defconfig updates
>> for 5.4, please pull the following:
>>
>> - Nicolas enables the Raspberry Pi CPUFREQ driver in the ARM64 defconfig file
> Pulled into arm/defconfig.
>
> The way we work at the moment, there is no real need to split changes
> to the arm32 and arm64 defconfig files into separate pull requests or even
> separate patches.

this is new to me. My understanding was to separate all changes between
arm32 and arm64 changes.

So this isn't necessary for the DT arm/arm64 changes, too?

> Since this is the same change as the previous pull
> request, having a single patch to enable cpufreq everywhere would have
> been easier.
>
>       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] 9+ messages in thread

* Re: [GIT PULL 1/3] Broadcom defconfig changes for 5.4
  2019-09-04 12:59 ` [GIT PULL 1/3] Broadcom defconfig " Arnd Bergmann
@ 2019-09-04 17:07   ` Florian Fainelli
  0 siblings, 0 replies; 9+ messages in thread
From: Florian Fainelli @ 2019-09-04 17:07 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Stefan Wahren, Kevin Hilman, arm-soc, bcm-kernel-feedback-list,
	Stefan Wahren, Olof Johansson, Nicolas Saenz Julienne, Linux ARM

On 9/4/19 5:59 AM, Arnd Bergmann wrote:
> On Mon, Aug 19, 2019 at 9:06 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>>
>> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>>
>>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.4/defconfig
>>
>> for you to fetch changes up to c474106e1e8a8f335b1bd3e79e868943689ae74d:
>>
>>   Merge tag 'tags/bcm2835-defconfig-next-2019-08-15' into defconfig/next (2019-08-15 11:37:54 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM-based SoCs defconfig updates for
>> 5.4, please pull the following:
>>
>> - Nicolas enables the Raspberry Pi CPUFREQ driver in both
>>   bcm2835_defconfig and multi_v7_defconfig
> 
> Pulled into arm/defconfig now.
> 
> Please remember to use the new soc@kernel.org address as recipient for
> pull requests in the future to make it work with the patchwork at
> https://patchwork.kernel.org/project/linux-soc/list/

Oh yes, thanks, I updated my script to included that address now.
-- 
Florian

_______________________________________________
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] 9+ messages in thread

* Re: [GIT PULL 2/3] Broadcom defconfig-arm64 changes for 5.4
  2019-09-04 17:06     ` Stefan Wahren
@ 2019-09-04 20:19       ` Arnd Bergmann
  0 siblings, 0 replies; 9+ messages in thread
From: Arnd Bergmann @ 2019-09-04 20:19 UTC (permalink / raw)
  To: Stefan Wahren
  Cc: Stefan Wahren, Florian Fainelli, Kevin Hilman, arm-soc,
	bcm-kernel-feedback-list, Linux ARM, Olof Johansson,
	Nicolas Saenz Julienne

On Wed, Sep 4, 2019 at 7:06 PM Stefan Wahren <wahrenst@gmx.net> wrote:
> Am 04.09.19 um 15:02 schrieb Arnd Bergmann:
> > On Mon, Aug 19, 2019 at 9:06 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
> >> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
> >>
> >>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
> >>
> >> are available in the Git repository at:
> >>
> >>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.4/defconfig-arm64
> >>
> >> for you to fetch changes up to d6cc9ddd23f8b113797152896462b27e2b213ece:
> >>
> >>   Merge tag 'tags/bcm2835-defconfig-64-next-2019-08-15' into defconfig-arm64/next (2019-08-15 11:38:29 -0700)
> >>
> >> ----------------------------------------------------------------
> >> This pull request contains Broadcom ARM64-based SoCs defconfig updates
> >> for 5.4, please pull the following:
> >>
> >> - Nicolas enables the Raspberry Pi CPUFREQ driver in the ARM64 defconfig file
> > Pulled into arm/defconfig.
> >
> > The way we work at the moment, there is no real need to split changes
> > to the arm32 and arm64 defconfig files into separate pull requests or even
> > separate patches.
>
> this is new to me. My understanding was to separate all changes between
> arm32 and arm64 changes.

Right, that was the policy for a long time, but it has gradually gotten
more relaxed.

> So this isn't necessary for the DT arm/arm64 changes, too?

I would still like to see large pull requests get split up into logical
chunks, and the 32/64 split tends to be a natural boundary for
many things, but I think there are cases where it makes more
sense to combine. For instance, the raspberry pi changes tend
to go together for 32/64, so a single pull request is best here.

OTOH, if there are many changes for one Broadcom platform, in
addition to a couple of patches each for the other platforms,
a good split might be

a) bcm283{5678}, both 32-bit and 64-bit combined
b) random other 32-bit DT changes
c) random other 64-bit DT changes

As a rule of thumb, the best pull requests are those
that clearly tell what goes on in the branch using a
tag/commit description in a couple of paragraphs without
enumerating unrelated items. (same as a changeset
commit message actually).

The branches we currently have are

  arm/fixes
 arm/defconfig
  arm/drivers
  arm/dt
  arm/soc
  arm/late

Each of them contain 32-bit and 64-bit changes across all platforms.

       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] 9+ messages in thread

end of thread, other threads:[~2019-09-04 20:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19 19:05 [GIT PULL 1/3] Broadcom defconfig changes for 5.4 Florian Fainelli
2019-08-19 19:05 ` [GIT PULL 2/3] Broadcom defconfig-arm64 " Florian Fainelli
2019-09-04 13:02   ` Arnd Bergmann
2019-09-04 17:06     ` Stefan Wahren
2019-09-04 20:19       ` Arnd Bergmann
2019-08-19 19:05 ` [GIT PULL 3/3] Broadcom devicetree " Florian Fainelli
2019-09-04 15:12   ` Arnd Bergmann
2019-09-04 12:59 ` [GIT PULL 1/3] Broadcom defconfig " Arnd Bergmann
2019-09-04 17:07   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.