1. 17 6月, 2009 2 次提交
  2. 07 4月, 2009 5 次提交
  3. 30 3月, 2009 4 次提交
  4. 03 1月, 2009 1 次提交
  5. 30 12月, 2008 4 次提交
  6. 12 10月, 2008 2 次提交
  7. 24 7月, 2008 1 次提交
  8. 20 7月, 2008 1 次提交
  9. 05 6月, 2008 2 次提交
  10. 26 5月, 2008 1 次提交
  11. 19 5月, 2008 1 次提交
    • J
      i2c: Convert remaining new-style drivers to use module aliasing · af294867
      Jean Delvare 提交于
      Update all the remaining new-style i2c drivers to use standard module
      aliasing instead of the old driver_name/type driver matching scheme.
      
      Note that the tuner driver is a bit quirky at the moment, as it
      overwrites i2c_client.name with arbitrary strings. We write "tuner"
      back on remove, to make sure that driver cycling will work properly,
      but there may still be troublesome corner cases.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      af294867
  12. 14 5月, 2008 4 次提交
  13. 30 4月, 2008 5 次提交
  14. 26 4月, 2008 1 次提交
    • M
      V4L/DVB (7748): tuner-core: some adjustments at tuner logs, if debug enabled · b9ef6bbb
      Mauro Carvalho Chehab 提交于
      set_addr log were almost useless: discarded SET_TYPE_ADDR commands weren't
      reported.
      
      This patch changed set_addr printk to print a message only if set_addr is
      wrong.
      
      It also fix printk at set_type, since, if an attach were failing, nothing
      were reported.
      
      With the current code, working or not, a call to set_addr will produce a debug
      printk.
      
      also, set_type() were producing a false error message on tuner_xc2028, since
      it were requesting for setting a frequency on a place where firmware name
      weren't set yet.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      b9ef6bbb
  15. 25 4月, 2008 6 次提交