1. 95e838c ipoctal: clear break interrupt as soon as it occurs by Federico Vaga · 10 years ago
  2. 82a8234 ipoctal: get carrier driver to avoid rmmod by Federico Vaga · 10 years ago
  3. 78f22bc ipoctal: reset function istead of duplicate code by Federico Vaga · 10 years ago
  4. 4847cc0 ipoctal: request_irq after configuration by Federico Vaga · 10 years ago
  5. 968d04e ipoctal: protect only the real critical section by Federico Vaga · 10 years ago
  6. 7ed214a Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  7. fc8d713 drivers/ipack/devices/ipoctal.c: adjust duplicate test by Julia Lawall · 12 years ago
  8. 2910fe2 ipack/devices/ipoctal: add missing rx_enable = 1 by Samuel Iglesias Gonsalvez · 12 years ago
  9. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  10. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  11. e0f8d32 ipack/devices/ipoctal: added shutdown callback by Samuel Iglesias Gonsalvez · 12 years ago
  12. b0d17fb ipack/devices/ipoctal: add rx_enable flag by Samuel Iglesias Gonsalvez · 12 years ago
  13. b06073f ipack/devices/ipoctal: remove redundant tty_flip_buffer_push() by Samuel Iglesias Gonsalvez · 12 years ago
  14. e7e664f ipack/devices/ipoctal: protect the channel data processing with a spinlock by Samuel Iglesias Gonsalvez · 12 years ago
  15. 21d27ed ipack/devices/ipoctal: ack IRQ before processing it by Samuel Iglesias Gonsalvez · 12 years ago
  16. a3882b7 ipack/devices/ipoctal: avoid re-enable RX two times. by Samuel Iglesias Gonsalvez · 12 years ago
  17. 9d01b6f ipack/devices/ipoctal: rework disable TX when the TX buffer is empty by Samuel Iglesias Gonsalvez · 12 years ago
  18. b5071f2 ipack/devices/ipoctal: setup TTY_NORMAL flag for each character. by Samuel Iglesias Gonsalvez · 12 years ago
  19. a1da13a ipack/devices/ipoctal: remove wait_queue and atomic_t board_write by Samuel Iglesias Gonsalvez · 12 years ago
  20. 7e5730d ipack/devices/ipoctal: fix kernel bug when using pppd by Samuel Iglesias Gonsalvez · 12 years ago
  21. 69a6b9b ipack/devices/ipoctal: don't check if nb_bytes is < 0 by Alberto Garcia · 12 years ago
  22. cc83f83 ipack/devices/ipoctal: Fix race condition during Tx by Alberto Garcia · 12 years ago
  23. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  24. 27cf2d1 ipack: remove ipack_ids.h file by Samuel Iglesias Gonsalvez · 12 years ago
  25. 7dbce02 ipack: move header files to include/linux by Samuel Iglesias Gonsalvez · 12 years ago
  26. 05e5027 Staging: ipack: move out of staging by Greg Kroah-Hartman · 12 years ago[Renamed from drivers/staging/ipack/devices/ipoctal.c]
  27. 7685972 Staging: ipack: adapt copyright to CERN guidelines by Samuel Iglesias Gonsalvez · 12 years ago
  28. fe4a3ed staging: ipack: Rename IPACK_MEM_SPACE to IPACK_MEM8_SPACE. by Jens Taprogge · 12 years ago
  29. 402228d staging: ipack: swich to regular ioremap and friends. by Jens Taprogge · 12 years ago
  30. 2ec678d staging: ipack/devices/ipoctal: obtain model from dev->id_device. by Jens Taprogge · 12 years ago
  31. 295beb7 staging: ipack/devices/ipoctal: fix ipoctal_inst_slot error path. by Jens Taprogge · 12 years ago
  32. f9e314d Staging: ipack: get rid of ipack_device->bus_nr. by Jens Taprogge · 12 years ago
  33. 3498d13 Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  34. d046006 Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty() by Samuel Iglesias Gonsalvez · 12 years ago
  35. 4514108 Staging: ipack/devices/ipoctal: acknowledge BREAK condition. by Samuel Iglesias Gonsalvez · 12 years ago
  36. c6e2dfa staging: ipack: remove irq field in struct ipack_device. by Jens Taprogge · 12 years ago
  37. ea99114 Staging: ipack: move the responsibility to clear interrupts to the IPack devices. by Jens Taprogge · 12 years ago
  38. 6f89221 Staging: ipack/devices/ipoctal: Unmap memory on device removal. by Jens Taprogge · 12 years ago
  39. ab0a71f Staging: ipack/devices/ipoctal: read more than one character from RX FIFO. by Samuel Iglesias Gonsalvez · 12 years ago
  40. 9c1d784 Staging: ipack/devices/ipoctal: Get rid of ipoctal_list. by Jens Taprogge · 12 years ago
  41. 3f3a592 Staging: ipack/devices/ipoctal: Use KBUILD_MODNAME instead of hardcoded string. by Jens Taprogge · 12 years ago
  42. 2afb41d Staging: ipack/devices/ipoctal: Check tty_register_device return value. by Jens Taprogge · 12 years ago
  43. 1adda49 Staging: ipack/devices/ipoctal: Clean up device removal. by Jens Taprogge · 12 years ago
  44. faa75c4 Staging: ipack: Let interrupts return irqreturn_t. by Jens Taprogge · 12 years ago
  45. 699a89f Staging: ipack/devices/ipoctal: remove superfluous function. by Jens Taprogge · 12 years ago
  46. 87cfb95 Staging: ipack/devices/ipoctal: Split interrupt service routine. by Jens Taprogge · 12 years ago
  47. 4e4732a Staging: ipack/devices/ipoctal: Store isr masks in ipoctal_channel by Jens Taprogge · 12 years ago
  48. ef79de0 Staging: ipack/devices/ipoctal: put ipoctal_channel into tty->driver_data. by Jens Taprogge · 12 years ago
  49. 459e6d7 Staging: ipack/devices/ipoctal: Directly use ioread/iowrite function. by Jens Taprogge · 12 years ago
  50. 70a3281 Staging: ipack/devices/ipoctal: split ipoctal_channel from ipoctal. by Jens Taprogge · 12 years ago
  51. 690949e Staging: ipack/devices/ipoctal: free the IRQ. by Samuel Iglesias Gonsálvez · 12 years ago
  52. ca8481c Staging: ipack/devices/ipoctal: change exiting procedure by Samuel Iglesias Gonsálvez · 12 years ago
  53. 4aa09d4 Staging: ipack: Implement device matching on the bus level. by Jens Taprogge · 12 years ago
  54. fdfc8cf Staging: ipack/devices/ipoctal: Expose DEVICE_TABLE for ipoctal. by Jens Taprogge · 12 years ago
  55. e801113 Staging: ipack: Make ipack_driver_ops const. by Jens Taprogge · 12 years ago
  56. 7db5e3c Staging: ipack: Move device ids from ipoctal.c to ipack_ids.h. by Jens Taprogge · 12 years ago
  57. 1f43d7b Staging: ipack/devices/ipoctal: Tidy up ipoctal some more. by Jens Taprogge · 12 years ago
  58. a498899 Staging: ipack/devices/ipoctal: ipoctal cleanups. by Jens Taprogge · 12 years ago
  59. 64802dc Staging: ipack/devices/ipoctal: Convert ipoctal to directly use ioread/write functions. by Jens Taprogge · 12 years ago
  60. cea2f7c Staging: ipack/bridges/tpci200: Use the TPCI200 in big endian mode. by Jens Taprogge · 12 years ago
  61. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  62. 857196e ipoctal: make it compile with the termios changes by Alan Cox · 12 years ago
  63. 4eed84a Staging: ipack/devices/ipoctal: initialize the device in probe function by Samuel Iglesias Gonsálvez · 12 years ago
  64. 1337b07 Staging: ipack/devices/ipoctal: fix dereference NULL pointer by Samuel Iglesias Gonsálvez · 12 years ago
  65. 7183f33 Staging: ipack/devices/ipoctal: save IRQ vector in MEM space by Samuel Iglesias Gonsálvez · 12 years ago
  66. 59d6a29 Staging: ipack/devices/ipoctal: remove unneeded lock in IRQ handler by Samuel Iglesias Gonsalvez · 12 years ago
  67. 55c0a6f Staging: ipack/devices/ipoctal: remove unneeded includes by Samuel Iglesias Gonsalvez · 12 years ago
  68. db1db29 Staging: ipack/devices/ipoctal: fix oops when accessing "buffer" by Samuel Iglesias Gonsalvez · 12 years ago
  69. c15768b Staging: ipack/devices/ipoctal: remove error_flag field from ipoctal struct. by Miguel Gómez · 12 years ago
  70. 8ae7012 Staging: ipack/devices/ipoctal: remove ipoctal_config structure. by Miguel Gómez · 12 years ago
  71. 42b3820 Staging: ipack/devices/ipoctal: change pr_* usage for dev_* functions by Samuel Iglesias Gonsalvez · 12 years ago
  72. 597d473 Staging: ipack/devices/ipoctal: avoid kernel oops when uninstalling by Samuel Iglesias Gonsalvez · 12 years ago
  73. ec44033 Staging: ipack: improve the register of a bus and a device in the bus. by Samuel Iglesias Gonsalvez · 12 years ago
  74. 5a81b4a Staging: ipack: fix a few sparse warnings by Samuel Iglesias Gonsalvez · 12 years ago
  75. 3225436 Staging: ipack/devices/ipoctal: change the licence to explicitly GPLv2 by Samuel Iglesias Gonsalvez · 13 years ago
  76. ba4dc61 Staging: ipack: add support for IP-OCTAL mezzanine board by Samuel Iglesias Gonsalvez · 13 years ago