summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/io-writesb.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove all ARM __raw_* functions. They are mixed all overJuergen Beisert2009-07-011-2/+2
| | | | | | | the place. This clean up all ARM architectures to use only one set of io functions. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Separate all assembler functions into their own section toJuergen Beisert2009-07-011-0/+2
| | | | | | let the linker remove unused functions. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* import io-{read,write}s{b,w} functions from linuxMarc Kleine-Budde2008-10-271-0/+94
This patch imports: - io-readsb, - io-readsw, - io-writesb, - io-writesw, from linux Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>