summaryrefslogtreecommitdiffstats
path: root/drivers/staging/echo
AgeCommit message (Expand)AuthorLines
2014-02-28staging: echo: move to drivers/misc/Greg Kroah-Hartman-1186/+0
2013-05-13staging: echo: Fixed camel-case variable namesLisa Nguyen-52/+52
2013-01-07staging: echo.c: fix memory leakageCong Ding-13/+26
2013-01-07staging: echo: remove unused variableCong Ding-2/+1
2012-07-06Staging: echo: One variable per lineJesper Juhl-11/+26
2011-07-05drivers: staging: echo: Fix coding style issues.Chris Forbes-9/+2
2011-05-17staging: echo: Trivial indentation changesRahul Tank-11/+15
2011-03-02staging: echo: fix a typo ("overflow")Jonathan Neuschäfer-1/+1
2010-05-14staging: trivial: fix typo "seperate"Anand Gadiyar-1/+1
2009-09-15Staging: echo: coding style cleanupsGreg Kroah-Hartman-63/+67
2009-09-15Staging: echo: remove unneeded USE_SSE2 definesGreg Kroah-Hartman-36/+3
2009-09-15Staging: echo: remove unneeded USE_MMX definesGreg Kroah-Hartman-319/+3
2009-09-15Staging: echo: remove bit_operations.hGreg Kroah-Hartman-226/+0
2009-09-15Staging: echo: top bit patchDavid Rowe-11/+18
2009-09-15Staging: echo: remove TODO itemGreg Kroah-Hartman-2/+0
2009-09-15Staging: echo: fix up remaining checkpatch.pl issuesGreg Kroah-Hartman-70/+96
2009-06-19Staging: oslec bug fixDavid Rowe-1/+1
2009-04-03Staging: echo cleanupAlexander Beregalov-263/+247
2009-01-06Staging: echo: Lindent drivers/staging/echoJ.R. Mauro-14/+13
2009-01-06Staging: echo: remove typedefsJ.R. Mauro-29/+28
2008-11-04drivers: remove duplicated #includeJianjun Kong-1/+0
2008-10-22Staging: Lindent the echo driverJ.R. Mauro-672/+654
2008-10-22Staging: echo: remove annoying "end of function" markersPekka Enberg-26/+0
2008-10-22Staging: echo: remove __cplusplus macro magicPekka Enberg-16/+0
2008-10-22Staging: echo: remove dead codePekka Enberg-45/+0
2008-10-22Staging: echo: fix kmalloc()/kfree() usesPekka Enberg-28/+22
2008-10-22Staging: echo: Replace __BLACKFIN__ASM__ with __bfin__Tzafrir Cohen-5/+5
2008-10-22Staging: echo: Changed preffix from echo_can_ to oslec_Tzafrir Cohen-27/+27
2008-10-22Staging: echo: Replace echo_can_state_t with struct echo_can_stateTzafrir Cohen-18/+18
2008-10-22Staging: echo: Export interface functions. Add module headers.Tzafrir Cohen-1/+12
2008-10-22Staging: echo: A separate oslec.h for external interfaceTzafrir Cohen-50/+89
2008-10-10Staging: add echo cancelation moduleDavid Rowe-0/+1782