1. 19 3月, 2013 2 次提交
  2. 23 1月, 2013 1 次提交
  3. 16 1月, 2013 5 次提交
  4. 27 11月, 2012 2 次提交
  5. 22 11月, 2012 1 次提交
  6. 16 11月, 2012 3 次提交
  7. 01 11月, 2012 1 次提交
    • C
      serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdown · 31fe9904
      chao bi 提交于
      This patch is to implement following 2 places to avoid potential error when IFX6x60 port shutdown:
      1) Clear Flag IFX_SPI_STATE_IO_AVAILABLE to disable data transfer when Modem port is shutdown;
      2) Clear Flag IFX_SPI_STATE_IO_IN_PROGRESS and IFX_SPI_STATE_IO_READY when reopen port.
      This is because last port shutdown may happen when SPI/DMA transfer is in progress, if the last
      data transfer is not completed(for example due to modem reset), the Flag IFX_SPI_STATE_IO_IN_PROGRESS
      will be set forever, so when IFX port is activated again, IFX_SPI_STATE_IO_IN_PROGRESS will prevent
      transferring data forever. And if don't clear IFX_SPI_STATE_IO_READY, it may cause one more SPI frame
      transferring in spit there is not data need to be transfer.
      
      cc: liu chuansheng <chuansheng.liu@intel.com>
      cc: Chen Jun <jun.d.chen@intel.com>
      Signed-off-by: Nchanning <chao.bi@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      31fe9904
  8. 26 10月, 2012 3 次提交
  9. 14 8月, 2012 1 次提交
    • J
      TTY: use tty_port_register_device · 734cc178
      Jiri Slaby 提交于
      Currently we have no way to assign tty->port while performing tty
      installation. There are two ways to provide the link tty_struct =>
      tty_port. Either by calling tty_port_install from tty->ops->install or
      tty_port_register_device called instead of tty_register_device when
      the device is being set up after connected.
      
      In this patch we modify most of the drivers to do the latter. When the
      drivers use tty_register_device and we have tty_port already, we
      switch to tty_port_register_device. So we have the tty_struct =>
      tty_port link for free for those.
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Acked-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      734cc178
  10. 11 8月, 2012 1 次提交
  11. 09 3月, 2012 1 次提交
  12. 27 11月, 2011 1 次提交
  13. 22 6月, 2011 1 次提交
    • A
      net: remove mm.h inclusion from netdevice.h · b7f080cf
      Alexey Dobriyan 提交于
      Remove linux/mm.h inclusion from netdevice.h -- it's unused (I've checked manually).
      
      To prevent mm.h inclusion via other channels also extract "enum dma_data_direction"
      definition into separate header. This tiny piece is what gluing netdevice.h with mm.h
      via "netdevice.h => dmaengine.h => dma-mapping.h => scatterlist.h => mm.h".
      Removal of mm.h from scatterlist.h was tried and was found not feasible
      on most archs, so the link was cutoff earlier.
      
      Hope people are OK with tiny include file.
      
      Note, that mm_types.h is still dragged in, but it is a separate story.
      Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b7f080cf
  14. 20 4月, 2011 1 次提交
  15. 18 2月, 2011 8 次提交
  16. 04 2月, 2011 1 次提交
  17. 14 1月, 2011 1 次提交
    • G
      tty: move drivers/serial/ to drivers/tty/serial/ · ab4382d2
      Greg Kroah-Hartman 提交于
      The serial drivers are really just tty drivers, so move them to
      drivers/tty/ to make things a bit neater overall.
      
      This is part of the tty/serial driver movement proceedure as proposed by
      Arnd Bergmann and approved by everyone involved a number of months ago.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Rogier Wolff <R.E.Wolff@bitwizard.nl>
      Cc: Michael H. Warfield <mhw@wittsend.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ab4382d2
  18. 01 12月, 2010 2 次提交
  19. 17 11月, 2010 1 次提交
  20. 12 11月, 2010 1 次提交