Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
44ff69cd95308c115134f0546317b584fe1bf5b2
44ff69c
[media] fc0012: rework attach() to check chip id and I/O errors
by Antti Palosaari
· 12 years ago
3a98477
[media] fc0012: use config directly from the config struct
by Antti Palosaari
· 12 years ago
0bb3d8a
[media] af9035: add support for fc0012 dual tuner configuration
by Antti Palosaari
· 12 years ago
3b0d51a
[media] fc0012: enable clock output on attach()
by Antti Palosaari
· 12 years ago
71b1e82
[media] fc0012: add RF loop through
by Antti Palosaari
· 12 years ago
ad3a758
[media] fc0012: use struct for driver config
by Antti Palosaari
· 12 years ago
bf97b63
[media] af9035: dual mode related changes
by Antti Palosaari
· 12 years ago
9805992
[media] af9035: dual mode support
by Jose Alberto Reguero
· 12 years ago
7e0bc29
[media] af9035: support for Fitipower FC0012 tuner devices
by Antti Palosaari
· 12 years ago
e713ad1
[media] af9033: add support for Fitipower FC0012 tuner
by Antti Palosaari
· 12 years ago
ef85cd9
[media] em28xx: enable DMABUF
by Mauro Carvalho Chehab
· 12 years ago
2c46bb1
[media] ngene: fix commit 36a495a336c3fbbb2f4eeed2a94ab6d5be19d186
by Mauro Carvalho Chehab
· 12 years ago
39793c6
[media] mx2_camera: Convert it to platform driver
by Fabio Estevam
· 12 years ago
3fdd979
[media] mx2_camera: Remove buffer states
by Javier Martin
· 12 years ago
22f9a47
[media] mx2_camera: Remove 'buf_cleanup' callback
by Javier Martin
· 12 years ago
9b55695
[media] mx2_camera: Remove i.mx25 support
by Javier Martin
· 12 years ago
70e176a
[media] soc-camera: use devm_kzalloc in subdevice drivers
by Guennadi Liakhovetski
· 12 years ago
25a3481
[media] soc-camera: split struct soc_camera_link into host and subdevice parts
by Guennadi Liakhovetski
· 12 years ago
dd669e9
[media] soc-camera: remove struct soc_camera_device::video_lock
by Guennadi Liakhovetski
· 12 years ago
8a97d4c
[media] soc-camera: fix repeated regulator requesting
by Guennadi Liakhovetski
· 12 years ago
7d051b3
[media] soc-camera: properly fix camera probing races
by Guennadi Liakhovetski
· 12 years ago
daf16ba
[media] mt9v022: fix potential NULL pointer dereference in mt9v022_probe()
by Wei Yongjun
· 12 years ago
3a799c2
[media] em28xx: declare em28xx_stop_streaming as static
by Mauro Carvalho Chehab
· 12 years ago
317efce
[media] v4l: Reset subdev v4l2_dev field to NULL if registration fails
by Laurent Pinchart
· 12 years ago
9027196
[media] em28xx: consider the message length limitation of the i2c adapter when reading the eeprom
by Frank Schaefer
· 12 years ago
45f04e8
[media] em28xx: fix+improve+unify i2c error handling, debug messages and code comments
by Frank Schaefer
· 12 years ago
eaf33c4
[media] em28xx: fix the i2c adapter functionality flags
by Frank Schaefer
· 12 years ago
2fcc82d
[media] em28xx: fix two severe bugs in function em2800_i2c_recv_bytes()
by Frank Schaefer
· 12 years ago
f5ae371
[media] em28xx: respect the message size constraints for i2c transfers
by Frank Schaefer
· 12 years ago
6ea887e
[media] em28xx: IR RC: move assignment of get_key functions from *_change_protocol() functions to em28xx_ir_init()
by Frank Schaefer
· 12 years ago
05fe217
[media] em28xx: refactor the code in em28xx_usb_disconnect()
by Frank Schaefer
· 12 years ago
2665c29
[media] em28xx: simplify device state tracking
by Frank Schaefer
· 12 years ago
d3829fa
[media] em28xx: convert to videobuf2
by Devin Heitmueller
· 12 years ago
2a221d3
[media] em28xx: zero vbi_format reserved array and add try_vbi_fmt
by Hans Verkuil
· 12 years ago
1d179ee
[media] em28xx: remove sliced VBI support
by Hans Verkuil
· 12 years ago
d8c95c0
[media] em28xx: std fixes: don't implement in webcam mode, and fix std changes
by Hans Verkuil
· 12 years ago
7f52979
[media] tvp5150: remove compat control ops
by Hans Verkuil
· 12 years ago
86ff7f1
[media] em28xx: fill in readbuffers and fix incorrect return code
by Hans Verkuil
· 12 years ago
50fdf40
[media] em28xx: add support for control events
by Hans Verkuil
· 12 years ago
69a6164
[media] em28xx: convert to v4l2_fh, fix priority handling
by Hans Verkuil
· 12 years ago
081b945
[media] em28xx: convert to the control framework
by Hans Verkuil
· 12 years ago
8ac7a94
[media] v4l2-ctrls: add a notify callback
by Hans Verkuil
· 12 years ago
20deebf
[media] em28xx: fix tuner/frequency handling
by Hans Verkuil
· 12 years ago
319a55f
[media] em28xx: fix VIDIOC_DBG_G_CHIP_IDENT compliance errors
by Hans Verkuil
· 12 years ago
dd5a436
[media] em28xx: remove bogus input/audio ioctls for the radio device
by Hans Verkuil
· 12 years ago
a9d79fe
[media] em28xx: fix querycap
by Hans Verkuil
· 12 years ago
3ac693c
[media] em28xx: tell ir-kbd-i2c that WinTV uses an RC5 protocol
by Mauro Carvalho Chehab
· 12 years ago
d40580e
[media] em28xx: simplify IR names on I2C devices
by Mauro Carvalho Chehab
· 12 years ago
728f977
[media] em28xx: autoload em28xx-rc if the device has an I2C IR
by Mauro Carvalho Chehab
· 12 years ago
8303dc9
[media] em28xx: initialize button/I2C IR earlier
by Mauro Carvalho Chehab
· 12 years ago
8cd7085
[media] get_dvb_firmware: Fix the location of firmware for Terratec HTC
by Martin Blumenstingl
· 12 years ago
71dc98b
[media] lmedm04: correct I2C values to 7 bit addressing
by Malcolm Priestley
· 12 years ago
e003ae3
[media] stk1160: Replace BUG_ON with WARN_ON
by Ezequiel Garcia
· 12 years ago
b858c33
[media] m88rs2000: make use ts2020
by Igor M. Liplianin
· 12 years ago
43385c8
[media] ds3000: lock led procedure added
by Igor M. Liplianin
· 12 years ago
38f7889
[media] m88rs2000: SNR, BER implemented
by Igor M. Liplianin
· 12 years ago
a3e7ad2
[media] dw2102: autoselect DVB_M88RS2000
by Igor M. Liplianin
· 12 years ago
c19bec5
[media] vivi: Constify structures
by Kirill Smelkov
· 12 years ago
0322bd3
[hid] usb hid quirks for Masterkit MA901 usb radio
by Alexey Klimov
· 12 years ago
4834f4d
[media] media: add driver for Masterkit MA901 usb radio
by Alexey Klimov
· 12 years ago
e669c8d
[media] blackfin Kconfig: select is evil; use, instead depends on
by Mauro Carvalho Chehab
· 12 years ago
250539a
[media] s3c-camif: Add missing version.h header file
by Sachin Kamat
· 12 years ago
1d6ca29
[media] mantis: cleanup NULL checking in mantis_ca_exit()
by Dan Carpenter
· 12 years ago
081416e
[media] TeVii DVB-S s421 and s632 cards support, rs2000 part
by Igor M. Liplianin
· 13 years ago
955d00a
[media] TeVii DVB-S s421 and s632 cards support
by Igor M. Liplianin
· 13 years ago
d58f4f2
[media] ds3000: bail out early on i2c failures during firmware load
by Rémi Cardona
· 12 years ago
7e5d74e
[media] em28xx: rename module parameter prefer_bulk to usb_xfer_mode
by Frank Schaefer
· 12 years ago
f8c30b6
[media] ts2020: fix two warnings added by changeset 73f0af4
by Mauro Carvalho Chehab
· 12 years ago
73f0af4
[media] make the other drivers take use of the new ts2020 driver
by Konstantin Dimitrov
· 12 years ago
6fef4fc
[media] ts2020: add ts2020 tuner driver
by Konstantin Dimitrov
· 12 years ago
c1965ea
[media] ds3000: remove ts2020 tuner related code
by Konstantin Dimitrov
· 12 years ago
10a5c91
[media] it913x: add support for Avermedia A835B
by Eddi De Pieri
· 12 years ago
9a3323a
[media] m2m-deinterlace: use correct check for kzalloc failure
by Sasha Levin
· 12 years ago
c84401c
[media] wl128x: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
2b9b325
[media] radio-wl1273: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
ee45ddc
[media] dvb-frontends: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
b9b1b3a
[media] dvb-core: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
b4b1d04
[media] bttv: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
2e814af
[media] cx18: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
3618aca
[media] cx23885: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
b523774
[media] cx88: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
01a5cbe
[media] ivtv: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
7f05b24
[media] tuners/tda18271: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
03c4200
[media] tuners/xc2028: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
3662873
[media] tuners/xc4000: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
f01e0ff
[media] au0828: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
d3a9509
[media] dvb-usb/friio-fe: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
37320d7
[media] zr36067: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
8ba6220
[media] cx25840: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
d486b94
[media] hdpvr: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
5338c16
[media] pvrusb2: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
5c2edef
[media] pwc: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
5869bb3
[media] sn9c102: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
8fe392b
[media] usbvision: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
3724dde
[media] cx231xx: Replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
5344fe6
[media] Improve media Kconfig menu
by Hans Verkuil
· 12 years ago
1ca6ae8
[media] bttv: avoid flooding the kernel log when i2c debugging is disabled
by John Törnblom
· 12 years ago
e19bc86
[media] omap3isp: ispqueue: Fix uninitialized variable compiler warnings
by Laurent Pinchart
· 12 years ago
36a495a
[media] ngene: separate demodulator and tuner attach
by Patrice Chotard
· 12 years ago
e7c953d
[media] drxd: allow functional gate control after, attach
by Patrice Chotard
· 12 years ago
Next »