linux_dsm_epyc7002/arch/powerpc/platforms/83xx
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
..
asp834x.c powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes 2009-03-24 08:35:04 -05:00
Kconfig powerpc/mpc83xx: Support for MPC8308 P1M board 2010-10-14 00:52:53 -05:00
km83xx.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
Makefile powerpc/83xx: rename and update kmeter1 2011-03-15 10:06:37 -05:00
mcu_mpc8349emitx.c of: refactor of_modalias_node() and remove explicit match table. 2010-07-05 16:14:52 -06:00
misc.c
mpc83xx.h powerpc/mpc8308: fix USB DR controller initialization 2011-01-12 18:00:29 -06:00
mpc830x_rdb.c powerpc/83xx: fix build failures on dt compatible list. 2011-01-19 09:16:09 -07:00
mpc831x_rdb.c powerpc/83xx: fix build failures on dt compatible list. 2011-01-19 09:16:09 -07:00
mpc832x_mds.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
mpc832x_rdb.c powerpc: Fix build of some FSL platforms 2009-11-24 17:00:27 +11:00
mpc834x_itx.c powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes 2009-03-24 08:35:04 -05:00
mpc834x_mds.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
mpc836x_mds.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
mpc836x_rdk.c powerpc/83xx: Fix few build errors with CONFIG_QUICC_ENGINE=n 2008-12-30 11:14:05 -06:00
mpc837x_mds.c arch/powerpc/platforms/83xx/mpc837x_mds.c: Add missing iounmap 2010-08-31 16:38:47 -05:00
mpc837x_rdb.c of/flattree: Add of_flat_dt_match() helper function 2011-01-01 13:03:25 -07:00
sbc834x.c powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes 2009-03-24 08:35:04 -05:00
suspend-asm.S tree-wide: fix comment/printk typos 2010-11-01 15:38:34 -04:00
suspend.c drivercore: revert addition of of_match to struct device 2011-05-18 12:32:23 -06:00
usb.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00