aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds69-85/+4
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada67-81/+0
2016-10-11kthread: kthread worker API cleanupPetr Mladek2-4/+4
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds327-13352/+16940
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+24
2016-10-05Merge tag 'v4.8' into patchworkMauro Carvalho Chehab11-38/+54
2016-10-03Merge tag 'usb-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds28-72/+16
2016-09-22[media] ttusb_dec: avoid the risk of go past bufferMauro Carvalho Chehab1-12/+18
2016-09-22[media] cx23885: Fix some smatch warningsMauro Carvalho Chehab2-1/+4
2016-09-22[media] si2165: switch to regmapMatthias Schwarzott2-46/+25
2016-09-22[media] si2165: use i2c_client->dev instead of i2c_adapter->dev for loggingMatthias Schwarzott1-23/+23
2016-09-22[media] si2165: Remove legacy attachMatthias Schwarzott3-148/+17
2016-09-22[media] cx231xx: attach si2165 driver via i2c_clientMatthias Schwarzott1-25/+48
2016-09-22[media] cx231xx: Prepare for attaching new style i2c_client DVB demod driversMatthias Schwarzott1-1/+8
2016-09-22[media] cx23885: attach si2165 driver via i2c_clientMatthias Schwarzott1-9/+21
2016-09-22[media] si2165: support i2c_client attachMatthias Schwarzott2-0/+171
2016-09-22[media] si2165: avoid division by zeroMatthias Schwarzott1-0/+6
2016-09-22[media] rcar-vin: add R-Car gen2 fallback compatibility stringSergei Shtylyov1-0/+1
2016-09-22[media] lgdt3306a: remove 20*50 msec unnecessary timeoutAbylay Ospan1-12/+4
2016-09-22[media] cx25821: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2-13/+2
2016-09-22[media] cx25821: Drop Freeing of WorkqueueBhaktipriya Shridhar1-1/+1
2016-09-22[media] cxd2841er: force 8MHz bandwidth for DVB-C if specified bw not supportedAbylay Ospan1-0/+8
2016-09-22[media] redrat3: hardware-specific parametersSean Young1-1/+49
2016-09-22[media] redrat3: remove hw_timeout memberSean Young1-11/+4
2016-09-22[media] cxd2841er: BER and SNR reading for ISDB-TAbylay Ospan1-3/+45
2016-09-22[media] dvb-usb: avoid link error with dib3000m{b,c|Arnd Bergmann1-0/+1
2016-09-22[media] dvb-usb: split out common parts of dibusbArnd Bergmann4-167/+190
2016-09-22[media] cxd2841er: freeze/unfreeze registers when reading statsAbylay Ospan1-12/+40
2016-09-22[media] rc: split nec protocol into its three variantsSean Young15-26/+62
2016-09-22[media] rc: Hauppauge z8f0811 can decode RC6Sean Young6-35/+69
2016-09-22[media] rc: rc6 decoder should report protocol correctlySean Young1-2/+2
2016-09-22[media] media: rc: nuvoton: simplify nvt_get_rx_ir_data a littleHeiner Kallweit1-5/+3
2016-09-22[media] media: rc: nuvoton: remove unneeded call to ir_raw_event_handleHeiner Kallweit1-11/+1
2016-09-22[media] media: rc: nuvoton: remove usage of b_idx in nvt_get_rx_ir_dataHeiner Kallweit1-11/+2
2016-09-22[media] media: rc: nuvoton: ignore spurious interrupt when logical device is being disabledHeiner Kallweit1-0/+9
2016-09-22[media] media: rc: fix deadlock when module ir_lirc_codec is removedHeiner Kallweit1-2/+7
2016-09-22[media] Partly revert "[media] rc-core: allow calling rc_open with device not initialized"Ole Ernst1-5/+4
2016-09-22[media] cxd2820r: convert to regmap apiAntti Palosaari6-259/+173
2016-09-22[media] cxd2820r: improve lock detectionAntti Palosaari3-49/+50
2016-09-22[media] cxd2820r: correct loggingAntti Palosaari4-91/+123
2016-09-22[media] cxd2820r: add I2C driver bindingsAntti Palosaari6-52/+191
2016-09-22[media] cxd2820r: wrap legacy DVBv3 statistics via DVBv5 statisticsAntti Palosaari5-377/+22
2016-09-22[media] cxd2820r: dvbv5 statistics for DVB-CAntti Palosaari1-2/+102
2016-09-22[media] cxd2820r: dvbv5 statistics for DVB-T2Antti Palosaari1-1/+76
2016-09-22[media] cxd2820r: dvbv5 statistics for DVB-TAntti Palosaari2-0/+90
2016-09-22[media] cxd2820r: improve IF frequency settingAntti Palosaari4-45/+43
2016-09-22[media] media: Add flags to tell whether to take graph mutex for an IOCTLSakari Ailus1-14/+23
2016-09-22[media] media: Refactor copying IOCTL arguments from and to user spaceSakari Ailus1-93/+83
2016-09-22[media] media: Unify IOCTL handler callingSakari Ailus1-36/+15
2016-09-22[media] media: Determine early whether an IOCTL is supportedSakari Ailus1-0/+20