1. 21 Jun, 2021 6 commits
  2. 16 Jun, 2021 1 commit
  3. 14 Jun, 2021 2 commits
  4. 09 Jun, 2021 2 commits
    • Mark Brown's avatar
      ASoC: rt5645: Avoid upgrading static warnings to errors · 916cccb5
      Mark Brown authored
      One of the fixes reverted as part of the UMN fallout was actually fine,
      however rather than undoing the revert the process that handled all this
      stuff resulted in a patch which attempted to add extra error checks
      instead.  Unfortunately this new change wasn't really based on a good
      understanding of the subsystem APIs and bypassed the usual patch flow
      without ensuring it was reviewed by people with subsystem knowledge and
      was merged as a fix rather than during the merge window.
      
      The effect of the new fix is to upgrade what were previously warnings on
      static data in the code to hard errors on that data.  If this actually
      happens then it would break existing systems, if it doesn't happen then
      the change has no effect so this was not a safe change to apply as a fix
      to the release candidates.  Since the new code has not been tested and
      doesn't in practice improve error handling revert it instead, and also
      drop the original revert since the original fix was fine.  This takes
      the driver back to what it was in -rc1.
      
      Fixes: 5e70b8e2 ("ASoC: rt5645: add error checking to rt5645_probe function")
      Fixes: 1e0ce842 ("Revert "ASoC: rt5645: fix a NULL pointer dereference")
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Phillip Potter <phil@philpotter.co.uk>
      Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Link: https://lore.kernel.org/r/20210608160713.21040-1-broonie@kernel.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      916cccb5
    • Mark Brown's avatar
      Merge tag 'v5.13-rc3' into asoc-5.13 · c441bfb5
      Mark Brown authored
      Linux 5.13-rc3
      c441bfb5
  5. 08 Jun, 2021 15 commits
  6. 07 Jun, 2021 1 commit
  7. 04 Jun, 2021 1 commit
  8. 03 Jun, 2021 3 commits
  9. 02 Jun, 2021 1 commit
  10. 01 Jun, 2021 3 commits
  11. 27 May, 2021 1 commit
  12. 24 May, 2021 1 commit
  13. 23 May, 2021 3 commits