From: pbrobinson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1911
NOTE: Truncated patchset due to missing public @redhat.com email
      address on your GitLab profile at https://gitlab.com/-/profile.
      Once that is fixed, close and reopen the merge request to
      retrigger sending the emails.

All these patches are in the various -next branches and are in their various
branches for 5.20 landing, as Fedora 37 will ship with 5.19  this enables us
to support a number of core pieces of the Raspberry Pi 4 series of devices
(4B, 400 and CM4) in F-37.

Signed-off-by: Peter Robinson <pbrobin...@redhat.com>

---
 Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml                        
                                 |    1 +
 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.txt                  
                                 |   46 -
 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml                 
                                 |   86 +
 arch/arm/boot/dts/bcm2711-rpi.dtsi                                             
                                 |    4 +
 arch/arm/boot/dts/bcm2711.dtsi                                                 
                                 |   14 +-
 arch/arm/boot/dts/bcm2835-common.dtsi                                          
                                 |    1 +
 arch/arm/configs/bcm2835_defconfig                                             
                                 |    1 +
 arch/arm/configs/multi_v7_defconfig                                            
                                 |    1 +
 arch/arm64/configs/defconfig                                                   
                                 |    1 +
 drivers/gpu/drm/v3d/Kconfig                                                    
                                 |    5 +-
 drivers/gpu/drm/v3d/v3d_debugfs.c                                              
                                 |   18 +-
 drivers/gpu/drm/v3d/v3d_drv.c                                                  
                                 |   12 +-
 drivers/gpu/drm/v3d/v3d_gem.c                                                  
                                 |   12 +-
 drivers/gpu/drm/drm_ioctl.c                                                    
                                 |    8 +-
 drivers/mfd/bcm2835-pm.c                                                       
                                 |   74 +-
 drivers/net/phy/Kconfig                                                        
                                 |    5 +
 drivers/net/phy/Makefile                                                       
                                 |    1 +
 drivers/net/phy/bcm-phy-lib.h                                                  
                                 |   19 +
 drivers/net/phy/bcm-phy-ptp.c                                                  
                                 |  944 ++++++++++
 drivers/net/phy/broadcom.c                                                     
                                 |   33 +-
 drivers/soc/bcm/bcm2835-power.c                                                
                                 |   72 +-
 include/linux/mfd/bcm2835-pm.h                                                 
                                 |    1 +
 redhat/configs/ark/generic/s390x/CONFIG_BROADCOM_PHY => 
redhat/configs/common/generic/s390x/CONFIG_BROADCOM_PHY |    0 
 redhat/configs/fedora/generic/CONFIG_BCM_NET_PHYPTP                            
                                 |    1 +
 24 files changed, 1223 insertions(+), 137 deletions(-)
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to