summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/findbit.S
Commit message (Collapse)AuthorAgeFilesLines
* Improve or fix various parameter documentationJuergen Beisert2009-07-311-4/+0
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Separate all assembler functions into their own section toJuergen Beisert2009-07-011-1/+1
| | | | | | let the linker remove unused functions. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Bitops:Cleanup ARM bitopsNishanth Menon2008-08-151-0/+181
Cleanup of ARM bitops functions. Introduce the findbits.S which allows for optimized algo. Signed-off-by: Nishanth Menon <x0nishan@ti.com>