summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/delay.c
AgeCommit message (Expand)AuthorLines
2017-08-29MIPS: Include asm/delay.h for __{,n,u}delay()Paul Burton-0/+1
2016-10-05MIPS: lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+1
2014-05-30MIPS: __delay ABI-dependent subtraction simplificationMaciej W. Rozycki-5/+3
2014-05-13MIPS: __delay CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki-4/+10
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle-1/+1
2013-01-22MIPS: delay.c: Check BITS_PER_LONG instead of __SIZEOF_LONG__Geert Uytterhoeven-1/+1
2012-10-16MIPS: Make __{,n,u}delay declarations match definitions and generic delay.hDavid Daney-1/+5
2010-04-12MIPS: delay: Fix use of current_cpu_data in preemptable code.Ralf Baechle-2/+2
2009-06-17MIPS: Fix __ndelay build error and add 'ull' suffix for 32-bit kernelAtsushi Nemoto-2/+2
2009-06-08MIPS: Outline udelay and fix a few issues.Ralf Baechle-0/+56