aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/m5mols/m5mols_core.c
AgeCommit message (Expand)Author
2023-03-22media: m5mols: fix off-by-one loop termination errorLinus Torvalds
2020-10-29media: m5mols: Check function pointer in m5mols_sensor_powerTom Rix
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-01media: i2c: fix several typosMauro Carvalho Chehab
2018-10-03media: v4l: i2c: Add a comment not to use static sub-device names in the futureSakari Ailus
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2017-11-30media: m5mols: fix some kernel-doc markupsMauro Carvalho Chehab
2017-07-19media: i2c: m5mols: fix spelling mistake: "Machanics" -> "Mechanics"Colin Ian King
2017-02-03[media] media: i2c: m5mols: m5mols_core: constify v4l2_subdev_pad_ops structuresBhumika Goyal
2017-02-03[media] m5mols: set usleep_range delta greater 0Nicholas Mc Guire
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil
2014-12-23[media] m5mols: fix sparse warningsHans Verkuil
2014-11-14[media] i2c: Make use of media_bus_format enumBoris BREZILLON
2013-05-21[media] m5mols: Convert to devm_request_irq()Laurent Pinchart
2013-05-21[media] media: i2c: Convert to devm_regulator_bulk_get()Laurent Pinchart
2013-05-21[media] media: i2c: Convert to devm_gpio_request_one()Laurent Pinchart
2013-05-21[media] media: i2c: Convert to devm_kzalloc()Laurent Pinchart
2013-05-21[media] media: i2c: Convert to gpio_request_one()Laurent Pinchart
2013-03-21[media] m5mols: Fix bug in stream on handlerAndrzej Hajda
2013-01-11Merge tag 'v3.8-rc3' into v4l_for_linusMauro Carvalho Chehab
2013-01-06[media] m5mols: Fix typo in get_fmt callbackSylwester Nawrocki
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman
2012-10-05[media] m5mols: Implement .get_frame_desc subdev callbackSylwester Nawrocki
2012-10-01[media] m5mols: Protect driver data with a mutexSylwester Nawrocki
2012-10-01[media] m5mols: Remove unneeded control ops assignmentsSylwester Nawrocki
2012-10-01[media] m5mols: Add missing free_irq() on error pathSylwester Nawrocki
2012-09-14[media] m5mols: introduce missing initializationJulia Lawall
2012-08-15[media] move i2c files into drivers/media/i2cMauro Carvalho Chehab