- May 13, 2017
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka.perkov@sartura.hr>
-
- May 02, 2017
-
-
Alexey Brodkin authored
DWC3 driver uses of_usb_get_phy_mode() which is implemented in drivers/usb/phy/of.c and in bare minimal configuration it might not be pulled in kernel binary. In case of ARC or ARM this could be easily reproduced with "allnodefconfig" +CONFIG_USB=m +CONFIG_USB_DWC3=m. On building all ends-up with: ---------------------->8------------------ Kernel: arch/arm/boot/Image is ready Kernel: arch/arm/boot/zImage is ready Building modules, stage 2. MODPOST 5 modules ERROR: "of_usb_get_phy_mode" [drivers/usb/dwc3/dwc3.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 ---------------------->8------------------ This was affecting Lede in case of CONFIG_ALL_KMODS=y. The patch is already scheduled for v4.12 and once it is backported to 4.9.y it must be removed from here. Note this patch makes sense not only for ARC instead it fixes a generic issue which may affect more arches and platforms thus putting it in "generic/" folder. Signed-off-by:
Alexey Brodkin <Alexey.Brodkin@synopsys.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [patch rename]
-
- Apr 26, 2017
-
-
Felix Fietkau authored
Direct-IO support has to be enabled for the release build anyway, so this hack is not worth keeping Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 23, 2017
-
-
Álvaro Fernández Rojas authored
We need to ensure there is enough headroom to push extra header, but we also need to check if we are allowed to change headers. skb_cow_head() is the proper helper to deal with this. Fixes Ethernet<->WiFi bridge for Raspberry Pi and probably other devices. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-
- Apr 19, 2017
-
-
Mathias Kresin authored
Use the stateless 4-byte op codes for this flash chip to fix reboot hangs on SoCs expecting the flash chip in 3-byte mode. Fixes: FS#179 Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Apr 14, 2017
-
-
Rafał Miłecki authored
This includes driver for Northstar and for Raspberry Pi. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Apr 08, 2017
-
-
Mathias Kresin authored
Fix the list order instead of adjusting the controller scan order. Revert the former required changes to the lantiq PCIe driver. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Apr 02, 2017
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
John Crispin authored
The patch is missing a trailing new line Signed-off-by:
John Crispin <john@phrozen.org>
-
- Mar 26, 2017
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Mar 24, 2017
-
-
Mathias Kresin authored
Upstream commit 23dac14d058f ("MIPS: PCI: Use struct list_head lists") changed the controller list from reverse to straight order without taking care of the changed order for the scan of the recorded PCI controllers. Traverse the list in reverse order to restore the former behaviour. This patches fixes the following PCI error on lantiq: pci 0000:01:00.0: BAR 0: error updating (0x1c000004 != 0x000000) Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Mar 21, 2017
-
-
Rafał Miłecki authored
This adds support for describing GPIO chips placed on PCIe cards. Thanks to this we get working 2.4 GHz LED on Tenda AC9. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Mar 16, 2017
-
-
Felix Fietkau authored
It is not needed for anything on the system and skipping this saves some build time, especially in cases where there is nothing to do. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Jing Qiu authored
The problem is caused by the incorrect handling of the parent inode's i_nlink count for the dentry to be RENAME_EXCHANGED. There are 3 cases to consider. Assume we want to RENAME_EXCHANGE struct dentry *a and struct dentry *b, and inode_a is pointed to by dentry_a, inode_b is pointed to by dentry_b: 1. If inode_a is a directory, but inode_b isn't, then we must decrease the i_nlink count of old_dir_i, and increase the i_nlink of new_dir_i. 2. If inode_a isn't a directory, but inode_b is a directory, then we must increase the i_nlink of old_dir_i, and decrease the i_nlink count of new_dir_i. 3. If the types of inode_a and inode_b are the same, we don't change the i_nlink for either old_dir_i or new_dir_i. Signed-off-by:
Jing Qiu <aqiu0720@gmail.com> Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Mar 12, 2017
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Tim Harvey authored
Fix a kernel crash caused when CONFIG_FIXED_PHY used for fixed phy drivers in phy-add-aneg-done-function patch. Signed-off-by:
Tim Harvey <tharvey@gateworks.com>
-
- Mar 08, 2017
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This backports fixes for setting of_node and making it possible to read extra info from DT. This was partially fixed by: [PATCH] leds: leds-gpio: Set of_node for created LED devices but it didn't work during initialization. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Mar 06, 2017
-
-
Felix Fietkau authored
This was apparently caused by some linux upstream merge damage Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Mar 01, 2017
-
-
Rafał Miłecki authored
Somewhere between 4.4 and 4.9 there was a change that made OF_EARLYCON_DECLARE adding entries to the __earlycon_table instead of __earlycon_of_table. We need to keep this table as well. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Feb 28, 2017
-
-
Felix Fietkau authored
Fixes the following build error: CC arch/mips/boot/compressed/decompress.o OBJCOPY arch/mips/boot/compressed/vmlinux.bin XZKERN arch/mips/boot/compressed/vmlinux.bin.z OBJCOPY arch/mips/boot/compressed/piggy.o LD vmlinuz arch/mips/boot/compressed/decompress.o: In function `lzma2_lzma': /tmp2/mehrtens/linux/arch/mips/boot/compressed/../../../../lib/xz/xz_dec_lzma2.c:884: undefined reference to `memmove' make[1]: *** [vmlinuz] Error 1 make: *** [vmlinuz] Error 2 lib/decompress_unxz.c only defines its own memmove function if there is no macro with the same name. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 27, 2017
-
-
Ansuel Smith authored
refresh patch 630-packet_socket_type Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
- Feb 26, 2017
-
-
Ansuel Smith authored
Refresh generic patch Compiled and tested WRT1900ACS Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
- Feb 15, 2017
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Felix Fietkau authored
When memory is tight, modules may need to be loaded into vmalloc() space. The code then has to generate jump trampolines which enable relocations between vmalloc space and physical address space. The code had a bug that was freeing these trampolines even when the module was successfully loaded. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 12, 2017
-
-
Martin Blumenstingl authored
Upstream linux commit 7523e4dc5057e "module: use a structure to encapsulate layout." moves some of the struct module members into a separate struct module_layout. Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
-
Hauke Mehrtens authored
This backports the following fix to our mips IRQ stack patches: https://patchwork.linux-mips.org/patch/15110/ Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Feb 11, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
John Crispin authored
the function prototype has changed, make the new stub consistent with this change. Signed-off-by:
John Crispin <john@phrozen.org>
-
- Feb 10, 2017
-
-
Rafał Miłecki authored
Use 0xx prefix for accepted patches. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Feb 09, 2017
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Feb 07, 2017
-
-
Rafał Miłecki authored
These are patches queued for 4.11. It adds support for even more hw and removes some annoying WARN_ONCE. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This adds support for more devices. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Feb 06, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 04, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name> Signed-off-by: Tim Harvey <tharvey@gateworks.com> [fixes]
-