1. 05 10月, 2009 1 次提交
  2. 02 10月, 2009 4 次提交
  3. 01 10月, 2009 1 次提交
  4. 29 9月, 2009 1 次提交
  5. 24 9月, 2009 2 次提交
    • B
      Fix build of cpm_uart due to core changes · 09dd3fc1
      Benjamin Herrenschmidt 提交于
      Commit ebd2c8f6 "serial: kill off uart_info"
      
      broke the build of this driver, this fixes it.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      09dd3fc1
    • R
      serial core: fix new kernel-doc warnings · 1b9894f3
      Randy Dunlap 提交于
      Fix new kernel-doc warnings in serial_core.[hc] files.
      
        Warning(include/linux/serial_core.h:485): No description found for parameter 'uport'
        Warning(include/linux/serial_core.h:485): Excess function parameter 'port' description in 'uart_handle_dcd_change'
        Warning(include/linux/serial_core.h:511): No description found for parameter 'uport'
        Warning(include/linux/serial_core.h:511): Excess function parameter 'port' description in 'uart_handle_cts_change'
        Warning(drivers/serial/serial_core.c:2437): No description found for parameter 'uport'
        Warning(drivers/serial/serial_core.c:2437): Excess function parameter 'port' description in 'uart_add_one_port'
        Warning(drivers/serial/serial_core.c:2509): No description found for parameter 'uport'
        Warning(drivers/serial/serial_core.c:2509): Excess function parameter 'port' description in 'uart_remove_one_port'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      1b9894f3
  6. 23 9月, 2009 1 次提交
  7. 20 9月, 2009 17 次提交
  8. 15 9月, 2009 2 次提交
  9. 10 9月, 2009 1 次提交
  10. 03 9月, 2009 1 次提交
  11. 02 9月, 2009 1 次提交
  12. 01 9月, 2009 1 次提交
  13. 21 8月, 2009 1 次提交
  14. 17 8月, 2009 1 次提交
  15. 14 8月, 2009 1 次提交
  16. 07 8月, 2009 1 次提交
  17. 06 8月, 2009 1 次提交
  18. 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
反馈
建议
客服 返回
顶部