- 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 25, 2017
-
-
Kevin Darbyshire-Bryant authored
Allow per-device initvals in the DTS file for rlt8366rb switches. Shamelessly copies 30494598 Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
- 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 11, 2017
-
-
Florian Fainelli authored
In preparation for bumping arm64 to 4.9, add a bunch of configuration symbols that are available under arm64. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Apr 08, 2017
-
-
Mathias Kresin authored
Now that the wireless LEDs are added via platform leds this patch isn't required any longer. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
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 04, 2017
-
-
Rafał Miłecki authored
Keeping it in base-files was resulting in adding it to the base-files package. This file is meant to be included manually for initramfs images only. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Apr 02, 2017
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
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 30, 2017
-
-
Vittorio Gambaletta authored
RGMII RX delay setting needs to be always specified for AR8337 to avoid port 5 RX hang on high traffic / flood conditions. Also, the HOL registers that set per-port and per-packet-priority buffer sizes are updated with the reduced values suggested by the QCA switch team. Finally, AR8327 reserved register fixups are disabled for the AR8337. This patch is adapted from the Code Aurora QSDK, but with magic values mapped to proper defines. Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net>
-
- Mar 26, 2017
-
-
Hauke Mehrtens authored
Deactivate all the ARM64 erratums by default. The target code should activate them if needed. This fixes a problem with a new erratum added in kernel 4.9.17 breaking brcm2708. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
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 22, 2017
-
-
Rafał Miłecki authored
They were triggering config prompts on brcm2710. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This fixes: Samsung LD9040 RGB/SPI panel (DRM_PANEL_SAMSUNG_LD9040) [N/m] (NEW) aborted! Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This fixes: JDI LT070ME05000 WUXGA DSI panel (DRM_PANEL_JDI_LT070ME05000) [N/m/?] (NEW) aborted! Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Mar 21, 2017
-
-
Rafał Miłecki authored
It includes vc4 driver for Broadcom VideoCore IV GPU. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
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>
-
Rafał Miłecki authored
This is the standard way we handle this. Please note (it seems) I could drop few symbols as they are hidden under (disabled) DRM_LEGACY now. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This fixes compiling issue on bcm53xx target with kmod-iio-core: Broadcom IPROC ADC driver (BCM_IPROC_ADC) [N/m/?] (NEW) 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>
-
Felix Fietkau authored
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 14, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Mar 12, 2017
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
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 11, 2017
-
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
- 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 07, 2017
-
-
Felix Fietkau authored
USB_EHCI_HCD_PLATFORM is used instead Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Mar 06, 2017
-
-
Felix Fietkau authored
This was apparently caused by some linux upstream merge damage Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
- Mar 03, 2017
-
-
Kevin Darbyshire-Bryant authored
Bump kernel from 4.4.50 to 4.4.52 Refresh patches Compile tested all 4.4. targets Run tested: ar71xx Archer C7 v2 Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-