Age | Commit message (Expand) | Author | Files | Lines |
2016-01-07 | ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro | Finn Thain | 2 | -0/+5 |
2016-01-07 | ncr5380: Introduce unbound workqueue | Finn Thain | 2 | -4/+12 |
2016-01-07 | ncr5380: Cleanup bogus {request,release}_region() calls | Finn Thain | 1 | -6/+0 |
2016-01-07 | ncr5380: Split NCR5380_init() into two functions | Finn Thain | 2 | -0/+4 |
2016-01-07 | ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros | Finn Thain | 2 | -8/+7 |
2015-06-01 | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke | 3 | -3/+0 |
2015-02-02 | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 1 | -3/+3 |
2014-11-20 | ncr5380: Drop legacy scsi.h include | Finn Thain | 2 | -2/+0 |
2014-11-20 | ncr5380: Remove *_RELEASE macros | Finn Thain | 2 | -4/+0 |
2014-11-20 | ncr5380: Move static PDMA spin counters to host data | Finn Thain | 1 | -2/+0 |
2014-11-20 | ncr5380: Cleanup host info() methods | Finn Thain | 2 | -26/+2 |
2014-11-20 | ncr5380: Fix SCSI_IRQ_NONE bugs | Finn Thain | 1 | -1/+1 |
2014-11-20 | ncr5380: Remove redundant AUTOSENSE macro | Finn Thain | 2 | -2/+0 |
2014-11-20 | ncr5380: Remove unused macros | Finn Thain | 1 | -1/+0 |
2014-11-12 | scsi: Remove scsi_print_command when calling abort | Hannes Reinecke | 1 | -7/+3 |
2014-11-12 | scsi: repurpose the last argument from print_opcode_name() | Hannes Reinecke | 1 | -1/+1 |
2014-11-12 | fas216: update logging messages | Hannes Reinecke | 1 | -15/+11 |
2014-11-12 | fas216: return DID_ERROR for incomplete data transfer | Hannes Reinecke | 1 | -2/+1 |
2014-11-12 | acornscsi: use scsi_print_command() | Hannes Reinecke | 1 | -6/+6 |
2014-07-18 | scsi: use 64-bit LUNs | Hannes Reinecke | 3 | -10/+18 |
2014-05-28 | acornscsi: remove linked command support | Paul Bolle | 1 | -53/+0 |
2014-05-28 | scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400 | Finn Thain | 2 | -6/+0 |
2014-03-20 | [SCSI] remove deprecated IRQF_DISABLED from SCSI | Michael Opdenacker | 4 | -4/+4 |
2013-04-09 | acornscsi: switch to ->show_info() | Al Viro | 1 | -41/+17 |
2013-04-09 | fas216: switch to ->show_info() | Al Viro | 6 | -142/+49 |
2013-04-09 | NCR5830: switch to ->show_info() | Al Viro | 2 | -3/+4 |
2013-01-22 | drivers/scsi/arm: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -5/+5 |
2013-01-04 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 7 | -28/+24 |
2012-10-20 | Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/... | Olof Johansson | 2 | -1/+2 |
2012-10-09 | SCSI: ARM: make fas216_dumpinfo function conditional | Arnd Bergmann | 1 | -1/+1 |
2012-10-09 | SCSI: ARM: ncr5380/oak uses no interrupts | Arnd Bergmann | 1 | -0/+1 |
2012-09-19 | scsi: eesox: use __iomem pointers for MMIO | Arnd Bergmann | 1 | -1/+1 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 3 | -3/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 3 | -3/+0 |
2012-03-24 | ARM: ecard: get rid of NO_IRQ madness | Russell King | 3 | -7/+3 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 8 | -16/+16 |
2010-11-24 | SCSI: arm fas216: fix missing ';' | Russell King | 1 | -1/+1 |
2010-11-17 | SCSI host lock push-down | Jeff Garzik | 3 | -14/+18 |
2010-02-18 | ARM: 5944/1: scsi: fix timer setup in fas216.c | Guennadi Liakhovetski | 1 | -1/+1 |
2009-03-28 | Merge branch 'master' into devel | Russell King | 1 | -1/+1 |
2009-03-25 | [ARM] cumana: Fix a long standing bogon | Alan Cox | 1 | -1/+1 |
2008-12-11 | [ARM] dma: Use sensible DMA parameters for Acorn drivers | Russell King | 3 | -3/+6 |
2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 1 | -1/+1 |
2008-08-07 | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 1 | -1/+1 |
2008-07-27 | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -2/+2 |
2008-07-03 | [ARM] rpc: acornscsi: update to new style ecard driver | Russell King | 2 | -94/+75 |
2008-07-03 | [ARM] rpc: acornscsi: stop using private __stringify() | Russell King | 1 | -8/+3 |
2008-07-03 | [ARM] rpc: acornscsi: convert hardware accessors to take 'AS_Host *' | Russell King | 1 | -123/+120 |
2008-07-03 | [ARM] rpc: acornscsi: fixup abort/reset methods, fix build errors | Russell King | 3 | -30/+16 |
2008-07-03 | [ARM] rpc: acornscsi: remove unused 'ADDR' macro | Russell King | 1 | -13/+0 |