Skip to content
Snippets Groups Projects
  1. May 13, 2017
  2. May 02, 2017
    • Alexey Brodkin's avatar
      linux-4.9: Fix building of DWC3 module · 2b27e62e
      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: default avatarAlexey Brodkin <Alexey.Brodkin@synopsys.com>
      Signed-off-by: Felix Fietkau <nbd@nbd.name> [patch rename]
      2b27e62e
  3. Apr 26, 2017
  4. Apr 25, 2017
  5. Apr 23, 2017
  6. Apr 19, 2017
  7. Apr 14, 2017
  8. Apr 11, 2017
  9. Apr 08, 2017
  10. Apr 04, 2017
  11. Apr 02, 2017
  12. Mar 30, 2017
    • Vittorio Gambaletta's avatar
      ar8327: Add workarounds for AR8337 switch. · 967b6be1
      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: default avatarVittorio Gambaletta <openwrt@vittgam.net>
      967b6be1
  13. Mar 26, 2017
  14. Mar 24, 2017
    • Mathias Kresin's avatar
      kernel: add MIPS pci fix send upstream · 2f8d086b
      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: default avatarMathias Kresin <dev@kresin.me>
      2f8d086b
  15. Mar 22, 2017
  16. Mar 21, 2017
  17. Mar 16, 2017
  18. Mar 14, 2017
  19. Mar 12, 2017
  20. Mar 11, 2017
  21. Mar 08, 2017
  22. Mar 07, 2017
  23. Mar 06, 2017
  24. Mar 03, 2017
Loading