linux/arch/frv/mb93090-mb00
Akinobu Mita 0989e1f98e frv: use for_each_sg()
This replaces the plain loop over the sglist array with for_each_sg()
macro which consists of sg_next() function calls.  Since frv doesn't
select ARCH_HAS_SG_CHAIN, it is not necessary to use for_each_sg() in
order to loop over each sg element.  But this can help find problems
with drivers that do not properly initialize their sg tables when
CONFIG_DEBUG_SG is enabled.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-06-25 17:00:37 -07:00
..
flash.c FRV: Flash mappings for the MB93090-MB00 motherboard 2009-09-24 17:18:38 -07:00
Makefile frv: switch to GENERIC_PCI_IOMAP 2011-12-04 16:00:12 +02:00
pci-dma-nommu.c frv: use for_each_sg() 2015-06-25 17:00:37 -07:00
pci-dma.c frv: use for_each_sg() 2015-06-25 17:00:37 -07:00
pci-frv.c frv/PCI: Clip bridge windows to fit in upstream windows 2015-01-16 10:04:42 -06:00
pci-frv.h frv/PCI: Remove pcibios_last_bus 2013-10-29 16:55:58 -06:00
pci-irq.c PCI: Turn pcibios_penalize_isa_irq() into a weak function 2014-05-27 16:23:58 -06:00
pci-vdk.c PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) 2015-03-19 10:17:13 -05:00