1. 03 9月, 2009 1 次提交
  2. 02 9月, 2009 1 次提交
  3. 17 8月, 2009 1 次提交
  4. 14 8月, 2009 1 次提交
  5. 07 8月, 2009 1 次提交
  6. 06 8月, 2009 1 次提交
  7. 31 7月, 2009 2 次提交
    • R
      ARM: S3C64XX: serial: Fix section mismatch warning · 909db802
      Ramax Lo 提交于
      Rename the structure to avoid the following warning:
      
      WARNING: vmlinux.o(.data+0x11ef4): Section mismatch in reference from the variable
      s3c6400_serial_drv to the function .devexit.text:s3c24xx_serial_remove()
      The variable s3c6400_serial_drv references
      the function __devexit s3c24xx_serial_remove()
      If the reference is valid then annotate the
      variable with __exit* (see linux/init.h) or name the variable:
      *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
      Signed-off-by: NRamax Lo <ramaxlo@gmail.com>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      909db802
    • R
      ARM: S3C24XX: serial: Fix section mismatch warnings · 8fe70a5f
      Ramax Lo 提交于
      During kernel build process, the following warning was found:
      
      WARNING: drivers/serial/built-in.o(.data+0x304): Section mismatch in reference from
      the variable s3c2440_serial_drv to the function .devexit.text:s3c24xx_serial_remove()
      The variable s3c2440_serial_drv references the function __devexit s3c24xx_serial_remove()
      If the reference is valid then annotate the variable with
      __exit* (see linux/init.h) or name the variable:
      *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
      
      The same warning happened for s3c241x platform. We rename variables to avoid
      these warnings. These changes also apply to s3c2400 & s3c24a0 for consistency.
      Signed-off-by: NRamax Lo <ramaxlo@gmail.com>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      8fe70a5f
  8. 30 7月, 2009 2 次提交
  9. 17 7月, 2009 2 次提交
  10. 09 7月, 2009 1 次提交
  11. 07 7月, 2009 1 次提交
  12. 03 7月, 2009 2 次提交
  13. 01 7月, 2009 1 次提交
    • M
      parport/serial: add support for NetMos 9901 Multi-IO card · c4285b47
      Michael Buesch 提交于
      Add support for the PCI-Express NetMos 9901 Multi-IO card.
      
      0001:06:00.0 Serial controller [0700]: NetMos Technology Device [9710:9901] (prog-if 02 [16550])
              Subsystem: Device [a000:1000]
              Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
              Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
              Latency: 0, Cache Line Size: 64 bytes
              Interrupt: pin A routed to IRQ 65
              Region 0: I/O ports at 0030 [size=8]
              Region 1: Memory at 80105000 (32-bit, non-prefetchable) [size=4K]
              Region 4: Memory at 80104000 (32-bit, non-prefetchable) [size=4K]
              Capabilities: <access denied>
              Kernel driver in use: serial
              Kernel modules: 8250_pci
      
      0001:06:00.1 Serial controller [0700]: NetMos Technology Device [9710:9901] (prog-if 02 [16550])
              Subsystem: Device [a000:1000]
              Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
              Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
              Latency: 0, Cache Line Size: 64 bytes
              Interrupt: pin B routed to IRQ 65
              Region 0: I/O ports at 0020 [size=8]
              Region 1: Memory at 80103000 (32-bit, non-prefetchable) [size=4K]
              Region 4: Memory at 80102000 (32-bit, non-prefetchable) [size=4K]
              Capabilities: <access denied>
              Kernel driver in use: serial
              Kernel modules: 8250_pci
      
      0001:06:00.2 Parallel controller [0701]: NetMos Technology Device [9710:9901] (prog-if 03 [IEEE1284])
              Subsystem: Device [a000:2000]
              Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
              Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
              Latency: 0, Cache Line Size: 64 bytes
              Interrupt: pin C routed to IRQ 65
              Region 0: I/O ports at 0010 [size=8]
              Region 1: I/O ports at <unassigned>
              Region 2: Memory at 80101000 (32-bit, non-prefetchable) [size=4K]
              Region 4: Memory at 80100000 (32-bit, non-prefetchable) [size=4K]
              Capabilities: <access denied>
              Kernel driver in use: parport_pc
              Kernel modules: parport_pc
      
      [   16.760181] PCI parallel port detected: 416c:0100, I/O at 0x812010(0x0), IRQ 65
      [   16.760225] parport0: PC-style at 0x812010, irq 65 [PCSPP,TRISTATE,EPP]
      [   16.851842] serial 0001:06:00.0: enabling device (0004 -> 0007)
      [   16.883776] 0001:06:00.0: ttyS0 at I/O 0x812030 (irq = 65) is a ST16650V2
      [   16.893832] serial 0001:06:00.1: enabling device (0004 -> 0007)
      [   16.926537] 0001:06:00.1: ttyS1 at I/O 0x812020 (irq = 65) is a ST16650V2
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c4285b47
  14. 25 6月, 2009 3 次提交
  15. 23 6月, 2009 7 次提交
  16. 17 6月, 2009 3 次提交
  17. 16 6月, 2009 3 次提交
  18. 15 6月, 2009 1 次提交
  19. 13 6月, 2009 1 次提交
  20. 11 6月, 2009 5 次提交