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