1. 04 10月, 2022 10 次提交
  2. 03 10月, 2022 8 次提交
  3. 02 10月, 2022 1 次提交
  4. 30 9月, 2022 2 次提交
  5. 27 9月, 2022 2 次提交
  6. 24 9月, 2022 1 次提交
    • J
      mpc85xx: add patch to fix gpio mpc8xxx · dafac183
      Josef Schlehofer 提交于
      Backports Linux kernel patch [1] for kernel 5.10 where it applies cleanly.
      This was tested on CZ.NIC Turris 1.1 router running OpenWrt 22.03
      release.
      
      Before:
      
      - In /var/log/messages:
      ```
      [   16.392988] lm90 0-004c: cannot request IRQ 48
      [   16.398280] lm90: probe of 0-004c failed with error -22
      ```
      
      - Sensors does not work:
      ```
      root@turris:~# sensors
      No sensors found!
      Make sure you loaded all the kernel drivers you need.
      Try sensors-detect to find out which these are.
      ```
      
      After:
      
      ```
      root@turris:/# sensors
      sa56004-i2c-0-4c
      Adapter: MPC adapter (i2c@3000)
      temp1:        +44.0°C  (low  =  +0.0°C, high = +70.0°C)
                             (crit = +85.0°C, hyst = +75.0°C)
      temp2:        +73.8°C  (low  =  +0.0°C, high = +70.0°C)  ALARM (HIGH)
                             (crit = +85.0°C, hyst = +75.0°C)
      ```
      
      [1] https://lore.kernel.org/linux-gpio/20220906105431.30911-1-pali@kernel.org/Signed-off-by: NJosef Schlehofer <pepe.schlehofer@gmail.com>
      (cherry picked from commit 2f496c34)
      (c&p commit ID from openwrt's master)
      Signed-off-by: NChristian Lamparter <chunkeey@gmail.com>
      dafac183
  7. 23 9月, 2022 2 次提交
  8. 21 9月, 2022 5 次提交
  9. 19 9月, 2022 2 次提交
    • D
      mac80211: rt2x00: experimental improvements for MT7620 wifi · 7c459ac1
      Daniel Golle 提交于
      Serge Vasilugin reports:
      
      To improve mt7620 built-in wifi performance some changes:
      1. Correct BW20/BW40 switching (see comments with mark (1))
      2. Correct TX_SW_CFG1 MAC reg from v3 of vendor driver see
      	https://gitlab.com/dm38/padavan-ng/-/blob/master/trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/chips/rt6352.c#L531
      3. Set bbp66 for all chains.
      4. US_CYC_CNT init based on Programming guide, default value was 33 (pci),
         set chipset bus clock with fallback to cpu clock/3.
      5. Don't overwrite default values for mt7620.
      6. Correct some typos.
      7. Add support for external LNA:
          a) RF and BBP regs never be corrected for this mode
          b) eLNA is driven the same way as ePA with mt7620's pin PA
      	but vendor driver explicitly pin PA to gpio mode (for forrect calibration?)
      	so I'm not sure that request for pa_pin in dts-file will be enough
      
      First 5 changes (really 2) improve performance for boards w/o eLNA/ePA.
      Changes 7 add support for eLNA
      
      Configuration w/o eLAN/ePA and with eLNA show results
      tx/rx (from router point of view) for each stream:
       35-40/30-35 Mbps for HT20
       65-70/60-65 Mbps for HT40
      
      Yes. Max results for 2T2R client is 140-145/135-140
      with peaks 160/150, It correspond to mediatek driver results.
      Boards with ePA untested.
      Reported-by: NSerge Vasilugin <vasilugin@yandex.ru>
      Signed-off-by: NDaniel Golle <daniel@makrotopia.org>
      [directly include v3 of the patchset submitted upstream]
      (cherry picked from commit 31a6605d)
      (cherry picked from commit e785ca05)
      (cherry picked from commit 412fcf3d)
      7c459ac1
    • S
      mac80211: rt2x00: fix typo · d004110e
      Sungbo Eo 提交于
      Add missing semicolon and refresh patches.
      Signed-off-by: NSungbo Eo <mans0n@gorani.run>
      (cherry picked from commit d826c917)
      d004110e
  10. 18 9月, 2022 7 次提交