From: Limeng <[email protected]> Hi Bruce,
Raspberry pi is updated continuously, so I get some latest patches from raspberry pi git repo https://github.com/raspberrypi/linux.git rpi-5.9.y, and intend to merge them into linux-yocto-dev. There are 18 patches in my public repo https://github.com/limeng-linux/linux-yocto-develop.git, branch standard/bcm-2xxx-rpi Could you please help merge these patches into linux-ycoto-dev kernel, v5.9, branch is standard/bcm-2xxx-rpi? diffstat info as below. Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml | 117 Documentation/devicetree/bindings/display/brcm,bcm2835-hvs.yaml | 18 MAINTAINERS | 8 arch/arm/boot/dts/bcm2711-rpi.dtsi | 1 arch/arm/configs/bcm2711_defconfig | 1 arch/arm/lib/uaccess_with_memcpy.c | 4 drivers/clk/bcm/Kconfig | 1 drivers/clk/bcm/clk-raspberrypi.c | 1 drivers/media/i2c/Kconfig | 11 drivers/media/i2c/Makefile | 1 drivers/media/i2c/imx477.c | 2318 +++++++++- drivers/media/platform/bcm2835/Kconfig | 12 drivers/media/platform/bcm2835/bcm2835-unicam.c | 108 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 9 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c | 12 15 files changed, 2523 insertions(+), 99 deletions(-) Pull request info as below: The following changes since commit 77925f58a52849c22d38490441f15de09345f6f0: Merge branch 'standard/base' into standard/bcm-2xxx-rpi (2020-09-13 22:14:56 -0400) are available in the Git repository at: https://github.com/limeng-linux/linux-yocto-develop.git standard/bcm-2xxx-rpi for you to fetch changes up to ffd444d9c951f6ee16e032f6c454804c4da9a6e9: brcmfmac: reserve tx credit only when txctl is ready to send (2020-09-14 03:15:21 -0400) ---------------------------------------------------------------- Chris Blake (1): arm: fix mmap unlocks in uaccess_with_memcpy.c Dave Stevenson (3): media: bcm2835-unicam: Always service interrupts media: bcm2835-unicam: Fixup review comments from Hans. media: bcm2835-unicam: Retain packing information on G_FMT David Plowman (1): media: bcm2835-unicam: change minimum number of vb2_queue buffers to 1 Hoegeun Kwon (1): clk: bcm: rpi: Add register to control pixel bvb clk Jacko Dirks (1): media: bcm2835: unicam: Fix uninitialized warning Laurent Pinchart (1): media: i2c: imx477: Parse and register properties Maxime Ripard (3): dt-bindings: display: Add support for the BCM2711 HVS dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings clk: bcm: dvp: Select the reset framework Naushir Patuck (3): media: i2c: Add driver for Sony IMX477 sensor media: i2c: imx477: Add support for adaptive frame control media: i2c: imx477: Return correct result on sensor id verification Phil Elwell (3): ARM: dts: Add required USB power domain for XHCI brcmfmac: Increase power saving delay to 2s configs: Restore VIDEO_IMX477=m Wright Feng (1): brcmfmac: reserve tx credit only when txctl is ready to send Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml | 117 ++++++ Documentation/devicetree/bindings/display/brcm,bcm2835-hvs.yaml | 18 +- MAINTAINERS | 8 + arch/arm/boot/dts/bcm2711-rpi.dtsi | 1 + arch/arm/configs/bcm2711_defconfig | 1 + arch/arm/lib/uaccess_with_memcpy.c | 4 +- drivers/clk/bcm/Kconfig | 1 + drivers/clk/bcm/clk-raspberrypi.c | 1 + drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/imx477.c | 2270 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/media/platform/bcm2835/Kconfig | 12 +- drivers/media/platform/bcm2835/bcm2835-unicam.c | 108 +++--- drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 9 +- drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c | 12 +- 15 files changed, 2499 insertions(+), 75 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml create mode 100644 drivers/media/i2c/imx477.c thanks, Limeng
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9055): https://lists.yoctoproject.org/g/linux-yocto/message/9055 Mute This Topic: https://lists.yoctoproject.org/mt/76837304/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
