1. 4190230 atp870u: Introduce atp870_init() by Ondrej Zary · 9 years ago
  2. ecc6ff9 atp870u: Introduce atp885_init() by Ondrej Zary · 9 years ago
  3. c7e6a02 atp870u: Introduce atp880_init() by Ondrej Zary · 9 years ago
  4. f5f53a3 atp870u: Initialize tables earlier by Ondrej Zary · 9 years ago
  5. 8177c50 atp870u: Remove scam_on from struct atp_unit by Ondrej Zary · 9 years ago
  6. 1729c0d atp870u: Request IRQ later, remove weird locking by Ondrej Zary · 9 years ago
  7. 11ec131 atp870u: Use pci_request_regions by Ondrej Zary · 9 years ago
  8. b922a44 atp870u: Introduce is880(), is885() and remove dev_id by Ondrej Zary · 9 years ago
  9. 6c9b9c5 atp870u: Simplify _probe() by Ondrej Zary · 9 years ago
  10. dd5a5f7 atp870u: Remove chip_ver from struct atp_unit by Ondrej Zary · 9 years ago
  11. b1e8506 atp870u: Improve unsupported chip detection by Ondrej Zary · 9 years ago
  12. bdd5ac4 atp870u: Improve _probe() by Ondrej Zary · 9 years ago
  13. c48442d atp870u: Remove useless and broken card counting by Ondrej Zary · 9 years ago
  14. 30ebc7e atp870u: Use n_io_port in request_region and release_region by Ondrej Zary · 9 years ago
  15. 1ccd7d6 atp870u: Use module_pci_driver by Ondrej Zary · 9 years ago
  16. c4ad92b atp870u: Remove empty tscam_885() by Ondrej Zary · 9 years ago
  17. 34a2c35 atp870u: Reduce log spam on module load/unload by Ondrej Zary · 9 years ago
  18. 6a1961b atp870u: Introduce atp_set_host_id by Ondrej Zary · 9 years ago
  19. c751d9f atp870u: Fix incorrect writeb_io access to register 0x3a by Ondrej Zary · 9 years ago
  20. 2bbbac4 atp870u: Replace port 0x80 delay by udelay by Ondrej Zary · 9 years ago
  21. d804bb2 atp870u: Convert remaining in[bwl] and out[bwl] to wrappers by Ondrej Zary · 9 years ago
  22. 4192a40 atp870u: Rename is885() to atp_is() by Ondrej Zary · 9 years ago
  23. 851eb661 atp870u: Remove is870() by Ondrej Zary · 9 years ago
  24. 95c1def atp870u: Move 870-specific code out of is870() by Ondrej Zary · 9 years ago
  25. 460da918 atp870u: Add remaining 870 support to is885() by Ondrej Zary · 9 years ago
  26. 197fb8d atp870u: Add wide_chip parameter to is870() and is885() by Ondrej Zary · 9 years ago
  27. e7d6d14 atp870u: Remove is880() by Ondrej Zary · 9 years ago
  28. fa50b30 atp870u: Move chip-specific lines out of is880() and is885() by Ondrej Zary · 9 years ago
  29. bdf8b62 atp870u: Add channel parameter to is870() and is880() by Ondrej Zary · 9 years ago
  30. 80b52a7 atp870u: Unify code format in is870(), is880() and is885() by Ondrej Zary · 9 years ago
  31. 5d2a5a4 atp870u: Convert is885() to use wrappers by Ondrej Zary · 9 years ago
  32. 4850256 atp870u: Convert is880() to use wrappers by Ondrej Zary · 9 years ago
  33. 152c3ac atp870u: Convert is870() to use wrappers by Ondrej Zary · 9 years ago
  34. 6a3cebb atp870u: Introduce HW access wrappers by Ondrej Zary · 9 years ago
  35. c7fcc08 atp870u: Remove ugly gotos #5 by Ondrej Zary · 9 years ago
  36. 58c4d04 atp870u: Remove ugly gotos #4 by Ondrej Zary · 9 years ago
  37. 832e9ac atp870u: Remove ugly gotos #3 by Ondrej Zary · 9 years ago
  38. 468b896 atp870u: Remove ugly gotos #2 by Ondrej Zary · 9 years ago
  39. 78614ec atp870u: Remove ugly gotos by Ondrej Zary · 9 years ago
  40. c2bab40 atp870u: Untangle tmpcip #2 by Ondrej Zary · 9 years ago
  41. bc0fe4c atp870u: Untangle tmpcip by Ondrej Zary · 9 years ago
  42. e2c22b4 atp870u: Untangle tmport #8 by Ondrej Zary · 9 years ago
  43. 2eabdf2 atp870u: Untangle tmport #7 by Ondrej Zary · 9 years ago
  44. 493c520 atp870u: Untangle tmport #6 by Ondrej Zary · 9 years ago
  45. 3b30acf atp870u: Untangle tmport #5 by Ondrej Zary · 9 years ago
  46. ea41ed6 atp870u: Untangle tmport #4 by Ondrej Zary · 9 years ago
  47. 1940ed6 atp870u: Untangle tmport #3 by Ondrej Zary · 9 years ago
  48. 3b83646 atp870u: Untangle tmport #2 by Ondrej Zary · 9 years ago
  49. 3a38e53 atp870u: Untangle tmport by Ondrej Zary · 9 years ago
  50. b4263b3 atp870u: Remove tmport1 by Ondrej Zary · 9 years ago
  51. c43cd03 atp870u: Remove workport by Ondrej Zary · 9 years ago
  52. b84b1d5 scsi: Do not set cmd_per_lun to 1 in the host template by Hannes Reinecke · 9 years ago
  53. 3d30079 scsi: merge consecutive seq_puts calls by Rasmus Villemoes · 10 years ago
  54. 91c40f2 scsi: replace seq_printf with seq_puts by Rasmus Villemoes · 10 years ago
  55. 08b7e10 SCSI: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  56. d773e42 atp870u: switch to ->show_info() by Al Viro · 11 years ago
  57. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  58. 0f6d93a drivers/scsi/atp870u.c: fix bad use of udelay by Martin Michlmayr · 12 years ago
  59. a75ee6e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 12 years ago
  60. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  61. 7d7311c [SCSI] atp870u, mpt2sas, qla4xxx use pci_dev->revision by Sergei Shtylyov · 12 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  64. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  65. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  66. fa195af [SCSI] Clean up my email address and use a single standard address for everything by Alan Cox · 16 years ago
  67. 9bcf091 scsi: fix integer as NULL pointer warning by Harvey Harrison · 16 years ago
  68. fe7ed98 [SCSI] atp870u: convert to accessors and !use_sg cleanup by Boaz Harrosh · 17 years ago
  69. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  70. c4e00fa Merge ../scsi-misc-2.6 by James Bottomley · 18 years ago
  71. 1d6f359 [PATCH] irq-flags: scsi: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  72. dc6a78f [SCSI] atp870u: reduce huge stack usage by Randy Dunlap · 18 years ago
  73. 5d5ff44 [SCSI] fix up request buffer reference in various scsi drivers by Christoph Hellwig · 18 years ago
  74. 2b89dad [SCSI] audit drivers for incorrect max_id use by Hannes Reinecke · 18 years ago
  75. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 18 years ago
  76. 422c0d6 [SCSI] use scmd_id(), scmd_channel() throughout code by Jeff Garzik · 19 years ago
  77. 017560f [SCSI] use sfoo_printk() in drivers by Jeff Garzik · 19 years ago
  78. b568355 [SCSI] atp870u: fix memory addressing bug by James Bottomley · 19 years ago
  79. 420b4a7 [SCSI] drivers/scsi/atp870u.c: make a function static by Adrian Bunk · 19 years ago
  80. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago