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
/
m5mols
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
media: v4l2-subdev: add subdev-wide state struct
Tomi Valkeinen
1
-8
/
+13
2021-03-22
media: media/i2c: fix kerneldoc issues for media i2c headers
Hans Verkuil
1
-1
/
+3
2020-09-01
media: m5mols: Check function pointer in m5mols_sensor_power
Tom Rix
1
-1
/
+2
2020-04-14
media: Kconfig files: use select for V4L2 subdevs and MC
Mauro Carvalho Chehab
1
-2
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
5
-25
/
+5
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
-2
/
+2
2018-10-03
media: v4l: i2c: Add a comment not to use static sub-device names in the future
Sakari Ailus
1
-0
/
+1
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-1
/
+1
2017-11-30
media: m5mols: fix some kernel-doc markups
Mauro Carvalho Chehab
3
-2
/
+24
2017-07-19
media: i2c: m5mols: fix spelling mistake: "Machanics" -> "Mechanics"
Colin Ian King
1
-1
/
+1
2017-02-03
[media] media: i2c: m5mols: m5mols_core: constify v4l2_subdev_pad_ops structures
Bhumika Goyal
1
-1
/
+1
2017-02-03
[media] m5mols: set usleep_range delta greater 0
Nicholas Mc Guire
1
-2
/
+3
2016-04-13
[media] m5mols: potential uninitialized variable
Dan Carpenter
1
-1
/
+1
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-11-17
[media] include/media: move driver interface headers to a separate dir
Mauro Carvalho Chehab
1
-1
/
+1
2015-11-17
[media] include/media: split I2C headers from V4L2 core
Mauro Carvalho Chehab
2
-2
/
+2
2015-03-23
[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config
Hans Verkuil
1
-8
/
+8
2014-12-23
[media] m5mols: fix sparse warnings
Hans Verkuil
1
-7
/
+2
2014-11-14
[media] i2c: Make use of media_bus_format enum
Boris BREZILLON
1
-3
/
+3
2014-05-25
[media] m5mols: Replace missing header
Laurent Pinchart
1
-1
/
+1
2013-11-29
[media] media_tree: Fix spelling errors
Jonathan McCrohan
1
-1
/
+1
2013-05-21
[media] m5mols: Convert to devm_request_irq()
Laurent Pinchart
1
-9
/
+5
2013-05-21
[media] media: i2c: Convert to devm_regulator_bulk_get()
Laurent Pinchart
1
-5
/
+3
2013-05-21
[media] media: i2c: Convert to devm_gpio_request_one()
Laurent Pinchart
1
-6
/
+3
2013-05-21
[media] media: i2c: Convert to devm_kzalloc()
Laurent Pinchart
1
-5
/
+3
2013-05-21
[media] media: i2c: Convert to gpio_request_one()
Laurent Pinchart
1
-2
/
+4
2013-03-21
[media] m5mols: Fix bug in stream on handler
Andrzej Hajda
1
-1
/
+1
2013-01-11
Merge tag 'v3.8-rc3' into v4l_for_linus
Mauro Carvalho Chehab
1
-4
/
+4
2013-01-06
[media] m5mols: Fix typo in get_fmt callback
Sylwester Nawrocki
1
-1
/
+1
2013-01-03
Drivers: media: remove __dev* attributes.
Greg Kroah-Hartman
1
-4
/
+4
2012-10-10
[media] m5mols: Add missing #include <linux/sizes.h>
Sylwester Nawrocki
1
-0
/
+1
2012-10-05
[media] m5mols: Implement .get_frame_desc subdev callback
Sylwester Nawrocki
4
-0
/
+60
2012-10-01
[media] m5mols: Protect driver data with a mutex
Sylwester Nawrocki
2
-33
/
+62
2012-10-01
[media] m5mols: Remove unneeded control ops assignments
Sylwester Nawrocki
1
-7
/
+0
2012-10-01
[media] m5mols: Fix cast warnings from m5mols_[set/get]_ctrl_mode
Sylwester Nawrocki
2
-4
/
+4
2012-10-01
[media] m5mols: Add missing free_irq() on error path
Sylwester Nawrocki
1
-1
/
+3
2012-09-14
[media] m5mols: introduce missing initialization
Julia Lawall
1
-1
/
+1
2012-08-15
[media] move i2c files into drivers/media/i2c
Mauro Carvalho Chehab
7
-0
/
+2478