summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/pdata-quirks.c
AgeCommit message (Collapse)Author
2013-09-25ARM: OMAP2+: Use pdata quirks for wl12xx legacy initTony Lindgren
Let's use the platform data quirk support for wl12xx and move the board specific code out of devices.c. Signed-off-by: Tony Lindgren <tony@atomide.com>
2013-09-25ARM: OMAP2+: Use pdata quirk support for board-generic.cTony Lindgren
Let's use platform data quirk support for board-generic.c. This removes all board specific hacks out of board-generic.c. Signed-off-by: Tony Lindgren <tony@atomide.com>
2013-09-25ARM: OMAP2+: Add quirk support for legacy platform data initTony Lindgren
We want to drop the board-*.c files but keep things working. Let's make it a bit easier to support legacy platform data init with quirks. This also keeps board-generic.c clean from board specific hacks. For now, the quirks table is empty, that is populated in the later patches. Signed-off-by: Tony Lindgren <tony@atomide.com>