aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-17[media] v4l2-device: Don't unregister ACPI/Device Tree based devicesTommi Franttila1-6/+15
2015-11-17[media] media: adv7180: increase delay after reset to 5msUlrich Hecht1-1/+1
2015-11-17[media] usbvision fix overflow of interfaces arrayOliver Neukum1-0/+7
2015-11-17[media] sh-vou: clarify videobuf2 dependencyArnd Bergmann1-1/+1
2015-11-17[media] media: fix waitqueue_active without memory barrier in cpia2 driverKosuke Tatsukawa1-2/+1
2015-11-17[media] gspca: ov534/topro: prevent a division by 0Antonio Ospite2-3/+12
2015-11-17[media] cx231xx: fix bulk transfer modeTerry Heo1-1/+14
2015-11-17[media] radio-shark2: constify radio_tea5777_ops structuresJulia Lawall2-2/+2
2015-11-17[media] media: videobuf2: fix compare_const_fl.cocci warningsJulia Lawall1-1/+1
2015-11-17[media] media/usb/pvrusb2: Support for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda1-2/+14
2015-11-17[media] usb/uvc: Support for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda1-0/+20
2015-11-17[media] media/v4l2-core: struct struct v4l2_ext_controls param whichRicardo Ribalda1-5/+29
2015-11-17[media] media/core: Replace ctrl_class with whichRicardo Ribalda5-24/+24
2015-11-17[media] adv7511: fix incorrect bit offsetHans Verkuil1-1/+1
2015-11-17[media] v4l2-dv-timings: Compare horizontal blankingMats Randgaard1-0/+2
2015-11-17[media] v4l2-core/v4l2-ctrls: Filter NOOP CH_RANGE eventsRicardo Ribalda1-9/+14
2015-11-17[media] av7110: potential divide by zeroDan Carpenter1-0/+3
2015-11-17[media] av7110: don't allow negative volumesDan Carpenter2-3/+6
2015-11-17[media] vb2: fix a regression in poll() behavior for output,streamsHans Verkuil1-3/+3
2015-11-17[media] vivid: fix compliance errorHans Verkuil1-2/+4
2015-11-17[media] go7007: fix broken testHans Verkuil1-1/+1
2015-11-17[media] staging: media: davinci_vpfe: fix ipipe_mode typeAndrzej Hajda1-1/+1
2015-11-17[media] staging: media: davinci_vpfe: Fix over 80 characters coding style issueJunsu Shin1-2/+3
2015-11-17[media] staging/davinci/vpfe/dm365: add missing dependenciesArnd Bergmann1-0/+2
2015-11-17[media] staging: media: davinci_vpfe: drop condition with no effectNicholas Mc Guire1-6/+1
2015-11-17[media] drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c: use correct structure type name in sizeofJulia Lawall1-1/+1
2015-11-17[media] include/media: move platform_data to linux/platform_data/mediaMauro Carvalho Chehab14-15/+15
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab76-81/+81
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab91-104/+104
2015-11-17[media] dvb_frontend.h: improve documentation for struct dvb_tuner_opsMauro Carvalho Chehab1-15/+25
2015-11-17[media] dvb_frontend: get rid of set_state ops & related dataMauro Carvalho Chehab2-24/+0
2015-11-17[media] stb6100: get rid of get_state()/set_state()Mauro Carvalho Chehab3-72/+54
2015-11-17[media] tda6655: get rid of get_state()/set_state()Mauro Carvalho Chehab1-36/+0
2015-11-17[media] tda8261: don't use set_state/get_state callbacksMauro Carvalho Chehab2-99/+63
2015-11-17[media] tda666x: add support for set_parms() and get_frequency()Mauro Carvalho Chehab1-0/+20
2015-11-17[media] tda665x: split set_frequency from set_stateMauro Carvalho Chehab1-76/+85
2015-11-17[media] stb6100: get rid of tuner_state at struct stb6100_stateMauro Carvalho Chehab2-6/+4
2015-11-17[media] dvb_frontend.h: get rid of unused tuner params/statesMauro Carvalho Chehab2-27/+7
2015-11-17[media] dvb_frontend.h: Document suspend/resume functionsMauro Carvalho Chehab1-2/+38
2015-11-17[media] dvb_frontend: resume tone and voltageMauro Carvalho Chehab1-0/+5
2015-11-17[media] demux.h: Some documentation fixups for the headerMauro Carvalho Chehab1-13/+13
2015-11-17[media] dvb_frontend.h: Add a description for the headerMauro Carvalho Chehab1-0/+23
2015-11-17[media] dvb_frontend: document the most used functionsMauro Carvalho Chehab1-3/+40
2015-11-17[media] Document the obscure dvb_frontend_reinitialise()Mauro Carvalho Chehab1-1/+14
2015-11-17[media] dvb: document dvb_frontend_sleep_until()Mauro Carvalho Chehab2-5/+34
2015-11-16[media] device-drivers.tmpl: better organize DVB function callsMauro Carvalho Chehab1-2/+2
2015-11-16[media] demux.h: move documentation overview from device-drivers.tmplMauro Carvalho Chehab1-2/+65
2015-11-16[media] ivtv: avoid going past input/audio arrayMauro Carvalho Chehab1-1/+1
2015-11-16[media] Revert "[media] ivtv: avoid going past input/audio array"Mauro Carvalho Chehab1-2/+2
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-3/+18