1. 02 5月, 2008 1 次提交
    • 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
  2. 01 5月, 2008 2 次提交
  3. 30 4月, 2008 8 次提交
  4. 29 4月, 2008 3 次提交
  5. 28 4月, 2008 9 次提交
  6. 27 4月, 2008 1 次提交
  7. 25 4月, 2008 4 次提交
  8. 24 4月, 2008 1 次提交
    • R
      sparc: sunzilog uart order · 227739bf
      Robert Reif 提交于
      I have a sparcstation 20 clone with a lot of on board serial ports.
      The serial core code assumes that uarts are assigned contiguously
      and that may not be the case when there are multiple zs devices
      present.  This patch insures that uart chips are placed in front of
      keyboard/mouse chips in the port table.
      
      ffd37420: ttyS0 at MMIO 0xf1100000 (irq = 44) is a zs (ESCC)
      Console: ttyS0 (SunZilog zs0)
      console [ttyS0] enabled
      ffd37420: ttyS1 at MMIO 0xf1100004 (irq = 44) is a zs (ESCC)
      ffd37500: Keyboard at MMIO 0xf1000000 (irq = 44) is a zs
      ffd37500: Mouse at MMIO 0xf1000004 (irq = 44) is a zs
      ffd3c5c0: ttyS2 at MMIO 0xf1100008 (irq = 44) is a zs (ESCC)
      ffd3c5c0: ttyS3 at MMIO 0xf110000c (irq = 44) is a zs (ESCC)
      ffd3c6a0: ttyS4 at MMIO 0xf1100010 (irq = 44) is a zs (ESCC)
      ffd3c6a0: ttyS5 at MMIO 0xf1100014 (irq = 44) is a zs (ESCC)
      ffd3c780: ttyS6 at MMIO 0xf1100018 (irq = 44) is a zs (ESCC)
      ffd3c780: ttyS7 at MMIO 0xf110001c (irq = 44) is a zs (ESCC)
      Signed-off-by: NRobert Reif <reif@earthlink.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      227739bf
  9. 23 4月, 2008 1 次提交
  10. 24 4月, 2008 1 次提交
  11. 20 4月, 2008 1 次提交
  12. 19 4月, 2008 2 次提交
  13. 18 4月, 2008 4 次提交
  14. 17 4月, 2008 2 次提交