1. 05 7月, 2008 3 次提交
  2. 19 6月, 2008 1 次提交
  3. 07 6月, 2008 3 次提交
  4. 05 6月, 2008 1 次提交
  5. 03 6月, 2008 2 次提交
  6. 31 5月, 2008 1 次提交
    • B
      8250 Serial Driver: revert extra IRQ flag definition patch · a4ed1e41
      Bryan Wu 提交于
      As Russell pointed out, original patch will break some serial configurations
      because of the dependency of the <asm/serial.h> header file.
      
      Revert it first and try to find out other solution later
      
      Cc: Javier Herrero <jherrero@hvsistemas.es>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Russell King <rmk+lkml@arm.linux.org.uk>
      Signed-off-by: NBryan Wu <cooloney@kernel.org>
      a4ed1e41
  7. 25 5月, 2008 2 次提交
  8. 21 5月, 2008 1 次提交
  9. 17 5月, 2008 2 次提交
  10. 16 5月, 2008 1 次提交
  11. 15 5月, 2008 1 次提交
  12. 12 5月, 2008 1 次提交
  13. 09 5月, 2008 1 次提交
  14. 08 5月, 2008 4 次提交
  15. 07 5月, 2008 2 次提交
  16. 02 5月, 2008 2 次提交
    • D
      serial: Fix sparc driver name strings. · 32039f49
      David S. Miller 提交于
      They were all "serial" so if multiple of these drivers registered,
      we'd trigger sysfs directory creation errors:
      
      [    1.695793] proc_dir_entry 'serial' already registered
      [    1.695839] Call Trace:
      [    1.831891]  [00000000004f2534] create_proc_entry+0x7c/0x98
      [    1.833608]  [00000000004f3a58] proc_tty_register_driver+0x40/0x70
      [    1.833663]  [0000000000594700] tty_register_driver+0x1fc/0x208
      [    1.835371]  [00000000005aade4] uart_register_driver+0x134/0x16c
      [    1.841762]  [00000000005ac274] sunserial_register_minors+0x34/0x68
      [    1.841818]  [00000000007db2a4] sunsu_init+0xf8/0x150
      [    1.867697]  [00000000007c62a4] kernel_init+0x190/0x330
      [    1.939147]  [0000000000426cf8] kernel_thread+0x38/0x48
      [    1.939198]  [00000000006a0d90] rest_init+0x18/0x5c
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      32039f49
    • A
      Fix a potential issue in mpc52xx uart driver · fbe543b4
      Andrew Liu 提交于
      mpc52xx_uart_int and __uart_put_char both try to acquire the
      port->lock. Therefore the function sequence of:
      
      mpc52xx_uart_int--> ...-->flush_to_ldisc-->...-->__uart_put_char
      
      can potentially trigger a deadlock. To avoid this deadlock a fix
      similar to that found in the 8250.c serial driver is applied. The
      deadlock is avoided by releasing the lock before pushing a buffer
      and reacquiring it when completed.
      Signed-off-by: NAndrew Liu <shengping.liu@windriver.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      fbe543b4
  17. 01 5月, 2008 2 次提交
  18. 30 4月, 2008 8 次提交
  19. 29 4月, 2008 2 次提交