summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* staging: nvec: Use gpio_request_one() instead of gpio_request()Julian Andres Klode2012-01-311-7/+6Star
* staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/Julian Andres Klode2012-01-311-3/+3
* staging: nvec: ps2: change serio type to passthroughMarc Dietrich2012-01-311-1/+1
* staging: nvec: ps2: disable/enable mouse on suspend/resumeMarc Dietrich2012-01-311-0/+8
* staging: nvec: ps2: add some more debug functionsMarc Dietrich2012-01-311-5/+13
* staging: nvec: ps2: tell nvec to send 6 byte long messagesMarc Dietrich2012-01-311-1/+1
* staging: nvec: ps2: let the start/stop streaming commands be called by the st...Marc Dietrich2012-01-311-2/+2
* staging: nvec: ps2: add suspend/resume functionsMarc Dietrich2012-01-311-0/+19
* staging: sep: Fix warnings caused by sizeof() typesAlan Cox2012-01-311-6/+6
* staging: sep: SEP updateMark Allyn2012-01-3012-3215/+8960
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-1528-1781/+1325Star
|\
| * [media] drivers/staging/media/as102/as102_usb_drv.c: shift position of alloca...Julia Lawall2012-01-061-6/+6
| * [media] Staging: dt3155v4l: probe() always failsDan Carpenter2012-01-061-1/+2
| * [media] Staging: dt3155v4l: update to newer APIDan Carpenter2012-01-061-10/+4Star
| * [media] Don't test for ops->info.type inside driversMauro Carvalho Chehab2012-01-051-1/+0Star
| * [media] dvb: remove the extra parameter on get_frontendMauro Carvalho Chehab2011-12-311-2/+2
| * [media] staging/as102: convert set_fontend to use DVBv5 parametersMauro Carvalho Chehab2011-12-313-43/+43
| * [media] dvb-core: add support for a DVBv5 get_frontend() callbackMauro Carvalho Chehab2011-12-311-1/+1
| * [media] Rename set_frontend fops to set_frontend_legacyMauro Carvalho Chehab2011-12-311-1/+1
| * Merge tag 'v3.2-rc7' into staging/for_v3.3Mauro Carvalho Chehab2011-12-3014-58/+127
| |\
| * | [media] staging/media: lirc_imon: add a __user annotationDan Carpenter2011-11-261-2/+2
| * | [media] go7007: Fix 2250 urb typePete2011-11-251-1/+7
| * | [media] staging: as102: Add support for Sky Italia Digital Key based on the s...Gianluca Gennari2011-11-242-0/+7
| * | [media] easycap: fix warnings: variable set but not usedTomas Winkler2011-11-243-11/+9Star
| * | [media] easycap: drop usb_class_driverTomas Winkler2011-11-242-25/+1Star
| * | [media] easycap: add easycap prefix to global functions namesTomas Winkler2011-11-246-47/+43Star
| * | [media] easycap: remove unused members of struct easycapTomas Winkler2011-11-241-6/+0Star
| * | [media] easycap: easycap_usb_driver should be static to easycap_main.cTomas Winkler2011-11-242-2/+1Star
| * | [media] easycap: use usb_kill_urb wrapper functionsTomas Winkler2011-11-244-106/+65Star
| * | [media] easycap: drop initializations to 0 in the probe functionsTomas Winkler2011-11-241-26/+3Star
| * | [media] easycap: streamline the codeTomas Winkler2011-11-243-102/+88Star
| * | [media] easycap: compress initialization tablesTomas Winkler2011-11-241-8/+8
| * | [media] easycap: remove linux/version.h include from easycap_ioctl.cTomas Winkler2011-11-241-1/+0Star
| * | [media] easycap: cleanup function usageTomas Winkler2011-11-245-452/+215Star
| * | [media] staging: lirc_serial: Do not assume error codes returned by request_i...Ben Hutchings2011-11-241-12/+9Star
| * | [media] staging: lirc_serial: Fix bogus error codesBen Hutchings2011-11-241-11/+12
| * | [media] staging: lirc_serial: Fix deadlock on resume failureBen Hutchings2011-11-241-3/+1Star
| * | [media] staging: lirc_serial: Free resources on failure paths of lirc_serial_...Ben Hutchings2011-11-241-3/+16
| * | [media] staging: lirc_serial: Fix init/exit orderBen Hutchings2011-11-241-35/+21Star
| * | [media] staging: as102: Add missing function argumentSylwester Nawrocki2011-11-241-1/+1
| * | Merge tag 'v3.2-rc2' into staging/for_v3.3Mauro Carvalho Chehab2011-11-2342-10/+46
| |\ \
| * | | [media] staging: as102: Eliminate as10x_handle_t aliasSylwester Nawrocki2011-11-0810-166/+163Star
| * | | [media] staging: as102: Define device name string pointers constantSylwester Nawrocki2011-11-081-1/+1
| * | | [media] staging: as102: Move variable declarations to the headerSylwester Nawrocki2011-11-082-2/+1Star
| * | | [media] staging: as102: Use linux/uaccess.h instead of asm/uaccess.hSylwester Nawrocki2011-11-081-1/+1
| * | | [media] staging: as102: Remove linkage specifiers for C++Sylwester Nawrocki2011-11-081-7/+0Star
| * | | [media] staging: as102: Replace printk(KERN_<LEVEL> witk pr_<level>Sylwester Nawrocki2011-11-082-18/+18
| * | | [media] staging: as102: Whitespace and indentation cleanupSylwester Nawrocki2011-11-087-495/+493Star
| * | | [media] staging: as102: Fix the dvb device registration error pathSylwester Nawrocki2011-11-081-23/+25
| * | | [media] staging: as102: Replace pragma(pack) with attribute __packedSylwester Nawrocki2011-11-083-38/+30Star