summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-05-1911-474/+236
|\
| * [media] rtl2832: regmap is aware of lockdep, drop local locking hackPeter Rosin2016-05-042-31/+0
| * [media] rtl2832_sdr: get rid of empty regmap wrappersPeter Rosin2016-05-041-170/+132
| * [media] rtl2832: change the i2c gate to be mux-lockedPeter Rosin2016-05-044-177/+35
| * [media] si2168: change the i2c gate to be mux-lockedAntti Palosaari2016-05-042-63/+21
| * [media] si2168: convert to use an explicit i2c mux corePeter Rosin2016-04-222-11/+16
| * [media] rtl2832: convert to use an explicit i2c mux corePeter Rosin2016-04-222-12/+15
| * [media] rtl2830: convert to use an explicit i2c mux corePeter Rosin2016-04-222-9/+13
| * [media] m88ds3103: convert to use an explicit i2c mux corePeter Rosin2016-04-222-9/+12
* | [media] ds3000: return meaningful return codesOlli Salonen2016-05-071-7/+7
* | [media] zl10353: use div_u64 instead of do_divArnd Bergmann2016-05-061-4/+2
* | [media] dib0090: fix smatch errorHans Verkuil2016-04-201-1/+1
* | [media] m88ds3103: fix undefined divisionPeter Rosin2016-04-131-1/+1
|/
* [media] cx24120: make sure tuner is locked at get_frontendJemma Denson2016-03-031-1/+3
* [media] rtl2832: move stats polling to read statusAntti Palosaari2016-03-032-50/+30
* [media] rtl2832: improve slave TS controlAntti Palosaari2016-03-032-34/+42
* [media] mn88473: finalize driverAntti Palosaari2016-03-033-163/+246
* [media] mn88473: move out of stagingAntti Palosaari2016-03-034-0/+568
* [media] au0828: use standard demod pads structMauro Carvalho Chehab2016-03-033-14/+6
* [media] dib0090: Do the right check for state->rf_rampMauro Carvalho Chehab2016-03-011-1/+1
* [media] drxj: don't do math if not neededMauro Carvalho Chehab2016-03-011-4/+5
* [media] media: au8522 change to create MC pad for ALSA Audio OutShuah Khan2016-02-272-0/+2
* [media] media: Move au8522_media_pads enum to au8522.h from au8522_priv.hShuah Khan2016-02-272-8/+7
* [media] drxj: set_param_parameters array is too shortMauro Carvalho Chehab2016-02-231-1/+1
* [media] dib9000: read16/write16 could return an error codeMauro Carvalho Chehab2016-02-231-2/+2
* [media] stv0900: avoid going past arrayMauro Carvalho Chehab2016-02-231-2/+5
* [media] dib0090: do the right thing if rf_ramp is NULLMauro Carvalho Chehab2016-02-231-3/+9
* Merge tag 'v4.5-rc3' into patchworkMauro Carvalho Chehab2016-02-091-0/+9
|\
| * [media] tda1004x: only update the frontend properties if lockedMauro Carvalho Chehab2016-02-041-0/+9
* | [media] dvb_frontend: pass the props cache to get_frontend() as argMauro Carvalho Chehab2016-02-0459-203/+218
* | [media] mb86a20s: get rid of dummy get_frontend()Mauro Carvalho Chehab2016-02-041-11/+0
* | [media] lgs8gxx: don't export get_frontend() callbackMauro Carvalho Chehab2016-02-041-12/+1
* | [media] dvb-frontend: Use boottimeAbhilash Jindal2016-02-011-2/+2
* | [media] ts2020: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte2016-02-011-0/+4
* | [media] rtl2830: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte2016-02-011-0/+3
* | [media] af9033: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte2016-02-011-0/+3
* | [media] af9013: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte2016-02-011-0/+4
* | [media] constify stv6110x_devctl structureJulia Lawall2016-02-013-5/+5
* | [media] si2165: Refactoring for si2165_writereg_mask8()Markus Elfring2016-01-251-9/+5
* | [media] : cxd2830r: use gpiochip data pointerLinus Walleij2016-01-251-7/+4
* | [media] si2165: Reject DVB-T bandwidth auto modeMatthias Schwarzott2016-01-251-7/+7
* | [media] media: change email addressPatrick Boettcher2016-01-2515-25/+25
|/
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-1/+1
|\
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-142-3/+3
|\ \
| * | treewide: Fix typos in printkMasanari Iida2015-12-082-3/+3
| |/
* | [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-1/+1
* | [media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab2016-01-111-1/+1
* | [media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab2016-01-111-1/+1
* | [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-1/+1