1. 19 7月, 2007 2 次提交
    • T
      V4L/DVB (5777): Dvb-pll digitv dvb-usb: Eliminate last user of dvb_pll_configure · 4ce15678
      Trent Piepho 提交于
      The last user of dvb_pll_configure was the dvb-usb function
      dvb_usb_tuner_calc_regs(), which was nothing more than a wrapper around
      dvb_pll_configure().  It's just a copy of the functionality provided by
      the tuner_ops calc_regs method, and can be deleted.
      
      There were two users of dvb_usb_tuner_calc_regs().
      One was dvb_usb_tuner_set_params_i2c(), which is converted to use
      fe->ops.tuner_ops.calc_regs().
      
      The other was the digitv driver.  This driver can use one of two demods,
      mt352 or nxt6000.  
      
      For the mt352, the driver would set tuner_ops.calc_regs to 
      dvb_usb_tuner_calc_regs().  
      
      We can just attach dvb_pll and use the tuner_ops.calc_regs() provided by 
      that module. For the nxt600, the driver would set tuner_ops.set_params 
      to digitv_nxt6000_tuner_set_params.  
      
      That function would in turn use dvb_usb_tuner_calc_regs().
      
      We convert it to use tuner_ops.calc_regs() instead, and use 
      dvb_pll_attach.
      
      The digitv_tuner_attach() needs to know which frontend was attached by 
      digitv_frontend_attach(), since the nxt6000 needs tuner_ops.set_params() 
      to be overridden with digitv_nxt6000_tuner_set_params().
      
      So, to do this a digitv_state that says which frontend was used is added 
      to the dvb_usb_device private state field.
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      4ce15678
    • M
      V4L/DVB (5632): Dvb-pll: pass dvb_frontend_parameters to generic set() function · 77d67504
      Michael Krufky 提交于
      Rename dvb_pll_desc.setbw() to set(), and accept struct dvb_frontend_parameters
      instead of passing both freq and bandwidth, so that this may be used as a
      generic function.
      
      In order to do this, dvb_pll_configure must also be altered in the same manner,
      to take struct dvb_frontend_parameters instead of freq and bandwidth.
      Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      77d67504
  2. 28 4月, 2007 5 次提交
  3. 10 12月, 2006 1 次提交
  4. 26 9月, 2006 1 次提交
  5. 25 6月, 2006 2 次提交
  6. 08 3月, 2006 2 次提交
  7. 07 2月, 2006 1 次提交
  8. 24 1月, 2006 3 次提交
  9. 12 1月, 2006 1 次提交
  10. 10 1月, 2006 1 次提交
  11. 09 11月, 2005 1 次提交
  12. 09 8月, 2005 1 次提交
  13. 08 7月, 2005 4 次提交
  14. 24 6月, 2005 1 次提交
  15. 17 5月, 2005 1 次提交
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4