ath79: Convert incorrect 5.10 and 5.15 patches
authorOlliver Schinagl <oliver@schinagl.nl>
Tue, 20 Sep 2022 10:01:48 +0000 (12:01 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 1 Oct 2022 00:47:56 +0000 (02:47 +0200)
commitba6096d04b4f7a40aec339e7bf3f7b5842ae3cac
tree5542eb3332cf44995b052240ed32bcf7e9434beb
parentd5bf46bbe8f425182ea07787ae5d92145715da1b
ath79: Convert incorrect 5.10 and 5.15 patches

OpenWRT's developer guide prefers having actual patches so they an be
sent upstream more easily.

However, in this case, Adding proper fields also allows for `git am` to
properly function. Some of these patches are quite old, and lack much
traceable history.

This commit tries to rectify that, by digging in the history to find
where and how it was first added.

It is by no means perfect and also shows some patches that should have
been long gone.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
33 files changed:
target/linux/ath79/patches-5.10/0034-MIPS-ath79-ath9k-exports.patch
target/linux/ath79/patches-5.10/0036-MIPS-ath79-remove-irq-code-from-pci.patch
target/linux/ath79/patches-5.10/0037-missing-registers.patch
target/linux/ath79/patches-5.10/0039-MIPS-ath79-export-UART1-reference-clock.patch
target/linux/ath79/patches-5.10/004-register_gpio_driver_earlier.patch
target/linux/ath79/patches-5.10/0040-ath79-sgmii-config.patch
target/linux/ath79/patches-5.10/404-mtd-cybertan-trx-parser.patch
target/linux/ath79/patches-5.10/420-net-use-downstream-ag71xx.patch
target/linux/ath79/patches-5.10/425-at803x-allow-sgmii-aneg-override.patch
target/linux/ath79/patches-5.10/430-drivers-link-spi-before-mtd.patch
target/linux/ath79/patches-5.10/440-mtd-ar934x-nand-driver.patch
target/linux/ath79/patches-5.10/470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch
target/linux/ath79/patches-5.10/600-of_net-add-mac-address-ascii-support.patch
target/linux/ath79/patches-5.10/900-mdio_bitbang_ignore_ta_value.patch
target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch
target/linux/ath79/patches-5.10/920-mikrotik-rb4xx.patch
target/linux/ath79/patches-5.10/939-mikrotik-rb91x.patch
target/linux/ath79/patches-5.15/0034-MIPS-ath79-ath9k-exports.patch
target/linux/ath79/patches-5.15/0036-MIPS-ath79-remove-irq-code-from-pci.patch
target/linux/ath79/patches-5.15/0037-missing-registers.patch
target/linux/ath79/patches-5.15/0039-MIPS-ath79-export-UART1-reference-clock.patch
target/linux/ath79/patches-5.15/004-register_gpio_driver_earlier.patch
target/linux/ath79/patches-5.15/0040-ath79-sgmii-config.patch
target/linux/ath79/patches-5.15/404-mtd-cybertan-trx-parser.patch
target/linux/ath79/patches-5.15/420-net-use-downstream-ag71xx.patch
target/linux/ath79/patches-5.15/430-drivers-link-spi-before-mtd.patch
target/linux/ath79/patches-5.15/440-mtd-ar934x-nand-driver.patch
target/linux/ath79/patches-5.15/470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch
target/linux/ath79/patches-5.15/600-of_net-add-mac-address-ascii-support.patch
target/linux/ath79/patches-5.15/900-mdio_bitbang_ignore_ta_value.patch
target/linux/ath79/patches-5.15/910-unaligned_access_hacks.patch
target/linux/ath79/patches-5.15/920-mikrotik-rb4xx.patch
target/linux/ath79/patches-5.15/939-mikrotik-rb91x.patch