aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/rmgr (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-09staging: tidspbridge: remove nldr_init() and nldr_exit()Víctor Manuel Jáquez Leal2-26/+0
2012-03-09staging: tidspbridge: remove ref counting in nldr.cVíctor Manuel Jáquez Leal1-5/+2
2012-03-09staging: tidspbridge: simplify mgr_init()Víctor Manuel Jáquez Leal1-7/+2
2012-03-09staging: tidspbridge: remove rmm_init() and rmm_exit()Víctor Manuel Jáquez Leal2-26/+0
2012-03-09staging: tidspbridge: remove strm_init() and strm_exit()Víctor Manuel Jáquez Leal1-28/+0
2012-03-09staging: tidspbridge: remove disp_init() and disp_exit()Víctor Manuel Jáquez Leal1-25/+0
2012-03-09staging: tidspbridge: remove node_init() and node_exit()Víctor Manuel Jáquez Leal1-24/+0
2012-03-09staging: tidspbridge: remove proc_init() and proc_exit()Víctor Manuel Jáquez Leal1-28/+0
2012-03-09staging: tidspbridge: remove cod_init() and cod_exit()Víctor Manuel Jáquez Leal1-14/+1
2012-03-09staging: tidspbridge: remove drv_init() and drv_exit()Víctor Manuel Jáquez Leal1-26/+0
2012-02-14staging: tidspbridge: fix bridge_open memory leaksOmar Ramirez Luna1-23/+32
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman12-824/+164
2012-02-09staging: tidspbridge: remove dbc.hVíctor Manuel Jáquez Leal11-31/+0
2012-02-09staging: tidspbridge: remove DBC_ASSERT macroVíctor Manuel Jáquez Leal10-82/+0
2012-02-09staging: tidspbridge: remove DBC_ENSURE and DBC_REQUIREDVíctor Manuel Jáquez Leal11-495/+1
2012-02-09staging: tidspbridge: use the driver name stringVíctor Manuel Jáquez Leal1-4/+1
2012-02-09staging: tidspbridge: clean up bridge_mmap()Víctor Manuel Jáquez Leal1-3/+2
2012-02-09staging: tidspbridge: remove trivial assertVíctor Manuel Jáquez Leal1-3/+1
2012-02-09staging: tidspbridge: remove header inclusionsVíctor Manuel Jáquez Leal1-7/+0
2012-02-09staging: tidspbridge: silence the compilerVíctor Manuel Jáquez Leal1-2/+3
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 Luna1-0/+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 Torvalds1-1/+1
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. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-6/+6
2011-03-14staging: tidspbridge: protect dmm_map properlyFelipe Contreras1-5/+14
2011-02-04staging: tidspbridge: set11 remove hungarian from structsRene Sapiens1-1/+1
2011-02-04staging: tidspbridge: set10 remove hungarian from structsRene Sapiens6-79/+79
2011-02-04staging: tidspbridge: set9 remove hungarian from structsRene Sapiens7-103/+103
2011-02-04staging: tidspbridge: set8 remove hungarian from structsRene Sapiens7-155/+155
2011-02-04staging: tidspbridge: set7 remove hungarian from structsRene Sapiens4-20/+20
2011-02-04staging: tidspbridge: set6 remove hungarian from structsRene Sapiens4-59/+59
2011-02-04staging: tidspbridge: set5 remove hungarian from structsRene Sapiens3-27/+27
2011-02-04staging: tidspbridge: set4 remove hungarian from structsRene Sapiens5-34/+34
2011-02-04staging: tidspbridge: set3 remove hungarian from structsRene Sapiens3-7/+7
2011-02-04staging: tidspbridge: set2 remove hungarian from structsRene Sapiens2-32/+32
2011-02-04staging: tidspbridge: set1 remove hungarian from structsRene Sapiens3-20/+20
2011-02-04staging: tidspbridge: Remove trivial header filesArmando Uribe2-2/+0
2011-02-04staging: tidspbridge: Remove unused structsArmando Uribe1-1/+1
2011-02-04staging: tidspbridge: Remove unused functionsArmando Uribe1-3/+0
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: convert rmgr to list_headIonut Nicu4-170/+72
2011-02-04staging: tidspbridge: switch to linux bitmap APIIonut Nicu1-91/+73
2011-02-04staging: tidspbridge: mgr_enum_node_info cleanupIonut Nicu1-35/+16