1. 18 8月, 2013 1 次提交
  2. 04 1月, 2013 1 次提交
    • G
      Drivers: media: remove __dev* attributes. · 4c62e976
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c62e976
  3. 12 6月, 2012 1 次提交
  4. 21 5月, 2012 1 次提交
  5. 20 3月, 2012 1 次提交
    • M
      [media] radio-sf16fmr2: fix session mismatches · f074ff92
      Mauro Carvalho Chehab 提交于
      WARNING: drivers/media/radio/built-in.o(.data+0x284): Section mismatch in reference from the variable fmr2_driver to the function .init.text:fmr2_probe()
      The variable fmr2_driver references
      the function __init fmr2_probe()
      If the reference is valid then annotate the
      variable with __init* or __refdata (see linux/init.h) or name the variable:
      *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
      
      WARNING: drivers/media/built-in.o(.data+0x48200): Section mismatch in reference from the variable fmr2_driver to the function .init.text:fmr2_probe()
      The variable fmr2_driver references
      the function __init fmr2_probe()
      If the reference is valid then annotate the
      variable with __init* or __refdata (see linux/init.h) or name the variable:
      *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
      
      Cc: Hans Verkuil <hans.verkuil@cisco.com>
      Cc: Ondrej Zary <linux@rainbow-software.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      f074ff92
  6. 19 3月, 2012 1 次提交
    • H
      [media] tea575x-tuner: update to latest V4L2 framework requirements · d4ecc83b
      Hans Verkuil 提交于
      The tea575x-tuner module has been updated to use the latest V4L2 framework
      functionality. This also required changes in the drivers that rely on it.
      
      The tea575x changes are:
      
      - The drivers must provide a v4l2_device struct to the tea module.
      - The radio_nr module parameter must be part of the actual radio driver,
        and not of the tea module.
      - Changed the frequency range to the normal 76-108 MHz range instead of
        50-150.
      - Add hardware frequency seek support.
      - Fix broken rxsubchans/audmode handling.
      - The application can now select between stereo and mono.
      - Support polling for control events.
      - Add V4L2 priority handling.
      
      And radio-sf16fmr2.c now uses the isa bus kernel framework.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Thanks-to: Ondrej Zary <linux@rainbow-software.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      d4ecc83b
  7. 08 3月, 2012 1 次提交
  8. 21 2月, 2012 1 次提交
  9. 28 7月, 2011 1 次提交
  10. 27 4月, 2011 1 次提交
  11. 02 12月, 2010 1 次提交
    • H
      [media] BKL: trivial BKL removal from V4L2 radio drivers · 32958fdd
      Hans Verkuil 提交于
      The patch converts a bunch of V4L2 radio drivers to unlocked_ioctl.
      
      These are all simple conversions: most already had a lock and so the ioctl
      fop could simply be replaced by unlocked_ioctl.
      
      radio-miropcm20.c was converted to use the new V4L2 core lock.
      
      While doing this work I noticed that many of these drivers initialized
      some more fields or muted audio or something like that *after* creating
      the device node. This should be done before the device node is created
      to prevent problems. Especially hal tends to grab a device node as soon
      as it is created.
      
      In one or two cases the mutex_init was even done after the device creation!
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      32958fdd
  12. 16 12月, 2009 1 次提交
  13. 17 6月, 2009 2 次提交
  14. 10 5月, 2009 1 次提交
  15. 07 4月, 2009 1 次提交
  16. 30 3月, 2009 2 次提交
  17. 03 1月, 2009 1 次提交
  18. 12 10月, 2008 4 次提交
  19. 27 7月, 2008 1 次提交
  20. 26 7月, 2008 2 次提交
  21. 24 7月, 2008 1 次提交
  22. 25 4月, 2008 2 次提交
  23. 18 2月, 2008 1 次提交
  24. 26 1月, 2008 1 次提交
  25. 19 7月, 2007 1 次提交
  26. 28 4月, 2007 1 次提交
  27. 13 2月, 2007 1 次提交
  28. 26 9月, 2006 3 次提交
  29. 25 6月, 2006 2 次提交
  30. 07 2月, 2006 1 次提交