1. 10 10月, 2012 2 次提交
    • A
      SCSI: ARM: make fas216_dumpinfo function conditional · 48968177
      Arnd Bergmann 提交于
      The fas216_dumpinfo function is only used by __fas216_checkmagic,
      which is conditionally compiled, so we should put both functions
      inside of the same #ifdef.
      
      Without this patch, building rpc_defconfig results in:
      
      drivers/scsi/arm/fas216.c:182:13: warning: 'fas216_dumpinfo' defined but not used [-Wunused-function]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-scsi@vger.kernel.org
      48968177
    • A
      SCSI: ARM: ncr5380/oak uses no interrupts · ea065f13
      Arnd Bergmann 提交于
      The ncr5380 driver is included by multiple board specific
      drivers, which may or may not use the interrupt handler.
      The oak variant doesn't, and should set the DONT_USE_INTR
      macro.
      
      Without this patch, building rpc_defconfig results in:
      
      drivers/scsi/arm/../NCR5380.c:1160:20: warning: 'oakscsi_intr' defined but not used [-Wunused-function]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-scsi@vger.kernel.org
      ea065f13
  2. 19 9月, 2012 1 次提交
  3. 29 3月, 2012 1 次提交
  4. 24 3月, 2012 1 次提交
  5. 31 3月, 2011 1 次提交
  6. 24 11月, 2010 1 次提交
    • R
      SCSI: arm fas216: fix missing ';' · 5d61b718
      Russell King 提交于
      f281233d (SCSI host lock push-down) broke the fas216 build:
      
      drivers/scsi/arm/fas216.h: In function 'fas216_noqueue_command':
      drivers/scsi/arm/fas216.h:354: error: storage class specified for parameter 'fas216_intr'
      drivers/scsi/arm/fas216.h:356: error: storage class specified for parameter 'fas216_remove'
      ...
      
      Fix it.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5d61b718
  7. 17 11月, 2010 1 次提交
    • J
      SCSI host lock push-down · f281233d
      Jeff Garzik 提交于
      Move the mid-layer's ->queuecommand() invocation from being locked
      with the host lock to being unlocked to facilitate speeding up the
      critical path for drivers who don't need this lock taken anyway.
      
      The patch below presents a simple SCSI host lock push-down as an
      equivalent transformation.  No locking or other behavior should change
      with this patch.  All existing bugs and locking orders are preserved.
      
      Additionally, add one parameter to queuecommand,
      	struct Scsi_Host *
      and remove one parameter from queuecommand,
      	void (*done)(struct scsi_cmnd *)
      
      Scsi_Host* is a convenient pointer that most host drivers need anyway,
      and 'done' is redundant to struct scsi_cmnd->scsi_done.
      
      Minimal code disturbance was attempted with this change.  Most drivers
      needed only two one-line modifications for their host lock push-down.
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      Acked-by: NJames Bottomley <James.Bottomley@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f281233d
  8. 19 2月, 2010 1 次提交
  9. 25 3月, 2009 1 次提交
  10. 12 12月, 2008 1 次提交
    • R
      [ARM] dma: Use sensible DMA parameters for Acorn drivers · 5369bea7
      Russell King 提交于
      The hardware supports transfers up to a page boundary per buffer.
      Currently, we work around that in the DMA code by splitting each
      buffer up as we run through the scatterlist.  Avoid this by telling
      the block layers about the hardware restriction.
      
      Eventually, this will allow us to phase out the splitting code,
      but not until the old IDE layer allows us to control the value it
      gives to blk_queue_segment_boundary().
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5369bea7
  11. 07 8月, 2008 2 次提交
  12. 27 7月, 2008 1 次提交
  13. 03 7月, 2008 5 次提交
  14. 08 4月, 2008 1 次提交
  15. 18 2月, 2008 1 次提交
  16. 12 2月, 2008 1 次提交
  17. 08 2月, 2008 1 次提交
  18. 31 10月, 2007 1 次提交
    • R
      [ARM] Fix an rpc_defconfig regression · 01c0ad58
      Russell King 提交于
      Fix:
      
        CC      drivers/scsi/arm/powertec.o
      In file included from drivers/scsi/arm/powertec.c:29:
      drivers/scsi/arm/scsi.h: In function 'next_SCp':
      drivers/scsi/arm/scsi.h:42: error: 'struct scatterlist' has no member named 'page'
      drivers/scsi/arm/scsi.h: In function 'init_SCp':
      drivers/scsi/arm/scsi.h:80: error: 'struct scatterlist' has no member named 'page'
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      01c0ad58
  19. 01 8月, 2007 1 次提交
  20. 21 7月, 2007 1 次提交
  21. 12 5月, 2007 2 次提交
  22. 05 3月, 2007 2 次提交
  23. 18 2月, 2007 1 次提交
  24. 15 2月, 2007 1 次提交
    • T
      [PATCH] remove many unneeded #includes of sched.h · cd354f1a
      Tim Schmielau 提交于
      After Al Viro (finally) succeeded in removing the sched.h #include in module.h
      recently, it makes sense again to remove other superfluous sched.h includes.
      There are quite a lot of files which include it but don't actually need
      anything defined in there.  Presumably these includes were once needed for
      macros that used to live in sched.h, but moved to other header files in the
      course of cleaning it up.
      
      To ease the pain, this time I did not fiddle with any header files and only
      removed #includes from .c-files, which tend to cause less trouble.
      
      Compile tested against 2.6.20-rc2 and 2.6.20-rc2-mm2 (with offsets) on alpha,
      arm, i386, ia64, mips, powerpc, and x86_64 with allnoconfig, defconfig,
      allmodconfig, and allyesconfig as well as a few randconfigs on x86_64 and all
      configs in arch/arm/configs on arm.  I also checked that no new warnings were
      introduced by the patch (actually, some warnings are removed that were emitted
      by unnecessarily included header files).
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cd354f1a
  25. 05 10月, 2006 1 次提交
    • D
      IRQ: Maintain regs pointer globally rather than passing to IRQ handlers · 7d12e780
      David Howells 提交于
      Maintain a per-CPU global "struct pt_regs *" variable which can be used instead
      of passing regs around manually through all ~1800 interrupt handlers in the
      Linux kernel.
      
      The regs pointer is used in few places, but it potentially costs both stack
      space and code to pass it around.  On the FRV arch, removing the regs parameter
      from all the genirq function results in a 20% speed up of the IRQ exit path
      (ie: from leaving timer_interrupt() to leaving do_IRQ()).
      
      Where appropriate, an arch may override the generic storage facility and do
      something different with the variable.  On FRV, for instance, the address is
      maintained in GR28 at all times inside the kernel as part of general exception
      handling.
      
      Having looked over the code, it appears that the parameter may be handed down
      through up to twenty or so layers of functions.  Consider a USB character
      device attached to a USB hub, attached to a USB controller that posts its
      interrupts through a cascaded auxiliary interrupt controller.  A character
      device driver may want to pass regs to the sysrq handler through the input
      layer which adds another few layers of parameter passing.
      
      I've build this code with allyesconfig for x86_64 and i386.  I've runtested the
      main part of the code on FRV and i386, though I can't test most of the drivers.
      I've also done partial conversion for powerpc and MIPS - these at least compile
      with minimal configurations.
      
      This will affect all archs.  Mostly the changes should be relatively easy.
      Take do_IRQ(), store the regs pointer at the beginning, saving the old one:
      
      	struct pt_regs *old_regs = set_irq_regs(regs);
      
      And put the old one back at the end:
      
      	set_irq_regs(old_regs);
      
      Don't pass regs through to generic_handle_irq() or __do_IRQ().
      
      In timer_interrupt(), this sort of change will be necessary:
      
      	-	update_process_times(user_mode(regs));
      	-	profile_tick(CPU_PROFILING, regs);
      	+	update_process_times(user_mode(get_irq_regs()));
      	+	profile_tick(CPU_PROFILING);
      
      I'd like to move update_process_times()'s use of get_irq_regs() into itself,
      except that i386, alone of the archs, uses something other than user_mode().
      
      Some notes on the interrupt handling in the drivers:
      
       (*) input_dev() is now gone entirely.  The regs pointer is no longer stored in
           the input_dev struct.
      
       (*) finish_unlinks() in drivers/usb/host/ohci-q.c needs checking.  It does
           something different depending on whether it's been supplied with a regs
           pointer or not.
      
       (*) Various IRQ handler function pointers have been moved to type
           irq_handler_t.
      Signed-Off-By: NDavid Howells <dhowells@redhat.com>
      (cherry picked from 1b16e7ac850969f38b375e511e3fa2f474a33867 commit)
      7d12e780
  26. 04 10月, 2006 2 次提交
  27. 07 8月, 2006 2 次提交
  28. 26 7月, 2006 1 次提交
    • C
      [PATCH] fix compile regression for a few scsi drivers · 64821324
      Christoph Hellwig 提交于
      This fixes three drivers to compile again after my patch that removes
      the data_cmnd member from struct scsi_cmnd.
      
      The fas216 change is trivial, it should have been using ->cmnd all the
      time.
      
      NCR53C9 (which seem to be mostly duplicate driver with esp.c!) is doing
      something odd, it should only have looked at ->cmnd before not the saved
      copy that is kept for the error handlers sake.  Note that it really
      should deal with the sync setting themselves but use the generic domain
      validation code that get this right - but that's for later let's push
      this simple compile fix for now.
      
      And sorry for the late fix for this, I have been busy with OLS and
      associated activities last week.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      64821324
  29. 03 7月, 2006 1 次提交
  30. 01 7月, 2006 1 次提交