freebsd-skq/sys/arm/mv
jhibbits 31bb8ee5bd Convert rman to use rman_res_t instead of u_long
Summary:
Migrate to using the semi-opaque type rman_res_t to specify rman resources.  For
now, this is still compatible with u_long.

This is step one in migrating rman to use uintmax_t for resources instead of
u_long.

Going forward, this could feasibly be used to specify architecture-specific
definitions of resource ranges, rather than baking a specific integer type into
the API.

This change has been broken out to facilitate MFC'ing drivers back to 10 without
breaking ABI.

Reviewed By: jhb
Sponsored by:	Alex Perez/Inertial Computing
Differential Revision: https://reviews.freebsd.org/D5075
2016-01-27 02:23:54 +00:00
..
armada38x Introduce initial driver for PMSU on Armada38x 2016-01-20 14:49:16 +00:00
armadaxp Mark gpio as "optional" in files.mv and edit Marvell's kernconfs 2016-01-20 11:57:11 +00:00
discovery Remove the arm KERNPHYSADDR option as it is no longer used. The make 2015-12-22 09:08:21 +00:00
kirkwood Change KERNVIRTADDR to 0xc0000000 since the low-order bits no longer need to 2015-12-20 23:38:14 +00:00
orion Remove the arm KERNPHYSADDR option as it is no longer used. The make 2015-12-22 09:08:21 +00:00
files.mv Mark gpio as "optional" in files.mv and edit Marvell's kernconfs 2016-01-20 11:57:11 +00:00
gpio.c Stop using machine/fdt.h in the arm kernel code when we don't need it. 2015-04-04 21:34:26 +00:00
ic.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
mpic.c An IPI must be cleared before it is handled otherwise next IPI could be 2015-10-01 12:09:05 +00:00
mv_common.c Enhance remap capabilities for Armada38x 2016-01-20 14:02:36 +00:00
mv_localbus.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
mv_machdep.c Open window to bootROM memory on Armada38x to allow CPU1 to boot 2016-01-20 14:30:17 +00:00
mv_pci.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
mv_ts.c Stop using machine/fdt.h in the arm kernel code when we don't need it. 2015-04-04 21:34:26 +00:00
mvreg.h Introduce initial driver for PMSU on Armada38x 2016-01-20 14:49:16 +00:00
mvvar.h Introduce initial support for Marvell Armada38x 2016-01-20 13:14:36 +00:00
mvwin.h Open window to bootROM memory on Armada38x to allow CPU1 to boot 2016-01-20 14:30:17 +00:00
rtc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
std-pj4b.mv Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESS 2015-10-18 01:03:43 +00:00
std.mv
timer.c Support watchdog depending on "mrvl,has-wdt" property 2016-01-20 14:28:05 +00:00
twsi.c Add support for I2C on Armada38x 2016-01-20 14:21:06 +00:00