kernel-ark/arch/arm/mach-u300
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
..
include/mach Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm 2011-03-17 19:08:06 -07:00
clock.c Fix common misspellings 2011-03-31 11:26:23 -03:00
clock.h ARM: 6296/1: clock U300 intcon and timer properly 2010-08-10 22:10:55 +01:00
core.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
dummyspichip.c spi/pl022: Add spi->mode support to AMBA SPI driver 2010-10-12 21:37:37 -06:00
i2c.c
i2c.h
Kconfig tree-wide: fix comment/printk typos 2010-11-01 15:38:34 -04:00
Makefile gpio: move U300 GPIO driver to drivers/gpio 2011-05-26 17:29:33 -06:00
Makefile.boot
mmc.c mach-u300: config U300 PL180 PL011 PL022 for DMA 2011-03-14 14:05:13 +01:00
mmc.h
padmux.c
padmux.h
regulator.c
spi.c mach-u300: config U300 PL180 PL011 PL022 for DMA 2011-03-14 14:05:13 +01:00
spi.h
timer.c clocksource: convert ARM 32-bit up counting clocksources 2011-05-23 18:04:51 +01:00
u300.c ARM: P2V: separate PHYS_OFFSET from platform definitions 2011-02-17 23:26:55 +00:00