original_kernel/arch/avr32/mach-at32ap
Uwe Kleine-König d6634db8fe avr32: Use platform_driver_probe for pio platform driver
The probe function of the pio platform driver lives in the init section
and so a pio device that is created after the init section is discarded
probably results in an oops.  Even if this cannot happen, using
platform_driver_probe is cleaner.  (If this can happen and should be
supported the probe function must live in the devinit section instead.)

Signed-off-by: Uwe Kleine-König <ukleinek@strlen.de>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-09-22 09:51:03 +02:00
..
include/mach avr32: Provide a way to deselect pins in the portmux 2008-09-22 09:51:02 +02:00
Kconfig
Makefile avr32: Clean up HMATRIX code 2008-08-08 12:44:01 +02:00
at32ap700x.c avr32: Allow fine-grained control over LCDC pins 2008-09-22 09:51:01 +02:00
clock.c avr32: Add MMIO address definitions for certain controllers 2008-08-08 12:42:14 +02:00
clock.h
cpufreq.c
extint.c
hmatrix.c avr32: Clean up HMATRIX code 2008-08-08 12:44:01 +02:00
hsmc.c
hsmc.h
intc.c
intc.h
pdc.c
pio.c avr32: Use platform_driver_probe for pio platform driver 2008-09-22 09:51:03 +02:00
pio.h
pm-at32ap700x.S avr32: pm_standby low-power ram bug fix 2008-09-01 13:04:09 +02:00
pm.c avr32: Add MMIO address definitions for certain controllers 2008-08-08 12:42:14 +02:00
pm.h avr32: Add MMIO address definitions for certain controllers 2008-08-08 12:42:14 +02:00
sdramc.h