mbox series

[GIT,PULL,3/4] bcm2835-drivers-next-2018-11-27

Message ID 20181127211301.30296-3-eric@anholt.net
State New
Headers show
Series [GIT,PULL,1/4] bcm2835-defconfig-next-2018-11-27 | expand

Pull-request

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

Message

Eric Anholt Nov. 27, 2018, 9:13 p.m. UTC
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(-)

Comments

Florian Fainelli Nov. 28, 2018, 9:48 p.m. UTC | #1
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.