aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-21blackfin: clean up string bfin_dma_5xx after rename.Sonic Zhang1-1/+1
2011-06-03Blackfin: strncpy: fix handling of zero lengthsSteven Miao1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-04Blackfin: outs[lwb]: make sure count is greater than 0Mike Frysinger1-4/+12
2010-05-22Blackfin: optimize strncpy a bitRobin Getz2-13/+47
2010-05-22Blackfin: move string functions to normal lib/ assemblyRobin Getz8-75/+182
2009-12-15Blackfin: convert to generic checksum codeMike Frysinger2-126/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz18-382/+66
2009-09-16Blackfin: fix misnomer of some I-pipe helpersPhilippe Gerum1-2/+2
2009-07-16Blackfin: fix miscompilation in lshrdi3Jie Zhang1-15/+1
2009-06-13Blackfin: export ip_compute_csum/csum_partial_copy_from_user symbolsMike Frysinger1-0/+2
2009-05-27Blackfin: fix strncmp.o build errorMike Frysinger1-2/+1
2009-01-07Blackfin arch: cleanup and unify the ins functionsMike Frysinger1-345/+84
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li1-3/+160
2009-01-07Blackfin arch: Replace C version of 64 bit multiply with hand optimized assemblyBernd Schmidt2-99/+68
2008-10-28Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger1-0/+4
2008-08-14Blackfin arch: Allow ins functions to have a low latency versionRobin Getz1-0/+109
2008-05-20Blackfin arch: Fix typo. it should be _outsw_8Bryan Wu1-1/+1
2008-05-17Blackfin arch: IO Port functions to read/write unalligned memoryMichael Hennerich2-4/+33
2008-05-12[Blackfin] arch: Blackfin checksum annotationsAl Viro1-11/+10
2007-12-21[Blackfin] arch: fix bug - make memcpy return the dest addr.Yi Li1-6/+2
2007-11-21Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually definedMike Frysinger4-4/+40
2007-11-17Blackfin arch: Add assembly function insl_16Michael Hennerich1-0/+19
2007-11-23Blackfin arch: use do_div() for the 64bit division as pointed out by BerndMike Frysinger2-376/+1
2007-10-21Blackfin arch: add assembly function for doing 64bit unsigned divisionMike Frysinger2-1/+376
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig definesMike Frysinger3-4/+4
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger4-8/+4
2007-06-21Blackfin arch: update ANOMALY handlingRobin Getz3-5/+30
2007-06-11Blackfin arch: add proper ENDPROC()Mike Frysinger13-5/+27
2007-05-21Blackfin arch: Add Workaround for ANOMALY 05000257Michael Hennerich1-6/+14
2007-05-07blackfin architectureBryan Wu24-0/+1907