Skip to content
  1. Sep 10, 2020
  2. Sep 09, 2020
    • Takashi Iwai's avatar
      ASoC: txx9: Replace tasklet with work · dd8c0c0b
      Takashi Iwai authored
      
      
      The tasklet is an old API that should be deprecated, usually can be
      converted to another decent API.  In ASoC TXx9 ACLC driver, a tasklet
      is still used for offloading the hardware reset function.  It can be
      achieved gracefully with a work queued, too.
      
      This patch replaces the tasklet usage in TXx9 ACLC driver with a
      simple work.  The conversion is fairly straightforward.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      Link: https://lore.kernel.org/r/20200903104749.21435-4-tiwai@suse.de
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      dd8c0c0b
    • Takashi Iwai's avatar
      ASoC: sh: Replace tasklet with work · d668e640
      Takashi Iwai authored
      
      
      The tasklet is an old API that should be deprecated, usually can be
      converted to another decent API.  In ASoC SH SIU driver, a tasklet is
      still used for offloading the hardware reset function.  It can be
      achieved gracefully with a work queued, too.
      
      This patch replaces the tasklet usage in SH SIU driver with a simple
      work.  The conversion is fairly straightforward.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      Link: https://lore.kernel.org/r/20200903104749.21435-3-tiwai@suse.de
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      d668e640
    • Takashi Iwai's avatar
      ASoC: fsl: Replace tasklet with work · a3d1f931
      Takashi Iwai authored
      
      
      The tasklet is an old API that should be deprecated, usually can be
      converted to another decent API.  In ASoC FSL ESAI CPU DAI driver, a
      tasklet is still used for offloading the hardware reset function.
      It can be achieved gracefully with a work queued, too.
      
      This patch replaces the tasklet usage in fsl esai driver with a simple
      work.  The conversion is fairly straightforward.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      Link: https://lore.kernel.org/r/20200903104749.21435-2-tiwai@suse.de
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      a3d1f931
    • Mark Brown's avatar
      Merge branch 'topic/tasklet-convert' of... · 05680cc0
      Mark Brown authored
      Merge branch 'topic/tasklet-convert' of https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-5.10
      05680cc0
  3. Sep 08, 2020
  4. Sep 07, 2020