summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/ocpi.c
AgeCommit message (Collapse)Author
2014-07-08omap16xx: Removes fixme no longer needed in ocpi_enable()Nicholas Krause
This removes the FIXME message above ocpi_enable being declared for proper locking in this function. As of the current kernel verisons there is no need for locking as only one driver uses this function currently and therefore there is no need for real locking requirements. Signed-off-by: Nicholas Krause <xerofoify@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2012-04-13ARM: OMAP1: OCPI: move to mach-omap1/Paul Walmsley
Move the OMAP1 OCPI "bus" code to arch/arm/mach-omap1, since it is only used on OMAP1 devices. In the long term, it probably makes sense to move the OCPI bus code to somewhere under drivers/. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Tony Lindgren <tony@atomide.com>