linux-hardened/arch/arm/mach-mv78xx0
Thomas Petazzoni 5ae9f5dbb3 arm: mach-mv78xx0: use plus instead of or for address definitions
Since we are going to use IOMEM() to define many base virtual
addresses, we can no longer use binary or to define the individual
register addresses ("binary or" arithmetic on pointers is not
allowed). Instead, use the more conventional plus operator to do so.

The binary or operators were actually not useful because the low-order
bits of the base address were always zero, so the usage of the binary
or operators was effectively identical to a plus operator.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2012-09-21 18:03:04 +00:00
..
include/mach arm: mach-mv78xx0: use plus instead of or for address definitions 2012-09-21 18:03:04 +00:00
addr-map.c ARM: mv78xx0: fix win_cfg_base prototype 2012-08-13 21:11:28 +02:00
buffalo-wxl-setup.c ARM: restart: mv78xx0: use new restart hook 2012-01-05 12:57:15 +00:00
common.c ARM: Orion: Set eth packet size csum offload limit 2012-08-15 13:58:09 +00:00
common.h New feature development 2012-01-09 14:38:51 -08:00
db78x00-bp-setup.c ARM: restart: mv78xx0: use new restart hook 2012-01-05 12:57:15 +00:00
irq.c ARM: Orion: DT support for IRQ and GPIO Controllers 2012-07-27 16:48:14 +02:00
Kconfig [ARM] MV78xx0: Support for Buffalo WXL (Terastation Duo) 2010-02-23 17:10:08 -05:00
Makefile [ARM] MV78xx0: Support for Buffalo WXL (Terastation Duo) 2010-02-23 17:10:08 -05:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
mpp.c ARM: Orion: Get address map from plat-orion instead of via platform_data 2011-12-13 18:46:55 -05:00
mpp.h ARM: orion: Fix Orion5x GPIO regression from MPP cleanup 2012-02-09 16:16:31 -08:00
pcie.c ARM: PCI: dove/kirkwood/mv78xx0: use sys->private_data 2012-05-16 15:24:11 +01:00
rd78x00-masa-setup.c ARM: restart: mv78xx0: use new restart hook 2012-01-05 12:57:15 +00:00