1. 11 Dec, 2020 1 commit
  2. 09 Dec, 2020 4 commits
  3. 04 Dec, 2020 2 commits
  4. 02 Dec, 2020 1 commit
  5. 30 Nov, 2020 4 commits
  6. 26 Nov, 2020 1 commit
  7. 25 Nov, 2020 1 commit
  8. 23 Nov, 2020 1 commit
  9. 19 Nov, 2020 1 commit
    • Hans de Goede's avatar
      ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks · fbdae7d6
      Hans de Goede authored
      The HP Pavilion x2 Detachable line comes in many variants:
      
      1. Bay Trail SoC + AXP288 PMIC, Micro-USB charging (10-k010nz, ...)
         DMI_SYS_VENDOR: "Hewlett-Packard"
         DMI_PRODUCT_NAME: "HP Pavilion x2 Detachable PC 10"
         DMI_BOARD_NAME: "8021"
      
      2. Bay Trail SoC + AXP288 PMIC, Type-C charging (10-n000nd, 10-n010nl, ...)
         DMI_SYS_VENDOR: "Hewlett-Packard"
         DMI_PRODUCT_NAME: "HP Pavilion x2 Detachable"
         DMI_BOARD_NAME: "815D"
      
      3. Cherry Trail SoC + AXP288 PMIC, Type-C charging (10-n101ng, ...)
         DMI_SYS_VENDOR: "HP"
         DMI_PRODUCT_NAME: "HP Pavilion x2 Detachable"
         DMI_BOARD_NAME: "813E"
      
      4. Cherry Trail SoC + TI PMIC, Type-C charging (10-p002nd, 10-p018wm, ...)
         DMI_SYS_VENDOR: "HP"
         DMI_PRODUCT_NAME: "HP x2 Detachable 10-p0XX"
         DMI_BOARD_NAME: "827C"
      
      5. Cherry Trail SoC + TI PMIC, Type-C charging (x2-210-g2, ...)
         DMI_SYS_VENDOR: "HP"
         DMI_PRODUCT_NAME: "HP x2 210 G2"
         DMI_BOARD_NAME: "82F4"
      
      Variant 1 needs the exact same quirk as variant 2, so relax the DMI check
      for the existing quirk a bit so that it matches both variant 1 and 2
      (note the other variants will still not match).
      
      Variant 2 already has an existing quirk (which now also matches variant 1)
      
      Variant 3 uses a cx2072x codec, so is not applicable here.
      
      Variant 4 almost works with the defaults, but it also needs a quirk to
      fix jack-detection, add a new quirk for this.
      
      Variant 5 does use a RT5640 codec (based on old dmesg output), but was
      otherwise not tested, keep using the defaults for this variant.
      
      Fixes: ec8e8418 ("ASoC: Intel: bytcr_rt5640: Add quirks for various devices")
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Acked-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Link: https://lore.kernel.org/r/20201118121515.11441-1-hdegoede@redhat.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      fbdae7d6
  10. 18 Nov, 2020 1 commit
  11. 16 Nov, 2020 5 commits
  12. 13 Nov, 2020 1 commit
  13. 05 Nov, 2020 1 commit
  14. 04 Nov, 2020 1 commit
  15. 29 Oct, 2020 2 commits
  16. 28 Oct, 2020 3 commits
  17. 25 Oct, 2020 10 commits