summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/em28xx-camera.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27media: em28xx: Remove useless license text when SPDX-License-Identifier is al...Christophe JAILLET1-10/+0
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab1-1/+1
2018-03-06media: em28xx-camera: fix coding style issuesMauro Carvalho Chehab1-5/+8
2018-03-06media: em28xx: Add SPDX license tags where neededMauro Carvalho Chehab1-20/+16
2017-04-17[media] em28xx: shed some light on video input formatsFrank Schaefer1-6/+4
2017-04-17[media] em28xx: get rid of the dummy clock sourceFrank Schaefer1-24/+6
2017-04-17[media] em28xx: simplify ID-reading from Micron sensorsFrank Schaefer1-24/+4
2017-04-10[media] em28xx: drop last soc_camera linkHans Verkuil1-9/+0
2017-03-22[media] em28xx: reduce stack usage in sensor probing functionsFrank Schaefer1-22/+20
2016-12-12[media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab1-15/+15
2016-11-18[media] em28xx: convert it from pr_foo() to dev_foo()Mauro Carvalho Chehab1-22/+38
2016-10-21[media] em28xx: convert the remaining printks to pr_fooMauro Carvalho Chehab1-11/+10
2016-10-21[media] em28xx: use pr_foo instead of em28xx-specific printk macrosMauro Carvalho Chehab1-17/+17
2016-02-01[media] em28xx: add media controller supportMauro Carvalho Chehab1-0/+4
2015-11-17[media] v4l2-clk: add new definition: V4L2_CLK_NAME_SIZEJosh Wu1-1/+1
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-1/+1
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil1-5/+7
2015-04-03[media] V4L: remove clock name from v4l2_clk APIGuennadi Liakhovetski1-1/+1
2014-12-04[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanupsMauro Carvalho Chehab1-5/+0
2014-11-14[media] usb: Make use of media_bus_format enumBoris BREZILLON1-1/+1
2014-07-26[media] em28xx-v4l: simplify some pointers in em28xx_init_camera()Frank Schaefer1-2/+2
2014-05-23[media] em28xx: move sensor parameter fields from struct em28xx to struct v4l2Frank Schaefer1-10/+10
2014-05-23[media] em28xx: move vinmode and vinctrl data from struct em28xx to struct v4l2Frank Schaefer1-8/+8
2014-05-23[media] em28xx: move struct v4l2_clk *clk from struct em28xx to struct v4l2Frank Schaefer1-5/+6
2014-05-23[media] em28xx: start moving em28xx-v4l specific data to its own structFrank Schaefer1-2/+2
2014-02-04[media] em28xx-camera: fix return value checks on sensor probingFrank Schaefer1-2/+2
2014-01-07[media] em28xx: make em28xx-video to be a separate moduleMauro Carvalho Chehab1-0/+1
2013-10-31[media] V4L2: em28xx: tell the ov2640 driver to balance clock enabling intern...Guennadi Liakhovetski1-0/+1
2013-10-31[media] V4L2: em28xx: register a V4L2 clock sourceGuennadi Liakhovetski1-10/+31
2013-03-29[media] em28xx: add basic support for OmniVision OV2640 sensorsFrank Schaefer1-0/+49
2013-03-29[media] em28xx: add comment about Samsung and Kodak sensor probing addressesFrank Schaefer1-0/+5
2013-03-29[media] em28xx: add probing procedure for OmniVision sensorsFrank Schaefer1-1/+113
2013-03-29[media] em28xx: move the probing of Micron sensors to a separate functionFrank Schaefer1-4/+19
2013-03-29[media] em28xx: detect further Micron sensorsFrank Schaefer1-31/+95
2013-03-29[media] em28xx: move sensor code to a separate source code file em28xx-camera.cFrank Schaefer1-0/+189