1. 10 Jun, 2020 1 commit
  2. 03 Jun, 2020 1 commit
  3. 28 May, 2020 1 commit
  4. 19 May, 2020 1 commit
  5. 18 May, 2020 2 commits
  6. 17 May, 2020 4 commits
  7. 24 Apr, 2020 4 commits
  8. 21 Apr, 2020 2 commits
    • Josh Boyer's avatar
      Use Link function for brcmfmac43362-sdio.lemaker,bananapro.txt · 78c03484
      Josh Boyer authored
      
      
      This removes the in-repo symlink and uses Link in WHENCE to create
      it at installation time.
      Signed-off-by: default avatarJosh Boyer <jwboyer@kernel.org>
      78c03484
    • Hans de Goede's avatar
      Add symlink for Dell XPS 15 9550 Broadcom Bluetooth patch-ram file · f2df706a
      Hans de Goede authored
      
      
      The linux-firmware repo does not contain many Broadcom (now Cypress)
      Bluetooth patch-ram files, because we have never been able to get
      permission to re-distribute those.
      
      We do have one file for the for HTC Vive, which was submitted by HTC
      themselves with permission from Cypress.
      
      That file contain a "BCM20703A1 Generic USB 20Mhz fcbga_BU" patch-ram
      build. The patch-ram files used by Windows for the Bluetooth module
      in the XPS 15 9550, USB-id 0a5c:6410 is also a "BCM20703A1 Generic
      USB 20Mhz fcbga_BU" patch-ram build. Since the build-parameters
      (crystal MHz, package/module type used) between the 2 builds are an
      exact match we can also use the HTC submitted patch-ram for the
      XPS 15 9550. So lets add a symlink for this.
      
      This will make the Bluetooth on the XPS 15 9550 work out of the box,
      when linux-firmware is installed, without the user needing to go and
      find a suitable patch-ram file themselves.
      
      This has been tested on a XPS 15 9550 with both Bluetooth HID and
      Bluetooth audio devices.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      
      [Modified to use Link function in WHENCE by Josh Boyer <jwboyer@kernel.org]
      Signed-off-by: default avatarJosh Boyer <jwboyer@kernel.org>
      f2df706a
  9. 17 Apr, 2020 1 commit
  10. 16 Apr, 2020 1 commit
  11. 13 Apr, 2020 1 commit
  12. 10 Apr, 2020 1 commit
  13. 01 Apr, 2020 1 commit
  14. 20 Mar, 2020 1 commit
  15. 16 Mar, 2020 4 commits
  16. 09 Mar, 2020 1 commit
  17. 04 Mar, 2020 2 commits
  18. 29 Feb, 2020 1 commit
  19. 26 Feb, 2020 1 commit
  20. 24 Feb, 2020 1 commit
  21. 20 Feb, 2020 1 commit
  22. 19 Feb, 2020 1 commit
  23. 06 Feb, 2020 2 commits
  24. 03 Feb, 2020 2 commits
  25. 29 Jan, 2020 1 commit
  26. 22 Jan, 2020 1 commit
    • Kalle Valo's avatar
      qca: update bluetooth firmware for QCA6174 · 30550605
      Kalle Valo authored
      
      
      Bugfixes for QCA6174.
      
      While at it, to avoid confusion, also change the name of driver to
      'btqca' in WHENCE file because that's what it is called in kernel images
      (drivers/bluetooth/btqca.ko). Of course we cannot change the name of
      directory 'qca' and that has to remain forever, but better to fix the
      documentation to make it clear what driver this is.
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      30550605