Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cb412a8da82233af001d13c28fc54f25a2001aef
cb412a8d
[media] staging/media/solo6x10/v4l2-enc.c: fix error-handling
by Cyril Roelandt
· 12 years ago
899a179
[media] s5p-tv: Use devm_gpio_request in sii9234_drv.c
by Sachin Kamat
· 12 years ago
341068f
[media] it913x: fix correct endpoint size when pid filter on
by Malcolm Priestley
· 12 years ago
e5f670b
[media] cx23885: add RC support for MyGica X8507
by Alfredo Jesús Delaiti
· 12 years ago
36cb26a
[media] rc/keymaps: add RC keytable for MyGica X8507
by Alfredo Jesús Delaiti
· 12 years ago
8b2aea7
[media] em28xx: prefer bulk mode on webcams
by Mauro Carvalho Chehab
· 12 years ago
a3efa1c
[media] em28xx: make the logs reflect the specific chip name
by Mauro Carvalho Chehab
· 12 years ago
aa51496
[media] em28xx: display the isoc/bulk mode
by Mauro Carvalho Chehab
· 12 years ago
b5cff59
[media] em28xx: prefer_bulk parameter is read-only
by Mauro Carvalho Chehab
· 12 years ago
a6bad04
[media] em28xx: clean up the data type mess of the i2c transfer function parameters
by Frank Schaefer
· 12 years ago
36016a3
[media] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_video()
by Frank Schaefer
· 12 years ago
227b7c9
[media] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate function
by Frank Schaefer
· 12 years ago
e04c00d
[media] em28xx: em28xx_urb_data_copy(): move duplicate code for capture_type=0 and capture_type=2 to a function
by Frank Schaefer
· 12 years ago
4078d62
[media] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_buffer
by Frank Schaefer
· 12 years ago
a483701
[media] em28xx: refactor VBI data processing code in em28xx_urb_data_copy()
by Frank Schaefer
· 12 years ago
8732533
[media] em28xx: move field 'pos' from struct em28xx_dmaqueue to struct em28xx_buffer
by Frank Schaefer
· 12 years ago
cbe7f8a
[media] em28xx: remove obsolete field 'frame' from struct em28xx_buffer
by Frank Schaefer
· 12 years ago
948a49a
[media] em28xx: use common function for video and vbi buffer completion
by Frank Schaefer
· 12 years ago
24a6d84
[media] em28xx: refactor get_next_buf() and use it for vbi data, too
by Frank Schaefer
· 12 years ago
960da93
[media] em28xx: use common urb data copying function for vbi and non-vbi data streams
by Frank Schaefer
· 12 years ago
79ff869
[media] em28xx: em28xx_urb_data_copy_vbi(): calculate vbi_size only if needed
by Frank Schaefer
· 12 years ago
0455eeb
[media] em28xx: fix capture type setting in em28xx_urb_data_copy_vbi()
by Frank Schaefer
· 12 years ago
3610f58
[media] em28xx: make sure the packet size is >= 4 before checking for headers in em28xx_urb_data_copy_vbi()
by Frank Schaefer
· 12 years ago
b77e0c0
[media] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi()
by Frank Schaefer
· 12 years ago
454fe92
[media] em28xx: add module parameter for selection of the preferred USB transfer type
by Frank Schaefer
· 12 years ago
c647a91
[media] em28xx: improve USB endpoint logic, also use bulk transfers
by Frank Schaefer
· 12 years ago
c8e9d95
[media] em28xx: set USB alternate settings for analog video bulk transfers properly
by Frank Schaefer
· 12 years ago
7312f2c
[media] em28xx: add fields for analog and DVB USB transfer type selection to struct em28xx
by Frank Schaefer
· 12 years ago
0cf544a
[media] em28xx: rename some USB parameter fields in struct em28xx to clarify their role
by Frank Schaefer
· 12 years ago
a950e4a
[media] em28xx: rename function em28xx_dvb_isoc_copy and extend for USB bulk transfers
by Frank Schaefer
· 12 years ago
4601cc3
[media] em28xx: rename function em28xx_isoc_copy_vbi and extend for USB bulk transfers
by Frank Schaefer
· 12 years ago
0fa4a40
[media] em28xx: rename function em28xx_isoc_copy and extend for USB bulk transfers
by Frank Schaefer
· 12 years ago
1653cb0c
[media] em28xx: remove double checks for urb->status == -ENOENT in urb_data_copy functions
by Frank Schaefer
· 12 years ago
337fe8d
[media] em28xx: clear USB halt/stall condition in em28xx_init_usb_xfer when using bulk transfers
by Frank Schaefer
· 12 years ago
057ca0d
[media] em28xx: create a common function for isoc and bulk USB transfer initialization
by Frank Schaefer
· 12 years ago
6ddd89d
[media] em28xx: create a common function for isoc and bulk URB allocation and setup
by Frank Schaefer
· 12 years ago
afb177e
[media] em28xx: rename function em28xx_uninit_isoc to em28xx_uninit_usb_xfer
by Frank Schaefer
· 12 years ago
836e93b
[media] em28xx: update description of em28xx_irq_callback
by Frank Schaefer
· 12 years ago
89f84b9
[media] em28xx: remove obsolete #define EM28XX_URB_TIMEOUT
by Frank Schaefer
· 12 years ago
74209dc
[media] em28xx: rename struct em28xx_usb_isoc_ctl to em28xx_usb_ctl
by Frank Schaefer
· 12 years ago
f0fa993
[media] em28xx: rename struct em28xx_usb_isoc_bufs to em28xx_usb_bufs
by Frank Schaefer
· 12 years ago
515688a
[media] em28xx: rename isoc packet number constants and parameters
by Frank Schaefer
· 12 years ago
8c30156
[media] em28xx: clarify meaning of field 'progressive' in struct em28xx
by Frank Schaefer
· 12 years ago
c02ec71
[media] em28xx: fix wrong data offset for non-interlaced mode in em28xx_copy_video
by Frank Schaefer
· 12 years ago
2f5741a
[media] em28xx: input: fix oops on device removal
by Frank Schaefer
· 12 years ago
0dae883
[media] em28xx: add support for RC6 mode 0 on devices that support it
by Mauro Carvalho Chehab
· 12 years ago
105e368
[media] em28xx: add support for NEC proto variants on em2874 and upper
by Mauro Carvalho Chehab
· 12 years ago
37285bf
em28xx: add two missing tuners at the Kconfig file
by Mauro Carvalho Chehab
· 12 years ago
fc09931
[media] Autoselect more relevant frontends for EM28XX DVB stick
by Jonathan McDowell
· 12 years ago
ce24c25
[media] staging/media: Use dev_ printks in lirc/igorplugusb.c
by YAMANE Toshiaki
· 12 years ago
5c77dc4
[media] staging/media: Use dev_ or pr_ printks in lirc/lirc_imon.c
by YAMANE Toshiaki
· 12 years ago
df4f07b
[media] staging/media: Use pr_ printks in lirc/lirc_serial.c
by YAMANE Toshiaki
· 12 years ago
cc38b8e
[media] staging/media: Use pr_ printks in lirc/lirc_parallel.c
by YAMANE Toshiaki
· 12 years ago
f8a7df0
[media] staging/media: Use pr_ printks in lirc/lirc_bt829.c
by YAMANE Toshiaki
· 12 years ago
014f006
[media] staging/media: Use pr_ printks in lirc/lirc_sir.c
by YAMANE Toshiaki
· 12 years ago
e174e6c
[media] staging/media: Use dev_ or pr_ printks in lirc/lirc_sasem.c
by YAMANE Toshiaki
· 12 years ago
e6da766
[media] Staging/media: Use dev_ printks in solo6x10/p2m.c
by YAMANE Toshiaki
· 12 years ago
5820deb
[media] Staging/media: Use dev_ printks in go7007/s2250-board.c
by YAMANE Toshiaki
· 12 years ago
b441d03
[media] Staging/media: Use dev_ printks in go7007/wis-tw2804.c
by YAMANE Toshiaki
· 12 years ago
b91c78e
[media] Staging/media: fixed spacing coding style in go7007/wis-uda1342.c
by YAMANE Toshiaki
· 12 years ago
dd442d4
[media] Staging/media: Use dev_ printks in go7007/wis-uda1342.c
by YAMANE Toshiaki
· 12 years ago
34047ba
[media] Staging/media: Use dev_ printks in go7007/go7007-v4l2.c
by YAMANE Toshiaki
· 12 years ago
b2704e1
[media] Staging/media: Use dev_ printks in go7007/wis-tw9903.c
by YAMANE Toshiaki
· 12 years ago
8ce21ec
[media] Staging/media: fixed spacing coding style in go7007/wis-tw9903.c
by YAMANE Toshiaki
· 12 years ago
afca99a
[media] tm6000-dvb: Fix module unload
by Julian Scheel
· 12 years ago
afc2e8a
[media] staging/media: Use dev_ or pr_ printks in go7007/go7007-i2c.c
by YAMANE Toshiaki
· 12 years ago
b11558a
[media] staging/media: Use dev_ printks in go7007/s2250-loader.c
by YAMANE Toshiaki
· 12 years ago
6c629ed
[media] staging/media: Use dev_ printks in go7007/wis-sony-tuner.c
by YAMANE Toshiaki
· 12 years ago
6d56950
[media] staging/media: Use dev_ printks in go7007/go7007-driver.c
by YAMANE Toshiaki
· 12 years ago
9fa3520
[media] rc: Call rc_register_device before irq setup
by Matthijs Kooijman
· 12 years ago
d62b681
[media] rc: Set rdev before irq setup
by Matthijs Kooijman
· 12 years ago
70ef699
[media] rc: Make probe cleanup goto labels more verbose
by Matthijs Kooijman
· 12 years ago
d40fbf8
[media] vivi: Optimize precalculate_line()
by Kirill Smelkov
· 12 years ago
13908f3
[media] vivi: Move computations out of vivi_fillbuf linecopy loop
by Kirill Smelkov
· 12 years ago
10ce844
[media] vivi: vivi_dev->line[] was not aligned
by Kirill Smelkov
· 12 years ago
e3a8b4d
[media] vivi: Optimize gen_text()
by Kirill Smelkov
· 12 years ago
011b2aa
[media] staging/media: Use dev_ printks in cxd2099/cxd2099.[ch]
by YAMANE Toshiaki
· 12 years ago
ed2e330
[media] tda18212: tda18218: use 'val' if initialized
by Paul Bolle
· 12 years ago
cb31c74
[media] budget-av: only use t_state if initialized
by Paul Bolle
· 12 years ago
6dc8f38
[media] staging: media: Fix minor typo in staging/media
by Masanari Iida
· 12 years ago
c01b742
[media] media: ov7670: Allow 32x maximum gain for yuv422
by Javier Martin
· 12 years ago
20272409
[media] media: m2m-deinterlace: Do not set debugging flag to true
by Javier Martin
· 12 years ago
37e310e
[media] drivers/media/pci/saa7134/saa7134-dvb.c: Test if videobuf_dvb_get_frontend return NULL
by Peter Senna Tschudin
· 12 years ago
832fbb5
[media] media: coda: Fix H.264 header alignment - v2
by Javier Martin
· 12 years ago
3f3f5c7
[media] media: coda: Fix H.264 header alignment
by Javier Martin
· 12 years ago
bbe2a1d
[media] rc: Fix double free in gpio_ir_recv_remove()
by Jesper Juhl
· 16 years ago
e5d85b9
[media] rc: Fix double free in gpio_ir_recv_probe()
by Jesper Juhl
· 16 years ago
1c12bf8
[media] tda10071: fix a warning introduced by changeset 41f55d5755
by Mauro Carvalho Chehab
· 12 years ago
41f55d5
[media] tda10071: make sure both tuner and demod i2c addresses are specified
by Michael Krufky
· 12 years ago
bb9e31f
[media] or51211: apply pr_fmt and use pr_* macros instead of printk
by Andy Shevchenko
· 12 years ago
aa735ee
[media] ix2505v: use %*ph[N] to dump small buffers
by Andy Shevchenko
· 12 years ago
870f31c
[media] or51211: use %*ph[N] to dump small buffers
by Andy Shevchenko
· 12 years ago
cc91de5
[media] davinci: vpbe: remove unused variable in vpbe_initialize()
by Wei Yongjun
· 12 years ago
e276f03
[media] media: davinci: vpbe: return error code on error in vpbe_display_g_crop()
by Wei Yongjun
· 12 years ago
4d22f10
[media] media: davinci: vpbe: fix return value check in vpbe_display_reqbufs()
by Wei Yongjun
· 12 years ago
cfe9dbd
[media] media: davinci: vpbe: enable building of vpbe driver for DM355 and DM365
by Lad, Prabhakar
· 12 years ago
caff80c
[media] davinci: vpbe: pass different platform names to handle different ip's
by Lad, Prabhakar
· 12 years ago
5a89fac
[media] davinci: vpfe: Add documentation and TODO
by Manjunath Hadli
· 12 years ago
44261e3
[media] davinci: vpfe: dm365: add build infrastructure for capture driver
by Manjunath Hadli
· 12 years ago
45e46b3
[media] davinci: vpfe: dm365: resizer driver based on media framework
by Manjunath Hadli
· 12 years ago
Next »