summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/em28xx-i2c.c
AgeCommit message (Expand)Author
2022-06-27media: em28xx: Remove useless license text when SPDX-License-Identifier is al...Christophe JAILLET
2022-03-12media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab
2021-02-05media: em28xx-core: Fix i2c error debugBrad Love
2019-11-08media: em28xx: fix two smatch warningsHans Verkuil
2019-03-01media: usb: fix several typosMauro Carvalho Chehab
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-07-27media: em28xx: don't check number of messages in the driverWolfram Sang
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab
2018-03-06media: em28xx-i2c: fix most coding style issuesMauro Carvalho Chehab
2018-03-06media: em28xx: Add SPDX license tags where neededMauro Carvalho Chehab
2018-03-06media: em28xx: adjust I2C timeout according with I2C speedMauro Carvalho Chehab
2018-02-26media: em28xx: use %*phC to print small buffersAntonio Cardace
2017-09-23media: usb: make i2c_client constBhumika Goyal
2017-08-26media: usb: make i2c_adapter constBhumika Goyal
2017-06-24media: em28xx: Ignore errors while reading from eepromMauro Carvalho Chehab
2016-12-12[media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab
2016-11-18[media] em28xx: convert it from pr_foo() to dev_foo()Mauro Carvalho Chehab
2016-10-21[media] em28xx: convert the remaining printks to pr_fooMauro Carvalho Chehab
2016-10-21[media] em28xx: use pr_foo instead of em28xx-specific printk macrosMauro Carvalho Chehab
2016-09-19[media] constify i2c_algorithm structuresJulia Lawall
2016-06-10[media] em28xx-i2c: rt_mutex_trylock() returns zero on failureDan Carpenter
2014-12-04[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanupsMauro Carvalho Chehab
2014-11-14[media] add "lgdt330x" device name i2c_devs arrayWilson Michaels
2014-07-26[media] media: em28xx - fix i2c_xfer to return -ENODEV when dev is removedShuah Khan
2014-05-23[media] em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()Frank Schaefer
2014-02-04[media] em28xx-i2c: fix the error code for unknown errorsFrank Schaefer
2014-02-04[media] em28xx-i2c: fix the i2c error description strings for -ENXIOFrank Schaefer
2014-01-12[media] em28xx-i2c: add timeout debug information if i2c_debug enabledMauro Carvalho Chehab
2014-01-12[media] em28xx-i2c: cleanup I2C debug messagesMauro Carvalho Chehab
2014-01-12[media] em28xx-i2c: Fix error code for I2C error transfersMauro Carvalho Chehab
2014-01-10[media] em28xx: rename I2C timeout to EM28XX_I2C_XFER_TIMEOUTMauro Carvalho Chehab
2014-01-10[media] em28xx: convert i2c wait completion logic to use jiffiesMauro Carvalho Chehab
2014-01-07[media] em28xx: fix I2S audio sample rate definitions and info outputFrank Schaefer
2013-09-03[media] em28xx: fix assignment of the eeprom dataAlban Browaeys
2013-03-28[media] em28xx: add support for em25xx i2c bus B read/write/check device oper...Frank Schaefer
2013-03-25[media] em28xx-i2c: fix coding style of multi line commentsFrank Schaefer
2013-03-25[media] em28xx-i2c: do not break strings across linesFrank Schaefer
2013-03-22[media] em28xx: Only change I2C bus inside em28xx-i2cMauro Carvalho Chehab
2013-03-18[media] em28xx-i2c: relax error check in em28xx_i2c_recv_bytes()Frank Schaefer
2013-03-18[media] em28xx: add support for registering multiple i2c busesMauro Carvalho Chehab
2013-03-18[media] em28xx: Prepare to support 2 different I2C busesMauro Carvalho Chehab
2013-03-04[media] em28xx: extract the device configuration dataset from eeproms with 16...Frank Schaefer
2013-03-04[media] em28xx: do not store eeprom content permanentlyFrank Schaefer
2013-03-04[media] em28xx: add helper function for reading data blocks from i2c clientsFrank Schaefer
2013-03-04[media] em28xx: add basic support for eeproms with 16 bit address widthFrank Schaefer
2013-03-04[media] em28xx: fix eeprom data endianessFrank Schaefer
2013-03-04[media] em28xx: do not interpret eeprom content if eeprom key is invalidFrank Schaefer
2013-03-04[media] em28xx-i2c: also print debug messages at debug level 1Frank Schaefer
2013-03-04[media] em28xx-i2c: replace printk() with the corresponding em28xx macrosFrank Schaefer
2013-03-04[media] em28xx-i2c: get rid of the dprintk2 macroFrank Schaefer