1
0
Fork 0
alistair23-linux/arch/avr32/mach-at32ap
Haavard Skinnemoen 452976b298 [PATCH] AVR32: Use __raw MMIO access for internal peripherals
The read[bwl] and write[bwl] functions are meant for accessing PCI
devices. How this is achieved on AVR32 is unknown, as there are no
systems with a PCI bridge available yet.

On-chip peripheral access, however, should not depend on how we end
up implementing PCI access, so using __raw_read[bwl]/__raw_write[bwl]
is the right thing to do for on-chip peripherals. This patch converts
the drivers for the static memory controller, interrupt controller,
PIO controller and system manager to use __raw MMIO access.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-25 20:26:33 -07:00
..
Makefile [PATCH] AVR32 MTD: Static Memory Controller driver 2006-09-26 08:48:54 -07:00
at32ap.c [PATCH] AVR32: Allow renumbering of serial devices 2006-10-04 10:25:06 -07:00
at32ap7000.c [PATCH] AVR32: Allow renumbering of serial devices 2006-10-04 10:25:06 -07:00
clock.c [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
clock.h [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
extint.c [PATCH] IRQ: Fix AVR32 breakage 2006-10-11 11:14:14 -07:00
hsmc.c [PATCH] AVR32 MTD: Static Memory Controller driver 2006-09-26 08:48:54 -07:00
hsmc.h [PATCH] AVR32: Use __raw MMIO access for internal peripherals 2006-10-25 20:26:33 -07:00
intc.c [PATCH] IRQ: Fix AVR32 breakage 2006-10-11 11:14:14 -07:00
intc.h [PATCH] AVR32: Use __raw MMIO access for internal peripherals 2006-10-25 20:26:33 -07:00
pio.c [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
pio.h [PATCH] AVR32: Use __raw MMIO access for internal peripherals 2006-10-25 20:26:33 -07:00
sm.c [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
sm.h [PATCH] AVR32: Use __raw MMIO access for internal peripherals 2006-10-25 20:26:33 -07:00