Skip to content
Snippets Groups Projects
Select Git revision
  • 524465df2accf54604cb89c04dbaab0c8aaa5bb4
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jean Delvare authored and Greg Kroah-Hartman committed
    A tasklet is not suitable for what the ds1374 driver does: neither sleeping
    nor mutex operations are allowed in tasklets, and ds1374_set_tlet may do
    both.
    
    We can use a workqueue instead, where both sleeping and mutex operations
    are allowed.
    
    Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
    Acked-by: default avatarRandy Vinson <rvinson@mvista.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    524465df
    History
    Name Last commit Last update