summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* staging: pohmelfs: remove drivers/staging/pohmelfsEvgeniy Polyakov2012-02-0914-7979/+0Star
* staging: android/ram_console: Don't build on arches w/o ioremapAnton Vorontsov2012-02-081-0/+1
* staging: r8712u: Use asynchronous firmware loadingLarry Finger2012-02-085-25/+68
* staging: usbip: fix to prevent potentially using uninitialized spinlockBart Westgeest2012-02-081-2/+2
* staging: r8712u: Fix problem when CONFIG_R8712_AP is setLarry Finger2012-02-081-0/+1
* staging: tidspbridge: fix incorrect free to drv_datapOmar Ramirez Luna2012-02-082-2/+3
* staging: tidspbridge: fix bridge_open memory leaksOmar Ramirez Luna2012-02-081-23/+32
* staging: android: lowmemorykiller: Don't wait more than one second for a proc...Arve Hjønnevåg2012-02-081-1/+4
* staging: zcache: fix serialization bug in zv statsSeth Jennings2012-02-081-7/+7
* staging: fix go7007-usb licenseRandy Dunlap2012-02-081-0/+1
* Staging: android: binder: Fix crashes when sharing a binder file between proc...Arve Hjønnevåg2012-02-081-1/+11
* Staging: android: Remove pmem driverShuah Khan2012-02-084-1443/+0Star
* Staging: asus_oled: fix NULL-ptr crash on unloadingPekka Paalanen2012-02-081-2/+1Star
* Staging: asus_oled: fix image processingPekka Paalanen2012-02-081-2/+8
* Staging: android: binder: Don't call dump_stack in binder_vma_openArve Hjønnevåg2012-02-081-1/+0Star
* staging: r8712u: Add new Sitecom UsB IDLarry Finger2012-02-081-0/+1
* zcache: Set SWIZ_BITS to 8 to reduce tmem bucket lock contention.Dan Magenheimer2012-02-081-2/+2
* zcache: fix deadlock conditionDan Magenheimer2012-02-081-4/+3Star
* staging: drm/omap: fix locking issueRob Clark2012-02-081-4/+14
* drivers/staging/omapdrm/omap_fbdev.c: move free after usesJulia Lawall2012-02-081-2/+2
* staging: drm/omap: fix minimum width/heightRob Clark2012-02-081-2/+2
* staging: drm/omap: updates for DSS fifomerge API changesRob Clark2012-02-083-10/+31
* staging: drm/omap: multiplanar and YUV supportRob Clark2012-02-085-68/+149
* staging: drm/omap: add drm_plane supportRob Clark2012-02-086-168/+403
* staging: drm/omap: drm API update: addfb2Rob Clark2012-02-083-45/+143
* staging: drm/omap: drm API update: make fops struct constRob Clark2012-02-081-11/+13
* staging: delete gma500 driverGreg Kroah-Hartman2012-02-0878-30778/+0Star
* 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