mbox series

[GIT,PULL,1/1] bcm2835-dt-next-2020-11-20

Message ID 20201120165256.22439-1-nsaenzjulienne@suse.de
State New
Headers show
Series [GIT,PULL,1/1] bcm2835-dt-next-2020-11-20 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-11-20

Message

Nicolas Saenz Julienne Nov. 20, 2020, 4:52 p.m. UTC
Hi Florian,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-11-20

for you to fetch changes up to 278407a53c3b33fb820332c4d39eb39316c3879a:

  ARM: dts: bcm283x: increase dwc2's RX FIFO size (2020-11-20 17:43:10 +0100)

----------------------------------------------------------------
- Maxime introduces a quirk to avoid EMI between WiFi and HDMI@1440p on
RPi4b.

- Pavel fixes dwc2's fifo size to properly support isochronous
transfers.

----------------------------------------------------------------
Maxime Ripard (1):
      ARM: dts: rpi-4: disable wifi frequencies

Pavel Hofman (1):
      ARM: dts: bcm283x: increase dwc2's RX FIFO size

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts             | 2 ++
 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi        | 2 +-
 arch/arm/boot/dts/bcm283x-rpi-usb-peripheral.dtsi | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

Comments

Florian Fainelli Nov. 21, 2020, 3:13 a.m. UTC | #1
On 11/20/2020 8:52 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-11-20
> 
> for you to fetch changes up to 278407a53c3b33fb820332c4d39eb39316c3879a:
> 
>   ARM: dts: bcm283x: increase dwc2's RX FIFO size (2020-11-20 17:43:10 +0100)
> 
> ----------------------------------------------------------------
> - Maxime introduces a quirk to avoid EMI between WiFi and HDMI@1440p on
> RPi4b.
> 
> - Pavel fixes dwc2's fifo size to properly support isochronous
> transfers.
> 
> ----------------------------------------------------------------

Merged into devicetree/next, thanks Nicolas!