1. 10 10月, 2007 1 次提交
    • T
      V4L/DVB (6021): cx88: Copy board information into card state · 6a59d64c
      Trent Piepho 提交于
      The cx88 driver state stored the ID of the board type in core->board.  Every
      time the driver need to get some information about the board configuration, it
      uses the board number as an index into board configuration array.
      
      This patch changes it so that the board number is in core->boardnr, and
      core->board is a copy of the board configuration information.  This allows
      access to board information without the extra indirection.  e.g.
      cx88_boards[core->board].mpeg becomes core->board.mpeg.
      
      This has a number of advantages:
      - The code is simpler to write.
      
      - It compiles to be smaller and faster, without needing the extra array lookup
        to get at the board information.
      
      - The cx88_boards array no longer needs to be exported to all cx88 modules.
      
      - The boards array can be made const
      
      - It should be possible to avoid keeping the (large) cx88_boards array around
        after the module is loaded.
      
      - If module parameters or eeprom info override some board configuration
        setting, it's not necessary to modify the boards array, which would
        affect all boards of the same type.
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      6a59d64c
  2. 19 7月, 2007 5 次提交
  3. 10 12月, 2006 2 次提交
  4. 22 11月, 2006 1 次提交
  5. 13 11月, 2006 1 次提交
  6. 14 10月, 2006 1 次提交
  7. 26 9月, 2006 2 次提交
  8. 30 7月, 2006 1 次提交
  9. 25 6月, 2006 4 次提交
  10. 22 3月, 2006 1 次提交
  11. 07 2月, 2006 2 次提交
  12. 23 1月, 2006 2 次提交
  13. 12 1月, 2006 1 次提交
  14. 10 1月, 2006 6 次提交
  15. 13 12月, 2005 1 次提交
  16. 09 11月, 2005 1 次提交
  17. 29 10月, 2005 1 次提交
  18. 10 9月, 2005 2 次提交
  19. 13 7月, 2005 1 次提交
  20. 08 7月, 2005 1 次提交
  21. 24 6月, 2005 2 次提交
  22. 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