- Feb 20, 2018
-
-
Hauke Mehrtens authored
Updated the devicetree source files to make use of the following upstreamed drivers: - xrx200 ethernet phy - reset controller unit - dwc2 - fpi Use our custom xrx200 ethernet phy compatible to support boards, which have switched the vr9 revision during lifetime, with a single devicetree source file. By switching to the dwc2 driver + usb phy framework, we don't need to used our custom gpio power patch and can use a fixed regulator instead. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Move common used parts to dtsi. Add labels to nodes and reference nodes via labels in dts files. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
On danube the USB0 registers are at 1e101000 similar to all other lantiq SoCs. On Danube and AR9 the USB core is connected to the AHB bus, hence we need to enable the AHB Bus as well. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Add a custom xrx200 ethernet phy compatible to load the firmware matching the vr9 revision without specifing an expected revision. We have quite a few boards in the tree were later produced ones are using a more recent vr9. It is impossible to distinguish which revision of the vr9 is used without opening the case and removing a heatsink for some of them. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
This reverts kernel commit 1eed40043579 ("MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain support"). With the patch applied, the kernel hangs during boot if SMP is active. The Lantiq IRQ controller gets registered first and it directly handles the MIPS native SW1/2 and HW0 - HW5 IRQs. It looks like this controller already registers IRQ 0 - 7 and the generic driver only gets the following IRQs starting later. The upstream discussion can be found at https://www.linux-mips.org/archives/linux-mips/2017-05/msg00059.html . Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Enable syscon to use it for the RCU MFD on Amazon SE as well. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Hauke Mehrtens authored
This just copies the patches, configuration and dts files into the directories hich are used for kernel 4.14. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
This is fixing multiple compile problems with kernel 4.14 and updates the code to take care of changes introduced between kernel 4.9 and 4.14. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Move the devicetree source files to a kernel specific directory in preparation of adding kernel 4.14 support. Rename the subtarget kernel config files to match a specific kernel version. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Rename the gphy firmware to match the name requested by kernel 4.14 and update the devicetree source files to use the new name. Update the u-boot lantiq Makefile to be compatible with the new names as well. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
With upstream commit 2c93e790e825 ("usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW") the CONFIG_USB_PCI was introduced. The option is disabled by default in our generic kernel 4.14 config, hence we need to set the option for all related kernel modules. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
With a9772285a724 ("linux/compiler.h: Split into compiler.h and compiler_types.h") compiler.h was refactored and most its content was moved to compiler_types.h. Both files are required to build ppp-mod-pppoa. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Hans Dedecker authored
96033e9 dhcpv6-ia: don't always send reconf accept option (FS#1377) Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Zoltan HERPAI authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Zoltan HERPAI authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Michael Heimpold authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
Michael Heimpold authored
This adds support for the Freescale i.MX23/28 SoC's Low-Resolution ADC. Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
Michael Heimpold authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
Zoltan HERPAI authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Zoltan HERPAI authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
Tan Hong Hui authored
Add support to allow for per switch port VLAN priority (PCP) bits for the ar8327/8337 chip using the swconfig utility. Tested on Netgear R7800 Signed-off-by:
Tan Hong Hui <hhtan72@yahoo.com>
-
Koen Vandeputte authored
The current implementation only checked if uqmi itself executed correctly which is also the case when the returned value is actually an error. Rework this, checking that CID is a numeric value, which can only be true if uqmi itself also executed correctly. Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Koen Vandeputte authored
This issue is also present in kernel 4.9 starting from 4.9.71 Adapted the patch, as the fixed function is in another location here. Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
- Feb 19, 2018
-
-
Stijn Tintel authored
When using pigz, a parallel gzip implementation, the gzip step in the image build for some targets fails, because the image filename already has the .gz extension. This results in an emtpy image file. Fix this by adding the --force option to gzip in the Build/gzip macro. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> Tested-by:
Martin Schleier <drahemmaps@gmx.net>
-
Stijn Tintel authored
This reverts commit 6c2e1ff8. GNU gzip does not fail when the image filename already contains the .gz extension, this is a problem specific to pigz. Revert the commit, as we now gzip the image twice. Reported-by:
Martin Schleier <drahemmaps@gmx.net> Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
Rafał Miłecki authored
These 2 patches were recently queued for 4.17. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Tim Harvey authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Tim Harvey authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Tim Harvey authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Tim Harvey authored
Backport of: http://patchwork.ozlabs.org/patch/860701/ Signed-off-by:
Tim Harvey <tharvey@gateworks.com> Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
- Feb 18, 2018
-
-
Kevin Darbyshire-Bryant authored
1721453 Remove special handling of A-for-A queries. 499d8dd Fix boundary for test introduced in 3e3f1029c9ec6c63e430ff51063a6301d4b2262 6f1cbfd Fix debian/readme typo. 55ecde7 Inotify: Ignore backup files created by editors 6b54d69 Make failure to chown() pidfile a warning. 246a31c Change ownership of pid file, to keep systemd happy. 83e4b73 Remove confusion between --user and --script-user. 6340ca7 Tweak heuristic for initial DNSSEC memory allocation. baf553d Default min-port to 1024 to avoid reserved ports. 486bcd5 Simplify and correct bindtodevice(). be9a74d Close Debian bug for CVE-2017-15107. ffcbc0f Example config typo fixes. a969ba6 Special case NSEC processing for root DS record, to avoid spurious BOGUS. f178172 Add homepage to Debian control file. cd7df61 Fix DNSSEC validation errors introduced in 4fe6744a220eddd3f1749b40cac3dfc510787de6 c1a4e25 Try to be a little more clever at falling back to smaller DNS packet sizes. 4fe6744 DNSSEC fix for wildcard NSEC records. CVE-2017-15107 applies. 3bd4c47 Remove limit on length of command-line options. 98196c4 Typo fix. 22cd860 Allow more than one --bridge-interface option to refer to an interface. 3c973ad Use SIGINT (instead of overloading SIGHUP) to turn on DNSSEC time validation. faaf306 Spelling fixes. c7e6aea Change references to gPXE to iPXE. Development of EtherBoot gPXE was always development of iPXE core developer Michael Brown. e541245 Handle duplicate RRs in DNSSEC validation. 84a01be Bump year in Debian copyright notice. d1ced3a Update copyrights to 2018. a6cee69 Fix exit code from dhcp_release6. 0039920 Severely fix code formating of contrib/lease-tools/dhcp_release6.c 39d8550 Run Debian startup regex in "C" locale. ef3d137 Fix infinite retries in strict-order mode. 8c707e1 Make 373e91738929a3d416e6292e65824184ba8428a6 compile without DNSSEC. 373e917 Fix a6004d7f17687ac2455f724d0b57098c413f128d to cope with >256 RRs in answer section. 74f0f9a Commment language tweaks. ed6bdb0 Man page typos. c88af04 Modify doc.html to mention git-over-http is now available. ae0187d Fix trust-anchor regexp in Debian init script. 0c50e3d Bump version in Debian package. 075366a Open inotify socket only when used. 8e8b2d6 Release notes update. 087eb76 Always return a SERVFAIL response to DNS queries with RD=0. ebedcba Typo in printf format string added in 22dee512f3738f87539a79aeb52b9e670b3bd104 0954a97 Remove RSA/MD5 DNSSEC algorithm. b77efc1 Tidy DNSSEC algorithm table use. 3b0cb34 Fix manpage which said ZSK but meant KSK. aa6f832 Add a few DNS RRs to the table. ad9c6f0 Add support for Ed25519 DNSSEC signature algorithm. a6004d7 Fix caching logic for validated answers. c366717 Tidy up add_resource_record() buffer size checks. 22dee51 Log DNS server max packet size reduction. 6fd5d79 Fix logic on EDNS0 headers. 9d6918d Use IP[V6]_UNICAST_IF socket option instead of SO_BINDTODEVICE for DNS. a49c5c2 Fix search_servers() segfault with DNSSEC. 30858e3 Spaces in CNAME options break parsing. Refresh patches. Remove upstreamed patches: 250-Fix-infinite-retries-in-strict-order-mode.patch 260-dnssec-SIGINT.patch 270-dnssec-wildcards.patch Signed-off-by:
Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
-
Hauke Mehrtens authored
Fixes: f621b539 ("kernel: bump 4.9 to 4.9.82") Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
Support for kernel 4.14 was added 2 months ago, make it now the default kernel to use for the x86 target. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> Tested-by:
Stijn Segers <francesco.borromini@inventati.org>
-
Stijn Tintel authored
They were introduced for arm64 in 4.14.20. Fixes: 88ba4145 ("kernel: bump 4.14 to 4.14.20") Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
John Crispin authored
this caused v4.14.20 based builds so fail on aarch64 Signed-off-by:
John Crispin <john@phrozen.org>
-
Stijn Tintel authored
Refresh patches. Remove upstreamed patches: - ar7/002-MIPS-AR7-ensure-the-port-type-s-FCR-value-is-used.patch - backport/040-crypto-fix-typo-in-KPP-dependency-of-CRYPTO_ECDH.patch Remove layerscape/819-Revert-dmaengine-dmatest-move-callback-wait-queue-to.patch, it is superseded by upstream commit 297c7cc4b5651b174a62925b6c961085f04979fd. Remove pending/650-pppoe_header_pad.patch, it is superseded by upstream commit 1bd21b158e07e0b8c5a2ce832305a0ebfe42c480. Update patches that no longer apply: - ar71xx/004-register_gpio_driver_earlier.patch - hack/204-module_strip.patch - pending/493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch Fixes CVE-2017-8824. Compile-tested: ar71xx. Runtime-tested: ar71xx. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-