Home
last modified time | relevance | path

Searched hist:"1 d80766554322236aee50d6023693b3210b9cf38" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/pcmcia/
H A Dss.hdiff 1d80766554322236aee50d6023693b3210b9cf38 Tue Jun 16 11:35:00 CDT 2009 Steven A. Falco <sfalco@harris.com> pcmcia: Use phys_addr_t for physical addresses

Physical addresses are currently represented as int or long types.
However, this does not work for processors like the PPC440EPx, which
is a 32-bit processor with a 36-bit address space. This patch uses
the phys_addr_t type, which correctly holds a 36-bit address on
this processor.

Signed-off-by: Steven A. Falco <sfalco@harris.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/openbmc/linux/drivers/pcmcia/
H A Dsoc_common.cdiff 5f784336dc02a1c5be3dffac3506bc07c1604cee Mon Oct 19 04:42:13 CDT 2009 Wolfram Sang <w.sang@pengutronix.de> pcmcia: Fix possible printk format warnings

Fix more possible warnings introduced by my commit
1d80766554322236aee50d6023693b3210b9cf38 as fixed by the previous patch from
Randy Dunlap. Not tested due to no hardware.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>