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