Skip to content
Snippets Groups Projects
  1. Nov 16, 2016
  2. Nov 15, 2016
  3. Nov 14, 2016
  4. Nov 13, 2016
    • Mathias Kresin's avatar
      mvebu: revert remove of mvsw61xx device tree nodes · 56409860
      Mathias Kresin authored
      
      The marvell,88e6352 and marvell,88e6172 compatible strings are used in
      target/linux/generic/files/drivers/net/phy/mvsw61xx.c. No idea why grep
      missed them when I searched for them.
      
      Thanks to Syrone Wong for noticing and reporting my mistake.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      56409860
    • Mathias Kresin's avatar
      treewide: dts: use keycode defines from input dt-binding · 2b55c83e
      Mathias Kresin authored
      
      All compiled device tree files not mentioned are binary identical to the
      former ones.
      
      Fix the obvious decimal/hex confusion for the power key of ramips/M2M.dts.
      
      Due to the include of the input binding header, the BTN_* node names in:
      
        - ramips/GL-MT300A.dts
        - ramips/GL-MT300N.dts
        - ramips/GL-MT750.dts
        - ramips/Timecloud.dts
      
      will be changed by the compiler to the numerical equivalent.
      
      Move the binding include of lantiq boards to the file where they are
      used the first time to hint the user where the values do come from.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      2b55c83e
  5. Nov 12, 2016
  6. Nov 11, 2016
  7. Nov 10, 2016
  8. Nov 09, 2016
    • Mathias Kresin's avatar
      ramips: add TEW-691GR/TEW-692GR 2.4 GHz interface mac addresses · cc5c8f68
      Mathias Kresin authored
      
      Assign an unused MAC addresses to the 2.4GHz wifi interface as it was
      originally planed but not possible.
      
      The MAC address numbering of the TEW-691GR changes to the following
      pattern:
      
        LAN:  AA:BB:CC:DD:EE:0C
        WIFI: AA:BB:CC:DD:EE:0D
        WAN:  AA:BB:CC:DD:EE:0F
      
      The MAC address numbering of the TEW-692GR changes to the following
      pattern:
      
        LAN:    AA:BB:CC:DD:EE:e4
        WAN:    AA:BB:CC:DD:EE:e5
        2.4GHz: AA:BB:CC:DD:EE:e7
        5 GHz:  AA:BB:CC:DD:EE:e8
      
      Set the label and compatible string for the TEW-692GR PCIe wireless
      according to the the PCI binding documentation.
      
      Use the wifi@0,0 label and the pci0,0 compatible string since the PCI
      vendor and device id is unknown. It should work anyway since the
      compatible string isn't evaluated (yet).
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      cc5c8f68
    • Mathias Kresin's avatar
      ramips: use the ralink,mtd-eeprom device tree property · d8dd207e
      Mathias Kresin authored
      
      Use the ralink,mtd-eeprom instead of invoking the userspace firmware
      loader.
      
      Set the label and compatible string according to the the PCI binding
      documentation.
      
      Use the wifi@0,0 label and the pci0,0 compatible string in case the
      PCI vendor and device id is unknown. It should work anyway since the
      compatible string isn't evaluated (yet).
      
      This commit might fixes the PCIe wireless for the Buffalo WHR-600D.
      This board was mentioned in the board 10-rt2x00-eeprom firmware hotplug
      script but never had the correct eeprom name set to trigger the
      firmware from flash extraction.
      
      Use the usual eeprom for the soc wmac of the Dovado Tiny AC.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      d8dd207e
    • Mathias Kresin's avatar
      lantiq: drop ralink eeprom handling function · 21d8de78
      Mathias Kresin authored
      
      The eeprom handling function from the rt2x00 driver is used and this
      code is obsolete.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      21d8de78
    • Mathias Kresin's avatar
      lantiq: use the device tree bindings from rt2x00 driver · 7fd5171a
      Mathias Kresin authored
      
      Set a device specific wireless mac address for ARV7506PW11, VGV7519 and
      VGV7510KW22. The one from the EEPROM is a generic one and the same on
      all boards.
      
      Use the wifi@0,0 label and the pci0,0 compatible string for the
      ARV7519PW and ARV7525PW since the pci vendor and device id is unknown.
      It should work anyway since the compatible string isn't evaluated
      (yet).
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      7fd5171a
    • Mathias Kresin's avatar
      lantiq: fix VGV7519 and VGV7510KW22 mac addresses · 13208e89
      Mathias Kresin authored
      
      The VGV7510KW22 stock firmware uses the following mac-addresses:
      
      lan      (ifno 1): AA:BB:CC:DD:EE:60
      wlan     (ifno 2): AA:BB:CC:DD:EE:61
      atm0     (ifno 3): AA:BB:CC:DD:EE:62
      atm1/wan (ifno 4): AA:BB:CC:DD:EE:63
      
      The VGV7519 stock firmware uses the following mac-addresses:
      
      lan:  AA:BB:CC:DD:EE:EF
      wlan: AA:BB:CC:DD:EE:EF
      wan:  AA:BB:CC:DD:EE:EE
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      13208e89
    • Mathias Kresin's avatar
      mac80211: rt2x00: add support for mac addr from device tree · b6832817
      Mathias Kresin authored
      
      Backport upstream accepted patch which allows to override the EEPROM
      mac address with one from device tree.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      b6832817
    • Mathias Kresin's avatar
      mac80211: rt2x00: fold patches · e7c019c2
      Mathias Kresin authored
      
      The patch 615-rt2x00-fix_20mhz_clk.patch fixes code introduced by
      611-rt2x00-rf_vals-rt3352-xtal20.patch and makes the the platform data
      property clk_is_20mhz obsolete.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      e7c019c2
Loading