index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
/
cx25840
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
media: rc: harmonize infrared durations to microseconds
Sean Young
1
-1
/
+1
2020-04-21
media: cx25840: Register labeling, chip specific correction
Brad Love
1
-20
/
+20
2019-06-11
Merge tag 'v5.2-rc4' into media/master
Mauro Carvalho Chehab
6
-60
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
6
-60
/
+6
2019-05-29
media: cx25840: Address several coding style issues
Mauro Carvalho Chehab
2
-330
/
+600
2019-05-28
media: cx25840: set_fmt operation should clamp out-of-range picture sizes
Maciej S. Szmigiero
1
-19
/
+40
2019-05-28
media: cx25840: add pin to pad mapping and output format configuration
Maciej S. Szmigiero
3
-9
/
+424
2019-05-28
media: cx25840: implement g_std operation
Maciej S. Szmigiero
1
-0
/
+10
2019-05-28
media: cx25840: g_std operation really implements querystd operation
Maciej S. Szmigiero
1
-4
/
+5
2019-05-28
media: cx25840: don't open-code cx25840_reset() inside cx25840_load_fw()
Maciej S. Szmigiero
1
-36
/
+34
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-03-20
media: Kconfig files: use the right help coding style
Mauro Carvalho Chehab
1
-1
/
+1
2019-03-01
media: i2c: fix several typos
Mauro Carvalho Chehab
2
-3
/
+3
2019-02-18
media: cx25840: mark pad sig_types to fix cx231xx init
Cody P Schafer
2
-2
/
+2
2018-10-04
media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macros
Sean Young
1
-4
/
+2
2018-07-04
media: cx25840: add kernel-doc description of struct cx25840_state
Maciej S. Szmigiero
1
-2
/
+31
2018-03-07
media: cx25840: Use subdev host data for PLL override
Brad Love
1
-6
/
+22
2018-01-04
media: replace all <spaces><tab> occurrences
Mauro Carvalho Chehab
3
-3
/
+3
2018-01-04
media: fix usage of whitespaces and on indentation
Mauro Carvalho Chehab
2
-5
/
+5
2017-12-28
media: don't include drivers/media/i2c at cflags
Mauro Carvalho Chehab
1
-2
/
+0
2017-12-18
media: v4l2-subdev: better document IO pin configuration flags
Mauro Carvalho Chehab
1
-9
/
+9
2017-12-11
media: cx25840: fix a possible divide by zero in set_fmt callback
Maciej S. Szmigiero
1
-2
/
+3
2017-12-11
media: cx25840: describe standard for 0b1100 value in AFD_FMT_STAT bits
Maciej S. Szmigiero
1
-2
/
+2
2017-09-23
media: cx25840: make array stds static const, reduces object code size
Colin Ian King
1
-1
/
+1
2017-06-06
[media] cx25840: fix unchecked return values
Pan Bian
1
-15
/
+21
2017-01-27
[media] media: Drop FSF's postal address from the source code files
Sakari Ailus
6
-25
/
+0
2016-10-21
[media] cx25840: don't break long lines
Mauro Carvalho Chehab
2
-12
/
+6
2016-07-12
[media] media/i2c: drop the last users of the ctrl core ops
Hans Verkuil
1
-7
/
+0
2016-01-11
[media] media framework: rename pads init function to media_entity_pads_init()
Mauro Carvalho Chehab
1
-1
/
+1
2016-01-11
[media] uapi/media.h: Rename entities types to functions
Mauro Carvalho Chehab
1
-1
/
+1
2016-01-11
[media] media-entity.h: rename entity.type to entity.function
Mauro Carvalho Chehab
1
-1
/
+1
2016-01-11
[media] media: get rid of unused "extra_links" param on media_entity_init()
Mauro Carvalho Chehab
1
-1
/
+1
2015-12-18
[media] cx25840: initialize the standard to NTSC_M
Hans Verkuil
1
-1
/
+2
2015-12-18
[media] cx25840: fix cx25840_s_stream for cx2388x and cx231xx
Hans Verkuil
1
-18
/
+19
2015-12-18
[media] cx25840: relax a Vsrc check
Hans Verkuil
1
-1
/
+7
2015-12-18
[media] cx25840: more cx23888 register address changes
Hans Verkuil
1
-26
/
+23
2015-12-18
[media] cx25840: fix VBI support for cx23888
Hans Verkuil
3
-19
/
+34
2015-11-17
[media] include/media: move driver interface headers to a separate dir
Mauro Carvalho Chehab
5
-5
/
+5
2015-08-11
[media] i2c: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-05-01
[media] v4l2: replace s_mbus_fmt by set_fmt
Hans Verkuil
1
-3
/
+12
2015-05-01
[media] cx25840: fix bad identing
Mauro Carvalho Chehab
1
-1
/
+1
2015-02-26
[media] cx25840: better document the media pads
Mauro Carvalho Chehab
2
-4
/
+12
2015-02-26
[media] cx25840: fix return logic when media entity init fails
Mauro Carvalho Chehab
1
-2
/
+1
2015-02-26
[media] cx25840: better document the media controller TODO
Mauro Carvalho Chehab
1
-1
/
+14
2015-02-13
[media] cx25840: fill the media controller entity
Mauro Carvalho Chehab
2
-0
/
+21
2014-11-14
[media] i2c: Make use of media_bus_format enum
Boris BREZILLON
1
-1
/
+1
2014-11-11
[media] cx25840/cx18: Use standard ordering of mask and shift
Joe Perches
1
-6
/
+6
2014-11-03
[media] cx25840: convert max_buf_size var to lowercase
Mauro Carvalho Chehab
1
-4
/
+4
2014-11-03
[media] cx25840: Don't report an error if max size is adjusted
Mauro Carvalho Chehab
1
-4
/
+3
2014-08-21
[media] cx25840: Spelling s/compuations/computations/
Geert Uytterhoeven
1
-1
/
+1
[next]