aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-09staging: tidspbridge: Lindent to drv_interface.cVíctor Manuel Jáquez Leal1-6/+6
2012-02-09staging: tidspbridge: remove unused headerVíctor Manuel Jáquez Leal2-186/+155
2012-02-09staging: tidspbridge: more readable codeVíctor Manuel Jáquez Leal1-7/+6
2012-02-08staging: tidspbridge: fix incorrect free to drv_datapOmar Ramirez Luna2-2/+3
2012-02-08staging: tidspbridge: fix bridge_open memory leaksOmar Ramirez Luna1-23/+32
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-12-13staging: tidspbridge: request dmtimer clocks on initOmar Ramirez Luna1-3/+12
2011-12-13staging: tidspbridge: include module.h by defaultOmar Ramirez Luna1-4/+0
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2-2/+2
2011-10-19staging: tidspbridge: MMU2 registers are limited to 32-bit data accessVladimir Zapolskiy1-1/+1
2011-08-29Merge 3.1-rc4 into staging-nextGreg Kroah-Hartman1-1/+1
2011-08-24staging: tidspbridge: fix compilation on dsp clock functionsOmar Ramirez Luna1-1/+0
2011-08-23staging: tidspbridge: dont cast void* from kmalloc()Thomas Meyer1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-05Remove unneeded version.h include from drivers/staging/tidspbridge/include/dspbridge/host_os.hJesper Juhl1-1/+0
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi19-43/+43
2011-03-14staging: tidspbridge: protect dmm_map properlyFelipe Contreras1-5/+14
2011-03-14staging: tidspbridge: Remove NULL check before kfreeIlia Mirkin2-4/+2
2011-02-28drivers:staging:dspbridge:node.h Remove one to many n's in a word.Justin P. Mattock1-1/+1
2011-02-18staging/trivial: fix typos concerning "consistent"Uwe Kleine-König1-1/+1
2011-02-04staging: tidspbridge: set12 remove hungarian from structsRene Sapiens2-41/+41
2011-02-04staging: tidspbridge: set11 remove hungarian from structsRene Sapiens9-109/+109
2011-02-04staging: tidspbridge: set10 remove hungarian from structsRene Sapiens18-220/+220
2011-02-04staging: tidspbridge: set9 remove hungarian from structsRene Sapiens18-183/+183
2011-02-04staging: tidspbridge: set8 remove hungarian from structsRene Sapiens31-405/+405
2011-02-04staging: tidspbridge: set7 remove hungarian from structsRene Sapiens14-90/+90
2011-02-04staging: tidspbridge: set6 remove hungarian from structsRene Sapiens18-123/+123
2011-02-04staging: tidspbridge: set5 remove hungarian from structsRene Sapiens8-74/+74
2011-02-04staging: tidspbridge: set4 remove hungarian from structsRene Sapiens10-96/+96
2011-02-04staging: tidspbridge: set3 remove hungarian from structsRene Sapiens15-86/+86
2011-02-04staging: tidspbridge: set2 remove hungarian from structsRene Sapiens16-181/+181
2011-02-04staging: tidspbridge: set1 remove hungarian from structsRene Sapiens18-146/+146
2011-02-04staging: tidspbridge: remove code referred by OPT_ZERO_COPY_LOADERRamos Falcon, Ernesto1-40/+20
2011-02-04staging: tidspbridge: Remove trivial header filesArmando Uribe18-170/+51
2011-02-04staging: tidspbridge: Remove unused typedefsArmando Uribe2-143/+0
2011-02-04staging: tidspbridge: Remove unused structsArmando Uribe9-133/+4
2011-02-04staging: tidspbridge: Remove unused functionsArmando Uribe16-390/+0
2011-02-04staging: tidspbridge: Remove unused defined constantsArmando Uribe20-161/+1
2011-02-04staging: tidspbridge: Fix atoi to support hexadecimal numbers correctlyLaurent Pinchart1-5/+1
2011-02-04staging: tidspbridge: rmgr/node.c code cleanupIonut Nicu1-323/+282
2011-02-04staging: tidspbridge: use the right type for list_is_lastOmar Ramirez Luna1-1/+1
2011-02-04staging: tidspbridge: pmgr code cleanupIonut Nicu2-211/+168
2011-02-04staging: tidspbridge: core code cleanupIonut Nicu3-593/+501
2011-02-04staging: tidspbridge: remove custom linked listIonut Nicu2-226/+0
2011-02-04staging: tidspbridge: convert rmgr to list_headIonut Nicu4-170/+72
2011-02-04staging: tidspbridge: convert pmgr to list_headIonut Nicu2-198/+100
2011-02-04staging: tidspbridge: convert core to list_headIonut Nicu7-381/+264
2011-02-04staging: tidspbridge: remove gb bitmap implementationIonut Nicu3-245/+1
2011-02-04staging: tidspbridge: switch to linux bitmap APIIonut Nicu1-91/+73