brcm2708: rename target to bcm27xx
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 8 Feb 2020 20:58:55 +0000 (21:58 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 14 Feb 2020 13:10:51 +0000 (14:10 +0100)
commit7d7aa2fd924c27829ec25f825481554dd81bce97
tree658b87b89331670266163e522ea5fb52535633cb
parente7bfda2c243e66a75ff966ba04c28b1590b5d24c
brcm2708: rename target to bcm27xx

This change makes the names of Broadcom targets consistent by using
the common notation based on SoC/CPU ID (which is used internally
anyway), bcmXXXX instead of brcmXXXX.
This is even used for target TITLE in make menuconfig already,
only the short target name used brcm so far.

Despite, since subtargets range from bcm2708 to bcm2711, it seems
appropriate to use bcm27xx instead of bcm2708 (again, as already done
for BOARDNAME).

This also renames the packages brcm2708-userland and brcm2708-gpu-fw.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Álvaro Fernández Rojas <noltari@gmail.com>
1701 files changed:
config/Config-images.in
config/Config-kernel.in
package/firmware/cypress-nvram/Makefile
package/kernel/bcm27xx-gpu-fw/Makefile [new file with mode: 0644]
package/kernel/brcm2708-gpu-fw/Makefile [deleted file]
package/kernel/linux/modules/netdevices.mk
package/kernel/mac80211/broadcom.mk
package/utils/bcm27xx-userland/Makefile [new file with mode: 0644]
package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch [new file with mode: 0644]
package/utils/brcm2708-userland/Makefile [deleted file]
package/utils/brcm2708-userland/patches/001-interface-vcms_host-cmake-fixes.patch [deleted file]
target/linux/bcm27xx/Makefile [new file with mode: 0644]
target/linux/bcm27xx/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/bcm27xx/base-files/etc/diag.sh [new file with mode: 0644]
target/linux/bcm27xx/base-files/etc/inittab [new file with mode: 0644]
target/linux/bcm27xx/base-files/lib/preinit/05_set_preinit_iface_brcm2708 [new file with mode: 0644]
target/linux/bcm27xx/base-files/lib/preinit/79_move_config [new file with mode: 0644]
target/linux/bcm27xx/base-files/lib/upgrade/keep.d/platform [new file with mode: 0644]
target/linux/bcm27xx/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/bcm27xx/bcm2708/config-4.19 [new file with mode: 0644]
target/linux/bcm27xx/bcm2708/target.mk [new file with mode: 0644]
target/linux/bcm27xx/bcm2709/config-4.19 [new file with mode: 0644]
target/linux/bcm27xx/bcm2709/target.mk [new file with mode: 0644]
target/linux/bcm27xx/bcm2710/config-4.19 [new file with mode: 0644]
target/linux/bcm27xx/bcm2710/target.mk [new file with mode: 0644]
target/linux/bcm27xx/bcm2711/config-4.19 [new file with mode: 0644]
target/linux/bcm27xx/bcm2711/target.mk [new file with mode: 0644]
target/linux/bcm27xx/image/Makefile [new file with mode: 0644]
target/linux/bcm27xx/image/cmdline.txt [new file with mode: 0644]
target/linux/bcm27xx/image/config.txt [new file with mode: 0644]
target/linux/bcm27xx/image/distroconfig.txt [new file with mode: 0644]
target/linux/bcm27xx/image/gen_rpi_sdcard_img.sh [new file with mode: 0755]
target/linux/bcm27xx/modules.mk [new file with mode: 0644]
target/linux/bcm27xx/modules/hwmon.mk [new file with mode: 0644]
target/linux/bcm27xx/modules/i2c.mk [new file with mode: 0644]
target/linux/bcm27xx/modules/other.mk [new file with mode: 0644]
target/linux/bcm27xx/modules/sound.mk [new file with mode: 0644]
target/linux/bcm27xx/modules/spi.mk [new file with mode: 0644]
target/linux/bcm27xx/modules/video.mk [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0001-arm-partially-revert-702b94bff3c50542a6e4ab9a4f4cef0.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0002-smsx95xx-fix-crimes-against-truesize.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0003-smsc95xx-Experimental-Enable-turbo_mode-and-packetsi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0004-Allow-mac-address-to-be-set-in-smsc95xx.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0005-Protect-__release_resource-against-resources-without.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0006-irq-bcm2836-Prevent-spurious-interrupts-and-trap-the.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0007-irq-bcm2836-Avoid-Invalid-trigger-warning.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0008-irqchip-bcm2835-Add-FIQ-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0009-irqchip-irq-bcm2835-Add-2836-FIQ-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0010-spi-bcm2835-Support-pin-groups-other-than-7-11.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0011-spi-bcm2835-Disable-forced-software-CS.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0012-spi-bcm2835-Remove-unused-code.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0013-dmaengine-bcm2835-Load-driver-early-and-support-lega.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0014-firmware-Updated-mailbox-header.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0015-rtc-Add-SPI-alias-for-pcf2123-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0016-watchdog-bcm2835-Support-setting-reboot-partition.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0017-reboot-Use-power-off-rather-than-busy-spinning-when-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0018-bcm-Make-RASPBERRYPI_POWER-depend-on-PM.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0019-Register-the-clocks-early-during-the-boot-process-so.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0020-bcm2835-rng-Avoid-initialising-if-already-enabled.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0021-kbuild-Ignore-dtco-targets-when-filtering-symbols.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0022-clk-bcm2835-Mark-used-PLLs-and-dividers-CRITICAL.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0023-clk-bcm2835-Add-claim-clocks-property.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0024-clk-bcm2835-Read-max-core-clock-from-firmware.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0025-clk-bcm2835-Mark-GPIO-clocks-enabled-at-boot-as-crit.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0026-sound-Demote-deferral-errors-to-INFO-level.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0027-Update-vfpmodule.c.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0028-i2c-bcm2835-Add-debug-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0029-mm-Remove-the-PFN-busy-warning.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0030-ASoC-Add-prompt-for-ICS43432-codec.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0031-irqchip-irq-bcm2836-Remove-regmap-and-syscon-use.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0032-lan78xx-Enable-LEDs-and-auto-negotiation.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0033-amba_pl011-Don-t-use-DT-aliases-for-numbering.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0034-amba_pl011-Round-input-clock-up.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0035-amba_pl011-Insert-mb-for-correct-FIFO-handling.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0036-amba_pl011-Add-cts-event-workaround-DT-property.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0037-pinctrl-bcm2835-Set-base-to-0-give-expected-gpio-num.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0038-Main-bcm2708-bcm2709-linux-port.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0039-Add-dwc_otg-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0040-bcm2708-framebuffer-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0041-Speed-up-console-framebuffer-imageblit-function.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0042-dmaengine-Add-support-for-BCM2708.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0043-MMC-added-alternative-MMC-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0044-Adding-bcm2835-sdhost-driver-and-an-overlay-to-enabl.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0045-vc_mem-Add-vc_mem-driver-for-querying-firmware-memor.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0046-vcsm-VideoCore-shared-memory-service-for-BCM2835.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0047-Add-dev-gpiomem-device-for-rootless-user-GPIO-access.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0048-Add-SMI-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0049-MISC-bcm2835-smi-use-clock-manager-and-fix-reload-is.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0050-Add-SMI-NAND-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0051-Add-cpufreq-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0052-Add-Chris-Boot-s-i2c-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0053-char-broadcom-Add-vcio-module.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0054-firmware-bcm2835-Support-ARCH_BCM270x.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0055-scripts-Add-mkknlimg-and-knlinfo-scripts-from-tools-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0056-BCM2708-Add-core-Device-Tree-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0057-BCM270x_DT-Add-pwr_led-and-the-required-input-trigge.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0058-fbdev-add-FBIOCOPYAREA-ioctl.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0059-Added-Device-IDs-for-August-DVB-T-205.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0060-rpi-ft5406-Add-touchscreen-driver-for-pi-LCD-display.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0061-Improve-__copy_to_user-and-__copy_from_user-performa.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0062-gpio-poweroff-Allow-it-to-work-on-Raspberry-Pi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0063-mfd-Add-Raspberry-Pi-Sense-HAT-core-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0064-ASoC-pcm512x-implement-set_tdm_slot-interface.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0065-ASoC-Add-support-for-Rpi-DAC.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0066-Add-IQaudIO-Sound-Card-support-for-Raspberry-Pi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0067-Added-support-for-HiFiBerry-DAC.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0068-Added-driver-for-HiFiBerry-Amp-amplifier-add-on-boar.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0069-Add-driver-for-rpi-proto.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0070-Add-Support-for-JustBoom-Audio-boards.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0071-New-AudioInjector.net-Pi-soundcard-with-low-jitter-a.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0072-New-driver-for-RRA-DigiDAC1-soundcard-using-WM8741-W.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0073-Add-support-for-Dion-Audio-LOCO-DAC-AMP-HAT.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0074-Allo-Piano-DAC-boards-Initial-2-channel-stereo-suppo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0075-Add-support-for-Allo-Piano-DAC-2.1-plus-add-on-board.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0076-Add-support-for-Allo-Boss-DAC-add-on-board-for-Raspb.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0077-Support-for-Blokas-Labs-pisound-board.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0078-ASoC-Add-driver-for-Cirrus-Logic-Audio-Card.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0079-sound-Support-for-Dion-Audio-LOCO-V2-DAC-AMP-HAT.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0080-Add-support-for-Fe-Pi-audio-sound-card.-1867.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0081-Add-support-for-the-AudioInjector.net-Octo-sound-car.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0082-Driver-support-for-Google-voiceHAT-soundcard.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0083-Driver-and-overlay-for-Allo-Katana-DAC.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0084-ASoC-Add-generic-RPI-driver-for-simple-soundcards.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0085-ASoC-Add-Kconfig-and-Makefile-for-sound-soc-bcm.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0086-ASoC-Create-a-generic-Pi-Hat-WM8804-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0087-rpi_display-add-backlight-driver-and-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0088-bcm2835-virtgpio-Virtual-GPIO-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0089-OF-DT-Overlay-configfs-interface.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0090-hci_h5-Don-t-send-conf_req-when-ACTIVE.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0091-Add-arm64-configuration-and-device-tree-differences..patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0092-ARM64-DWC_OTG-Port-dwc_otg-driver-to-ARM64.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0093-ARM64-Round-Robin-dispatch-IRQs-between-CPUs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0094-ARM64-Force-hardware-emulation-of-deprecated-instruc.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0095-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0096-cache-export-clean-and-invalidate.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0097-AXI-performance-monitor-driver-2222.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0098-mcp2515-Use-DT-supplied-interrupt-flags.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0099-Tidy-up-of-the-ft5406-driver-to-use-DT-2189.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0100-ARM-bcm2835-Set-Serial-number-and-Revision.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0101-ARM-Activate-FIQs-to-avoid-__irq_startup-warnings.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0102-serial-8250-bcm2835aux-suppress-EPROBE_DEFER.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0103-raspberrypi-firmware-Export-the-general-transaction-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0104-drm-vc4-Add-a-mode-for-using-the-closed-firmware-for.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0105-drm-vc4-Name-the-primary-and-cursor-planes-in-fkms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0106-drm-vc4-Add-DRM_DEBUG_ATOMIC-for-the-insides-of-fkms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0107-drm-vc4-Fix-sending-of-page-flip-completion-events-i.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0108-drm-vc4-Add-support-for-setting-DPMS-in-firmwarekms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0109-drm-vc4-Add-FB-modifier-support-to-firmwarekms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0110-drm-vc4-Add-missing-enable-disable-vblank-handlers-i.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0111-vc4_fkms-Apply-firmware-overscan-offset-to-hardware-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0112-drm-vc4-Fix-warning-about-vblank-interrupts-before-D.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0113-drm-vc4-Skip-SET_CURSOR_INFO-when-the-cursor-content.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0114-drm-vc4-Remove-duplicate-primary-cursor-fields-from-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0115-vc4_firmware_kms-fix-build.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0116-hack-cache-Fix-linker-error.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0117-i2c-gpio-Also-set-bus-numbers-from-reg-property.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0118-sound-bcm-Fix-memset-dereference-warning.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0119-added-capture_clear-option-to-pps-gpio-via-dtoverlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0120-lan78xx-Read-initial-EEE-status-from-DT.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0121-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0122-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0123-Add-ability-to-export-gpio-used-by-gpio-poweroff.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0124-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0125-irqchip-irq-bcm2835-Calc.-FIQ_START-at-boot-time.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0126-of-configfs-Use-of_overlay_fdt_apply-API-call.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0127-net-lan78xx-Disable-TCP-Segmentation-Offload-TSO.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0128-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0129-staging-vc04_services-Derive-g_cache_line_size.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0130-Add-rpi-poe-fan-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0131-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0132-vchiq_2835_arm-Implement-a-DMA-pool-for-small-bulk-t.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0133-BCM2708_DT-Use-upstreamed-GPIO-expander-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0134-overlays-Fix-a-few-dtc-warnings.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0135-bcm2708-rpi-Disable-txp-interrupt-unless-using-vc4-k.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0136-hwmon-raspberrypi-Prevent-voltage-low-warnings-from-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0137-firmware-raspberrypi-Add-backward-compatible-get_thr.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0138-sc16is7xx-Don-t-spin-if-no-data-received.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0139-Add-device-tree-overlay-for-HD44780.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0140-overlays-Add-addr-parameter-to-i2c-rtc-gpio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0141-ARM-BCM270X-Add-the-18-bit-DPI-pinmux-to-the-RPI-DTs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0142-overlays-Add-an-overlay-for-the-Adafruit-Kippah-with.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0143-overlays-Remove-stale-notes-about-vc4-s-CMA-alignmen.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0144-spi-Make-GPIO-CSs-honour-the-SPI_NO_CS-flag.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0145-devicetree-add-RPi-CM3-dts-to-arm64-mimic-the-RPi-3B.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0146-Add-support-for-audioinjector.net-ultra-soundcard.-2.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0147-ASoC-cs4265-Add-a-S-PDIF-enable-switch.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0148-ASoC-cs4265-Add-native-32bit-I2S-transport.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0149-BCM270X_DT-Add-gpio-fan-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0150-HID-hid-bigbenff-driver-for-BigBen-Interactive-PS3OF.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0151-ASoC-cs4265-Add-a-MIC-pre.-route-2696.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0152-Update-gpio-fan-overlay.dts-2711.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0153-drivers-thermal-step_wise-add-support-for-hysteresis.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0154-drivers-thermal-step_wise-avoid-throttling-at-hyster.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0155-hwmon-adjust-rpi-poe-fan-overlay-trip-points.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0156-overlays-add-overrides-for-PoE-HAT-fan-control.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0157-overlays-Add-gpio-no-bank0-irq-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0158-Add-hy28b-2017-model-device-tree-overlay-2721.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0159-mmc-bcm2835-sdhost-Recover-from-MMC_SEND_EXT_CSD.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0160-overlays-pi3-disable-bt-Clear-out-bt_pins-node.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0161-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0162-overlays-uart0-return-GPIOs-14-and-15-to-inputs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0163-mmc-bcm2835-sdhost-Fix-warnings-on-arm64.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0164-Fix-warning-in-bcm2835-smi-nand.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0165-media-ov5647-Add-set_fmt-and-get_fmt-calls.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0166-media-Documentation-DT-add-device-tree-for-PWDN-cont.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0167-media-ov5647-Add-support-for-PWDN-GPIO.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0168-media-ov5647-Add-support-for-non-continuous-clock-mo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0169-media-tc358743-Increase-FIFO-level-to-374.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0170-media-tc358743-fix-connected-active-CSI-2-lane-repor.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0171-media-tc358743-Add-support-for-972Mbit-s-link-freq.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0172-media-tc358743-Check-I2C-succeeded-during-probe.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0173-media-adv7180-Default-to-the-first-valid-input.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0174-media-adv7180-Add-YPrPb-support-for-ADV7282M.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0175-media-videodev2-Add-helper-defines-for-printing-FOUR.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0176-dt-bindings-Document-BCM283x-CSI2-CCP2-receiver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0177-media-bcm2835-unicam-Driver-for-CCP2-CSI2-camera-int.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0178-media-adv7180-Nasty-hack-to-allow-input-selection.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0179-BCM283x-DT-Add-CSI-nodes-to-the-device-tree.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0180-BCM270X_DT-Add-CSI-defines-for-all-the-downstream-Pi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0181-arm-dt-Add-DT-overlays-for-ADV7282M-OV5647-and-TC358.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0182-dtoverlays-Add-support-for-ADV7280-M-ADV7281-M-and-A.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0183-vcsm-Fix-an-NULL-dereference-in-the-import_dmabuf-er.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0184-Update-README-2750.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0185-overlays-Remove-superfluous-address-size-cells.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0186-rpi-wm8804-soundcard-drop-PWRDN-register-writes.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0187-rpi-wm8804-soundcard-configure-wm8804-clocks-only-on.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0188-dtoverlays-Add-i2c-on-0-1-option-to-TC358743-ADV7282.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0189-overlays-Update-upstream-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0190-BCM2708_DT-update-firmware-node-binding.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0191-BCM2710_DT-fix-gpio-expander-bindings.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0192-ARM-dts-bcm283x-The-lan7515-PHY-node-has-moved.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0193-net-lan78xx-Support-auto-downshift-to-100Mb-s.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0194-dt-bindings-Document-microchip-downshift-after.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0195-ARM-dts-bcm283x-Set-downshift-after-for-Pi-3B.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0196-BCM270X_DT-Add-new-Ethernet-DT-parameters.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0198-dwc-otg-FIQ-Fix-bad-mode-in-data-abort-handler.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0199-lirc-rpi-Remove-in-favour-of-gpio-ir.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0200-media-bcm2835-unicam-Pass-through-the-colorspace-on-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0201-media-tc358743-Return-an-appropriate-colorspace-from.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0202-staging-bcm2835-camera-Move-module-info-to-the-end.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0203-staging-vchiq_arm-Fix-platform-device-unregistration.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0204-staging-vchiq_arm-Fix-camera-device-registration.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0205-staging-bcm2835-camera-Provide-more-specific-probe-e.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0206-staging-bcm2835-camera-Add-hint-about-possible-fault.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0207-staging-vchiq_arm-Improve-error-handling-on-loading-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0208-staging-bcm2835-camera-Do-not-bulk-receive-from-serv.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0209-staging-bcm2835-camera-Ensure-H264-header-bytes-get-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0210-staging-bcm2835-camera-Correctly-denote-key-frames-i.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0211-staging-bcm2835-camera-Return-early-on-errors.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0212-staging-bcm2835-camera-Remove-dead-email-addresses.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0213-staging-bcm2835-camera-Fix-comment-style-violations.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0214-staging-bcm2835-camera-Fix-spacing-around-operators.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0215-staging-bcm2835-camera-Reduce-length-of-enum-names.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0216-staging-bcm2835-camera-Fix-multiple-line-dereference.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0217-staging-bcm2835-camera-Fix-brace-style-issues.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0218-staging-bcm2835-camera-Fix-missing-lines-between-ite.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0219-staging-bcm2835-camera-Fix-logical-continuation-spli.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0220-staging-bcm2835-camera-Fix-open-parenthesis-alignmen.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0221-staging-bcm2835-camera-Set-sequence-number-correctly.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0222-staging-bcm2835-camera-Ensure-timestamps-never-go-ba.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0223-staging-bcm2835-camera-Avoid-unneeded-internal-decla.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0224-staging-bcm2835-camera-Add-multiple-inclusion-protec.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0225-staging-bcm2835-camera-Unify-header-inclusion-define.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0226-staging-bcm2835-camera-Fix-alignment-should-match-op.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0227-staging-bcm2835-camera-Fix-multiple-assignments-shou.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0228-staging-bcm2835-camera-Fix-up-all-formatting-in-mmal.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0229-staging-bcm2835-camera-Use-enums-for-max-value-in-co.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0230-staging-bcm2835-camera-Correct-V4L2_CID_COLORFX_CBCR.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0231-staging-bcm2835-camera-Remove-amend-some-obsolete-co.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0232-staging-vc04_services-Split-vchiq-mmal-into-a-module.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0233-staging-mmal-vchiq-Allocate-and-free-components-as-r.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0234-staging-mmal-vchiq-Avoid-use-of-bool-in-structures.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0235-staging-mmal-vchiq-Make-timeout-a-defined-parameter.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0236-staging-mmal-vchiq-Make-a-mmal_buf-struct-for-passin.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0237-staging-mmal-vchiq-Add-support-for-event-callbacks.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0238-staging-vc04_services-Support-sending-data-to-MMAL-p.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0239-staging-vc04_services-Fixup-vchiq-mmal-include-order.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0240-staging-vc04_services-Add-new-vc-sm-cma-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0241-staging-vc-sm-cma-Fixup-driver-for-older-VCHI-APIs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0242-staging-vc04_services-Use-vc-sm-cma-to-support-zero-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0243-media-videobuf2-Allow-exporting-of-a-struct-dmabuf.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0244-staging-vc04_services-Add-a-V4L2-M2M-codec-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0245-staging-vchiq_arm-Register-bcm2835-codec-as-a-platfo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0246-staging-vchiq_arm-Register-vcsm-cma-as-a-platform-dr.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0247-staging-bcm2835-camera-Fix-stride-on-RGB3-BGR3-forma.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0248-tpm-Make-SECURITYFS-a-weak-dependency.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0249-Add-overlay-for-SLB9760-Iridium-LetsTrust-TPM.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0250-ASoC-add-driver-for-3Dlab-Nano-soundcard-2758.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0251-overlays-Update-README-with-removal-of-lirc-rpi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0252-staging-bcm2835-camera-Check-the-error-for-REPEAT_SE.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0253-gpio-ir-change-default-pull-configuration-to-up.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0254-firmware-raspberrypi-Report-the-fw-variant-during-pr.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0255-firmware-raspberrypi-Report-the-fw-git-hash-during-p.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0256-arm64-dts-broadcom-Enable-fixups-for-overlays.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0257-dtoverlays-fe-pi-audio-fix-sgtl5000-compatible-strin.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0258-bcm2835_smi-re-add-dereference-to-fix-DMA-transfers.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0259-lan78xx-Debounce-link-events-to-minimize-poll-storm.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0260-ASoC-Add-support-for-AudioSense-Pi-add-on-soundcard.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0261-BCM270X-Adding-device-tree-support-for-AudioSense-Pi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0262-overlays-sdio-Add-enhanced-1-bit-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0263-dwc_otg-fix-bug-with-port_addr-assignment-for-single.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0264-Added-driver-for-the-HiFiBerry-DAC-ADC-2694.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0265-pwm-Send-a-uevent-on-the-pwmchip-device-upon-channel.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0266-overlays-Add-ssd1306-overlay-for-OLED-display.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0267-overlays-mcp23017-Support-the-MCP23008.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0268-overlays-Add-mcp342x-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0269-char-vcio-Add-compat-ioctl-handling.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0270-char-vcio-Fail-probe-if-rpi_firmware-is-not-found.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0271-staging-mmal-vchiq-Fix-client_component-for-64-bit-k.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0272-staging-bcm2835-camera-Add-sanity-checks-for-queue_s.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0273-staging-bcm2835-camera-Set-the-field-value-within-ea.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0274-char-vc_mem-Fix-up-compat-ioctls-for-64bit-kernel.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0275-char-vc_mem-Fix-all-coding-style-issues.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0276-clk-clk-bcm2835-Use-zd-when-printing-size_t.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0277-mfd-Add-rpi_sense_core-of-compatible-string.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0278-gpu-vc4_firmware_kms-Fix-up-64-bit-compile-warnings.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0279-input-rpi-ft5406-Clear-build-warning-on-64-bit-build.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0280-dtoverlays-Correct-DT-handling-camera-GPIOs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0281-media-ov5647-Use-gpiod_set_value_cansleep.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0282-media-bcm2835-unicam-Power-on-subdev-on-open-release.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0283-audioinjector-octo-revert-to-dummy-supplies.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0284-staging-bcm2835-camera-Correct-ctrl-min-max-step-def.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0285-staging-bcm2835-codec-variable-vb2-may-be-used-unini.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0286-staging-bcm2835-codec-Fix-potentially-uninitialised-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0287-video-bcm2708_fb-Add-compat_ioctl-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0288-video-bcm2708_fb-Fix-warnings-on-64-bit-builds.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0289-video-bcm2708_fb-Clean-up-coding-style-issues.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0290-bcm2835-dma-Add-support-for-per-channel-flags.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0291-bcm283x-Set-the-DISDEBUG-flag-for-SD-transfers.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0292-ASoC-pcm512x-Implement-the-digital_mute-interface.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0293-ASoC-pcm512x-Fix-a-double-unlock-in-pcm512x_digital_.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0294-usb-dwc_otg-Clean-up-build-warnings-on-64bit-kernels.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0295-usb-dwc_otg-Use-dma-allocation-for-mphi-dummy_send-b.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0296-staging-vchiq_arm-Set-up-dma-ranges-on-child-devices.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0297-staging-vc-sm-cma-Correct-DMA-configuration.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0298-staging-vc-sm-cma-Use-a-void-pointer-as-the-handle-w.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0299-staging-vc-sm-cma-Fix-up-for-64bit-builds.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0300-configs-Enable-the-AD193x-codecs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0301-overlays-balenaFin-v1.1.0-carrier-board-update.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0302-gpu-vc4-fkms-Update-driver-to-not-use-plane-crtc.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0303-drm-vc4-Programming-the-CTM-is-conditional-on-runnin.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0304-staging-mmal_vchiq-Add-in-the-Bayer-encoding-formats.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0305-staging-mmal-vchiq-Always-return-the-param-size-from.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0306-staging-mmal-vchiq-If-the-VPU-returns-an-error-don-t.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0307-staging-bcm2835_codec-Query-supported-formats-from-t.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0308-staging-bcm2835_codec-Add-support-for-the-ISP-as-an-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0309-staging-bcm2835_codec-Add-an-option-for-ignoring-Bay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0310-staging-bcm2835_codec-Fix-handling-of-VB2_MEMORY_DMA.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0311-staging-mmal-vchiq-Update-mmal_parameters.h-with-rec.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0312-staging-bcm2835_codec-Include-timing-info-in-SPS-hea.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0313-drm-vc4-Don-t-wait-for-vblank-on-fkms-cursor-updates.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0314-Fix-for-Pisound-kernel-module-in-Real-Time-kernel-co.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0315-Added-mute-stream-func.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0316-lan78xx-EEE-support-is-now-a-PHY-property.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0317-staging-vc_sm_cma-Remove-erroneous-misc_deregister.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0318-vcsm-Fix-makefile-include-on-out-of-tree-builds.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0319-vcsm-Remove-set-but-unused-variable.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0320-vcsm-Reduce-scope-of-local-functions.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0321-staging-bcm2835-codec-NULL-component-handle-on-queue.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0322-staging-vc-sm-cma-Remove-the-debugfs-directory-on-re.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0323-staging-vc-sm-cma-Use-devm_-allocs-for-sm_state.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0324-staging-vc-sm-cma-Don-t-fail-if-debugfs-calls-fail.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0325-staging-vc-sm-cma-Ensure-mutex-and-idr-are-destroyed.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0326-staging-bcm2835_codec-Clean-up-logging-on-unloading-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0327-bcm2835-sdhost-Allow-for-sg-entries-that-cross-pages.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0328-overlays-sdio-Added-4-bit-support-on-GPIOs-34-39.-29.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0329-overlays-Fix-multiple-instantiation-of-sc16is7xx.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0330-bcm2835-mmc-Fix-DMA-channel-leak.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0331-bcm2835-mmc-Fix-struct-mmc_host-leak-on-probe.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0332-bcm2835-mmc-Fix-duplicate-free_irq-on-remove.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0333-bcm2835-mmc-Handle-mmc_add_host-errors.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0334-bcm2835-mmc-Deduplicate-reset-of-driver-data-on-remo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0335-overlays-Add-max17040-support-to-i2c-sensor.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0336-media-bcm2835-unicam-Add-support-for-enum-framesizes.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0337-staging-bcm2835-codec-Refactor-default-resolution-co.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0338-nvmem-add-type-attribute.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0339-rtc-rv3028-add-new-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0340-overlays-Add-rv3028-to-i2c-rtc.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0341-ASoC-tlv320aic32x4-SND_SOC_DAPM_MICBIAS-is-deprecate.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0342-ASoC-tlv320aic32x4-Break-out-clock-setting-into-sepa.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0343-ASoC-tlv320aic32x4-Properly-Set-Processing-Blocks.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0344-ASoC-tlv320aic32x4-Model-PLL-in-CCF.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0345-ASoC-tlv320aic32x4-Model-CODEC_CLKIN-in-CCF.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0346-ASoC-tlv320aic32x4-Model-DAC-ADC-dividers-in-CCF.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0347-ASoC-tlv320aic32x4-Model-BDIV-divider-in-CCF.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0348-ASoC-tlv320aic32x4-Control-clock-gating-with-CCF.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0349-ASoC-tlv320aic32x4-Move-aosr-and-dosr-setting-to-sep.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0350-ASoC-tlv320aic32x4-Dynamically-Determine-Clocking.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0351-ASoC-tlv320aic32x4-Restructure-set_dai_sysclk.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0352-ASoC-tlv320aic32x4-Remove-mclk-references.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0353-ASoC-tlv320aic32x4-Allow-192000-Sample-Rate.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0354-ASoC-tlv320aic32x4-Only-enable-with-common-clock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0355-Audiophonics-I-Sabre-9038Q2M-DAC-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0356-ASoC-tlv320aic32x4-Change-author-s-name.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0357-ASoC-tlv320aic32x4-Update-copyright-and-use-SPDX-ide.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0358-ASoC-tlv320aic32x4-Add-Switch-for-Setting-Common-Mod.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0359-ASoC-tlv320aic32x4-Add-Playback-PowerTune-Controls.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0360-dtoverlays-Add-Support-for-the-UDRC-DRAWS.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0361-dwc_otg-only-do_split-when-we-actually-need-to-do-a-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0362-Input-ili210x-fetch-touchscreen-geometry-from-DT.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0363-Input-ili210x-add-DT-binding-document.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0364-BCM2708-Add-core-Device-Tree-support-ilitek251x.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0365-dwc_otg-fix-locking-around-dequeueing-and-killing-UR.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0366-rtc-rv3028-Add-backup-switchover-mode-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0367-dt-bindings-rv3028-backup-switchover-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0368-overlays-Add-rv3028-backup-switchover-support-to-i2c.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0369-Maxim-MAX98357A-I2S-DAC-overlay-2935.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0370-sound-Fixes-for-audioinjector-octo-under-4.19.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0371-overlays-Add-PiGlow-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0372-staging-bcm2835-audio-Clean-up-mutex-locks.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0373-staging-bcm2835-audio-Remove-redundant-spdif-stream-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0374-staging-bcm2835-audio-Clean-up-include-files-in-bcm2.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0375-staging-bcm2835-audio-Remove-redundant-substream-mas.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0376-staging-bcm2835-audio-Fix-mute-controls-volume-handl.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0377-staging-bcm2835-audio-Remove-redundant-function-call.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0378-staging-bcm2835-audio-Remove-superfluous-open-flag.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0379-staging-bcm2835-audio-Drop-useless-running-flag-and-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0380-staging-bcm2835-audio-Fix-incorrect-draining-handlin.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0381-staging-bcm2835-audio-Kill-unused-spinlock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0382-staging-bcm2835-audio-Use-PCM-runtime-values-instead.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0383-staging-bcm2835-audio-Drop-unnecessary-pcm-indirect-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0384-staging-bcm2835-audio-Drop-useless-NULL-check.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0385-staging-bcm2835-audio-Propagate-parameter-setup-erro.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0386-staging-bcm2835-audio-Drop-debug-messages-in-bcm2835.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0387-staging-bcm2835-audio-Drop-superfluous-mutex-lock-du.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0388-staging-bcm2835-audio-Add-10ms-period-constraint.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0389-staging-bcm2835-audio-Make-single-vchi-handle.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0390-staging-bcm2835-audio-Code-refactoring-of-vchiq-acce.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0391-staging-bcm2835-audio-Operate-non-atomic-PCM-ops.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0392-staging-bcm2835-audio-Use-card-private_data.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0393-staging-bcm2835-audio-Use-standard-error-print-helpe.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0394-staging-bcm2835-audio-Remove-unnecessary-header-file.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0395-staging-bcm2835-audio-Move-module-parameter-descript.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0396-staging-bcm2835-audio-Use-coherent-device-buffers.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0397-staging-bcm2835-audio-Set-SNDRV_PCM_INFO_SYNC_APPLPT.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0398-staging-bcm2835-audio-Simplify-PCM-creation-helpers.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0399-staging-bcm2835-audio-Simplify-kctl-creation-helpers.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0400-staging-bcm2835-audio-Simplify-card-object-managemen.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0401-staging-bcm2835-audio-unify-FOURCC-command-definitio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0402-staging-bcm2835-audio-don-t-initialize-memory-twice.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0403-staging-bcm2835-audio-reorder-variable-declarations-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0404-staging-bcm2835-audio-use-anonymous-union-in-struct-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0405-staging-bcm2835-audio-more-generic-probe-function-na.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0406-staging-bcm2835-audio-rename-platform_driver-structu.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0407-staging-bcm2835-audio-update-TODO.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0408-staging-bcm2835-audio-interpolate-audio-delay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0409-staging-bcm2835-audio-Enable-compile-test.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0410-staging-bcm2835-audio-use-module_platform_driver-mac.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0411-staging-bcm2835-audio-double-free-in-init-error-path.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0412-dts-Increase-default-coherent-pool-size.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0413-lan78xx-use-default-alignment-for-rx-buffers.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0414-staging-bcm2835-codec-Correct-port-width-calc-for-tr.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0415-staging-bcm2835-codec-Remove-height-padding-for-ISP-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0416-staging-mmal-vchiq-Free-the-event-context-for-contro.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0417-BCM270X_DT-Also-set-coherent_pool-1M-for-BT-Pis.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0418-arm-dts-overlays-rpi-sense-add-upstream-humidity-com.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0419-staging-mmal-vchiq-Fix-memory-leak-in-error-path.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0420-staging-vchiq-mmal-Fix-memory-leak-of-vchiq-instance.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0421-Added-IQaudIO-Pi-Codec-board-support-2969.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0422-w1-ds2408-reset-on-output_write-retry-with-readback.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0423-w1-ds2482-cosmetic-fixes-after-54865314f5a1.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0424-sound-pcm512x-codec-Adding-352.8kHz-samplerate-suppo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0425-ASoC-decommissioning-driver-for-3Dlab-Nano-soundcard.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0426-.gitignore-Add-.dtbo-explicitly.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0427-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pa.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0428-usb-dwc_otg-Clean-up-interrupt-claiming-code.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0429-overlays-Delete-the-deprecated-sdio-1bit-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0430-overlays-Remove-upstream-aux-interrupt-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0431-overlays-Standardise-on-compatible-brcm-bcm2835.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0432-vc4-Remove-interrupt-and-DMA-trampling.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0433-BCM270X_DT-Add-non-removable-clone-of-mmc-node.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0434-BCM270X_DT-usb-Refactor-DTS-and-overlays.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0435-overlays-Update-upstream-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0436-w1-ds2408-Fix-typo-after-49695ac46861-reset-on-outpu.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0437-BCM270X_DT-Rename-Pi-Zero-W-DT-files.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0438-BCM270X_DT-Create-bcm2708-rpi-zero.dts.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0439-overlays-Fix-mmc-related-overlays-after-refactor.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0440-Fixed-48k-timing-issue.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0441-staging-bcm2835-codec-Convert-V4L2-nsec-timestamps-t.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0442-staging-bcm2835-codec-Add-support-for-setting-S_PARM.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0443-w1-w1-gpio-Make-GPIO-an-output-for-strong-pullup.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0444-overlays-Update-w1-gpio-and-w1-gpio-pullup.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0445-bcm2835-sdhost-Fix-DMA-channel-leak-on-error-remove.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0446-i2c-bcm2835-Model-Divider-in-CCF.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0447-staging-vc04_services-Use-correct-cache-line-size.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0448-tty-amba-pl011-allow-shared-interrupt.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0449-ARM-bcm283x-Reduce-register-ranges-for-UART-SPI-and-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0450-ARM-bcm283x-Extend-the-WDT-DT-node-out-to-cover-the-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0451-ARM-dts-Add-label-to-bcm2835-RNG.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0452-dts-Use-fb-rather-than-leds-for-dpi-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0453-BCM270X_DT-Minor-tidy-up.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0454-arm-bcm2835-Fix-FIQ-early-ioremap.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0455-Fix-copy_from_user-if-BCM2835_FAST_MEMCPY-n.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0456-PCI-brcmstb-Add-Broadcom-STB-PCIe-host-controller-dr.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0457-PCI-brcmstb-Add-dma-range-mapping-for-inbound-traffi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0458-PCI-brcmstb-Add-MSI-capability.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0459-dt-bindings-pci-Add-DT-docs-for-Brcmstb-PCIe-device.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0460-pcie-brcmstb-Changes-for-BCM2711.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0461-arm-bcm2835-DMA-can-only-address-1GB.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0462-mmc-bcm2835-sdhost-Support-64-bit-physical-addresses.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0463-mmc-sdhci-Mask-spurious-interrupts.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0464-mmc-sdhci-iproc-Add-support-for-emmc2-of-the-BCM2838.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0465-hwrng-iproc-rng200-Add-BCM2838-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0466-thermal-brcmstb_thermal-Add-BCM2838-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0467-vchiq-Add-36-bit-address-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0468-bcm2835-pcm.c-Support-multichannel-audio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0469-bcmgenet-constrain-max-DMA-burst-length.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0470-bcmgenet-Better-coalescing-parameter-defaults.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0471-net-genet-enable-link-energy-detect-powerdown-for-ex.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0472-phy-broadcom-split-out-the-BCM54213PE-from-the-BCM54.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0473-phy-bcm54213pe-configure-the-LED-outputs-to-be-more-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0474-dwc_otg-Choose-appropriate-IRQ-handover-strategy.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0475-usb-xhci-Disable-the-XHCI-5-second-timeout.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0476-usb-xhci-Show-that-the-VIA-VL805-supports-LPM.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0477-spi-bcm2835-enable-shared-interrupt-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0478-drivers-char-add-chardev-for-mmap-ing-Argon-control-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0479-clk-bcm2835-Don-t-wait-for-pllh-lock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0480-bcm2835-pm-Move-bcm2835-watchdog-s-DT-probe-to-an-MF.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0481-soc-bcm-bcm2835-pm-Add-support-for-power-domains-und.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0482-soc-bcm-bcm2835-pm-Fix-PM_IMAGE_PERI-power-domain-su.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0483-soc-bcm-bcm2835-pm-Fix-error-paths-of-initialization.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0484-soc-bcm-bcm2835-pm-Add-support-for-2711.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0485-drm-expand-drm_syncobj_find_fence-to-support-timelin.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0486-drm-v3d-Fix-a-use-after-free-race-accessing-the-sche.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0487-drm-v3d-Add-a-little-debugfs-entry-for-measuring-the.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0488-drm-v3d-Update-a-comment-about-what-uses-v3d_job_dep.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0489-drm-v3d-Clean-up-the-reservation-object-setup.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0490-drm-v3d-Add-support-for-submitting-jobs-to-the-TFU.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0491-drm-v3d-Drop-the-dev-argument-to-lock-unlock-of-BO-r.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0492-drm-v3d-Add-missing-fence-timeline-name-for-TFU.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0493-drm-v3d-Add-more-tracepoints-for-V3D-GPU-rendering.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0494-drm-v3d-Drop-unused-v3d_flush_caches.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0495-drm-v3d-Don-t-bother-flushing-L1TD-at-job-start.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0496-drm-v3d-Drop-the-wait-for-L2T-flush-to-complete.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0497-drm-v3d-Stop-trying-to-flush-L2C-on-V3D-3.3.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0498-drm-v3d-Invalidate-the-caches-from-the-outside-in.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0499-drm-v3d-Fix-BO-stats-accounting-for-dma-buf-imported.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0500-drm-v3d-Update-top-level-kerneldoc-for-the-addition-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0501-drm-vc4-Fix-oops-at-boot-with-firmwarekms-on-4.19.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0502-drm-v3d-Add-support-for-V3D-v4.2.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0503-drm-v3d-Don-t-try-to-set-OVRTMUOUT-on-V3D-4.x.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0504-drm-v3d-Make-sure-the-GPU-is-on-when-measuring-clock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0505-drm-v3d-Add-support-for-2711.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0506-drm-v3d-Skip-MMU-flush-if-the-device-is-currently-of.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0507-drm-v3d-Hook-up-the-runtime-PM-ops.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0508-drm-v3d-HACK-gut-runtime-pm-for-now.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0509-drm-v3d-Update-to-upstream-IRQ-code.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0510-drm-v3d-Rename-the-fence-signaled-from-IRQs-to-irq_f.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0511-drm-v3d-Refactor-job-management.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0512-drm-v3d-Add-missing-implicit-synchronization.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0513-drm-vc4-Fix-synchronization-firmwarekms-against-GL-r.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0514-drm-vc4-Make-sure-that-vblank-waits-work-without-v3d.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0515-drm-vc4-Expose-the-format-modifiers-for-firmware-kms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0516-drm-vc4-Fix-vblank-timestamping-for-firmwarekms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0517-gpu-vc4-fkms-Switch-to-the-newer-mailbox-frame-buffe.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0518-drm-vc4-Add-an-overlay-plane-to-vc4-firmware-kms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0519-drm-vc4-Increase-max-screen-size-to-4096x4096.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0520-drm-vc4-Add-support-for-multiple-displays-to-fkms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0521-drm-vc4-Fix-build-warning.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0522-drm-vc4-Select-display-to-blank-during-initialisatio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0523-drm-vc4-Remove-now-unused-structure.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0524-drm-vc4-Query-the-display-ID-for-each-display-in-FKM.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0525-drm-vc4-Set-the-display-number-when-querying-the-dis.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0526-drm-vc4-Need-to-call-drm_crtc_vblank_-on-off-from-vc.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0527-drm-vc4-Add-support-for-H-V-flips-on-each-plane-for-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0528-drm-vc4-Remove-unused-vc4_fkms_cancel_page_flip-func.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0529-drm-vc4-Iterate-over-all-planes-in-vc4_crtc_-dis-en-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0530-drm-vc4-Bring-fkms-into-line-with-kms-in-blocking-do.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0531-drm-vc4-Increase-max_width-height-to-7680.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0532-drm-vc4-FKMS-reads-the-EDID-from-fw-and-supports-mod.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0533-clk-bcm2835-Add-support-for-setting-leaf-clock-rates.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0534-clk-bcm2835-Allow-reparenting-leaf-clocks-while-they.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0535-drm-v3d-Add-support-for-compute-shader-dispatch.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0536-drm-v3d-Clock-V3D-down-when-not-in-use.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0537-drm-vc4-firmware-kms-Remove-incorrect-overscan-suppo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0538-drm-vc4-Log-flags-in-fkms-mode-set.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0539-drm-vc4-firmware-kms-Fix-DSI-display-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0540-drm-vc4-Probe-DPI-DSI-timings-from-the-firmware.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0541-drm-vc4-handle-the-case-where-there-are-no-available.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0542-drm-vc4-Support-the-VEC-in-FKMS.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0543-drm-vc4-Fixup-typo-when-setting-HDMI-aspect-ratio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0544-drm-vc4-Correct-SAND-support-for-FKMS.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0545-drm-vc4-fkms-to-query-the-VPU-for-HDMI-clock-limits.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0546-drm-vc4-Max-resolution-of-7680-is-conditional-on-bei.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0547-staging-vc-sm-cma-Remove-obsolete-comment-and-make-f.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0548-staging-vc-sm-cma-Add-in-allocation-for-VPU-requests.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0549-staging-vc-sm-cma-Update-TODO.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0550-staging-vc-sm-cma-Add-in-userspace-allocation-API.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0551-staging-vcsm-cma-Add-cache-control-ioctls.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0552-staging-vcsm-cma-Alter-dev-node-permissions-to-0666.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0553-staging-vcsm-cma-Drop-logging-level-on-messages-in-v.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0554-staging-vcsm-cma-Fixup-the-alloc-code-handling-of-ke.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0555-Pulled-in-the-multi-frame-buffer-support-from-the-Pi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0556-ARM-dts-bcm283x-Move-BCM2835-6-7-specific-to-bcm2835.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0557-ARM-dts-Add-bcm2711-rpi-4-b.dts-and-components.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0558-overlays-Add-i2c3-6-and-uart2-5-overlays.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0559-spi-devicetree-add-overlays-for-spi-3-to-6.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0560-overlays-Add-the-spi-gpio40-45-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0561-config-Permit-LPAE-and-PCIE_BRCMSTB-on-BCM2835.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0562-2711-Add-basic-64-bit-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0563-ARM-dts-bcm283x-Correct-vchiq-compatible-string-2840.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0564-arm-dts-Change-downstream-vchiq-compatible-string.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0565-bcm2835-dma-Add-proper-40-bit-DMA-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0566-BCM270X_DT-Leave-bulk-channel-in-dma-channel-mask.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0567-SQUASH-bcm2835-dma-Remove-debugging.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0568-dts-Include-CSI-lane-config-for-csi1.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0569-drm-vc4-Fix-T-format-modifiers-in-FKMS.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0570-bcm2711-dts-Disable-the-v3d-node-by-default.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0571-drm-vc4-Remove-340MHz-clock-limit-from-FKMS-now-scra.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0572-usb-add-plumbing-for-updating-interrupt-endpoint-int.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0573-xhci-implement-xhci_fixup_endpoint-for-interval-adju.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0574-usbhid-call-usb_fixup_endpoint-after-mangling-interv.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0575-drm-vc4-Add-status-of-which-display-is-updated-throu.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0576-drm-vc4-In-FKMS-look-at-the-modifiers-correctly-for-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0577-arm-dts-Fix-Pi4-PWR-LED-configuration.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0578-bcm2838.dtsi-Correct-gic400-memory-address-ranges.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0579-staging-vchiq-Use-the-old-dma-controller-for-OF-conf.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0580-drm-vc4-Limit-fkms-to-modes-85Hz.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0581-arm-bcm2835-Add-bcm2838-compatible-string.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0582-arm-dts-Improve-the-bcm27xx-inclusion-hierarchy.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0583-arm-dts-First-draft-of-upstream-Pi4-DTS.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0584-overlays-Fix-compatible-string-for-ds1307-RTC.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0585-overlays-Fix-further-maxim-ds1307-references.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0586-overlays-Cosmetic-change-to-upstream-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0587-w1-ds2805-rename-w1_family-struct-fixing-c-p-typo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0588-w1-ds2413-output_write-cosmetic-fixes-simplify.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0589-w1-ds2413-add-retry-support-to-state_read.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0590-w1-ds2413-when-the-slave-is-not-responding-during-re.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0591-w1-ds2413-fix-state-byte-comparision.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0592-drm-vc4_dsi-Fix-DMA-channel-and-memory-leak-in-vc4-3.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0593-video-bcm2708_fb-Revert-cma-allocation-attempt.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0594-drm-vc4-Add-support-for-color-encoding-on-YUV-planes.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0595-arm-dts-Add-coherent_pool-1M-to-Pi-4-bootargs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0596-overlays-Correct-gpio-fan-gpio-flags-for-4.19.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0597-staging-vcsm-cma-Remove-cache-manipulation-ioctl-fro.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0598-staging-vcsm-cma-Rework-to-use-dma-APIs-not-CMA.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0599-staging-vc-sm-cma-Fix-the-few-remaining-coding-style.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0600-media-videodev2.h-add-new-capabilities-for-buffer-ty.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0601-media-vb2-set-reqbufs-create_bufs-capabilities.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0602-media-vb2-Allow-reqbufs-0-with-in-use-MMAP-buffers.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0603-overlays-Add-real-parameters-to-the-rpi-poe-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0604-overlays-Rename-pi3-overlays-to-be-less-model-specif.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0605-i2c-bcm2835-Move-IRQ-request-after-clock-code-in-pro.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0606-i2c-bcm2835-Ensure-clock-exists-when-probing.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0607-overlays-i2c-gpio-Fix-the-bus-parameter.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0608-tty-amba-pl011-Make-TX-optimisation-conditional.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0609-xhci-add-quirk-for-host-controllers-that-don-t-updat.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0610-i2c-bcm2835-Set-clock-stretch-timeout-to-35ms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0611-arm64-bcm2835-Add-missing-dependency-on-MFD_CORE.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0612-overlays-Add-PCF2129-RTC.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0613-overlays-dpi18-and-dpi24-vc4-compatibility.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0614-overlays-Add-i2c0-and-i2c1-for-regularity.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0615-Pisound-Remove-spinlock-usage-around-spi_sync.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0616-arm64-mm-Limit-the-DMA-zone-for-arm64.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0617-drm-vc4-Query-firmware-for-custom-HDMI-mode.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0618-drm-vc4-Pass-the-drm-vrefresh-to-the-firmware-on-mod.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0619-overlays-audremap-Support-GPIOs-18-19.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0620-drm-connector-Fix-drm_mode_create_tv_properties-doc.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0621-drm-connector-Clarify-the-unit-of-TV-margins.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0622-drm-connector-Allow-creation-of-margin-props-alone.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0623-drm-vc4-Take-margin-setup-into-account-when-updating.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0624-drm-vc4-Attach-margin-props-to-the-HDMI-connector.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0625-drm-vc4-Add-support-for-margins-to-fkms.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0626-drm-vc4-Ensure-zpos-is-always-initialised.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0627-dts-bcm2838-add-missing-properties-for-pmu-and-gic-n.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0628-adds-the-Hifiberry-DAC-ADC-PRO-version.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0629-codecs-Correct-Katana-minimum-volume.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0630-drm-vc4-A-present-but-empty-dmas-disables-audio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0631-overlays-Add-audio-parameter-to-vc4-kms-v3d.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0632-overlays-Update-the-upstream-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0633-Fixup-FKMS-interrupt-handing-for-non-existent-displa.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0634-drivers-char-Use-correct-name-for-the-Raspberry-Pi-v.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0635-driver-char-rpivid-also-support-legacy-name.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0636-hid-usb-Add-device-quirks-for-Freeway-Airmouse-T3-an.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0637-drm-vc4-Add-Broadcast-RGB-connector-property.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0638-drm-connector-Add-documentation-for-drm_cmdline_mode.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0639-drm-modes-Rewrite-the-command-line-parser.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0640-drm-modes-Support-modes-names-on-the-command-line.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0641-drm-modes-Allow-to-specify-rotation-and-reflection-o.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0642-drm-connector-Introduce-a-TV-margins-structure.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0643-drm-modes-Parse-overscan-properties.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0644-drm-atomic-Add-a-function-to-reset-connector-TV-prop.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0645-drm-vc4-hdmi-Set-default-state-margin-at-reset.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0646-drm-vc4-fkms-Set-default-state-margin-at-reset.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0647-drm-modes-Don-t-apply-cmdline-s-rotation-if-it-wasn-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0648-staging-bcm2835-codec-switch-to-multi-planar-API.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0649-staging-bcm2835-codec-implement-V4L2_CID_MIN_BUFFERS.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0650-staging-bcm2835-codec-set-device_caps-in-struct-vide.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0651-Add-HDMI1-facility-to-the-driver.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0652-overlays-Add-baudrate-parameter-to-i2c3-i2c6.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0653-drm-vc4-Resolve-the-vblank-warnings-on-mode-switchin.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0654-drm-vc4-Remove-unused-mode-variable.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0655-staging-bcm2835-codec-Expand-logging-on-format-setti.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0656-staging-bcm2835-codec-Correct-bytesperline-on-format.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0657-drm-vc4-Add-missing-NULL-check-to-vc4_crtc_consume_e.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0658-net-bcmgenet-Workaround-2-for-Pi4-Ethernet-fail.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0659-drm-vc4-Fix-TILE_Y_OFFSET-definitions.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0660-drm-vc4-Define-missing-PITCH0_SINK_PIX-field.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0661-drm-vc4-Use-drm_atomic_helper_check_plane_state-to-s.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0662-drm-vc4-Move-offsets-adjustment-out-of-setup_clippin.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0663-drm-vc4-Fix-X-Y-positioning-of-planes-using-T_TILES-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0664-drm-vc4-Fix-NULL-pointer-dereference-in-the-async-up.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0665-ARM-dts-bcm2711-rpi-4-b-I2C-aliases-and-pulls.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0666-xhci-Use-more-event-ring-segment-table-entries.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0667-dwc_otg-use-align_buf-for-small-IN-control-transfers.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0668-Ported-pcie-brcmstb-bounce-buffer-implementation-to-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0669-configs-arm64-vcm2711-Enable-V3D.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0670-overlays-sc16ic752-i2c-Fix-xtal-parameter.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0671-vc-sm-cma-Fix-compatibility-ioctl.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0672-staging-bcm2835-codec-add-support-for-V4L2_CID_MPEG_.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0673-staging-bcm2835-codec-remove-unnecessary-padding-on-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0674-arm-dts-add-missing-Raspberry-Pi-model-names.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0675-arch-arm-Add-model-string-to-cpuinfo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0676-arch-arm64-Add-Revision-Serial-Model-to-cpuinfo.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0677-media-dt-bindings-Add-binding-for-the-Sony-IMX219-se.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0678-media-i2c-Add-driver-for-Sony-IMX219-sensor.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0679-dtoverlays-Add-overlay-for-the-Sony-IMX219-image-sen.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0680-staging-bcm2835-codec-Fix-non-documentation-comment-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0681-staging-bcm2835-codec-Fix-declaration-of-roles.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0682-staging-bcm2835-codec-Add-role-to-device-name.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0683-staging-bcm2835-codec-Pass-driver-context-to-create-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0684-staging-bcm2835-codec-add-media-controller-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0685-media-bcm2835-unicam-Reduce-scope-of-local-function.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0686-media-bcm2835-unicam-add-media-controller-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0687-Limit-max_req_size-under-arm64-or-any-other-platform.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0688-Add-missing-dma_unmap_sg-calls-to-free-relevant-swio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0689-overlays-mcp23017-rename-the-GPIO-pins-node-with-the.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0690-overlays-mcp23017-Add-option-for-not-connecting-the-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0691-v4l2-Add-a-Greyworld-AWB-mode.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0692-staging-bcm2835-camera-Add-greyworld-AWB-mode.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0693-PCI-brcmstb-Fix-compilation-warning.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0694-drm-vc4-Fix-for-margins-in-composite-SDTV-mode-3223.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0695-Add-Hifiberry-DAC-DSP-soundcard-driver-3224.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0696-staging-bcm2835-codec-Allow-height-of-1920.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0697-staging-bcm2835-codec-Correct-g-s_selection-API-MPLA.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0698-regulator-gpio-Allow-nonexclusive-GPIO-access.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0699-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0700-Fix-poll-rate-on-touchscreen-3238.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0701-dts-Add-DTS-for-Pi-2B-rev-1.2-with-BCM2837-3235.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0702-drm-v3d-clean-caches-at-the-end-of-render-jobs-on-re.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0703-staging-bcm2835-audio-Fix-draining-behavior-regressi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0704-bcm2708_fb-Fix-layout-of-struct-vc4_display_settings.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0705-ARM-dts-bcm283x-Fix-DTC-warning-for-memory-node.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0706-ARM-dts-bcm27xx-Fix-DTC-warning-for-memory-node.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0707-ARM-bcm283x-Enable-DMA-support-for-SPI-controller.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0708-ARM-dts-bcm2835-rpi-Drop-unnecessary-address-cells-s.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0709-ARM-dts-bcm2708-rpi-Define-the-downstream-MMC-interf.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0710-ARM-dts-bcm283x-Define-MMC-interfaces-at-board-level.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0711-ARM-dts-bcm2835-rpi-zero-w-Fix-bus-width-of-sdhci.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0712-ARM-dts-bcm2708-rpi-Define-the-downstream-HDMI-power.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0713-ARM-dts-bcm283x-Enable-HDMI-at-board-level.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0714-clk-bcm2835-Introduce-SoC-specific-clock-registratio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0715-clk-bcm2835-Add-BCM2711_CLOCK_EMMC2-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0716-ARM-bcm-Switch-board-clk-and-pinctrl-to-bcm2711-comp.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0717-pinctrl-bcm2835-Switch-to-SPDX-identifier.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0718-pinctrl-bcm2835-declare-pin-config-as-generic.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0719-pinctrl-bcm2835-Direct-GPIO-config-changes-to-generi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0720-pinctrl-bcm2835-Add-support-for-BCM2711-pull-up-func.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0721-Rename-HDMI-ALSA-device-names-check-for-enable-state.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0722-pcie-brcmstb-bounce64.c-dev_err-dev_info-for-info-me.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0723-overlays-gpio-shutdown-Add-debounce-parameter.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0724-overlays-fix-compatible-for-RPi4.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0725-bcm2711-Retain-support-for-old-dtbs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0726-media-bcm2835-unicam-Add-support-for-raw14-formats.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0727-media-bcm2835-unicam-Rework-to-not-cache-the-list-of.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0728-media-bcm2835-unicam-Support-unpacking-CSI-format-to.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0729-media-bcm2835-unicam-Add-support-for-luma-greyscale-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0730-drm-vc4-Add-support-for-YUV-color-encodings-and-rang.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0731-drm-vc4-Fix-negative-X-Y-positioning-on-SAND-planes.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0732-drm-vc4-Add-support-for-H-V-flips.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0733-drm-vc4-Correct-handling-of-rotation-parameter-in-fk.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0734-overlays-Add-w5500-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0735-media-bcm2835-unicam-Replace-hard-coded-loop-limit-w.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0736-media-bcm2835-unicam-Fix-one-to-many-mapping-for-YUY.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0737-dt-bindings-Add-binding-for-the-Infineon-IRS1125-sen.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0738-media-i2c-Add-a-driver-for-the-Infineon-IRS1125-dept.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0739-dtoverlays-Add-an-overlay-for-the-Infineon-IRS1125.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0740-rpi-wm8804-soundcard-Fixed-MCLKDIV-for-Allo-Digione.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0741-dts-bcm2838-Disable-DWC-OTG-block-by-default.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0742-staging-bcm2835-codec-Add-support-for-ENUM_FRAMESIZE.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0743-staging-bcm2835-codec-Correct-buffer-type-check-on-G.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0744-staging-bcm2835-codec-Set-default-and-error-check-ti.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0745-staging-bcm2835-codec-Fix-imbalance-in-dma_buf_get-d.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0746-drm-vc4-Added-calls-for-firmware-display-blank-unbla.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0747-rpi-poe-fan-fix-def_pwm1-writes.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0748-net-phy-bcm54xx-Encode-link-speed-and-activity-into-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0749-net-phy-2711-Allow-ethernet-LED-mode-to-be-set-via-d.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0750-overlays-smi-fix-typo-in-comment-3320.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0751-net-phy-2711-Change-the-default-ethernet-LED-actions.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0752-overlays-README-Remove-trailing-whitespace.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0753-overlays-Add-apds9960-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0754-arm-dts-overlays-pitft35-resistive-add-upstream-comp.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0755-clk-bcm2835-Avoid-null-pointer-exception.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0756-v3d_drv-Handle-missing-clock-more-gracefully.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0757-cpufreq-scpi-scmi-Fix-freeing-of-dynamic-OPPs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0758-clk-bcm283x-add-driver-interfacing-with-Raspberry-Pi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0759-cpufreq-add-driver-for-Raspberry-Pi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0760-firmware-raspberrypi-register-clk-device.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0761-clk-raspberrypi-register-platform-device-for-raspber.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0762-clk-bcm2835-remove-pllb.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0763-v3d_drv-Allow-clock-retrieval-by-name.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0764-v3d_gem-Kick-the-clock-so-firmware-knows-we-are-usin.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0765-clk-raspberrypi-Allow-cpufreq-driver-to-also-adjust-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0766-clk-raspberrypi-Also-support-v3d-clock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0767-clk-bcm2835-Disable-v3d-clock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0768-fixup-clk-raspberrypi-Also-support-v3d-clock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0769-fixup-clk-raspberrypi-Also-support-v3d-clock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0770-raspberrypi-cpufreq-Only-report-integer-pll-divisor-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0771-fixup-clk-raspberrypi-Also-support-v3d-clock.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0772-arm-dts-Correct-Pi-4B-LED-values.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0773-drm-v3d-Set-dma_mask-as-well-as-coherent_dma_mask.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0774-arm-dts-2711-Add-pcie0-alias.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0775-spidev-Completely-disable-the-DT-warning.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0776-drm-vc4-Disable-V3D-interactions-if-the-v3d-componen.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0777-sound-soc-only-first-codec-is-master-in-multicodec-s.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0778-Allow-simultaneous-use-of-JustBoom-DAC-and-Digi.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0779-dwc_otg-checking-the-urb-transfer_buffer-too-early-3.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0780-overlays-Make-mcp342x-run-time-compatible.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0781-overlays-dht11-Allow-multiple-instantiation.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0782-overlays-i2c-rtc-Add-pcf85363-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0783-pinctrl-bcm2835-Remove-gpiochip-on-error.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0784-pinctrl-bcm2835-Change-init-order-for-gpio-hogs.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0785-Pisound-MIDI-communication-fixes-for-scaled-down-CPU.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0786-leds-pca963x-Fix-open-drain-initialization.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0787-add-BME680-to-i2c-sensor-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0788-dwc_otg-constrain-endpoint-max-packet-and-transfer-s.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0789-dwc_otg-fiq_fsm-pause-when-cancelling-split-transact.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0790-dwc_otg-fiq_fsm-add-a-barrier-on-entry-into-FIQ-hand.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0791-Add-universal-device-tree-overlay-for-SPI-devices.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0792-sound-Add-the-HiFiBerry-DAC-HD-version.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0793-Initialise-rpi-firmware-before-clk-bcm2835.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0794-Fix-master-mode-settings-of-HiFiBerry-DAC-ADC-PRO-ca.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0795-overlays-Use-preferred-compatible-strings.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0796-tty-amba-pl011-Add-un-throttle-support.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0797-Fix-i2c-pwm-pca9685a-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0798-adds-LED-OFF-feature-to-HiFiBerry-DAC-ADC-PRO-sound-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0799-adds-LED-OFF-feature-to-HiFiBerry-DAC-ADC-sound-card.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0800-adds-LED-OFF-feature-to-HiFiBerry-DAC-DAC-PRO-sound-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0801-pisound-Added-reading-Pisound-board-hardware-revisio.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0802-mmc-sdhci-iproc-Fix-vmmc-regulators-on-iProc.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0803-ARM-dts-Declare-RPi-4B-SD-card-power-regulator.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0804-pcie-brcmstb-Bounce-buffer-support-is-for-BCM2711B0.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0805-bcm2838.dtsi-Use-BCM2711-PCIe-compatible-string.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0806-ARM-dts-Remove-bcm2838-rpi-4-b.dts.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0807-tty-amba-pl011-Avoid-rare-write-when-full-error.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0808-usb-xhci-Raspberry-Pi-FW-loader-for-VIA-VL805.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0809-overlays-Correct-the-eth_led-colour-assignments.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0810-overlays-Remove-hack-from-uart0-overlay.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0811-ARM-dts-Add-sd_poll_once-dtparam-to-bcm283x-2711.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0812-overlays-Add-ssd1306-spi-overlay-3440.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0813-overlays-Add-sh1106-spi-and-ssd1351-spi-overlays-344.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0814-overlays-dwc2-Increase-RX-FIFO-size.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0815-overlays-Fix-mcp23017-s-addr-parameter.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0816-overlays-fix-sh1106-spi-ssd1306-spi-and-ssd1351-spi-.patch [new file with mode: 0644]
target/linux/bcm27xx/patches-4.19/950-0817-Fix-a-sh1106-spi-ssd1306-spi-ssd1351-spi-overlays.patch [new file with mode: 0644]
target/linux/brcm2708/Makefile [deleted file]
target/linux/brcm2708/base-files/etc/board.d/02_network [deleted file]
target/linux/brcm2708/base-files/etc/diag.sh [deleted file]
target/linux/brcm2708/base-files/etc/inittab [deleted file]
target/linux/brcm2708/base-files/lib/preinit/05_set_preinit_iface_brcm2708 [deleted file]
target/linux/brcm2708/base-files/lib/preinit/79_move_config [deleted file]
target/linux/brcm2708/base-files/lib/upgrade/keep.d/platform [deleted file]
target/linux/brcm2708/base-files/lib/upgrade/platform.sh [deleted file]
target/linux/brcm2708/bcm2708/config-4.19 [deleted file]
target/linux/brcm2708/bcm2708/target.mk [deleted file]
target/linux/brcm2708/bcm2709/config-4.19 [deleted file]
target/linux/brcm2708/bcm2709/target.mk [deleted file]
target/linux/brcm2708/bcm2710/config-4.19 [deleted file]
target/linux/brcm2708/bcm2710/target.mk [deleted file]
target/linux/brcm2708/bcm2711/config-4.19 [deleted file]
target/linux/brcm2708/bcm2711/target.mk [deleted file]
target/linux/brcm2708/image/Makefile [deleted file]
target/linux/brcm2708/image/cmdline.txt [deleted file]
target/linux/brcm2708/image/config.txt [deleted file]
target/linux/brcm2708/image/distroconfig.txt [deleted file]
target/linux/brcm2708/image/gen_rpi_sdcard_img.sh [deleted file]
target/linux/brcm2708/modules.mk [deleted file]
target/linux/brcm2708/modules/hwmon.mk [deleted file]
target/linux/brcm2708/modules/i2c.mk [deleted file]
target/linux/brcm2708/modules/other.mk [deleted file]
target/linux/brcm2708/modules/sound.mk [deleted file]
target/linux/brcm2708/modules/spi.mk [deleted file]
target/linux/brcm2708/modules/video.mk [deleted file]
target/linux/brcm2708/patches-4.19/950-0001-arm-partially-revert-702b94bff3c50542a6e4ab9a4f4cef0.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0002-smsx95xx-fix-crimes-against-truesize.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0003-smsc95xx-Experimental-Enable-turbo_mode-and-packetsi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0004-Allow-mac-address-to-be-set-in-smsc95xx.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0005-Protect-__release_resource-against-resources-without.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0006-irq-bcm2836-Prevent-spurious-interrupts-and-trap-the.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0007-irq-bcm2836-Avoid-Invalid-trigger-warning.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0008-irqchip-bcm2835-Add-FIQ-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0009-irqchip-irq-bcm2835-Add-2836-FIQ-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0010-spi-bcm2835-Support-pin-groups-other-than-7-11.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0011-spi-bcm2835-Disable-forced-software-CS.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0012-spi-bcm2835-Remove-unused-code.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0013-dmaengine-bcm2835-Load-driver-early-and-support-lega.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0014-firmware-Updated-mailbox-header.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0015-rtc-Add-SPI-alias-for-pcf2123-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0016-watchdog-bcm2835-Support-setting-reboot-partition.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0017-reboot-Use-power-off-rather-than-busy-spinning-when-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0018-bcm-Make-RASPBERRYPI_POWER-depend-on-PM.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0019-Register-the-clocks-early-during-the-boot-process-so.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0020-bcm2835-rng-Avoid-initialising-if-already-enabled.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0021-kbuild-Ignore-dtco-targets-when-filtering-symbols.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0022-clk-bcm2835-Mark-used-PLLs-and-dividers-CRITICAL.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0023-clk-bcm2835-Add-claim-clocks-property.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0024-clk-bcm2835-Read-max-core-clock-from-firmware.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0025-clk-bcm2835-Mark-GPIO-clocks-enabled-at-boot-as-crit.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0026-sound-Demote-deferral-errors-to-INFO-level.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0027-Update-vfpmodule.c.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0028-i2c-bcm2835-Add-debug-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0029-mm-Remove-the-PFN-busy-warning.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0030-ASoC-Add-prompt-for-ICS43432-codec.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0031-irqchip-irq-bcm2836-Remove-regmap-and-syscon-use.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0032-lan78xx-Enable-LEDs-and-auto-negotiation.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0033-amba_pl011-Don-t-use-DT-aliases-for-numbering.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0034-amba_pl011-Round-input-clock-up.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0035-amba_pl011-Insert-mb-for-correct-FIFO-handling.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0036-amba_pl011-Add-cts-event-workaround-DT-property.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0037-pinctrl-bcm2835-Set-base-to-0-give-expected-gpio-num.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0038-Main-bcm2708-bcm2709-linux-port.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0039-Add-dwc_otg-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0040-bcm2708-framebuffer-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0041-Speed-up-console-framebuffer-imageblit-function.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0042-dmaengine-Add-support-for-BCM2708.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0043-MMC-added-alternative-MMC-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0044-Adding-bcm2835-sdhost-driver-and-an-overlay-to-enabl.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0045-vc_mem-Add-vc_mem-driver-for-querying-firmware-memor.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0046-vcsm-VideoCore-shared-memory-service-for-BCM2835.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0047-Add-dev-gpiomem-device-for-rootless-user-GPIO-access.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0048-Add-SMI-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0049-MISC-bcm2835-smi-use-clock-manager-and-fix-reload-is.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0050-Add-SMI-NAND-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0051-Add-cpufreq-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0052-Add-Chris-Boot-s-i2c-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0053-char-broadcom-Add-vcio-module.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0054-firmware-bcm2835-Support-ARCH_BCM270x.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0055-scripts-Add-mkknlimg-and-knlinfo-scripts-from-tools-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0056-BCM2708-Add-core-Device-Tree-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0057-BCM270x_DT-Add-pwr_led-and-the-required-input-trigge.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0058-fbdev-add-FBIOCOPYAREA-ioctl.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0059-Added-Device-IDs-for-August-DVB-T-205.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0060-rpi-ft5406-Add-touchscreen-driver-for-pi-LCD-display.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0061-Improve-__copy_to_user-and-__copy_from_user-performa.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0062-gpio-poweroff-Allow-it-to-work-on-Raspberry-Pi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0063-mfd-Add-Raspberry-Pi-Sense-HAT-core-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0064-ASoC-pcm512x-implement-set_tdm_slot-interface.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0065-ASoC-Add-support-for-Rpi-DAC.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0066-Add-IQaudIO-Sound-Card-support-for-Raspberry-Pi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0067-Added-support-for-HiFiBerry-DAC.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0068-Added-driver-for-HiFiBerry-Amp-amplifier-add-on-boar.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0069-Add-driver-for-rpi-proto.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0070-Add-Support-for-JustBoom-Audio-boards.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0071-New-AudioInjector.net-Pi-soundcard-with-low-jitter-a.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0072-New-driver-for-RRA-DigiDAC1-soundcard-using-WM8741-W.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0073-Add-support-for-Dion-Audio-LOCO-DAC-AMP-HAT.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0074-Allo-Piano-DAC-boards-Initial-2-channel-stereo-suppo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0075-Add-support-for-Allo-Piano-DAC-2.1-plus-add-on-board.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0076-Add-support-for-Allo-Boss-DAC-add-on-board-for-Raspb.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0077-Support-for-Blokas-Labs-pisound-board.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0078-ASoC-Add-driver-for-Cirrus-Logic-Audio-Card.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0079-sound-Support-for-Dion-Audio-LOCO-V2-DAC-AMP-HAT.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0080-Add-support-for-Fe-Pi-audio-sound-card.-1867.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0081-Add-support-for-the-AudioInjector.net-Octo-sound-car.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0082-Driver-support-for-Google-voiceHAT-soundcard.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0083-Driver-and-overlay-for-Allo-Katana-DAC.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0084-ASoC-Add-generic-RPI-driver-for-simple-soundcards.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0085-ASoC-Add-Kconfig-and-Makefile-for-sound-soc-bcm.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0086-ASoC-Create-a-generic-Pi-Hat-WM8804-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0087-rpi_display-add-backlight-driver-and-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0088-bcm2835-virtgpio-Virtual-GPIO-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0089-OF-DT-Overlay-configfs-interface.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0090-hci_h5-Don-t-send-conf_req-when-ACTIVE.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0091-Add-arm64-configuration-and-device-tree-differences..patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0092-ARM64-DWC_OTG-Port-dwc_otg-driver-to-ARM64.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0093-ARM64-Round-Robin-dispatch-IRQs-between-CPUs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0094-ARM64-Force-hardware-emulation-of-deprecated-instruc.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0095-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0096-cache-export-clean-and-invalidate.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0097-AXI-performance-monitor-driver-2222.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0098-mcp2515-Use-DT-supplied-interrupt-flags.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0099-Tidy-up-of-the-ft5406-driver-to-use-DT-2189.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0100-ARM-bcm2835-Set-Serial-number-and-Revision.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0101-ARM-Activate-FIQs-to-avoid-__irq_startup-warnings.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0102-serial-8250-bcm2835aux-suppress-EPROBE_DEFER.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0103-raspberrypi-firmware-Export-the-general-transaction-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0104-drm-vc4-Add-a-mode-for-using-the-closed-firmware-for.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0105-drm-vc4-Name-the-primary-and-cursor-planes-in-fkms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0106-drm-vc4-Add-DRM_DEBUG_ATOMIC-for-the-insides-of-fkms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0107-drm-vc4-Fix-sending-of-page-flip-completion-events-i.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0108-drm-vc4-Add-support-for-setting-DPMS-in-firmwarekms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0109-drm-vc4-Add-FB-modifier-support-to-firmwarekms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0110-drm-vc4-Add-missing-enable-disable-vblank-handlers-i.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0111-vc4_fkms-Apply-firmware-overscan-offset-to-hardware-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0112-drm-vc4-Fix-warning-about-vblank-interrupts-before-D.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0113-drm-vc4-Skip-SET_CURSOR_INFO-when-the-cursor-content.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0114-drm-vc4-Remove-duplicate-primary-cursor-fields-from-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0115-vc4_firmware_kms-fix-build.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0116-hack-cache-Fix-linker-error.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0117-i2c-gpio-Also-set-bus-numbers-from-reg-property.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0118-sound-bcm-Fix-memset-dereference-warning.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0119-added-capture_clear-option-to-pps-gpio-via-dtoverlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0120-lan78xx-Read-initial-EEE-status-from-DT.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0121-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0122-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0123-Add-ability-to-export-gpio-used-by-gpio-poweroff.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0124-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0125-irqchip-irq-bcm2835-Calc.-FIQ_START-at-boot-time.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0126-of-configfs-Use-of_overlay_fdt_apply-API-call.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0127-net-lan78xx-Disable-TCP-Segmentation-Offload-TSO.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0128-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0129-staging-vc04_services-Derive-g_cache_line_size.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0130-Add-rpi-poe-fan-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0131-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0132-vchiq_2835_arm-Implement-a-DMA-pool-for-small-bulk-t.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0133-BCM2708_DT-Use-upstreamed-GPIO-expander-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0134-overlays-Fix-a-few-dtc-warnings.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0135-bcm2708-rpi-Disable-txp-interrupt-unless-using-vc4-k.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0136-hwmon-raspberrypi-Prevent-voltage-low-warnings-from-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0137-firmware-raspberrypi-Add-backward-compatible-get_thr.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0138-sc16is7xx-Don-t-spin-if-no-data-received.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0139-Add-device-tree-overlay-for-HD44780.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0140-overlays-Add-addr-parameter-to-i2c-rtc-gpio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0141-ARM-BCM270X-Add-the-18-bit-DPI-pinmux-to-the-RPI-DTs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0142-overlays-Add-an-overlay-for-the-Adafruit-Kippah-with.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0143-overlays-Remove-stale-notes-about-vc4-s-CMA-alignmen.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0144-spi-Make-GPIO-CSs-honour-the-SPI_NO_CS-flag.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0145-devicetree-add-RPi-CM3-dts-to-arm64-mimic-the-RPi-3B.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0146-Add-support-for-audioinjector.net-ultra-soundcard.-2.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0147-ASoC-cs4265-Add-a-S-PDIF-enable-switch.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0148-ASoC-cs4265-Add-native-32bit-I2S-transport.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0149-BCM270X_DT-Add-gpio-fan-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0150-HID-hid-bigbenff-driver-for-BigBen-Interactive-PS3OF.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0151-ASoC-cs4265-Add-a-MIC-pre.-route-2696.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0152-Update-gpio-fan-overlay.dts-2711.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0153-drivers-thermal-step_wise-add-support-for-hysteresis.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0154-drivers-thermal-step_wise-avoid-throttling-at-hyster.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0155-hwmon-adjust-rpi-poe-fan-overlay-trip-points.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0156-overlays-add-overrides-for-PoE-HAT-fan-control.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0157-overlays-Add-gpio-no-bank0-irq-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0158-Add-hy28b-2017-model-device-tree-overlay-2721.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0159-mmc-bcm2835-sdhost-Recover-from-MMC_SEND_EXT_CSD.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0160-overlays-pi3-disable-bt-Clear-out-bt_pins-node.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0161-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0162-overlays-uart0-return-GPIOs-14-and-15-to-inputs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0163-mmc-bcm2835-sdhost-Fix-warnings-on-arm64.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0164-Fix-warning-in-bcm2835-smi-nand.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0165-media-ov5647-Add-set_fmt-and-get_fmt-calls.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0166-media-Documentation-DT-add-device-tree-for-PWDN-cont.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0167-media-ov5647-Add-support-for-PWDN-GPIO.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0168-media-ov5647-Add-support-for-non-continuous-clock-mo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0169-media-tc358743-Increase-FIFO-level-to-374.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0170-media-tc358743-fix-connected-active-CSI-2-lane-repor.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0171-media-tc358743-Add-support-for-972Mbit-s-link-freq.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0172-media-tc358743-Check-I2C-succeeded-during-probe.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0173-media-adv7180-Default-to-the-first-valid-input.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0174-media-adv7180-Add-YPrPb-support-for-ADV7282M.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0175-media-videodev2-Add-helper-defines-for-printing-FOUR.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0176-dt-bindings-Document-BCM283x-CSI2-CCP2-receiver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0177-media-bcm2835-unicam-Driver-for-CCP2-CSI2-camera-int.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0178-media-adv7180-Nasty-hack-to-allow-input-selection.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0179-BCM283x-DT-Add-CSI-nodes-to-the-device-tree.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0180-BCM270X_DT-Add-CSI-defines-for-all-the-downstream-Pi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0181-arm-dt-Add-DT-overlays-for-ADV7282M-OV5647-and-TC358.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0182-dtoverlays-Add-support-for-ADV7280-M-ADV7281-M-and-A.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0183-vcsm-Fix-an-NULL-dereference-in-the-import_dmabuf-er.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0184-Update-README-2750.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0185-overlays-Remove-superfluous-address-size-cells.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0186-rpi-wm8804-soundcard-drop-PWRDN-register-writes.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0187-rpi-wm8804-soundcard-configure-wm8804-clocks-only-on.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0188-dtoverlays-Add-i2c-on-0-1-option-to-TC358743-ADV7282.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0189-overlays-Update-upstream-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0190-BCM2708_DT-update-firmware-node-binding.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0191-BCM2710_DT-fix-gpio-expander-bindings.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0192-ARM-dts-bcm283x-The-lan7515-PHY-node-has-moved.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0193-net-lan78xx-Support-auto-downshift-to-100Mb-s.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0194-dt-bindings-Document-microchip-downshift-after.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0195-ARM-dts-bcm283x-Set-downshift-after-for-Pi-3B.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0196-BCM270X_DT-Add-new-Ethernet-DT-parameters.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0198-dwc-otg-FIQ-Fix-bad-mode-in-data-abort-handler.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0199-lirc-rpi-Remove-in-favour-of-gpio-ir.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0200-media-bcm2835-unicam-Pass-through-the-colorspace-on-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0201-media-tc358743-Return-an-appropriate-colorspace-from.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0202-staging-bcm2835-camera-Move-module-info-to-the-end.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0203-staging-vchiq_arm-Fix-platform-device-unregistration.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0204-staging-vchiq_arm-Fix-camera-device-registration.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0205-staging-bcm2835-camera-Provide-more-specific-probe-e.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0206-staging-bcm2835-camera-Add-hint-about-possible-fault.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0207-staging-vchiq_arm-Improve-error-handling-on-loading-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0208-staging-bcm2835-camera-Do-not-bulk-receive-from-serv.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0209-staging-bcm2835-camera-Ensure-H264-header-bytes-get-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0210-staging-bcm2835-camera-Correctly-denote-key-frames-i.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0211-staging-bcm2835-camera-Return-early-on-errors.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0212-staging-bcm2835-camera-Remove-dead-email-addresses.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0213-staging-bcm2835-camera-Fix-comment-style-violations.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0214-staging-bcm2835-camera-Fix-spacing-around-operators.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0215-staging-bcm2835-camera-Reduce-length-of-enum-names.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0216-staging-bcm2835-camera-Fix-multiple-line-dereference.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0217-staging-bcm2835-camera-Fix-brace-style-issues.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0218-staging-bcm2835-camera-Fix-missing-lines-between-ite.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0219-staging-bcm2835-camera-Fix-logical-continuation-spli.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0220-staging-bcm2835-camera-Fix-open-parenthesis-alignmen.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0221-staging-bcm2835-camera-Set-sequence-number-correctly.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0222-staging-bcm2835-camera-Ensure-timestamps-never-go-ba.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0223-staging-bcm2835-camera-Avoid-unneeded-internal-decla.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0224-staging-bcm2835-camera-Add-multiple-inclusion-protec.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0225-staging-bcm2835-camera-Unify-header-inclusion-define.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0226-staging-bcm2835-camera-Fix-alignment-should-match-op.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0227-staging-bcm2835-camera-Fix-multiple-assignments-shou.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0228-staging-bcm2835-camera-Fix-up-all-formatting-in-mmal.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0229-staging-bcm2835-camera-Use-enums-for-max-value-in-co.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0230-staging-bcm2835-camera-Correct-V4L2_CID_COLORFX_CBCR.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0231-staging-bcm2835-camera-Remove-amend-some-obsolete-co.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0232-staging-vc04_services-Split-vchiq-mmal-into-a-module.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0233-staging-mmal-vchiq-Allocate-and-free-components-as-r.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0234-staging-mmal-vchiq-Avoid-use-of-bool-in-structures.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0235-staging-mmal-vchiq-Make-timeout-a-defined-parameter.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0236-staging-mmal-vchiq-Make-a-mmal_buf-struct-for-passin.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0237-staging-mmal-vchiq-Add-support-for-event-callbacks.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0238-staging-vc04_services-Support-sending-data-to-MMAL-p.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0239-staging-vc04_services-Fixup-vchiq-mmal-include-order.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0240-staging-vc04_services-Add-new-vc-sm-cma-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0241-staging-vc-sm-cma-Fixup-driver-for-older-VCHI-APIs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0242-staging-vc04_services-Use-vc-sm-cma-to-support-zero-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0243-media-videobuf2-Allow-exporting-of-a-struct-dmabuf.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0244-staging-vc04_services-Add-a-V4L2-M2M-codec-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0245-staging-vchiq_arm-Register-bcm2835-codec-as-a-platfo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0246-staging-vchiq_arm-Register-vcsm-cma-as-a-platform-dr.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0247-staging-bcm2835-camera-Fix-stride-on-RGB3-BGR3-forma.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0248-tpm-Make-SECURITYFS-a-weak-dependency.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0249-Add-overlay-for-SLB9760-Iridium-LetsTrust-TPM.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0250-ASoC-add-driver-for-3Dlab-Nano-soundcard-2758.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0251-overlays-Update-README-with-removal-of-lirc-rpi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0252-staging-bcm2835-camera-Check-the-error-for-REPEAT_SE.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0253-gpio-ir-change-default-pull-configuration-to-up.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0254-firmware-raspberrypi-Report-the-fw-variant-during-pr.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0255-firmware-raspberrypi-Report-the-fw-git-hash-during-p.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0256-arm64-dts-broadcom-Enable-fixups-for-overlays.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0257-dtoverlays-fe-pi-audio-fix-sgtl5000-compatible-strin.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0258-bcm2835_smi-re-add-dereference-to-fix-DMA-transfers.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0259-lan78xx-Debounce-link-events-to-minimize-poll-storm.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0260-ASoC-Add-support-for-AudioSense-Pi-add-on-soundcard.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0261-BCM270X-Adding-device-tree-support-for-AudioSense-Pi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0262-overlays-sdio-Add-enhanced-1-bit-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0263-dwc_otg-fix-bug-with-port_addr-assignment-for-single.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0264-Added-driver-for-the-HiFiBerry-DAC-ADC-2694.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0265-pwm-Send-a-uevent-on-the-pwmchip-device-upon-channel.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0266-overlays-Add-ssd1306-overlay-for-OLED-display.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0267-overlays-mcp23017-Support-the-MCP23008.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0268-overlays-Add-mcp342x-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0269-char-vcio-Add-compat-ioctl-handling.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0270-char-vcio-Fail-probe-if-rpi_firmware-is-not-found.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0271-staging-mmal-vchiq-Fix-client_component-for-64-bit-k.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0272-staging-bcm2835-camera-Add-sanity-checks-for-queue_s.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0273-staging-bcm2835-camera-Set-the-field-value-within-ea.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0274-char-vc_mem-Fix-up-compat-ioctls-for-64bit-kernel.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0275-char-vc_mem-Fix-all-coding-style-issues.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0276-clk-clk-bcm2835-Use-zd-when-printing-size_t.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0277-mfd-Add-rpi_sense_core-of-compatible-string.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0278-gpu-vc4_firmware_kms-Fix-up-64-bit-compile-warnings.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0279-input-rpi-ft5406-Clear-build-warning-on-64-bit-build.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0280-dtoverlays-Correct-DT-handling-camera-GPIOs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0281-media-ov5647-Use-gpiod_set_value_cansleep.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0282-media-bcm2835-unicam-Power-on-subdev-on-open-release.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0283-audioinjector-octo-revert-to-dummy-supplies.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0284-staging-bcm2835-camera-Correct-ctrl-min-max-step-def.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0285-staging-bcm2835-codec-variable-vb2-may-be-used-unini.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0286-staging-bcm2835-codec-Fix-potentially-uninitialised-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0287-video-bcm2708_fb-Add-compat_ioctl-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0288-video-bcm2708_fb-Fix-warnings-on-64-bit-builds.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0289-video-bcm2708_fb-Clean-up-coding-style-issues.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0290-bcm2835-dma-Add-support-for-per-channel-flags.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0291-bcm283x-Set-the-DISDEBUG-flag-for-SD-transfers.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0292-ASoC-pcm512x-Implement-the-digital_mute-interface.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0293-ASoC-pcm512x-Fix-a-double-unlock-in-pcm512x_digital_.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0294-usb-dwc_otg-Clean-up-build-warnings-on-64bit-kernels.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0295-usb-dwc_otg-Use-dma-allocation-for-mphi-dummy_send-b.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0296-staging-vchiq_arm-Set-up-dma-ranges-on-child-devices.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0297-staging-vc-sm-cma-Correct-DMA-configuration.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0298-staging-vc-sm-cma-Use-a-void-pointer-as-the-handle-w.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0299-staging-vc-sm-cma-Fix-up-for-64bit-builds.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0300-configs-Enable-the-AD193x-codecs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0301-overlays-balenaFin-v1.1.0-carrier-board-update.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0302-gpu-vc4-fkms-Update-driver-to-not-use-plane-crtc.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0303-drm-vc4-Programming-the-CTM-is-conditional-on-runnin.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0304-staging-mmal_vchiq-Add-in-the-Bayer-encoding-formats.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0305-staging-mmal-vchiq-Always-return-the-param-size-from.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0306-staging-mmal-vchiq-If-the-VPU-returns-an-error-don-t.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0307-staging-bcm2835_codec-Query-supported-formats-from-t.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0308-staging-bcm2835_codec-Add-support-for-the-ISP-as-an-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0309-staging-bcm2835_codec-Add-an-option-for-ignoring-Bay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0310-staging-bcm2835_codec-Fix-handling-of-VB2_MEMORY_DMA.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0311-staging-mmal-vchiq-Update-mmal_parameters.h-with-rec.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0312-staging-bcm2835_codec-Include-timing-info-in-SPS-hea.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0313-drm-vc4-Don-t-wait-for-vblank-on-fkms-cursor-updates.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0314-Fix-for-Pisound-kernel-module-in-Real-Time-kernel-co.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0315-Added-mute-stream-func.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0316-lan78xx-EEE-support-is-now-a-PHY-property.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0317-staging-vc_sm_cma-Remove-erroneous-misc_deregister.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0318-vcsm-Fix-makefile-include-on-out-of-tree-builds.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0319-vcsm-Remove-set-but-unused-variable.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0320-vcsm-Reduce-scope-of-local-functions.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0321-staging-bcm2835-codec-NULL-component-handle-on-queue.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0322-staging-vc-sm-cma-Remove-the-debugfs-directory-on-re.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0323-staging-vc-sm-cma-Use-devm_-allocs-for-sm_state.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0324-staging-vc-sm-cma-Don-t-fail-if-debugfs-calls-fail.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0325-staging-vc-sm-cma-Ensure-mutex-and-idr-are-destroyed.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0326-staging-bcm2835_codec-Clean-up-logging-on-unloading-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0327-bcm2835-sdhost-Allow-for-sg-entries-that-cross-pages.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0328-overlays-sdio-Added-4-bit-support-on-GPIOs-34-39.-29.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0329-overlays-Fix-multiple-instantiation-of-sc16is7xx.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0330-bcm2835-mmc-Fix-DMA-channel-leak.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0331-bcm2835-mmc-Fix-struct-mmc_host-leak-on-probe.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0332-bcm2835-mmc-Fix-duplicate-free_irq-on-remove.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0333-bcm2835-mmc-Handle-mmc_add_host-errors.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0334-bcm2835-mmc-Deduplicate-reset-of-driver-data-on-remo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0335-overlays-Add-max17040-support-to-i2c-sensor.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0336-media-bcm2835-unicam-Add-support-for-enum-framesizes.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0337-staging-bcm2835-codec-Refactor-default-resolution-co.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0338-nvmem-add-type-attribute.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0339-rtc-rv3028-add-new-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0340-overlays-Add-rv3028-to-i2c-rtc.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0341-ASoC-tlv320aic32x4-SND_SOC_DAPM_MICBIAS-is-deprecate.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0342-ASoC-tlv320aic32x4-Break-out-clock-setting-into-sepa.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0343-ASoC-tlv320aic32x4-Properly-Set-Processing-Blocks.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0344-ASoC-tlv320aic32x4-Model-PLL-in-CCF.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0345-ASoC-tlv320aic32x4-Model-CODEC_CLKIN-in-CCF.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0346-ASoC-tlv320aic32x4-Model-DAC-ADC-dividers-in-CCF.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0347-ASoC-tlv320aic32x4-Model-BDIV-divider-in-CCF.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0348-ASoC-tlv320aic32x4-Control-clock-gating-with-CCF.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0349-ASoC-tlv320aic32x4-Move-aosr-and-dosr-setting-to-sep.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0350-ASoC-tlv320aic32x4-Dynamically-Determine-Clocking.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0351-ASoC-tlv320aic32x4-Restructure-set_dai_sysclk.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0352-ASoC-tlv320aic32x4-Remove-mclk-references.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0353-ASoC-tlv320aic32x4-Allow-192000-Sample-Rate.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0354-ASoC-tlv320aic32x4-Only-enable-with-common-clock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0355-Audiophonics-I-Sabre-9038Q2M-DAC-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0356-ASoC-tlv320aic32x4-Change-author-s-name.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0357-ASoC-tlv320aic32x4-Update-copyright-and-use-SPDX-ide.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0358-ASoC-tlv320aic32x4-Add-Switch-for-Setting-Common-Mod.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0359-ASoC-tlv320aic32x4-Add-Playback-PowerTune-Controls.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0360-dtoverlays-Add-Support-for-the-UDRC-DRAWS.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0361-dwc_otg-only-do_split-when-we-actually-need-to-do-a-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0362-Input-ili210x-fetch-touchscreen-geometry-from-DT.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0363-Input-ili210x-add-DT-binding-document.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0364-BCM2708-Add-core-Device-Tree-support-ilitek251x.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0365-dwc_otg-fix-locking-around-dequeueing-and-killing-UR.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0366-rtc-rv3028-Add-backup-switchover-mode-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0367-dt-bindings-rv3028-backup-switchover-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0368-overlays-Add-rv3028-backup-switchover-support-to-i2c.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0369-Maxim-MAX98357A-I2S-DAC-overlay-2935.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0370-sound-Fixes-for-audioinjector-octo-under-4.19.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0371-overlays-Add-PiGlow-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0372-staging-bcm2835-audio-Clean-up-mutex-locks.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0373-staging-bcm2835-audio-Remove-redundant-spdif-stream-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0374-staging-bcm2835-audio-Clean-up-include-files-in-bcm2.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0375-staging-bcm2835-audio-Remove-redundant-substream-mas.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0376-staging-bcm2835-audio-Fix-mute-controls-volume-handl.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0377-staging-bcm2835-audio-Remove-redundant-function-call.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0378-staging-bcm2835-audio-Remove-superfluous-open-flag.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0379-staging-bcm2835-audio-Drop-useless-running-flag-and-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0380-staging-bcm2835-audio-Fix-incorrect-draining-handlin.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0381-staging-bcm2835-audio-Kill-unused-spinlock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0382-staging-bcm2835-audio-Use-PCM-runtime-values-instead.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0383-staging-bcm2835-audio-Drop-unnecessary-pcm-indirect-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0384-staging-bcm2835-audio-Drop-useless-NULL-check.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0385-staging-bcm2835-audio-Propagate-parameter-setup-erro.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0386-staging-bcm2835-audio-Drop-debug-messages-in-bcm2835.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0387-staging-bcm2835-audio-Drop-superfluous-mutex-lock-du.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0388-staging-bcm2835-audio-Add-10ms-period-constraint.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0389-staging-bcm2835-audio-Make-single-vchi-handle.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0390-staging-bcm2835-audio-Code-refactoring-of-vchiq-acce.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0391-staging-bcm2835-audio-Operate-non-atomic-PCM-ops.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0392-staging-bcm2835-audio-Use-card-private_data.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0393-staging-bcm2835-audio-Use-standard-error-print-helpe.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0394-staging-bcm2835-audio-Remove-unnecessary-header-file.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0395-staging-bcm2835-audio-Move-module-parameter-descript.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0396-staging-bcm2835-audio-Use-coherent-device-buffers.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0397-staging-bcm2835-audio-Set-SNDRV_PCM_INFO_SYNC_APPLPT.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0398-staging-bcm2835-audio-Simplify-PCM-creation-helpers.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0399-staging-bcm2835-audio-Simplify-kctl-creation-helpers.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0400-staging-bcm2835-audio-Simplify-card-object-managemen.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0401-staging-bcm2835-audio-unify-FOURCC-command-definitio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0402-staging-bcm2835-audio-don-t-initialize-memory-twice.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0403-staging-bcm2835-audio-reorder-variable-declarations-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0404-staging-bcm2835-audio-use-anonymous-union-in-struct-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0405-staging-bcm2835-audio-more-generic-probe-function-na.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0406-staging-bcm2835-audio-rename-platform_driver-structu.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0407-staging-bcm2835-audio-update-TODO.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0408-staging-bcm2835-audio-interpolate-audio-delay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0409-staging-bcm2835-audio-Enable-compile-test.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0410-staging-bcm2835-audio-use-module_platform_driver-mac.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0411-staging-bcm2835-audio-double-free-in-init-error-path.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0412-dts-Increase-default-coherent-pool-size.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0413-lan78xx-use-default-alignment-for-rx-buffers.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0414-staging-bcm2835-codec-Correct-port-width-calc-for-tr.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0415-staging-bcm2835-codec-Remove-height-padding-for-ISP-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0416-staging-mmal-vchiq-Free-the-event-context-for-contro.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0417-BCM270X_DT-Also-set-coherent_pool-1M-for-BT-Pis.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0418-arm-dts-overlays-rpi-sense-add-upstream-humidity-com.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0419-staging-mmal-vchiq-Fix-memory-leak-in-error-path.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0420-staging-vchiq-mmal-Fix-memory-leak-of-vchiq-instance.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0421-Added-IQaudIO-Pi-Codec-board-support-2969.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0422-w1-ds2408-reset-on-output_write-retry-with-readback.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0423-w1-ds2482-cosmetic-fixes-after-54865314f5a1.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0424-sound-pcm512x-codec-Adding-352.8kHz-samplerate-suppo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0425-ASoC-decommissioning-driver-for-3Dlab-Nano-soundcard.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0426-.gitignore-Add-.dtbo-explicitly.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0427-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pa.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0428-usb-dwc_otg-Clean-up-interrupt-claiming-code.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0429-overlays-Delete-the-deprecated-sdio-1bit-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0430-overlays-Remove-upstream-aux-interrupt-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0431-overlays-Standardise-on-compatible-brcm-bcm2835.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0432-vc4-Remove-interrupt-and-DMA-trampling.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0433-BCM270X_DT-Add-non-removable-clone-of-mmc-node.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0434-BCM270X_DT-usb-Refactor-DTS-and-overlays.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0435-overlays-Update-upstream-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0436-w1-ds2408-Fix-typo-after-49695ac46861-reset-on-outpu.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0437-BCM270X_DT-Rename-Pi-Zero-W-DT-files.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0438-BCM270X_DT-Create-bcm2708-rpi-zero.dts.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0439-overlays-Fix-mmc-related-overlays-after-refactor.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0440-Fixed-48k-timing-issue.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0441-staging-bcm2835-codec-Convert-V4L2-nsec-timestamps-t.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0442-staging-bcm2835-codec-Add-support-for-setting-S_PARM.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0443-w1-w1-gpio-Make-GPIO-an-output-for-strong-pullup.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0444-overlays-Update-w1-gpio-and-w1-gpio-pullup.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0445-bcm2835-sdhost-Fix-DMA-channel-leak-on-error-remove.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0446-i2c-bcm2835-Model-Divider-in-CCF.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0447-staging-vc04_services-Use-correct-cache-line-size.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0448-tty-amba-pl011-allow-shared-interrupt.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0449-ARM-bcm283x-Reduce-register-ranges-for-UART-SPI-and-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0450-ARM-bcm283x-Extend-the-WDT-DT-node-out-to-cover-the-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0451-ARM-dts-Add-label-to-bcm2835-RNG.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0452-dts-Use-fb-rather-than-leds-for-dpi-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0453-BCM270X_DT-Minor-tidy-up.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0454-arm-bcm2835-Fix-FIQ-early-ioremap.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0455-Fix-copy_from_user-if-BCM2835_FAST_MEMCPY-n.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0456-PCI-brcmstb-Add-Broadcom-STB-PCIe-host-controller-dr.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0457-PCI-brcmstb-Add-dma-range-mapping-for-inbound-traffi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0458-PCI-brcmstb-Add-MSI-capability.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0459-dt-bindings-pci-Add-DT-docs-for-Brcmstb-PCIe-device.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0460-pcie-brcmstb-Changes-for-BCM2711.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0461-arm-bcm2835-DMA-can-only-address-1GB.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0462-mmc-bcm2835-sdhost-Support-64-bit-physical-addresses.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0463-mmc-sdhci-Mask-spurious-interrupts.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0464-mmc-sdhci-iproc-Add-support-for-emmc2-of-the-BCM2838.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0465-hwrng-iproc-rng200-Add-BCM2838-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0466-thermal-brcmstb_thermal-Add-BCM2838-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0467-vchiq-Add-36-bit-address-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0468-bcm2835-pcm.c-Support-multichannel-audio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0469-bcmgenet-constrain-max-DMA-burst-length.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0470-bcmgenet-Better-coalescing-parameter-defaults.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0471-net-genet-enable-link-energy-detect-powerdown-for-ex.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0472-phy-broadcom-split-out-the-BCM54213PE-from-the-BCM54.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0473-phy-bcm54213pe-configure-the-LED-outputs-to-be-more-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0474-dwc_otg-Choose-appropriate-IRQ-handover-strategy.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0475-usb-xhci-Disable-the-XHCI-5-second-timeout.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0476-usb-xhci-Show-that-the-VIA-VL805-supports-LPM.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0477-spi-bcm2835-enable-shared-interrupt-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0478-drivers-char-add-chardev-for-mmap-ing-Argon-control-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0479-clk-bcm2835-Don-t-wait-for-pllh-lock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0480-bcm2835-pm-Move-bcm2835-watchdog-s-DT-probe-to-an-MF.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0481-soc-bcm-bcm2835-pm-Add-support-for-power-domains-und.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0482-soc-bcm-bcm2835-pm-Fix-PM_IMAGE_PERI-power-domain-su.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0483-soc-bcm-bcm2835-pm-Fix-error-paths-of-initialization.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0484-soc-bcm-bcm2835-pm-Add-support-for-2711.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0485-drm-expand-drm_syncobj_find_fence-to-support-timelin.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0486-drm-v3d-Fix-a-use-after-free-race-accessing-the-sche.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0487-drm-v3d-Add-a-little-debugfs-entry-for-measuring-the.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0488-drm-v3d-Update-a-comment-about-what-uses-v3d_job_dep.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0489-drm-v3d-Clean-up-the-reservation-object-setup.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0490-drm-v3d-Add-support-for-submitting-jobs-to-the-TFU.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0491-drm-v3d-Drop-the-dev-argument-to-lock-unlock-of-BO-r.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0492-drm-v3d-Add-missing-fence-timeline-name-for-TFU.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0493-drm-v3d-Add-more-tracepoints-for-V3D-GPU-rendering.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0494-drm-v3d-Drop-unused-v3d_flush_caches.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0495-drm-v3d-Don-t-bother-flushing-L1TD-at-job-start.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0496-drm-v3d-Drop-the-wait-for-L2T-flush-to-complete.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0497-drm-v3d-Stop-trying-to-flush-L2C-on-V3D-3.3.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0498-drm-v3d-Invalidate-the-caches-from-the-outside-in.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0499-drm-v3d-Fix-BO-stats-accounting-for-dma-buf-imported.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0500-drm-v3d-Update-top-level-kerneldoc-for-the-addition-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0501-drm-vc4-Fix-oops-at-boot-with-firmwarekms-on-4.19.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0502-drm-v3d-Add-support-for-V3D-v4.2.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0503-drm-v3d-Don-t-try-to-set-OVRTMUOUT-on-V3D-4.x.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0504-drm-v3d-Make-sure-the-GPU-is-on-when-measuring-clock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0505-drm-v3d-Add-support-for-2711.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0506-drm-v3d-Skip-MMU-flush-if-the-device-is-currently-of.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0507-drm-v3d-Hook-up-the-runtime-PM-ops.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0508-drm-v3d-HACK-gut-runtime-pm-for-now.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0509-drm-v3d-Update-to-upstream-IRQ-code.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0510-drm-v3d-Rename-the-fence-signaled-from-IRQs-to-irq_f.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0511-drm-v3d-Refactor-job-management.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0512-drm-v3d-Add-missing-implicit-synchronization.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0513-drm-vc4-Fix-synchronization-firmwarekms-against-GL-r.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0514-drm-vc4-Make-sure-that-vblank-waits-work-without-v3d.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0515-drm-vc4-Expose-the-format-modifiers-for-firmware-kms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0516-drm-vc4-Fix-vblank-timestamping-for-firmwarekms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0517-gpu-vc4-fkms-Switch-to-the-newer-mailbox-frame-buffe.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0518-drm-vc4-Add-an-overlay-plane-to-vc4-firmware-kms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0519-drm-vc4-Increase-max-screen-size-to-4096x4096.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0520-drm-vc4-Add-support-for-multiple-displays-to-fkms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0521-drm-vc4-Fix-build-warning.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0522-drm-vc4-Select-display-to-blank-during-initialisatio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0523-drm-vc4-Remove-now-unused-structure.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0524-drm-vc4-Query-the-display-ID-for-each-display-in-FKM.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0525-drm-vc4-Set-the-display-number-when-querying-the-dis.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0526-drm-vc4-Need-to-call-drm_crtc_vblank_-on-off-from-vc.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0527-drm-vc4-Add-support-for-H-V-flips-on-each-plane-for-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0528-drm-vc4-Remove-unused-vc4_fkms_cancel_page_flip-func.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0529-drm-vc4-Iterate-over-all-planes-in-vc4_crtc_-dis-en-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0530-drm-vc4-Bring-fkms-into-line-with-kms-in-blocking-do.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0531-drm-vc4-Increase-max_width-height-to-7680.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0532-drm-vc4-FKMS-reads-the-EDID-from-fw-and-supports-mod.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0533-clk-bcm2835-Add-support-for-setting-leaf-clock-rates.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0534-clk-bcm2835-Allow-reparenting-leaf-clocks-while-they.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0535-drm-v3d-Add-support-for-compute-shader-dispatch.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0536-drm-v3d-Clock-V3D-down-when-not-in-use.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0537-drm-vc4-firmware-kms-Remove-incorrect-overscan-suppo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0538-drm-vc4-Log-flags-in-fkms-mode-set.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0539-drm-vc4-firmware-kms-Fix-DSI-display-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0540-drm-vc4-Probe-DPI-DSI-timings-from-the-firmware.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0541-drm-vc4-handle-the-case-where-there-are-no-available.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0542-drm-vc4-Support-the-VEC-in-FKMS.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0543-drm-vc4-Fixup-typo-when-setting-HDMI-aspect-ratio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0544-drm-vc4-Correct-SAND-support-for-FKMS.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0545-drm-vc4-fkms-to-query-the-VPU-for-HDMI-clock-limits.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0546-drm-vc4-Max-resolution-of-7680-is-conditional-on-bei.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0547-staging-vc-sm-cma-Remove-obsolete-comment-and-make-f.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0548-staging-vc-sm-cma-Add-in-allocation-for-VPU-requests.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0549-staging-vc-sm-cma-Update-TODO.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0550-staging-vc-sm-cma-Add-in-userspace-allocation-API.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0551-staging-vcsm-cma-Add-cache-control-ioctls.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0552-staging-vcsm-cma-Alter-dev-node-permissions-to-0666.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0553-staging-vcsm-cma-Drop-logging-level-on-messages-in-v.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0554-staging-vcsm-cma-Fixup-the-alloc-code-handling-of-ke.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0555-Pulled-in-the-multi-frame-buffer-support-from-the-Pi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0556-ARM-dts-bcm283x-Move-BCM2835-6-7-specific-to-bcm2835.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0557-ARM-dts-Add-bcm2711-rpi-4-b.dts-and-components.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0558-overlays-Add-i2c3-6-and-uart2-5-overlays.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0559-spi-devicetree-add-overlays-for-spi-3-to-6.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0560-overlays-Add-the-spi-gpio40-45-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0561-config-Permit-LPAE-and-PCIE_BRCMSTB-on-BCM2835.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0562-2711-Add-basic-64-bit-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0563-ARM-dts-bcm283x-Correct-vchiq-compatible-string-2840.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0564-arm-dts-Change-downstream-vchiq-compatible-string.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0565-bcm2835-dma-Add-proper-40-bit-DMA-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0566-BCM270X_DT-Leave-bulk-channel-in-dma-channel-mask.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0567-SQUASH-bcm2835-dma-Remove-debugging.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0568-dts-Include-CSI-lane-config-for-csi1.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0569-drm-vc4-Fix-T-format-modifiers-in-FKMS.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0570-bcm2711-dts-Disable-the-v3d-node-by-default.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0571-drm-vc4-Remove-340MHz-clock-limit-from-FKMS-now-scra.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0572-usb-add-plumbing-for-updating-interrupt-endpoint-int.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0573-xhci-implement-xhci_fixup_endpoint-for-interval-adju.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0574-usbhid-call-usb_fixup_endpoint-after-mangling-interv.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0575-drm-vc4-Add-status-of-which-display-is-updated-throu.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0576-drm-vc4-In-FKMS-look-at-the-modifiers-correctly-for-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0577-arm-dts-Fix-Pi4-PWR-LED-configuration.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0578-bcm2838.dtsi-Correct-gic400-memory-address-ranges.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0579-staging-vchiq-Use-the-old-dma-controller-for-OF-conf.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0580-drm-vc4-Limit-fkms-to-modes-85Hz.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0581-arm-bcm2835-Add-bcm2838-compatible-string.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0582-arm-dts-Improve-the-bcm27xx-inclusion-hierarchy.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0583-arm-dts-First-draft-of-upstream-Pi4-DTS.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0584-overlays-Fix-compatible-string-for-ds1307-RTC.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0585-overlays-Fix-further-maxim-ds1307-references.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0586-overlays-Cosmetic-change-to-upstream-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0587-w1-ds2805-rename-w1_family-struct-fixing-c-p-typo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0588-w1-ds2413-output_write-cosmetic-fixes-simplify.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0589-w1-ds2413-add-retry-support-to-state_read.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0590-w1-ds2413-when-the-slave-is-not-responding-during-re.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0591-w1-ds2413-fix-state-byte-comparision.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0592-drm-vc4_dsi-Fix-DMA-channel-and-memory-leak-in-vc4-3.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0593-video-bcm2708_fb-Revert-cma-allocation-attempt.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0594-drm-vc4-Add-support-for-color-encoding-on-YUV-planes.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0595-arm-dts-Add-coherent_pool-1M-to-Pi-4-bootargs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0596-overlays-Correct-gpio-fan-gpio-flags-for-4.19.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0597-staging-vcsm-cma-Remove-cache-manipulation-ioctl-fro.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0598-staging-vcsm-cma-Rework-to-use-dma-APIs-not-CMA.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0599-staging-vc-sm-cma-Fix-the-few-remaining-coding-style.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0600-media-videodev2.h-add-new-capabilities-for-buffer-ty.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0601-media-vb2-set-reqbufs-create_bufs-capabilities.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0602-media-vb2-Allow-reqbufs-0-with-in-use-MMAP-buffers.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0603-overlays-Add-real-parameters-to-the-rpi-poe-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0604-overlays-Rename-pi3-overlays-to-be-less-model-specif.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0605-i2c-bcm2835-Move-IRQ-request-after-clock-code-in-pro.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0606-i2c-bcm2835-Ensure-clock-exists-when-probing.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0607-overlays-i2c-gpio-Fix-the-bus-parameter.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0608-tty-amba-pl011-Make-TX-optimisation-conditional.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0609-xhci-add-quirk-for-host-controllers-that-don-t-updat.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0610-i2c-bcm2835-Set-clock-stretch-timeout-to-35ms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0611-arm64-bcm2835-Add-missing-dependency-on-MFD_CORE.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0612-overlays-Add-PCF2129-RTC.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0613-overlays-dpi18-and-dpi24-vc4-compatibility.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0614-overlays-Add-i2c0-and-i2c1-for-regularity.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0615-Pisound-Remove-spinlock-usage-around-spi_sync.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0616-arm64-mm-Limit-the-DMA-zone-for-arm64.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0617-drm-vc4-Query-firmware-for-custom-HDMI-mode.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0618-drm-vc4-Pass-the-drm-vrefresh-to-the-firmware-on-mod.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0619-overlays-audremap-Support-GPIOs-18-19.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0620-drm-connector-Fix-drm_mode_create_tv_properties-doc.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0621-drm-connector-Clarify-the-unit-of-TV-margins.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0622-drm-connector-Allow-creation-of-margin-props-alone.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0623-drm-vc4-Take-margin-setup-into-account-when-updating.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0624-drm-vc4-Attach-margin-props-to-the-HDMI-connector.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0625-drm-vc4-Add-support-for-margins-to-fkms.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0626-drm-vc4-Ensure-zpos-is-always-initialised.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0627-dts-bcm2838-add-missing-properties-for-pmu-and-gic-n.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0628-adds-the-Hifiberry-DAC-ADC-PRO-version.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0629-codecs-Correct-Katana-minimum-volume.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0630-drm-vc4-A-present-but-empty-dmas-disables-audio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0631-overlays-Add-audio-parameter-to-vc4-kms-v3d.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0632-overlays-Update-the-upstream-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0633-Fixup-FKMS-interrupt-handing-for-non-existent-displa.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0634-drivers-char-Use-correct-name-for-the-Raspberry-Pi-v.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0635-driver-char-rpivid-also-support-legacy-name.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0636-hid-usb-Add-device-quirks-for-Freeway-Airmouse-T3-an.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0637-drm-vc4-Add-Broadcast-RGB-connector-property.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0638-drm-connector-Add-documentation-for-drm_cmdline_mode.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0639-drm-modes-Rewrite-the-command-line-parser.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0640-drm-modes-Support-modes-names-on-the-command-line.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0641-drm-modes-Allow-to-specify-rotation-and-reflection-o.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0642-drm-connector-Introduce-a-TV-margins-structure.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0643-drm-modes-Parse-overscan-properties.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0644-drm-atomic-Add-a-function-to-reset-connector-TV-prop.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0645-drm-vc4-hdmi-Set-default-state-margin-at-reset.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0646-drm-vc4-fkms-Set-default-state-margin-at-reset.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0647-drm-modes-Don-t-apply-cmdline-s-rotation-if-it-wasn-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0648-staging-bcm2835-codec-switch-to-multi-planar-API.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0649-staging-bcm2835-codec-implement-V4L2_CID_MIN_BUFFERS.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0650-staging-bcm2835-codec-set-device_caps-in-struct-vide.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0651-Add-HDMI1-facility-to-the-driver.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0652-overlays-Add-baudrate-parameter-to-i2c3-i2c6.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0653-drm-vc4-Resolve-the-vblank-warnings-on-mode-switchin.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0654-drm-vc4-Remove-unused-mode-variable.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0655-staging-bcm2835-codec-Expand-logging-on-format-setti.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0656-staging-bcm2835-codec-Correct-bytesperline-on-format.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0657-drm-vc4-Add-missing-NULL-check-to-vc4_crtc_consume_e.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0658-net-bcmgenet-Workaround-2-for-Pi4-Ethernet-fail.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0659-drm-vc4-Fix-TILE_Y_OFFSET-definitions.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0660-drm-vc4-Define-missing-PITCH0_SINK_PIX-field.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0661-drm-vc4-Use-drm_atomic_helper_check_plane_state-to-s.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0662-drm-vc4-Move-offsets-adjustment-out-of-setup_clippin.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0663-drm-vc4-Fix-X-Y-positioning-of-planes-using-T_TILES-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0664-drm-vc4-Fix-NULL-pointer-dereference-in-the-async-up.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0665-ARM-dts-bcm2711-rpi-4-b-I2C-aliases-and-pulls.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0666-xhci-Use-more-event-ring-segment-table-entries.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0667-dwc_otg-use-align_buf-for-small-IN-control-transfers.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0668-Ported-pcie-brcmstb-bounce-buffer-implementation-to-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0669-configs-arm64-vcm2711-Enable-V3D.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0670-overlays-sc16ic752-i2c-Fix-xtal-parameter.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0671-vc-sm-cma-Fix-compatibility-ioctl.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0672-staging-bcm2835-codec-add-support-for-V4L2_CID_MPEG_.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0673-staging-bcm2835-codec-remove-unnecessary-padding-on-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0674-arm-dts-add-missing-Raspberry-Pi-model-names.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0675-arch-arm-Add-model-string-to-cpuinfo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0676-arch-arm64-Add-Revision-Serial-Model-to-cpuinfo.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0677-media-dt-bindings-Add-binding-for-the-Sony-IMX219-se.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0678-media-i2c-Add-driver-for-Sony-IMX219-sensor.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0679-dtoverlays-Add-overlay-for-the-Sony-IMX219-image-sen.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0680-staging-bcm2835-codec-Fix-non-documentation-comment-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0681-staging-bcm2835-codec-Fix-declaration-of-roles.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0682-staging-bcm2835-codec-Add-role-to-device-name.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0683-staging-bcm2835-codec-Pass-driver-context-to-create-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0684-staging-bcm2835-codec-add-media-controller-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0685-media-bcm2835-unicam-Reduce-scope-of-local-function.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0686-media-bcm2835-unicam-add-media-controller-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0687-Limit-max_req_size-under-arm64-or-any-other-platform.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0688-Add-missing-dma_unmap_sg-calls-to-free-relevant-swio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0689-overlays-mcp23017-rename-the-GPIO-pins-node-with-the.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0690-overlays-mcp23017-Add-option-for-not-connecting-the-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0691-v4l2-Add-a-Greyworld-AWB-mode.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0692-staging-bcm2835-camera-Add-greyworld-AWB-mode.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0693-PCI-brcmstb-Fix-compilation-warning.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0694-drm-vc4-Fix-for-margins-in-composite-SDTV-mode-3223.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0695-Add-Hifiberry-DAC-DSP-soundcard-driver-3224.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0696-staging-bcm2835-codec-Allow-height-of-1920.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0697-staging-bcm2835-codec-Correct-g-s_selection-API-MPLA.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0698-regulator-gpio-Allow-nonexclusive-GPIO-access.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0699-gpio-Enable-nonexclusive-gpiods-from-DT-nodes.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0700-Fix-poll-rate-on-touchscreen-3238.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0701-dts-Add-DTS-for-Pi-2B-rev-1.2-with-BCM2837-3235.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0702-drm-v3d-clean-caches-at-the-end-of-render-jobs-on-re.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0703-staging-bcm2835-audio-Fix-draining-behavior-regressi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0704-bcm2708_fb-Fix-layout-of-struct-vc4_display_settings.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0705-ARM-dts-bcm283x-Fix-DTC-warning-for-memory-node.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0706-ARM-dts-bcm27xx-Fix-DTC-warning-for-memory-node.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0707-ARM-bcm283x-Enable-DMA-support-for-SPI-controller.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0708-ARM-dts-bcm2835-rpi-Drop-unnecessary-address-cells-s.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0709-ARM-dts-bcm2708-rpi-Define-the-downstream-MMC-interf.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0710-ARM-dts-bcm283x-Define-MMC-interfaces-at-board-level.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0711-ARM-dts-bcm2835-rpi-zero-w-Fix-bus-width-of-sdhci.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0712-ARM-dts-bcm2708-rpi-Define-the-downstream-HDMI-power.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0713-ARM-dts-bcm283x-Enable-HDMI-at-board-level.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0714-clk-bcm2835-Introduce-SoC-specific-clock-registratio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0715-clk-bcm2835-Add-BCM2711_CLOCK_EMMC2-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0716-ARM-bcm-Switch-board-clk-and-pinctrl-to-bcm2711-comp.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0717-pinctrl-bcm2835-Switch-to-SPDX-identifier.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0718-pinctrl-bcm2835-declare-pin-config-as-generic.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0719-pinctrl-bcm2835-Direct-GPIO-config-changes-to-generi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0720-pinctrl-bcm2835-Add-support-for-BCM2711-pull-up-func.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0721-Rename-HDMI-ALSA-device-names-check-for-enable-state.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0722-pcie-brcmstb-bounce64.c-dev_err-dev_info-for-info-me.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0723-overlays-gpio-shutdown-Add-debounce-parameter.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0724-overlays-fix-compatible-for-RPi4.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0725-bcm2711-Retain-support-for-old-dtbs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0726-media-bcm2835-unicam-Add-support-for-raw14-formats.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0727-media-bcm2835-unicam-Rework-to-not-cache-the-list-of.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0728-media-bcm2835-unicam-Support-unpacking-CSI-format-to.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0729-media-bcm2835-unicam-Add-support-for-luma-greyscale-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0730-drm-vc4-Add-support-for-YUV-color-encodings-and-rang.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0731-drm-vc4-Fix-negative-X-Y-positioning-on-SAND-planes.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0732-drm-vc4-Add-support-for-H-V-flips.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0733-drm-vc4-Correct-handling-of-rotation-parameter-in-fk.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0734-overlays-Add-w5500-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0735-media-bcm2835-unicam-Replace-hard-coded-loop-limit-w.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0736-media-bcm2835-unicam-Fix-one-to-many-mapping-for-YUY.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0737-dt-bindings-Add-binding-for-the-Infineon-IRS1125-sen.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0738-media-i2c-Add-a-driver-for-the-Infineon-IRS1125-dept.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0739-dtoverlays-Add-an-overlay-for-the-Infineon-IRS1125.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0740-rpi-wm8804-soundcard-Fixed-MCLKDIV-for-Allo-Digione.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0741-dts-bcm2838-Disable-DWC-OTG-block-by-default.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0742-staging-bcm2835-codec-Add-support-for-ENUM_FRAMESIZE.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0743-staging-bcm2835-codec-Correct-buffer-type-check-on-G.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0744-staging-bcm2835-codec-Set-default-and-error-check-ti.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0745-staging-bcm2835-codec-Fix-imbalance-in-dma_buf_get-d.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0746-drm-vc4-Added-calls-for-firmware-display-blank-unbla.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0747-rpi-poe-fan-fix-def_pwm1-writes.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0748-net-phy-bcm54xx-Encode-link-speed-and-activity-into-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0749-net-phy-2711-Allow-ethernet-LED-mode-to-be-set-via-d.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0750-overlays-smi-fix-typo-in-comment-3320.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0751-net-phy-2711-Change-the-default-ethernet-LED-actions.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0752-overlays-README-Remove-trailing-whitespace.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0753-overlays-Add-apds9960-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0754-arm-dts-overlays-pitft35-resistive-add-upstream-comp.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0755-clk-bcm2835-Avoid-null-pointer-exception.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0756-v3d_drv-Handle-missing-clock-more-gracefully.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0757-cpufreq-scpi-scmi-Fix-freeing-of-dynamic-OPPs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0758-clk-bcm283x-add-driver-interfacing-with-Raspberry-Pi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0759-cpufreq-add-driver-for-Raspberry-Pi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0760-firmware-raspberrypi-register-clk-device.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0761-clk-raspberrypi-register-platform-device-for-raspber.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0762-clk-bcm2835-remove-pllb.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0763-v3d_drv-Allow-clock-retrieval-by-name.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0764-v3d_gem-Kick-the-clock-so-firmware-knows-we-are-usin.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0765-clk-raspberrypi-Allow-cpufreq-driver-to-also-adjust-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0766-clk-raspberrypi-Also-support-v3d-clock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0767-clk-bcm2835-Disable-v3d-clock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0768-fixup-clk-raspberrypi-Also-support-v3d-clock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0769-fixup-clk-raspberrypi-Also-support-v3d-clock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0770-raspberrypi-cpufreq-Only-report-integer-pll-divisor-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0771-fixup-clk-raspberrypi-Also-support-v3d-clock.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0772-arm-dts-Correct-Pi-4B-LED-values.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0773-drm-v3d-Set-dma_mask-as-well-as-coherent_dma_mask.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0774-arm-dts-2711-Add-pcie0-alias.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0775-spidev-Completely-disable-the-DT-warning.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0776-drm-vc4-Disable-V3D-interactions-if-the-v3d-componen.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0777-sound-soc-only-first-codec-is-master-in-multicodec-s.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0778-Allow-simultaneous-use-of-JustBoom-DAC-and-Digi.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0779-dwc_otg-checking-the-urb-transfer_buffer-too-early-3.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0780-overlays-Make-mcp342x-run-time-compatible.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0781-overlays-dht11-Allow-multiple-instantiation.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0782-overlays-i2c-rtc-Add-pcf85363-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0783-pinctrl-bcm2835-Remove-gpiochip-on-error.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0784-pinctrl-bcm2835-Change-init-order-for-gpio-hogs.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0785-Pisound-MIDI-communication-fixes-for-scaled-down-CPU.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0786-leds-pca963x-Fix-open-drain-initialization.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0787-add-BME680-to-i2c-sensor-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0788-dwc_otg-constrain-endpoint-max-packet-and-transfer-s.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0789-dwc_otg-fiq_fsm-pause-when-cancelling-split-transact.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0790-dwc_otg-fiq_fsm-add-a-barrier-on-entry-into-FIQ-hand.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0791-Add-universal-device-tree-overlay-for-SPI-devices.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0792-sound-Add-the-HiFiBerry-DAC-HD-version.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0793-Initialise-rpi-firmware-before-clk-bcm2835.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0794-Fix-master-mode-settings-of-HiFiBerry-DAC-ADC-PRO-ca.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0795-overlays-Use-preferred-compatible-strings.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0796-tty-amba-pl011-Add-un-throttle-support.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0797-Fix-i2c-pwm-pca9685a-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0798-adds-LED-OFF-feature-to-HiFiBerry-DAC-ADC-PRO-sound-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0799-adds-LED-OFF-feature-to-HiFiBerry-DAC-ADC-sound-card.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0800-adds-LED-OFF-feature-to-HiFiBerry-DAC-DAC-PRO-sound-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0801-pisound-Added-reading-Pisound-board-hardware-revisio.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0802-mmc-sdhci-iproc-Fix-vmmc-regulators-on-iProc.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0803-ARM-dts-Declare-RPi-4B-SD-card-power-regulator.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0804-pcie-brcmstb-Bounce-buffer-support-is-for-BCM2711B0.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0805-bcm2838.dtsi-Use-BCM2711-PCIe-compatible-string.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0806-ARM-dts-Remove-bcm2838-rpi-4-b.dts.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0807-tty-amba-pl011-Avoid-rare-write-when-full-error.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0808-usb-xhci-Raspberry-Pi-FW-loader-for-VIA-VL805.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0809-overlays-Correct-the-eth_led-colour-assignments.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0810-overlays-Remove-hack-from-uart0-overlay.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0811-ARM-dts-Add-sd_poll_once-dtparam-to-bcm283x-2711.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0812-overlays-Add-ssd1306-spi-overlay-3440.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0813-overlays-Add-sh1106-spi-and-ssd1351-spi-overlays-344.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0814-overlays-dwc2-Increase-RX-FIFO-size.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0815-overlays-Fix-mcp23017-s-addr-parameter.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0816-overlays-fix-sh1106-spi-ssd1306-spi-and-ssd1351-spi-.patch [deleted file]
target/linux/brcm2708/patches-4.19/950-0817-Fix-a-sh1106-spi-ssd1306-spi-ssd1351-spi-overlays.patch [deleted file]