2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-07 05:04:04 +08:00
linux-next/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 ARM: AB3550 board configuration and irq for U300 2010-05-28 01:37:47 +02:00
i2c.h ARM: 5668/2: U300 I2C board setup 2009-08-15 15:36:29 +01:00
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 [ARM] 5535/1: U300 Makefile.boot 2009-06-04 17:47:36 +01:00
mmc.c mach-u300: config U300 PL180 PL011 PL022 for DMA 2011-03-14 14:05:13 +01:00
mmc.h [ARM] 5473/1: U300 core machine support 2009-04-28 22:44:15 +01:00
padmux.c ARM: 5666/1: Revamped U300 padmux API 2009-08-15 15:36:28 +01:00
padmux.h ARM: 5666/1: Revamped U300 padmux API 2009-08-15 15:36:28 +01:00
regulator.c ARM: 5724/1: U300 AB3100 boardinfo v5 2009-10-19 17:10:09 +01:00
spi.c mach-u300: config U300 PL180 PL011 PL022 for DMA 2011-03-14 14:05:13 +01:00
spi.h ARM: 5667/3: U300 SSP/SPI board setup and test 2009-08-15 15:36:29 +01:00
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