1. 14 10月, 2008 1 次提交
    • A
      tty: Cris has a nice RS485 ioctl so we should steal it · c26c56c0
      Alan Cox 提交于
      JP Tosoni observed:
      
      "About a RS485 ioctl: could you consider the attached files which are
       already in the Linux kernel (in include/asm-cris).  They define a
       TIOCSERSETRS485 (ioctl.h), and the data structure (rs485.h)
       with allows to specify timings. Sounds just like what we want ?"
      
      and he's right: sort of. Rework the structure to use flag bits and make the
      time delay a fixed sized field so we don't get 32/64bit problems. Add the ioctls
      to x86 so that people know what to add to their platform of choice.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c26c56c0
  2. 12 10月, 2008 1 次提交
  3. 11 10月, 2008 4 次提交
  4. 05 10月, 2008 1 次提交
  5. 03 10月, 2008 1 次提交
  6. 30 9月, 2008 1 次提交
  7. 28 9月, 2008 1 次提交
  8. 26 9月, 2008 2 次提交
  9. 25 9月, 2008 1 次提交
  10. 23 9月, 2008 8 次提交
  11. 19 9月, 2008 9 次提交
  12. 17 9月, 2008 1 次提交
  13. 12 9月, 2008 1 次提交
    • D
      x86, microcode rework, v2 · a0a29b62
      Dmitry Adamushko 提交于
      this is a rework of the microcode splitup in tip/x86/microcode
      
      (1) I think this new interface is cleaner (look at the changes
          in 'struct microcode_ops' in microcode.h);
      
      (2) it's -64 lines of code;
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      a0a29b62
  14. 10 9月, 2008 6 次提交
  15. 09 9月, 2008 1 次提交
  16. 08 9月, 2008 1 次提交