1. 09 8月, 2014 1 次提交
  2. 05 7月, 2014 1 次提交
  3. 31 10月, 2013 1 次提交
  4. 17 10月, 2013 1 次提交
  5. 05 1月, 2013 1 次提交
    • M
      [media] ngene: fix commit 36a495a3 · 2c46bb11
      Mauro Carvalho Chehab 提交于
      The above commit were applied only partially; it broke tuner and
      demod attach, but the part that added it to ngene_info was missing.
      
      Not sure what happened there, but, without this patch, a regression
      would be happening.
      
      Also, gcc complains about a defined but not used symbol.
      
      So, apply manually the missing part.
      
      Cc: Patrice Chotard <patricechotard@free.fr>
      Cc: Antti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      2c46bb11
  6. 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
  7. 28 12月, 2012 1 次提交
  8. 23 11月, 2012 1 次提交
  9. 28 10月, 2012 1 次提交
  10. 21 8月, 2012 1 次提交
    • M
      [media] Kconfig: merge all customise options into just one · fccea74f
      Mauro Carvalho Chehab 提交于
      Instead of having 3 options to allow customizing the media
      sub-drivers (tuners, I2C drivers, frontends), merge all of
      them into just one.
      
      That simplifies the life for users, as they can just keep
      this untouched.
      
      Life for developers is also simpler, as there's now just
      one Kconfig item to remember, for the ancillary sub-drivers
      providing supports for chips that could change from one
      board design to another.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      fccea74f
  11. 14 8月, 2012 2 次提交