linux-stable/arch/mips/powertv/asic
Joe Perches 28f65c11f2 treewide: Convert uses of struct resource to resource_size(ptr)
Several fixes as well where the +1 was missing.

Done via coccinelle scripts like:

@@
struct resource *ptr;
@@

- ptr->end - ptr->start + 1
+ resource_size(ptr)

and some grep and typing.

Mostly uncompiled, no cross-compilers.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-06-10 14:55:36 +02:00
..
Kconfig MIPS: PowerTV: Base files for Cisco PowerTV platform 2009-12-17 01:57:17 +00:00
Makefile mips: change to new flag variable 2011-03-17 14:02:56 +01:00
asic-calliope.c MIPS: PowerTV: Correct ASIC device register names and locations 2010-08-05 13:25:40 +01:00
asic-cronus.c MIPS: PowerTV: Correct ASIC device register names and locations 2010-08-05 13:25:40 +01:00
asic-gaia.c MIPS: PowerTV: Add Gaia platform definitions. 2010-08-05 13:26:31 +01:00
asic-zeus.c MIPS: PowerTV: Correct ASIC device register names and locations 2010-08-05 13:25:40 +01:00
asic_devices.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
asic_int.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
irq_asic.c MIPS: Convert the irq functions to the new names 2011-03-29 14:48:07 +02:00
prealloc-calliope.c MIPS: Clean up tables for bootmem allocation 2010-05-21 21:31:17 +01:00
prealloc-cronus.c MIPS: Clean up tables for bootmem allocation 2010-05-21 21:31:17 +01:00
prealloc-cronuslite.c MIPS: Clean up tables for bootmem allocation 2010-05-21 21:31:17 +01:00
prealloc-gaia.c MIPS: PowerTV: Add Gaia platform definitions. 2010-08-05 13:26:31 +01:00
prealloc-zeus.c MIPS: Clean up tables for bootmem allocation 2010-05-21 21:31:17 +01:00
prealloc.h MIPS: Clean up tables for bootmem allocation 2010-05-21 21:31:17 +01:00