2018-11-27 21:15:31

by Eric Anholt

[permalink] [raw]
Subject: [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27

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(+)


2018-11-27 21:14:10

by Eric Anholt

[permalink] [raw]
Subject: [GIT PULL 4/4] bcm2835-dt-next-2018-11-27

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

2018-11-27 21:14:22

by Eric Anholt

[permalink] [raw]
Subject: [GIT PULL 3/4] bcm2835-drivers-next-2018-11-27

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

2018-11-27 21:14:51

by Eric Anholt

[permalink] [raw]
Subject: [GIT PULL 2/4] bcm2835-soc-next-2018-11-27

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

2018-11-28 21:49:31

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27



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

2018-11-28 21:49:56

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 2/4] bcm2835-soc-next-2018-11-27



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

2018-11-28 21:50:18

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 3/4] bcm2835-drivers-next-2018-11-27



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

2018-11-28 21:51:17

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 4/4] bcm2835-dt-next-2018-11-27



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

2019-01-09 20:43:42

by Stefan Wahren

[permalink] [raw]
Subject: Re: [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27

Hi Florian,

> Florian Fainelli <[email protected]> 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

2019-01-14 18:38:43

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 1/4] bcm2835-defconfig-next-2018-11-27

On 1/9/19 10:38 AM, Stefan Wahren wrote:
> Hi Florian,
>
>> Florian Fainelli <[email protected]> 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