1. e297da6 staging: ipack: add missing include (implicit declaration of function 'kfree') by Sergei Trofimovich · 12 years ago
  2. 3498d13 Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  3. d046006 Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty() by Samuel Iglesias Gonsalvez · 12 years ago
  4. 4514108 Staging: ipack/devices/ipoctal: acknowledge BREAK condition. by Samuel Iglesias Gonsalvez · 12 years ago
  5. c6e2dfa staging: ipack: remove irq field in struct ipack_device. by Jens Taprogge · 12 years ago
  6. ea99114 Staging: ipack: move the responsibility to clear interrupts to the IPack devices. by Jens Taprogge · 12 years ago
  7. e4af949 Staging: ipack: Add IPACK_INT_SPACE memory space. by Jens Taprogge · 12 years ago
  8. 7dd73b8 staging: ipack/bridges/tpci200: Use endianess-aware types where applicable. by Jens Taprogge · 12 years ago
  9. 6f89221 Staging: ipack/devices/ipoctal: Unmap memory on device removal. by Jens Taprogge · 12 years ago
  10. cacd55c Staging: ipack: update TODO file by Samuel Iglesias Gonsalvez · 12 years ago
  11. ab0a71f Staging: ipack/devices/ipoctal: read more than one character from RX FIFO. by Samuel Iglesias Gonsalvez · 12 years ago
  12. 9c1d784 Staging: ipack/devices/ipoctal: Get rid of ipoctal_list. by Jens Taprogge · 12 years ago
  13. 3f3a592 Staging: ipack/devices/ipoctal: Use KBUILD_MODNAME instead of hardcoded string. by Jens Taprogge · 12 years ago
  14. 2afb41d Staging: ipack/devices/ipoctal: Check tty_register_device return value. by Jens Taprogge · 12 years ago
  15. 1adda49 Staging: ipack/devices/ipoctal: Clean up device removal. by Jens Taprogge · 12 years ago
  16. faa75c4 Staging: ipack: Let interrupts return irqreturn_t. by Jens Taprogge · 12 years ago
  17. 40733ed Staging: ipack/bridges/tpci200: move tpci200_free_irq() and tpci200_request_irq() by Jens Taprogge · 12 years ago
  18. 877adc4 Staging: ipack/bridges/tpci200: More cleanups. by Jens Taprogge · 12 years ago
  19. ab0deff Staging: ipack/bridges/tpci200: Cleanup in tpci200_slot_irq() and tpci200_interrupt() by Jens Taprogge · 12 years ago
  20. 88ff848 Staging: ipack/bridges/tpci200: Clean up interrupt handling. by Jens Taprogge · 12 years ago
  21. 487e0a6 Staging: ipack/bridges/tpci200: Protect device registers with spinlock. by Jens Taprogge · 12 years ago
  22. b8d61d4 Staging: ipack/bridges/tpci200: RCU protect slot_irq pointers. by Jens Taprogge · 12 years ago
  23. 699a89f Staging: ipack/devices/ipoctal: remove superfluous function. by Jens Taprogge · 12 years ago
  24. 87cfb95 Staging: ipack/devices/ipoctal: Split interrupt service routine. by Jens Taprogge · 12 years ago
  25. 4e4732a Staging: ipack/devices/ipoctal: Store isr masks in ipoctal_channel by Jens Taprogge · 12 years ago
  26. ef79de0 Staging: ipack/devices/ipoctal: put ipoctal_channel into tty->driver_data. by Jens Taprogge · 12 years ago
  27. 459e6d7 Staging: ipack/devices/ipoctal: Directly use ioread/iowrite function. by Jens Taprogge · 12 years ago
  28. 70a3281 Staging: ipack/devices/ipoctal: split ipoctal_channel from ipoctal. by Jens Taprogge · 12 years ago
  29. af2140ce Staging: ipack/bridges/tpci200: Clean up interrupt handler. by Jens Taprogge · 12 years ago
  30. 9b27adb Staging: ipack/bridges/tpci200: Remove side effects of tpci200_{request,free}_irq. by Jens Taprogge · 12 years ago
  31. 0118681 Staging: ipack/bridges/tpci200: add helpers for writing control regs. by Jens Taprogge · 12 years ago
  32. 6f2c12a Staging: ipack/bridges/tpci200: Store the irq holder in slot_irq. by Jens Taprogge · 12 years ago
  33. 4a589c5 Staging: ipack: delete .remove_device() callback by Samuel Iglesias Gonsálvez · 12 years ago
  34. daf8007 Staging: ipack/bridges/tpci200: remove tpci200_slot_unregister by Samuel Iglesias Gonsálvez · 12 years ago
  35. 9c0d169 Staging: ipack/bridges/tpci200: delete ipack_device_unregister calls when exiting by Samuel Iglesias Gonsálvez · 12 years ago
  36. bffe0fd Staging: ipack: unregister devices when uninstall the carrier device. by Samuel Iglesias Gonsálvez · 12 years ago
  37. 690949e Staging: ipack/devices/ipoctal: free the IRQ. by Samuel Iglesias Gonsálvez · 12 years ago
  38. ca8481c Staging: ipack/devices/ipoctal: change exiting procedure by Samuel Iglesias Gonsálvez · 12 years ago
  39. 7273b88 Staging: ipack/bridges/tpci200: fix the uninstall the ipack device by Samuel Iglesias Gonsálvez · 12 years ago
  40. b442bf7 Staging: ipack/bridges/tpci200: increment the reference counter of the pci_dev by Samuel Iglesias Gonsálvez · 12 years ago
  41. 7987812 Staging: ipack/bridges/tpci200: reorder the iounmap and pci_release_region by Samuel Iglesias Gonsálvez · 12 years ago
  42. a92caeb Staging: ipack: check the device ID space CRC. by Jens Taprogge · 12 years ago
  43. 8a3ae16 Staging: ipack: reset previous timeouts during device registration. by Jens Taprogge · 12 years ago
  44. 07766ab Staging: ipack: Switch to 8MHz operation before reading ID. by Jens Taprogge · 12 years ago
  45. 939c37a Staging: ipack/bridges/tpci200: remove struct list_head by Samuel Iglesias Gonsálvez · 12 years ago
  46. 3bea7fc Staging: ipack: remove field driver from struct ipack_device. by Jens Taprogge · 12 years ago
  47. 90cb619 Staging: ipack: Choose the optimum bus speed by default. by Jens Taprogge · 12 years ago
  48. 0b0f3a1 Staging: ipack: Obtain supported speeds from ID ROM. by Jens Taprogge · 12 years ago
  49. eb12d88 Staging: ipack/bridges/tpci200: provide new callbacks to tpci200 by Jens Taprogge · 12 years ago
  50. 7b6ab33 Staging: ipack: Provide several carrier callbacks. by Jens Taprogge · 12 years ago
  51. 28086cb Staging: ipack/bridges/tpci200: Put the TPCI200 control registers into a struct. by Jens Taprogge · 12 years ago
  52. 9869a93 staging: ipack: make function tables const. by Stephen Hemminger · 12 years ago
  53. 2065945 staging: tpci200: fix section mismatch warning by Stephen Hemminger · 12 years ago
  54. 5948ae2 staging/ipack: Fix bug introduced by IPack device matching by Jens Taprogge · 12 years ago
  55. 7953e44 staging: ipack: only build on platforms that provide ioread/iowrite. by Jens Taprogge · 12 years ago
  56. b9f789f Staging: ipack: fix build failure in powerpc allyesconfig by Samuel Iglesias Gonsálvez · 12 years ago
  57. 5d72c848 Staging: ipack: Provide ID Prom through sysfs. by Jens Taprogge · 12 years ago
  58. 35eb97b Staging: ipack: Expose modalias through sysfs. by Jens Taprogge · 12 years ago
  59. 4aa09d4 Staging: ipack: Implement device matching on the bus level. by Jens Taprogge · 12 years ago
  60. fdfc8cf Staging: ipack/devices/ipoctal: Expose DEVICE_TABLE for ipoctal. by Jens Taprogge · 12 years ago
  61. e801113 Staging: ipack: Make ipack_driver_ops const. by Jens Taprogge · 12 years ago
  62. 7db5e3c Staging: ipack: Move device ids from ipoctal.c to ipack_ids.h. by Jens Taprogge · 12 years ago
  63. e8ed327 Staging: ipack: Parse vendor and device id. by Jens Taprogge · 12 years ago
  64. 187e478 Staging: ipack: Read the ID space during device registration. by Jens Taprogge · 12 years ago
  65. 849e0ad Staging: ipack: implement ipack device table. by Jens Taprogge · 12 years ago
  66. 1f43d7b Staging: ipack/devices/ipoctal: Tidy up ipoctal some more. by Jens Taprogge · 12 years ago
  67. a498899 Staging: ipack/devices/ipoctal: ipoctal cleanups. by Jens Taprogge · 12 years ago
  68. 564bbf9 Staging: ipack: remove read/write operations from ipack_bus_ops by Samuel Iglesias Gonsálvez · 12 years ago
  69. b2e93e9 Staging: ipack/bridges/tpci200: Remove the read/write functions from ipack_bus_ops. by Jens Taprogge · 12 years ago
  70. 64802dc Staging: ipack/devices/ipoctal: Convert ipoctal to directly use ioread/write functions. by Jens Taprogge · 12 years ago
  71. cea2f7c Staging: ipack/bridges/tpci200: Use the TPCI200 in big endian mode. by Jens Taprogge · 12 years ago
  72. 5e15a75 Staging: ipack/bridges/tpci200: Reorganize tpci200_probe in preparation for functional changes. by Jens Taprogge · 12 years ago
  73. 5b47f3c Staging: ipack/bridges/tpci200: use ioremap_nocache instead of ioremap by Samuel Iglesias Gonsálvez · 12 years ago
  74. f45651f Staging: ipack/bridges/tpci200: remove linked list of registered devices by Samuel Iglesias Gonsálvez · 12 years ago
  75. 9e58d05 Staging: ipack/bridges/tpci200: avoid kernel bug when uninstalling a device by Samuel Iglesias Gonsálvez · 12 years ago
  76. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  77. 857196e ipoctal: make it compile with the termios changes by Alan Cox · 12 years ago
  78. bfce7cf Staging: ipack: change naming convention in TODO file by Samuel Iglesias Gonsálvez · 12 years ago
  79. 8f834c1 Staging: ipack: added development mailing list in TODO file by Samuel Iglesias Gonsálvez · 12 years ago
  80. 4eed84a Staging: ipack/devices/ipoctal: initialize the device in probe function by Samuel Iglesias Gonsálvez · 12 years ago
  81. 1337b07 Staging: ipack/devices/ipoctal: fix dereference NULL pointer by Samuel Iglesias Gonsálvez · 12 years ago
  82. 7183f33 Staging: ipack/devices/ipoctal: save IRQ vector in MEM space by Samuel Iglesias Gonsálvez · 12 years ago
  83. 59d6a29 Staging: ipack/devices/ipoctal: remove unneeded lock in IRQ handler by Samuel Iglesias Gonsalvez · 12 years ago
  84. bae8bd1 Staging: ipack/bridges/tpci200: remove unneeded lock in irq handler by Samuel Iglesias Gonsalvez · 12 years ago
  85. 55c0a6f Staging: ipack/devices/ipoctal: remove unneeded includes by Samuel Iglesias Gonsalvez · 12 years ago
  86. db1db29 Staging: ipack/devices/ipoctal: fix oops when accessing "buffer" by Samuel Iglesias Gonsalvez · 12 years ago
  87. 7a2ea60 Staging: ipack: delete sysfs from to-do list. by Samuel Iglesias Gonsalvez · 12 years ago
  88. 14e70bf Staging: ipack: remove pr_fmt definition. by Samuel Iglesias Gonsalvez · 12 years ago
  89. 3953503 Staging: ipack/bridges/tpci200: change device table definition and export it. by Miguel Gómez · 12 years ago
  90. 1be9bbd Staging: ipack/devices/ipoctal: remove unused enum uart_parity_e. by Miguel Gómez · 12 years ago
  91. c15768b Staging: ipack/devices/ipoctal: remove error_flag field from ipoctal struct. by Miguel Gómez · 12 years ago
  92. 8ae7012 Staging: ipack/devices/ipoctal: remove ipoctal_config structure. by Miguel Gómez · 12 years ago
  93. ec0ceb9 Staging: ipack/bridges/tpci200: remove gotos in tpci200_install() by Miguel Gómez · 12 years ago
  94. f7986a9 Staging: ipack/bridges/tpci200: remove "out" label in tpci200_request_irq() by Miguel Gómez · 12 years ago
  95. 14d9f9a Staging: ipack/bridges/tpci200: remove useless break in tpci200_slot_map_space() by Miguel Gómez · 12 years ago
  96. 5e4be52 Staging: ipack/bridges/tpci200: remove "out" label in tpci200_slot_map_space() by Miguel Gómez · 12 years ago
  97. 7d3da09 Staging: ipack/bridges/tpci200: remove gotos in tpci200_free_irq(). by Miguel Gómez · 12 years ago
  98. 42b3820 Staging: ipack/devices/ipoctal: change pr_* usage for dev_* functions by Samuel Iglesias Gonsalvez · 12 years ago
  99. a23d320 Staging: ipack/bridges/tpci200: change pr_* usage for dev_* functions by Samuel Iglesias Gonsalvez · 12 years ago
  100. 20cf700 Staging: ipack/bridges/tpci200: fix kernel oops when uninstalling a device by Samuel Iglesias Gonsalvez · 12 years ago