forked from linux4sam/openwrt-at91
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8c7050
commit 62b3f4b
Showing
10 changed files
with
7 additions
and
325 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
target/linux/at91/patches-5.4/101-ARM-at91-build-dtb-for-q5xr5.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
target/linux/generic/backport-5.4/011-kbuild-export-SUBARCH.patch
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
target/linux/generic/backport-5.4/040-ARM-8918-2-only-build-return_address-if-needed.patch
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
...linux/generic/backport-5.4/600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,6 @@ Signed-off-by: Russell King <[email protected]> | |
/** | ||
* struct sfp_bus - internal representation of a sfp bus | ||
*/ | ||
@@ -22,6 +28,7 @@ struct sfp_bus { | ||
const struct sfp_socket_ops *socket_ops; | ||
struct device *sfp_dev; | ||
struct sfp *sfp; | ||
+ const struct sfp_quirk *sfp_quirk; | ||
|
||
const struct sfp_upstream_ops *upstream_ops; | ||
void *upstream; | ||
@@ -31,6 +38,46 @@ struct sfp_bus { | ||
bool started; | ||
}; | ||
|
@@ -99,13 +91,3 @@ Signed-off-by: Russell King <[email protected]> | |
+ | ||
if (ops && ops->module_insert) | ||
ret = ops->module_insert(bus->upstream, id); | ||
|
||
@@ -623,6 +675,8 @@ void sfp_module_remove(struct sfp_bus *b | ||
|
||
if (ops && ops->module_remove) | ||
ops->module_remove(bus->upstream); | ||
+ | ||
+ bus->sfp_quirk = NULL; | ||
} | ||
EXPORT_SYMBOL_GPL(sfp_module_remove); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,15 +187,6 @@ Signed-off-by: Russell King <[email protected]> | |
int err, i; | ||
|
||
sfp = sfp_alloc(&pdev->dev); | ||
@@ -2183,7 +2253,7 @@ static int sfp_probe(struct platform_dev | ||
|
||
sfp->gpio_irq[i] = gpiod_to_irq(sfp->gpio[i]); | ||
if (!sfp->gpio_irq[i]) { | ||
- poll = true; | ||
+ sfp->need_poll = true; | ||
continue; | ||
} | ||
|
||
@@ -2195,11 +2265,11 @@ static int sfp_probe(struct platform_dev | ||
dev_name(sfp->dev), sfp); | ||
if (err) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,45 +27,8 @@ Signed-off-by: Imre Kaloz <[email protected]> | |
# --------------------------------------------------------------------------- | ||
|
||
quiet_cmd_lzma = LZMA $@ | ||
- cmd_lzma = { cat $(real-prereqs) | lzma -9; $(size_append); } > $@ | ||
- cmd_lzma = { cat $(real-prereqs) | $(LZMA) -9; $(size_append); } > $@ | ||
+ cmd_lzma = { cat $(real-prereqs) | lzma e -d20 -lc1 -lp2 -pb2 -eos -si -so; $(size_append); } > $@ | ||
|
||
quiet_cmd_lzo = LZO $@ | ||
cmd_lzo = { cat $(real-prereqs) | lzop -9; $(size_append); } > $@ | ||
--- a/usr/gen_initramfs_list.sh | ||
+++ b/usr/gen_initramfs_list.sh | ||
@@ -229,7 +229,7 @@ cpio_list= | ||
output="/dev/stdout" | ||
output_file="" | ||
is_cpio_compressed= | ||
-compr="gzip -n -9 -f" | ||
+compr="gzip -n -9 -f -" | ||
|
||
arg="$1" | ||
case "$arg" in | ||
@@ -245,13 +245,13 @@ case "$arg" in | ||
output=${cpio_list} | ||
echo "$output_file" | grep -q "\.gz$" \ | ||
&& [ -x "`which gzip 2> /dev/null`" ] \ | ||
- && compr="gzip -n -9 -f" | ||
+ && compr="gzip -n -9 -f -" | ||
echo "$output_file" | grep -q "\.bz2$" \ | ||
&& [ -x "`which bzip2 2> /dev/null`" ] \ | ||
- && compr="bzip2 -9 -f" | ||
+ && compr="bzip2 -9 -f -" | ||
echo "$output_file" | grep -q "\.lzma$" \ | ||
&& [ -x "`which lzma 2> /dev/null`" ] \ | ||
- && compr="lzma -9 -f" | ||
+ && compr="lzma e -d20 -lc1 -lp2 -pb2 -eos -si -so" | ||
echo "$output_file" | grep -q "\.xz$" \ | ||
&& [ -x "`which xz 2> /dev/null`" ] \ | ||
&& compr="xz --check=crc32 --lzma2=dict=1MiB" | ||
@@ -320,7 +320,7 @@ if [ ! -z ${output_file} ]; then | ||
if [ "${is_cpio_compressed}" = "compressed" ]; then | ||
cat ${cpio_tfile} > ${output_file} | ||
else | ||
- (cat ${cpio_tfile} | ${compr} - > ${output_file}) \ | ||
+ (cat ${cpio_tfile} | ${compr} > ${output_file}) \ | ||
|| (rm -f ${output_file} ; false) | ||
fi | ||
[ -z ${cpio_file} ] && rm ${cpio_tfile} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,6 +167,7 @@ Signed-off-by: John Crispin <[email protected]> | |
config LIB80211_CRYPT_CCMP | ||
- tristate | ||
+ tristate "LIB80211_CRYPT_CCMP" | ||
select CRYPTO | ||
select CRYPTO_AES | ||
select CRYPTO_CCM | ||
|
||
|
101 changes: 0 additions & 101 deletions
101
target/linux/generic/hack-5.4/551-loop-Better-discard-support-for-block-devices.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,6 +128,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
#include <linux/acpi.h> | ||
#include <linux/cdrom.h> | ||
#include <linux/sched.h> | ||
#include <linux/async.h> | ||
+#ifdef CONFIG_ATA_LEDS | ||
+#include <linux/leds.h> | ||
+#endif | ||
|