linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27
@ 2018-11-27 21:12 Eric Anholt
  2018-11-27 21:12 ` [GIT PULL 2/4] bcm2835-soc-next-2018-11-27 Eric Anholt
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Eric Anholt @ 2018-11-27 21:12 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

Hi Florian,

Hopefully I'm not too late this time around.  Stefan's been doing a
great job maintaining the bcm2835 branches, and was waiting for me to
send the PRs.

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27

for you to fetch changes up to 24632d6b78a1929b14f32cab762a0859db7086f2:

  ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver (2018-11-15 19:07:36 +0100)

----------------------------------------------------------------
This pull request enables the V4L2 camera driver on the Pi1 defconfig.

----------------------------------------------------------------
Stefan Wahren (1):
      ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver

 arch/arm/configs/bcm2835_defconfig | 3 +++
 1 file changed, 3 insertions(+)

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

* [GIT PULL 2/4] bcm2835-soc-next-2018-11-27
  2018-11-27 21:12 [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Eric Anholt
@ 2018-11-27 21:12 ` Eric Anholt
  2018-11-28 21:48   ` Florian Fainelli
  2018-11-27 21:13 ` [GIT PULL 3/4] bcm2835-drivers-next-2018-11-27 Eric Anholt
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Eric Anholt @ 2018-11-27 21:12 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

Hi Florian,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-soc-next-2018-11-27

for you to fetch changes up to 7b369a42e6d06c59fc56a1769fb4da797fac9bad:

  ARM: mach-bcm: Switch bcm2835 and platsmp to SPDX identifier (2018-11-14 20:55:30 +0100)

----------------------------------------------------------------
This pull request adds SPDX identifiers to the bcm2835 platform files.

----------------------------------------------------------------
Stefan Wahren (1):
      ARM: mach-bcm: Switch bcm2835 and platsmp to SPDX identifier

 arch/arm/mach-bcm/board_bcm2835.c | 11 +----------
 arch/arm/mach-bcm/platsmp.c       | 10 +---------
 arch/arm/mach-bcm/platsmp.h       |  6 +-----
 3 files changed, 3 insertions(+), 24 deletions(-)

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

* [GIT PULL 3/4] bcm2835-drivers-next-2018-11-27
  2018-11-27 21:12 [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Eric Anholt
  2018-11-27 21:12 ` [GIT PULL 2/4] bcm2835-soc-next-2018-11-27 Eric Anholt
@ 2018-11-27 21:13 ` Eric Anholt
  2018-11-28 21:48   ` Florian Fainelli
  2018-11-27 21:13 ` [GIT PULL 4/4] bcm2835-dt-next-2018-11-27 Eric Anholt
  2018-11-28 21:48 ` [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Florian Fainelli
  3 siblings, 1 reply; 10+ messages in thread
From: Eric Anholt @ 2018-11-27 21:13 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

Hi Florian,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-drivers-next-2018-11-27

for you to fetch changes up to 502b431cda801645fd73857f7b47a4666de3cb62:

  firmware: raspberrypi: Switch to SPDX identifier (2018-11-21 14:33:11 +0100)

----------------------------------------------------------------
This pull request adds SPDX to BCM2835 drivers, and fixes some bugs in
the firmware driver (silently hanging if the VPU doesn't respond to a
mailbox transaction, and undersized buffers in the firmware property
transactions for tags that aren't used yet in the upstream).

----------------------------------------------------------------
James Hughes (1):
      firmware: raspberrypi: Fix firmware calls with large buffers

Stefan Wahren (3):
      firmware: raspberrypi: Define timeout for transactions
      soc: bcm: Switch raspberrypi-power to SPDX identifier
      firmware: raspberrypi: Switch to SPDX identifier

 drivers/firmware/raspberrypi.c                | 48 ++++++++++++++-------------
 drivers/soc/bcm/raspberrypi-power.c           |  5 +--
 include/dt-bindings/power/raspberrypi-power.h |  5 +--
 include/soc/bcm2835/raspberrypi-firmware.h    |  5 +--
 4 files changed, 28 insertions(+), 35 deletions(-)

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

* [GIT PULL 4/4] bcm2835-dt-next-2018-11-27
  2018-11-27 21:12 [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Eric Anholt
  2018-11-27 21:12 ` [GIT PULL 2/4] bcm2835-soc-next-2018-11-27 Eric Anholt
  2018-11-27 21:13 ` [GIT PULL 3/4] bcm2835-drivers-next-2018-11-27 Eric Anholt
@ 2018-11-27 21:13 ` Eric Anholt
  2018-11-28 21:49   ` Florian Fainelli
  2018-11-28 21:48 ` [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Florian Fainelli
  3 siblings, 1 reply; 10+ messages in thread
From: Eric Anholt @ 2018-11-27 21:13 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

Hi Florian,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-next-2018-11-27

for you to fetch changes up to 703c605fac82d580822dc39f5eff9e2fe66ed63d:

  ARM: dts: bcm2835-rpi-zero: Switch to SPDX identifier (2018-11-13 19:32:28 +0100)

----------------------------------------------------------------
This pull request adds a compatible string to the DT necessary for the
firmware and VCHI driver to coordinate on using the correct cache line
size for the platform.

----------------------------------------------------------------
Phil Elwell (3):
      dt-bindings: soc: Document "brcm,bcm2836-vchiq"
      ARM: dts: bcm283x: Correct vchiq compatible string
      ARM: dts: bcm283x: Correct mailbox register sizes

Stefan Wahren (1):
      ARM: dts: bcm2835-rpi-zero: Switch to SPDX identifier

 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.txt | 3 ++-
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts                         | 8 +-------
 arch/arm/boot/dts/bcm2835-rpi-zero.dts                           | 8 +-------
 arch/arm/boot/dts/bcm2835-rpi.dtsi                               | 4 ++--
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts                            | 2 +-
 arch/arm/boot/dts/bcm2836-rpi.dtsi                               | 6 ++++++
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts                       | 2 +-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts                            | 2 +-
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi                           | 2 +-
 9 files changed, 16 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2836-rpi.dtsi

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

* Re: [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27
  2018-11-27 21:12 [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Eric Anholt
                   ` (2 preceding siblings ...)
  2018-11-27 21:13 ` [GIT PULL 4/4] bcm2835-dt-next-2018-11-27 Eric Anholt
@ 2018-11-28 21:48 ` Florian Fainelli
  2019-01-09 18:38   ` Stefan Wahren
  3 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2018-11-28 21:48 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 11/27/18 1:12 PM, Eric Anholt wrote:
> Hi Florian,
> 
> Hopefully I'm not too late this time around.  Stefan's been doing a
> great job maintaining the bcm2835 branches, and was waiting for me to
> send the PRs.
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27
> 
> for you to fetch changes up to 24632d6b78a1929b14f32cab762a0859db7086f2:
> 
>   ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver (2018-11-15 19:07:36 +0100)
> 
> ----------------------------------------------------------------
> This pull request enables the V4L2 camera driver on the Pi1 defconfig.
> 
> ----------------------------------------------------------------

Merged into defconfig/next, thanks Eric.
-- 
Florian

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

* Re: [GIT PULL 2/4] bcm2835-soc-next-2018-11-27
  2018-11-27 21:12 ` [GIT PULL 2/4] bcm2835-soc-next-2018-11-27 Eric Anholt
@ 2018-11-28 21:48   ` Florian Fainelli
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2018-11-28 21:48 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 11/27/18 1:12 PM, Eric Anholt wrote:
> Hi Florian,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-soc-next-2018-11-27
> 
> for you to fetch changes up to 7b369a42e6d06c59fc56a1769fb4da797fac9bad:
> 
>   ARM: mach-bcm: Switch bcm2835 and platsmp to SPDX identifier (2018-11-14 20:55:30 +0100)
> 
> ----------------------------------------------------------------
> This pull request adds SPDX identifiers to the bcm2835 platform files.
> 
> ----------------------------------------------------------------

Merged into soc/next, thanks Eric.
-- 
Florian

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

* Re: [GIT PULL 3/4] bcm2835-drivers-next-2018-11-27
  2018-11-27 21:13 ` [GIT PULL 3/4] bcm2835-drivers-next-2018-11-27 Eric Anholt
@ 2018-11-28 21:48   ` Florian Fainelli
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2018-11-28 21:48 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 11/27/18 1:13 PM, Eric Anholt wrote:
> Hi Florian,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-drivers-next-2018-11-27
> 
> for you to fetch changes up to 502b431cda801645fd73857f7b47a4666de3cb62:
> 
>   firmware: raspberrypi: Switch to SPDX identifier (2018-11-21 14:33:11 +0100)
> 
> ----------------------------------------------------------------
> This pull request adds SPDX to BCM2835 drivers, and fixes some bugs in
> the firmware driver (silently hanging if the VPU doesn't respond to a
> mailbox transaction, and undersized buffers in the firmware property
> transactions for tags that aren't used yet in the upstream).
> 
> ----------------------------------------------------------------

Merged into drivers/next, thanks Eric.
-- 
Florian

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

* Re: [GIT PULL 4/4] bcm2835-dt-next-2018-11-27
  2018-11-27 21:13 ` [GIT PULL 4/4] bcm2835-dt-next-2018-11-27 Eric Anholt
@ 2018-11-28 21:49   ` Florian Fainelli
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2018-11-28 21:49 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 11/27/18 1:13 PM, Eric Anholt wrote:
> Hi Florian,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2018-11-27
> 
> for you to fetch changes up to 703c605fac82d580822dc39f5eff9e2fe66ed63d:
> 
>   ARM: dts: bcm2835-rpi-zero: Switch to SPDX identifier (2018-11-13 19:32:28 +0100)
> 
> ----------------------------------------------------------------
> This pull request adds a compatible string to the DT necessary for the
> firmware and VCHI driver to coordinate on using the correct cache line
> size for the platform.
> 
> ----------------------------------------------------------------

Merged into devicetree/next, thanks Eric!
-- 
Florian

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

* Re: [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27
  2018-11-28 21:48 ` [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Florian Fainelli
@ 2019-01-09 18:38   ` Stefan Wahren
  2019-01-14 18:36     ` Florian Fainelli
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Wahren @ 2019-01-09 18:38 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: bcm-kernel-feedback-list, Eric Anholt, linux-rpi-kernel,
	linux-arm-kernel, linux-kernel

Hi Florian,

> Florian Fainelli <f.fainelli@gmail.com> hat am 28. November 2018 um 22:48 geschrieben:
> 
> 
> 
> 
> On 11/27/18 1:12 PM, Eric Anholt wrote:
> > Hi Florian,
> > 
> > Hopefully I'm not too late this time around.  Stefan's been doing a
> > great job maintaining the bcm2835 branches, and was waiting for me to
> > send the PRs.
> > 
> > The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> > 
> >   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27
> > 
> > for you to fetch changes up to 24632d6b78a1929b14f32cab762a0859db7086f2:
> > 
> >   ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver (2018-11-15 19:07:36 +0100)
> > 
> > ----------------------------------------------------------------
> > This pull request enables the V4L2 camera driver on the Pi1 defconfig.
> > 
> > ----------------------------------------------------------------
> 
> Merged into defconfig/next, thanks Eric.

looks like this patch didn't reached Olof for 4.21/5.0.

Should i resend for the next version?

Stefan

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

* Re: [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27
  2019-01-09 18:38   ` Stefan Wahren
@ 2019-01-14 18:36     ` Florian Fainelli
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2019-01-14 18:36 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli
  Cc: bcm-kernel-feedback-list, Eric Anholt, linux-rpi-kernel,
	linux-arm-kernel, linux-kernel

On 1/9/19 10:38 AM, Stefan Wahren wrote:
> Hi Florian,
> 
>> Florian Fainelli <f.fainelli@gmail.com> hat am 28. November 2018 um 22:48 geschrieben:
>>
>>
>>
>>
>> On 11/27/18 1:12 PM, Eric Anholt wrote:
>>> Hi Florian,
>>>
>>> Hopefully I'm not too late this time around.  Stefan's been doing a
>>> great job maintaining the bcm2835 branches, and was waiting for me to
>>> send the PRs.
>>>
>>> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>>>
>>>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>>>
>>> are available in the Git repository at:
>>>
>>>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27
>>>
>>> for you to fetch changes up to 24632d6b78a1929b14f32cab762a0859db7086f2:
>>>
>>>   ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver (2018-11-15 19:07:36 +0100)
>>>
>>> ----------------------------------------------------------------
>>> This pull request enables the V4L2 camera driver on the Pi1 defconfig.
>>>
>>> ----------------------------------------------------------------
>>
>> Merged into defconfig/next, thanks Eric.
> 
> looks like this patch didn't reached Olof for 4.21/5.0.

Indeed, sorry about that, I must have somehow missed pushing the branch
and it was not picked up by my script which I likely ran on a different
machine than where the branch was merged locally.

> 
> Should i resend for the next version?

No need to, this is now applied and pushed out to
broadcom-github/stblinux/defconfig/next.

Thanks!
-- 
Florian

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

end of thread, other threads:[~2019-01-14 18:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 21:12 [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Eric Anholt
2018-11-27 21:12 ` [GIT PULL 2/4] bcm2835-soc-next-2018-11-27 Eric Anholt
2018-11-28 21:48   ` Florian Fainelli
2018-11-27 21:13 ` [GIT PULL 3/4] bcm2835-drivers-next-2018-11-27 Eric Anholt
2018-11-28 21:48   ` Florian Fainelli
2018-11-27 21:13 ` [GIT PULL 4/4] bcm2835-dt-next-2018-11-27 Eric Anholt
2018-11-28 21:49   ` Florian Fainelli
2018-11-28 21:48 ` [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27 Florian Fainelli
2019-01-09 18:38   ` Stefan Wahren
2019-01-14 18:36     ` Florian Fainelli

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).