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