├── .gitignore ├── .travis.yml ├── LICENSE ├── patch.sh ├── patches ├── all.db ├── backports │ ├── bindeb-pkg │ │ └── 0002-builddeb-Install-our-dtbs-under-boot-dtbs-version.patch │ └── brcm80211 │ │ └── 0001-backports-brcm80211-from-linux.git.patch ├── bootup_hacks │ └── 0001-bootup-hacks-move-mmc-early.patch ├── can_isotp │ ├── 0001-merge-can-isotp-https-github.com-hartkopp-can-isotp.patch │ └── 0002-CAN_ISOTP-wire-up-to-kconfig-makefile.patch ├── cypress │ ├── brcmfmac │ │ ├── 0001-brcmfmac-set-F2-blocksize-and-watermark-for-4373.patch │ │ ├── 0002-non-upstream-add-sg-parameters-dts-parsing.patch │ │ ├── 0003-brcmfmac-set-apsta-to-0-when-AP-starts-on-primary-in.patch │ │ ├── 0004-brcmfmac-support-AP-isolation.patch │ │ ├── 0005-brcmfmac-make-firmware-eap_restrict-a-module-paramet.patch │ │ ├── 0006-non-upstream-support-wake-on-ping-packet.patch │ │ ├── 0007-non-upstream-remove-WOWL-configuration-in-disconnect.patch │ │ ├── 0008-brcmfmac-make-setting-SDIO-workqueue-WQ_HIGHPRI-a-mo.patch │ │ ├── 0009-brcmfmac-remove-arp_hostip_clear-from-brcmf_netdev_s.patch │ │ ├── 0010-brcmfmac-P2P-CERT-6.1.9-Support-GOUT-handling-P2P-Pr.patch │ │ ├── 0011-brcmfmac-only-generate-random-p2p-address-when-neede.patch │ │ ├── 0012-brcmfmac-increase-max-hanger-slots-from-1K-to-3K-in-.patch │ │ ├── 0013-brcmfmac-map-802.1d-priority-to-precedence-level-bas.patch │ │ ├── 0014-brcmfmac-set-state-of-hanger-slot-to-FREE-when-flush.patch │ │ ├── 0015-brcmfmac-add-RSDB-condition-when-setting-interface-c.patch │ │ ├── 0016-brcmfmac-not-set-mbss-in-vif-if-firmware-does-not-su.patch │ │ ├── 0017-brcmfmac-support-the-second-p2p-connection.patch │ │ ├── 0018-brcmfmac-add-support-for-BCM4359-SDIO-chipset.patch │ │ ├── 0019-brcmfmac-send-port-authorized-event-for-FT-802.1X.patch │ │ ├── 0020-brcmfmac-add-vendor-ie-for-association-responses.patch │ │ ├── 0021-brcmfmac-fix-4339-CRC-error-under-SDIO-3.0-SDR104-mo.patch │ │ ├── 0022-brcmfmac-fix-the-incorrect-return-value-in-brcmf_inf.patch │ │ ├── 0023-brcmfmac-Fix-double-freeing-in-the-fmac-usb-data-pat.patch │ │ ├── 0024-brcmfmac-Fix-driver-crash-on-USB-control-transfer-ti.patch │ │ ├── 0025-brcmfmac-avoid-network-disconnection-during-suspend-.patch │ │ ├── 0026-brcmfmac-allow-credit-borrowing-for-all-access-categ.patch │ │ ├── 0027-non-upstream-Changes-to-improve-USB-Tx-throughput.patch │ │ ├── 0028-brcmfmac-reset-two-D11-cores-if-chip-has-two-D11-cor.patch │ │ ├── 0029-brcmfmac-introduce-module-parameter-to-configure-def.patch │ │ ├── 0030-brcmfmac-configure-wowl-parameters-in-suspend-functi.patch │ │ ├── 0031-brcmfmac-keep-SDIO-watchdog-running-when-console_int.patch │ │ ├── 0032-brcmfmac-To-fix-kernel-crash-on-out-of-boundary-acce.patch │ │ ├── 0033-brcmfmac-reduce-maximum-station-interface-from-2-to-.patch │ │ ├── 0034-brcmfmac-validate-ifp-pointer-in-brcmf_txfinalize.patch │ │ ├── 0035-brcmfmac-clean-up-iface-mac-descriptor-before-de-ini.patch │ │ ├── 0036-brcmfmac-To-fix-Bss-Info-flag-definition-Bug.patch │ │ ├── 0037-brcmfmac-disable-command-decode-in-sdio_aos-for-4356.patch │ │ ├── 0038-brcmfmac-increase-default-max-WOWL-patterns-to-16.patch │ │ ├── 0039-non-upstream-Enable-Process-and-forward-PHY_TEMP-eve.patch │ │ ├── 0040-brcmfmac-Use-FW-priority-definition-to-initialize-WM.patch │ │ ├── 0041-brcmfmac-Fix-P2P-Group-Formation-failure-via-Go-neg-.patch │ │ ├── 0042-brcmfmac-Add-P2P-Action-Frame-retry-delay-to-fix-GAS.patch │ │ ├── 0043-brcmfmac-Use-default-FW-priority-when-EDCA-params-sa.patch │ │ ├── 0044-brcmfmac-fix-continuous-802.1x-tx-pending-timeout-er.patch │ │ ├── 0045-brcmfmac-add-sleep-in-bus-suspend-and-cfg80211-resum.patch │ │ ├── 0046-brcmfmac-fix-43455-CRC-error-under-SDIO-3.0-SDR104-m.patch │ │ ├── 0047-brcmfmac-set-F2-blocksize-and-watermark-for-4359.patch │ │ ├── 0048-brcmfmac-reserve-2-credits-for-host-tx-control-path.patch │ │ ├── 0049-brcmfmac-update-tx-status-flags-to-sync-with-firmwar.patch │ │ ├── 0050-brcmfmac-fix-credit-reserve-for-each-access-category.patch │ │ ├── 0051-brcmfmac-fix-throughput-zero-stalls-on-PM-1-mode-due.patch │ │ ├── 0052-brcmfmac-43012-Update-MES-Watermark.patch │ │ ├── 0053-brcmfmac-add-support-for-CYW89359-SDIO-chipset.patch │ │ ├── 0054-brcmfmac-add-CYW43570-PCIE-device.patch │ │ ├── 0055-brcmfmac-Use-seq-seq_len-and-set-iv_initialize-when-.patch │ │ ├── 0056-brcmfmac-use-actframe_abort-to-cancel-ongoing-action.patch │ │ ├── 0057-brcmfmac-fix-scheduling-while-atomic-issue-when-dele.patch │ │ ├── 0058-brcmfmac-increase-message-buffer-size-for-control-pa.patch │ │ ├── 0059-brcmfmac-Support-89459-pcie.patch │ │ ├── 0060-brcmfmac-Fix-for-unable-to-return-to-visible-SSID.patch │ │ ├── 0061-brcmfmac-Fix-for-wrong-disconnection-event-source-in.patch │ │ ├── 0062-brcmfmac-add-support-for-SAE-authentication-offload.patch │ │ ├── 0063-brcmfmac-Support-multiple-AP-interfaces-and-fix-STA-.patch │ │ ├── 0064-brcmfmac-Support-custom-PCIE-BAR-window-size.patch │ │ ├── 0065-brcmfmac-set-F2-blocksize-and-watermark-for-4354.patch │ │ ├── 0066-brcmfmac-support-for-virtual-interface-creation-from.patch │ │ ├── 0067-brcmfmac-set-security-after-reiniting-interface.patch │ │ ├── 0068-brcmfmac-increase-dcmd-maximum-buffer-size.patch │ │ ├── 0069-brcmfmac-set-F2-blocksize-and-watermark-for-4356-SDI.patch │ │ ├── 0070-brcmfmac-set-net-carrier-on-via-test-tool-for-AP-mod.patch │ │ ├── 0071-nl80211-add-authorized-flag-back-to-ROAM-event.patch │ │ ├── 0072-brcmfmac-set-authorized-flag-in-ROAM-event-for-offlo.patch │ │ ├── 0073-brcmfmac-set-authorized-flag-in-ROAM-event-for-PMK-c.patch │ │ ├── 0074-nl80211-add-authorized-flag-to-CONNECT-event.patch │ │ ├── 0075-brcmfmac-set-authorized-flag-in-CONNECT-event-for-PM.patch │ │ ├── 0076-brcmfmac-add-support-for-Opportunistic-Key-Caching.patch │ │ ├── 0077-nl80211-support-4-way-handshake-offloading-for-WPA-W.patch │ │ ├── 0078-brcmfmac-support-4-way-handshake-offloading-for-WPA-.patch │ │ ├── 0079-nl80211-support-SAE-authentication-offload-in-AP-mod.patch │ │ ├── 0080-brcmfmac-support-SAE-authentication-offload-in-AP-mo.patch │ │ ├── 0081-brcmfmac-add-USB-autosuspend-feature-support.patch │ │ ├── 0082-brcmfmac-To-support-printing-USB-console-messages.patch │ │ ├── 0083-brcmfmac-reset-SDIO-bus-on-a-firmware-crash.patch │ │ ├── 0084-brcmfmac-fix-for-WPA-WPA2-PSK-4-way-handshake-and-SA.patch │ │ ├── 0085-non-upstream-Fix-no-P2P-IE-in-probe-requests-issue.patch │ │ ├── 0086-brcmfmac-add-54591-PCIE-device.patch │ │ ├── 0087-brcmfmac-support-DS1-exit-firmware-re-download.patch │ │ ├── 0088-brcmfmac-fix-43012-insmod-after-rmmod-in-DS1-failure.patch │ │ ├── 0089-brcmfmac-fix-43012-driver-reload-failure-after-DS1-e.patch │ │ ├── 0090-brcmfmac-reset-PMU-backplane-all-cores-in-CYW4373-du.patch │ │ ├── 0091-brcmfmac-do-not-disconnect-for-disassoc-frame-from-u.patch │ │ ├── 0092-brcmfmac-Set-pacing-shift-before-transmitting-skb-to.patch │ │ ├── 0093-brcmfmac-fix-802.1d-priority-to-ac-mapping-for-pcie-.patch │ │ ├── 0094-non-upstream-calling-skb_orphan-before-sending-skb-t.patch │ │ ├── 0095-non-upstream-workaround-for-4373-USB-WMM-5.2.27-test.patch │ │ ├── 0096-brcmfmac-disable-command-decode-in-sdio_aos-for-4373.patch │ │ ├── 0097-brcmfmac-disable-command-decode-in-sdio_aos-for-4339.patch │ │ ├── 0098-brcmfmac-disable-command-decode-in-sdio_aos-for-4345.patch │ │ ├── 0099-brcmfmac-support-the-forwarding-packet.patch │ │ ├── 0100-brcmfmac-add-a-variable-for-packet-forwarding-condit.patch │ │ ├── 0101-non-upstream-don-t-change-arp-nd-offload-in-multicas.patch │ │ └── 0102-cleanup-brcmfmac-patchset.patch │ └── fixes │ │ └── 0001-v5.6.x-remove-ioremap_nocache-and-devm_ioremap_nocac.patch ├── debian-armmp ├── debian-armmp-lpae ├── debian-stable-armmp ├── debian-stable-armmp-lpae ├── defconfig ├── defconfig-bone ├── defconfig-lpae ├── disabled │ └── 0002-ti-omap5-etnaviv-2d-acceleration.patch ├── drivers │ ├── ar1021_i2c │ │ └── 0001-ar1021_i2c-invert-swap-and-offset-options.patch │ ├── spi │ │ └── 0001-NFM-spi-spidev-allow-use-of-spidev-in-DT.patch │ ├── ti │ │ ├── cpsw │ │ │ └── 0001-cpsw-search-for-phy.patch │ │ ├── firmware │ │ │ └── 0001-Add-AM335x-CM3-Power-Managment-Firmware.patch │ │ ├── gpio │ │ │ ├── 0001-BeagleBone-pinmux-helper.patch │ │ │ ├── 0002-hack-gpiolib-yes-we-have-drivers-stomping-on-each-ot.patch │ │ │ └── 0003-v5.7-rc2-bone-pinmux-helper-Replace-PTR_RET-with-PTR.patch │ │ ├── overlays │ │ │ └── 0001-ARM-DT-Enable-symbols-when-CONFIG_OF_OVERLAY-is-used.patch │ │ ├── serial │ │ │ └── 0001-quiet-8250_omap.c-use-pr_info-over-pr_err.patch │ │ ├── tsc │ │ │ ├── 0001-ti_am335x_tsc.c-driver.patch │ │ │ └── 0002-ti_am335x_tsc-correct-formula-code-to-calculate-pres.patch │ │ └── uio │ │ │ ├── 0001-Making-the-uio-pruss-driver-work.patch │ │ │ ├── 0002-fix-some-uio_pruss-braindamage.patch │ │ │ ├── 0003-uio_pruss-minor-cleanup.patch │ │ │ ├── 0004-uio_pruss-fix-unbalanced-pm_runtime-calls.patch │ │ │ └── 0006-uio_pruss-add-names-to-memory-regions.patch │ └── tps65217 │ │ └── 0001-HACK-tps65217_pwr_but.patch ├── example_imx_v6_v7_defconfig ├── example_omap2plus_defconfig ├── example_sunxi_defconfig ├── example_tegra_defconfig ├── git │ ├── BBDTBS │ ├── CAN-ISOTP │ └── TI_AMX3_CM3 ├── greybus │ └── 0001-change-MAX_NUM_UDC-from-2-to-4.patch ├── packaging │ └── 0001-packaging-sync-builddeb-changes.patch ├── ref_multi_v7_defconfig ├── rt │ └── 0001-merge-CONFIG_PREEMPT_RT-Patch-Set.patch └── soc │ ├── imx │ ├── imx7 │ │ └── 0001-ARM-imx7d-pico-pi.dts-add-default-stdout-path.patch │ ├── udoo │ │ ├── 0001-binding-doc-power-pwrseq-generic-add-binding-doc-for.patch │ │ ├── 0002-power-add-power-sequence-library.patch │ │ ├── 0003-binding-doc-usb-usb-device-add-optional-properties-f.patch │ │ ├── 0004-usb-core-add-power-sequence-handling-for-USB-devices.patch │ │ ├── 0005-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch │ │ ├── 0006-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch │ │ ├── 0007-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch │ │ └── 0008-ARM-dts-driver-imx6-udooqdl-add-arduino-manager-driv.patch │ └── wandboard │ │ ├── 0001-ARM-i.MX6-Wandboard-add-wifi-bt-rfkill-driver.patch │ │ └── 0002-ARM-dts-wandboard-add-binding-for-wand-rfkill-driver.patch │ └── ti │ ├── beagleboard_dtbs │ └── 0001-Add-BeagleBoard.org-DTBS-v5.8.x.patch │ └── panda │ └── 0001-HACK-PandaBoard-Bring-back-twl6030-clk32kg-regulator.patch ├── readme.md ├── repo_maintenance ├── dpkg_check.sh ├── get-linux-next.sh ├── push-bb.org.sh ├── push-kernel-bump.sh ├── push-kernel-n-test.sh ├── push-linux-next-bump.sh ├── push-merge-to-sha.sh ├── push-n-tag-release.sh ├── push-sync-with-master.sh └── push-ti-merge.sh ├── scripts ├── bisect.sh ├── error.sh ├── gcc.sh └── git.sh ├── system.sh.sample ├── tools ├── bone-config-checker.sh ├── config-checker.sh ├── config-hot-fix.sh ├── host_det.sh ├── install_kernel.sh ├── local_install.sh ├── lpae-config-checker.sh ├── rebuild.sh ├── rebuild_deb.sh └── stable-config-checker.sh └── version.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/LICENSE -------------------------------------------------------------------------------- /patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patch.sh -------------------------------------------------------------------------------- /patches/all.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/all.db -------------------------------------------------------------------------------- /patches/backports/bindeb-pkg/0002-builddeb-Install-our-dtbs-under-boot-dtbs-version.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/backports/bindeb-pkg/0002-builddeb-Install-our-dtbs-under-boot-dtbs-version.patch -------------------------------------------------------------------------------- /patches/backports/brcm80211/0001-backports-brcm80211-from-linux.git.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/backports/brcm80211/0001-backports-brcm80211-from-linux.git.patch -------------------------------------------------------------------------------- /patches/bootup_hacks/0001-bootup-hacks-move-mmc-early.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/bootup_hacks/0001-bootup-hacks-move-mmc-early.patch -------------------------------------------------------------------------------- /patches/can_isotp/0001-merge-can-isotp-https-github.com-hartkopp-can-isotp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/can_isotp/0001-merge-can-isotp-https-github.com-hartkopp-can-isotp.patch -------------------------------------------------------------------------------- /patches/can_isotp/0002-CAN_ISOTP-wire-up-to-kconfig-makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/can_isotp/0002-CAN_ISOTP-wire-up-to-kconfig-makefile.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0001-brcmfmac-set-F2-blocksize-and-watermark-for-4373.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0001-brcmfmac-set-F2-blocksize-and-watermark-for-4373.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0002-non-upstream-add-sg-parameters-dts-parsing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0002-non-upstream-add-sg-parameters-dts-parsing.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0003-brcmfmac-set-apsta-to-0-when-AP-starts-on-primary-in.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0003-brcmfmac-set-apsta-to-0-when-AP-starts-on-primary-in.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0004-brcmfmac-support-AP-isolation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0004-brcmfmac-support-AP-isolation.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0005-brcmfmac-make-firmware-eap_restrict-a-module-paramet.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0005-brcmfmac-make-firmware-eap_restrict-a-module-paramet.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0006-non-upstream-support-wake-on-ping-packet.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0006-non-upstream-support-wake-on-ping-packet.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0007-non-upstream-remove-WOWL-configuration-in-disconnect.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0007-non-upstream-remove-WOWL-configuration-in-disconnect.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0008-brcmfmac-make-setting-SDIO-workqueue-WQ_HIGHPRI-a-mo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0008-brcmfmac-make-setting-SDIO-workqueue-WQ_HIGHPRI-a-mo.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0009-brcmfmac-remove-arp_hostip_clear-from-brcmf_netdev_s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0009-brcmfmac-remove-arp_hostip_clear-from-brcmf_netdev_s.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0010-brcmfmac-P2P-CERT-6.1.9-Support-GOUT-handling-P2P-Pr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0010-brcmfmac-P2P-CERT-6.1.9-Support-GOUT-handling-P2P-Pr.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0011-brcmfmac-only-generate-random-p2p-address-when-neede.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0011-brcmfmac-only-generate-random-p2p-address-when-neede.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0012-brcmfmac-increase-max-hanger-slots-from-1K-to-3K-in-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0012-brcmfmac-increase-max-hanger-slots-from-1K-to-3K-in-.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0013-brcmfmac-map-802.1d-priority-to-precedence-level-bas.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0013-brcmfmac-map-802.1d-priority-to-precedence-level-bas.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0014-brcmfmac-set-state-of-hanger-slot-to-FREE-when-flush.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0014-brcmfmac-set-state-of-hanger-slot-to-FREE-when-flush.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0015-brcmfmac-add-RSDB-condition-when-setting-interface-c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0015-brcmfmac-add-RSDB-condition-when-setting-interface-c.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0016-brcmfmac-not-set-mbss-in-vif-if-firmware-does-not-su.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0016-brcmfmac-not-set-mbss-in-vif-if-firmware-does-not-su.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0017-brcmfmac-support-the-second-p2p-connection.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0017-brcmfmac-support-the-second-p2p-connection.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0018-brcmfmac-add-support-for-BCM4359-SDIO-chipset.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0018-brcmfmac-add-support-for-BCM4359-SDIO-chipset.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0019-brcmfmac-send-port-authorized-event-for-FT-802.1X.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0019-brcmfmac-send-port-authorized-event-for-FT-802.1X.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0020-brcmfmac-add-vendor-ie-for-association-responses.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0020-brcmfmac-add-vendor-ie-for-association-responses.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0021-brcmfmac-fix-4339-CRC-error-under-SDIO-3.0-SDR104-mo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0021-brcmfmac-fix-4339-CRC-error-under-SDIO-3.0-SDR104-mo.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0022-brcmfmac-fix-the-incorrect-return-value-in-brcmf_inf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0022-brcmfmac-fix-the-incorrect-return-value-in-brcmf_inf.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0023-brcmfmac-Fix-double-freeing-in-the-fmac-usb-data-pat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0023-brcmfmac-Fix-double-freeing-in-the-fmac-usb-data-pat.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0024-brcmfmac-Fix-driver-crash-on-USB-control-transfer-ti.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0024-brcmfmac-Fix-driver-crash-on-USB-control-transfer-ti.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0025-brcmfmac-avoid-network-disconnection-during-suspend-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0025-brcmfmac-avoid-network-disconnection-during-suspend-.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0026-brcmfmac-allow-credit-borrowing-for-all-access-categ.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0026-brcmfmac-allow-credit-borrowing-for-all-access-categ.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0027-non-upstream-Changes-to-improve-USB-Tx-throughput.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0027-non-upstream-Changes-to-improve-USB-Tx-throughput.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0028-brcmfmac-reset-two-D11-cores-if-chip-has-two-D11-cor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0028-brcmfmac-reset-two-D11-cores-if-chip-has-two-D11-cor.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0029-brcmfmac-introduce-module-parameter-to-configure-def.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0029-brcmfmac-introduce-module-parameter-to-configure-def.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0030-brcmfmac-configure-wowl-parameters-in-suspend-functi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0030-brcmfmac-configure-wowl-parameters-in-suspend-functi.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0031-brcmfmac-keep-SDIO-watchdog-running-when-console_int.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0031-brcmfmac-keep-SDIO-watchdog-running-when-console_int.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0032-brcmfmac-To-fix-kernel-crash-on-out-of-boundary-acce.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0032-brcmfmac-To-fix-kernel-crash-on-out-of-boundary-acce.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0033-brcmfmac-reduce-maximum-station-interface-from-2-to-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0033-brcmfmac-reduce-maximum-station-interface-from-2-to-.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0034-brcmfmac-validate-ifp-pointer-in-brcmf_txfinalize.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0034-brcmfmac-validate-ifp-pointer-in-brcmf_txfinalize.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0035-brcmfmac-clean-up-iface-mac-descriptor-before-de-ini.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0035-brcmfmac-clean-up-iface-mac-descriptor-before-de-ini.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0036-brcmfmac-To-fix-Bss-Info-flag-definition-Bug.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0036-brcmfmac-To-fix-Bss-Info-flag-definition-Bug.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0037-brcmfmac-disable-command-decode-in-sdio_aos-for-4356.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0037-brcmfmac-disable-command-decode-in-sdio_aos-for-4356.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0038-brcmfmac-increase-default-max-WOWL-patterns-to-16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0038-brcmfmac-increase-default-max-WOWL-patterns-to-16.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0039-non-upstream-Enable-Process-and-forward-PHY_TEMP-eve.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0039-non-upstream-Enable-Process-and-forward-PHY_TEMP-eve.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0040-brcmfmac-Use-FW-priority-definition-to-initialize-WM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0040-brcmfmac-Use-FW-priority-definition-to-initialize-WM.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0041-brcmfmac-Fix-P2P-Group-Formation-failure-via-Go-neg-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0041-brcmfmac-Fix-P2P-Group-Formation-failure-via-Go-neg-.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0042-brcmfmac-Add-P2P-Action-Frame-retry-delay-to-fix-GAS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0042-brcmfmac-Add-P2P-Action-Frame-retry-delay-to-fix-GAS.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0043-brcmfmac-Use-default-FW-priority-when-EDCA-params-sa.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0043-brcmfmac-Use-default-FW-priority-when-EDCA-params-sa.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0044-brcmfmac-fix-continuous-802.1x-tx-pending-timeout-er.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0044-brcmfmac-fix-continuous-802.1x-tx-pending-timeout-er.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0045-brcmfmac-add-sleep-in-bus-suspend-and-cfg80211-resum.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0045-brcmfmac-add-sleep-in-bus-suspend-and-cfg80211-resum.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0046-brcmfmac-fix-43455-CRC-error-under-SDIO-3.0-SDR104-m.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0046-brcmfmac-fix-43455-CRC-error-under-SDIO-3.0-SDR104-m.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0047-brcmfmac-set-F2-blocksize-and-watermark-for-4359.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0047-brcmfmac-set-F2-blocksize-and-watermark-for-4359.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0048-brcmfmac-reserve-2-credits-for-host-tx-control-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0048-brcmfmac-reserve-2-credits-for-host-tx-control-path.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0049-brcmfmac-update-tx-status-flags-to-sync-with-firmwar.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0049-brcmfmac-update-tx-status-flags-to-sync-with-firmwar.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0050-brcmfmac-fix-credit-reserve-for-each-access-category.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0050-brcmfmac-fix-credit-reserve-for-each-access-category.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0051-brcmfmac-fix-throughput-zero-stalls-on-PM-1-mode-due.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0051-brcmfmac-fix-throughput-zero-stalls-on-PM-1-mode-due.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0052-brcmfmac-43012-Update-MES-Watermark.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0052-brcmfmac-43012-Update-MES-Watermark.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0053-brcmfmac-add-support-for-CYW89359-SDIO-chipset.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0053-brcmfmac-add-support-for-CYW89359-SDIO-chipset.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0054-brcmfmac-add-CYW43570-PCIE-device.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0054-brcmfmac-add-CYW43570-PCIE-device.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0055-brcmfmac-Use-seq-seq_len-and-set-iv_initialize-when-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0055-brcmfmac-Use-seq-seq_len-and-set-iv_initialize-when-.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0056-brcmfmac-use-actframe_abort-to-cancel-ongoing-action.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0056-brcmfmac-use-actframe_abort-to-cancel-ongoing-action.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0057-brcmfmac-fix-scheduling-while-atomic-issue-when-dele.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0057-brcmfmac-fix-scheduling-while-atomic-issue-when-dele.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0058-brcmfmac-increase-message-buffer-size-for-control-pa.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0058-brcmfmac-increase-message-buffer-size-for-control-pa.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0059-brcmfmac-Support-89459-pcie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0059-brcmfmac-Support-89459-pcie.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0060-brcmfmac-Fix-for-unable-to-return-to-visible-SSID.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0060-brcmfmac-Fix-for-unable-to-return-to-visible-SSID.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0061-brcmfmac-Fix-for-wrong-disconnection-event-source-in.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0061-brcmfmac-Fix-for-wrong-disconnection-event-source-in.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0062-brcmfmac-add-support-for-SAE-authentication-offload.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0062-brcmfmac-add-support-for-SAE-authentication-offload.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0063-brcmfmac-Support-multiple-AP-interfaces-and-fix-STA-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0063-brcmfmac-Support-multiple-AP-interfaces-and-fix-STA-.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0064-brcmfmac-Support-custom-PCIE-BAR-window-size.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0064-brcmfmac-Support-custom-PCIE-BAR-window-size.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0065-brcmfmac-set-F2-blocksize-and-watermark-for-4354.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0065-brcmfmac-set-F2-blocksize-and-watermark-for-4354.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0066-brcmfmac-support-for-virtual-interface-creation-from.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0066-brcmfmac-support-for-virtual-interface-creation-from.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0067-brcmfmac-set-security-after-reiniting-interface.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0067-brcmfmac-set-security-after-reiniting-interface.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0068-brcmfmac-increase-dcmd-maximum-buffer-size.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0068-brcmfmac-increase-dcmd-maximum-buffer-size.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0069-brcmfmac-set-F2-blocksize-and-watermark-for-4356-SDI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0069-brcmfmac-set-F2-blocksize-and-watermark-for-4356-SDI.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0070-brcmfmac-set-net-carrier-on-via-test-tool-for-AP-mod.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0070-brcmfmac-set-net-carrier-on-via-test-tool-for-AP-mod.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0071-nl80211-add-authorized-flag-back-to-ROAM-event.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0071-nl80211-add-authorized-flag-back-to-ROAM-event.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0072-brcmfmac-set-authorized-flag-in-ROAM-event-for-offlo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0072-brcmfmac-set-authorized-flag-in-ROAM-event-for-offlo.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0073-brcmfmac-set-authorized-flag-in-ROAM-event-for-PMK-c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0073-brcmfmac-set-authorized-flag-in-ROAM-event-for-PMK-c.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0074-nl80211-add-authorized-flag-to-CONNECT-event.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0074-nl80211-add-authorized-flag-to-CONNECT-event.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0075-brcmfmac-set-authorized-flag-in-CONNECT-event-for-PM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0075-brcmfmac-set-authorized-flag-in-CONNECT-event-for-PM.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0076-brcmfmac-add-support-for-Opportunistic-Key-Caching.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0076-brcmfmac-add-support-for-Opportunistic-Key-Caching.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0077-nl80211-support-4-way-handshake-offloading-for-WPA-W.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0077-nl80211-support-4-way-handshake-offloading-for-WPA-W.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0078-brcmfmac-support-4-way-handshake-offloading-for-WPA-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0078-brcmfmac-support-4-way-handshake-offloading-for-WPA-.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0079-nl80211-support-SAE-authentication-offload-in-AP-mod.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0079-nl80211-support-SAE-authentication-offload-in-AP-mod.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0080-brcmfmac-support-SAE-authentication-offload-in-AP-mo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0080-brcmfmac-support-SAE-authentication-offload-in-AP-mo.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0081-brcmfmac-add-USB-autosuspend-feature-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0081-brcmfmac-add-USB-autosuspend-feature-support.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0082-brcmfmac-To-support-printing-USB-console-messages.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0082-brcmfmac-To-support-printing-USB-console-messages.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0083-brcmfmac-reset-SDIO-bus-on-a-firmware-crash.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0083-brcmfmac-reset-SDIO-bus-on-a-firmware-crash.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0084-brcmfmac-fix-for-WPA-WPA2-PSK-4-way-handshake-and-SA.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0084-brcmfmac-fix-for-WPA-WPA2-PSK-4-way-handshake-and-SA.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0085-non-upstream-Fix-no-P2P-IE-in-probe-requests-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0085-non-upstream-Fix-no-P2P-IE-in-probe-requests-issue.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0086-brcmfmac-add-54591-PCIE-device.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0086-brcmfmac-add-54591-PCIE-device.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0087-brcmfmac-support-DS1-exit-firmware-re-download.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0087-brcmfmac-support-DS1-exit-firmware-re-download.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0088-brcmfmac-fix-43012-insmod-after-rmmod-in-DS1-failure.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0088-brcmfmac-fix-43012-insmod-after-rmmod-in-DS1-failure.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0089-brcmfmac-fix-43012-driver-reload-failure-after-DS1-e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0089-brcmfmac-fix-43012-driver-reload-failure-after-DS1-e.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0090-brcmfmac-reset-PMU-backplane-all-cores-in-CYW4373-du.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0090-brcmfmac-reset-PMU-backplane-all-cores-in-CYW4373-du.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0091-brcmfmac-do-not-disconnect-for-disassoc-frame-from-u.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0091-brcmfmac-do-not-disconnect-for-disassoc-frame-from-u.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0092-brcmfmac-Set-pacing-shift-before-transmitting-skb-to.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0092-brcmfmac-Set-pacing-shift-before-transmitting-skb-to.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0093-brcmfmac-fix-802.1d-priority-to-ac-mapping-for-pcie-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0093-brcmfmac-fix-802.1d-priority-to-ac-mapping-for-pcie-.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0094-non-upstream-calling-skb_orphan-before-sending-skb-t.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0094-non-upstream-calling-skb_orphan-before-sending-skb-t.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0095-non-upstream-workaround-for-4373-USB-WMM-5.2.27-test.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0095-non-upstream-workaround-for-4373-USB-WMM-5.2.27-test.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0096-brcmfmac-disable-command-decode-in-sdio_aos-for-4373.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0096-brcmfmac-disable-command-decode-in-sdio_aos-for-4373.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0097-brcmfmac-disable-command-decode-in-sdio_aos-for-4339.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0097-brcmfmac-disable-command-decode-in-sdio_aos-for-4339.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0098-brcmfmac-disable-command-decode-in-sdio_aos-for-4345.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0098-brcmfmac-disable-command-decode-in-sdio_aos-for-4345.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0099-brcmfmac-support-the-forwarding-packet.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0099-brcmfmac-support-the-forwarding-packet.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0100-brcmfmac-add-a-variable-for-packet-forwarding-condit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0100-brcmfmac-add-a-variable-for-packet-forwarding-condit.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0101-non-upstream-don-t-change-arp-nd-offload-in-multicas.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0101-non-upstream-don-t-change-arp-nd-offload-in-multicas.patch -------------------------------------------------------------------------------- /patches/cypress/brcmfmac/0102-cleanup-brcmfmac-patchset.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/brcmfmac/0102-cleanup-brcmfmac-patchset.patch -------------------------------------------------------------------------------- /patches/cypress/fixes/0001-v5.6.x-remove-ioremap_nocache-and-devm_ioremap_nocac.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/cypress/fixes/0001-v5.6.x-remove-ioremap_nocache-and-devm_ioremap_nocac.patch -------------------------------------------------------------------------------- /patches/debian-armmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/debian-armmp -------------------------------------------------------------------------------- /patches/debian-armmp-lpae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/debian-armmp-lpae -------------------------------------------------------------------------------- /patches/debian-stable-armmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/debian-stable-armmp -------------------------------------------------------------------------------- /patches/debian-stable-armmp-lpae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/debian-stable-armmp-lpae -------------------------------------------------------------------------------- /patches/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/defconfig -------------------------------------------------------------------------------- /patches/defconfig-bone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/defconfig-bone -------------------------------------------------------------------------------- /patches/defconfig-lpae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/defconfig-lpae -------------------------------------------------------------------------------- /patches/disabled/0002-ti-omap5-etnaviv-2d-acceleration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/disabled/0002-ti-omap5-etnaviv-2d-acceleration.patch -------------------------------------------------------------------------------- /patches/drivers/ar1021_i2c/0001-ar1021_i2c-invert-swap-and-offset-options.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ar1021_i2c/0001-ar1021_i2c-invert-swap-and-offset-options.patch -------------------------------------------------------------------------------- /patches/drivers/spi/0001-NFM-spi-spidev-allow-use-of-spidev-in-DT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/spi/0001-NFM-spi-spidev-allow-use-of-spidev-in-DT.patch -------------------------------------------------------------------------------- /patches/drivers/ti/cpsw/0001-cpsw-search-for-phy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/cpsw/0001-cpsw-search-for-phy.patch -------------------------------------------------------------------------------- /patches/drivers/ti/firmware/0001-Add-AM335x-CM3-Power-Managment-Firmware.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/firmware/0001-Add-AM335x-CM3-Power-Managment-Firmware.patch -------------------------------------------------------------------------------- /patches/drivers/ti/gpio/0001-BeagleBone-pinmux-helper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/gpio/0001-BeagleBone-pinmux-helper.patch -------------------------------------------------------------------------------- /patches/drivers/ti/gpio/0002-hack-gpiolib-yes-we-have-drivers-stomping-on-each-ot.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/gpio/0002-hack-gpiolib-yes-we-have-drivers-stomping-on-each-ot.patch -------------------------------------------------------------------------------- /patches/drivers/ti/gpio/0003-v5.7-rc2-bone-pinmux-helper-Replace-PTR_RET-with-PTR.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/gpio/0003-v5.7-rc2-bone-pinmux-helper-Replace-PTR_RET-with-PTR.patch -------------------------------------------------------------------------------- /patches/drivers/ti/overlays/0001-ARM-DT-Enable-symbols-when-CONFIG_OF_OVERLAY-is-used.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/overlays/0001-ARM-DT-Enable-symbols-when-CONFIG_OF_OVERLAY-is-used.patch -------------------------------------------------------------------------------- /patches/drivers/ti/serial/0001-quiet-8250_omap.c-use-pr_info-over-pr_err.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/serial/0001-quiet-8250_omap.c-use-pr_info-over-pr_err.patch -------------------------------------------------------------------------------- /patches/drivers/ti/tsc/0001-ti_am335x_tsc.c-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/tsc/0001-ti_am335x_tsc.c-driver.patch -------------------------------------------------------------------------------- /patches/drivers/ti/tsc/0002-ti_am335x_tsc-correct-formula-code-to-calculate-pres.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/tsc/0002-ti_am335x_tsc-correct-formula-code-to-calculate-pres.patch -------------------------------------------------------------------------------- /patches/drivers/ti/uio/0001-Making-the-uio-pruss-driver-work.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/uio/0001-Making-the-uio-pruss-driver-work.patch -------------------------------------------------------------------------------- /patches/drivers/ti/uio/0002-fix-some-uio_pruss-braindamage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/uio/0002-fix-some-uio_pruss-braindamage.patch -------------------------------------------------------------------------------- /patches/drivers/ti/uio/0003-uio_pruss-minor-cleanup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/uio/0003-uio_pruss-minor-cleanup.patch -------------------------------------------------------------------------------- /patches/drivers/ti/uio/0004-uio_pruss-fix-unbalanced-pm_runtime-calls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/uio/0004-uio_pruss-fix-unbalanced-pm_runtime-calls.patch -------------------------------------------------------------------------------- /patches/drivers/ti/uio/0006-uio_pruss-add-names-to-memory-regions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/ti/uio/0006-uio_pruss-add-names-to-memory-regions.patch -------------------------------------------------------------------------------- /patches/drivers/tps65217/0001-HACK-tps65217_pwr_but.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/drivers/tps65217/0001-HACK-tps65217_pwr_but.patch -------------------------------------------------------------------------------- /patches/example_imx_v6_v7_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/example_imx_v6_v7_defconfig -------------------------------------------------------------------------------- /patches/example_omap2plus_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/example_omap2plus_defconfig -------------------------------------------------------------------------------- /patches/example_sunxi_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/example_sunxi_defconfig -------------------------------------------------------------------------------- /patches/example_tegra_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/example_tegra_defconfig -------------------------------------------------------------------------------- /patches/git/BBDTBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/git/BBDTBS -------------------------------------------------------------------------------- /patches/git/CAN-ISOTP: -------------------------------------------------------------------------------- 1 | CAN-ISOTP: https://github.com/hartkopp/can-isotp/commit/ced84cab120a1ddde2bd4561a18514707c8a6184 2 | -------------------------------------------------------------------------------- /patches/git/TI_AMX3_CM3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/git/TI_AMX3_CM3 -------------------------------------------------------------------------------- /patches/greybus/0001-change-MAX_NUM_UDC-from-2-to-4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/greybus/0001-change-MAX_NUM_UDC-from-2-to-4.patch -------------------------------------------------------------------------------- /patches/packaging/0001-packaging-sync-builddeb-changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/packaging/0001-packaging-sync-builddeb-changes.patch -------------------------------------------------------------------------------- /patches/ref_multi_v7_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/ref_multi_v7_defconfig -------------------------------------------------------------------------------- /patches/rt/0001-merge-CONFIG_PREEMPT_RT-Patch-Set.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/rt/0001-merge-CONFIG_PREEMPT_RT-Patch-Set.patch -------------------------------------------------------------------------------- /patches/soc/imx/imx7/0001-ARM-imx7d-pico-pi.dts-add-default-stdout-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/imx7/0001-ARM-imx7d-pico-pi.dts-add-default-stdout-path.patch -------------------------------------------------------------------------------- /patches/soc/imx/udoo/0001-binding-doc-power-pwrseq-generic-add-binding-doc-for.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/udoo/0001-binding-doc-power-pwrseq-generic-add-binding-doc-for.patch -------------------------------------------------------------------------------- /patches/soc/imx/udoo/0002-power-add-power-sequence-library.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/udoo/0002-power-add-power-sequence-library.patch -------------------------------------------------------------------------------- /patches/soc/imx/udoo/0003-binding-doc-usb-usb-device-add-optional-properties-f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/udoo/0003-binding-doc-usb-usb-device-add-optional-properties-f.patch -------------------------------------------------------------------------------- /patches/soc/imx/udoo/0004-usb-core-add-power-sequence-handling-for-USB-devices.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/udoo/0004-usb-core-add-power-sequence-handling-for-USB-devices.patch -------------------------------------------------------------------------------- /patches/soc/imx/udoo/0005-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/udoo/0005-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch -------------------------------------------------------------------------------- /patches/soc/imx/udoo/0006-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/udoo/0006-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch -------------------------------------------------------------------------------- /patches/soc/imx/udoo/0007-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/udoo/0007-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch -------------------------------------------------------------------------------- /patches/soc/imx/udoo/0008-ARM-dts-driver-imx6-udooqdl-add-arduino-manager-driv.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/udoo/0008-ARM-dts-driver-imx6-udooqdl-add-arduino-manager-driv.patch -------------------------------------------------------------------------------- /patches/soc/imx/wandboard/0001-ARM-i.MX6-Wandboard-add-wifi-bt-rfkill-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/wandboard/0001-ARM-i.MX6-Wandboard-add-wifi-bt-rfkill-driver.patch -------------------------------------------------------------------------------- /patches/soc/imx/wandboard/0002-ARM-dts-wandboard-add-binding-for-wand-rfkill-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/imx/wandboard/0002-ARM-dts-wandboard-add-binding-for-wand-rfkill-driver.patch -------------------------------------------------------------------------------- /patches/soc/ti/beagleboard_dtbs/0001-Add-BeagleBoard.org-DTBS-v5.8.x.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/ti/beagleboard_dtbs/0001-Add-BeagleBoard.org-DTBS-v5.8.x.patch -------------------------------------------------------------------------------- /patches/soc/ti/panda/0001-HACK-PandaBoard-Bring-back-twl6030-clk32kg-regulator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/patches/soc/ti/panda/0001-HACK-PandaBoard-Bring-back-twl6030-clk32kg-regulator.patch -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/readme.md -------------------------------------------------------------------------------- /repo_maintenance/dpkg_check.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | lsb_release -cs 4 | dpkg -l | grep libncurses5-dev 5 | -------------------------------------------------------------------------------- /repo_maintenance/get-linux-next.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/get-linux-next.sh -------------------------------------------------------------------------------- /repo_maintenance/push-bb.org.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/push-bb.org.sh -------------------------------------------------------------------------------- /repo_maintenance/push-kernel-bump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/push-kernel-bump.sh -------------------------------------------------------------------------------- /repo_maintenance/push-kernel-n-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/push-kernel-n-test.sh -------------------------------------------------------------------------------- /repo_maintenance/push-linux-next-bump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/push-linux-next-bump.sh -------------------------------------------------------------------------------- /repo_maintenance/push-merge-to-sha.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/push-merge-to-sha.sh -------------------------------------------------------------------------------- /repo_maintenance/push-n-tag-release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/push-n-tag-release.sh -------------------------------------------------------------------------------- /repo_maintenance/push-sync-with-master.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/push-sync-with-master.sh -------------------------------------------------------------------------------- /repo_maintenance/push-ti-merge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/repo_maintenance/push-ti-merge.sh -------------------------------------------------------------------------------- /scripts/bisect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/scripts/bisect.sh -------------------------------------------------------------------------------- /scripts/error.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/scripts/error.sh -------------------------------------------------------------------------------- /scripts/gcc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/scripts/gcc.sh -------------------------------------------------------------------------------- /scripts/git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/scripts/git.sh -------------------------------------------------------------------------------- /system.sh.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/system.sh.sample -------------------------------------------------------------------------------- /tools/bone-config-checker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/bone-config-checker.sh -------------------------------------------------------------------------------- /tools/config-checker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/config-checker.sh -------------------------------------------------------------------------------- /tools/config-hot-fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/config-hot-fix.sh -------------------------------------------------------------------------------- /tools/host_det.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/host_det.sh -------------------------------------------------------------------------------- /tools/install_kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/install_kernel.sh -------------------------------------------------------------------------------- /tools/local_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/local_install.sh -------------------------------------------------------------------------------- /tools/lpae-config-checker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/lpae-config-checker.sh -------------------------------------------------------------------------------- /tools/rebuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/rebuild.sh -------------------------------------------------------------------------------- /tools/rebuild_deb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/rebuild_deb.sh -------------------------------------------------------------------------------- /tools/stable-config-checker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/tools/stable-config-checker.sh -------------------------------------------------------------------------------- /version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCNelson/linux-dev/HEAD/version.sh --------------------------------------------------------------------------------