index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
em28xx
/
em28xx-i2c.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: em28xx: fix two smatch warnings
Hans Verkuil
2019-11-08
1
-2
/
+2
*
media: usb: fix several typos
Mauro Carvalho Chehab
2019-03-01
1
-2
/
+2
*
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
2018-09-11
1
-1
/
+2
*
media: em28xx: don't check number of messages in the driver
Wolfram Sang
2018-07-27
1
-4
/
+0
*
MAINTAINERS & files: Canonize the e-mails I use at files
Mauro Carvalho Chehab
2018-05-04
1
-1
/
+1
*
media: em28xx-i2c: fix most coding style issues
Mauro Carvalho Chehab
2018-03-06
1
-42
/
+48
*
media: em28xx: Add SPDX license tags where needed
Mauro Carvalho Chehab
2018-03-06
1
-23
/
+20
*
media: em28xx: adjust I2C timeout according with I2C speed
Mauro Carvalho Chehab
2018-03-06
1
-3
/
+33
*
media: em28xx: use %*phC to print small buffers
Antonio Cardace
2018-02-26
1
-4
/
+4
*
media: usb: make i2c_client const
Bhumika Goyal
2017-09-23
1
-1
/
+1
*
media: usb: make i2c_adapter const
Bhumika Goyal
2017-08-26
1
-1
/
+1
*
media: em28xx: Ignore errors while reading from eeprom
Mauro Carvalho Chehab
2017-06-24
1
-2
/
+0
*
[media] em28xx: use usb_interface for dev_foo() calls
Mauro Carvalho Chehab
2016-12-12
1
-46
/
+46
*
[media] em28xx: convert it from pr_foo() to dev_foo()
Mauro Carvalho Chehab
2016-11-18
1
-133
/
+151
*
[media] em28xx: convert the remaining printks to pr_foo
Mauro Carvalho Chehab
2016-10-21
1
-37
/
+37
*
[media] em28xx: use pr_foo instead of em28xx-specific printk macros
Mauro Carvalho Chehab
2016-10-21
1
-54
/
+55
*
[media] constify i2c_algorithm structures
Julia Lawall
2016-09-19
1
-1
/
+1
*
[media] em28xx-i2c: rt_mutex_trylock() returns zero on failure
Dan Carpenter
2016-06-10
1
-3
/
+2
*
[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanups
Mauro Carvalho Chehab
2014-12-04
1
-2
/
+3
*
[media] add "lgdt330x" device name i2c_devs array
Wilson Michaels
2014-11-14
1
-0
/
+1
*
[media] media: em28xx - fix i2c_xfer to return -ENODEV when dev is removed
Shuah Khan
2014-07-26
1
-0
/
+6
*
[media] em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()
Frank Schaefer
2014-05-23
1
-1
/
+0
*
[media] em28xx-i2c: fix the error code for unknown errors
Frank Schaefer
2014-02-04
1
-6
/
+23
*
[media] em28xx-i2c: fix the i2c error description strings for -ENXIO
Frank Schaefer
2014-02-04
1
-6
/
+6
*
[media] em28xx-i2c: add timeout debug information if i2c_debug enabled
Mauro Carvalho Chehab
2014-01-12
1
-3
/
+24
*
[media] em28xx-i2c: cleanup I2C debug messages
Mauro Carvalho Chehab
2014-01-12
1
-40
/
+44
*
[media] em28xx-i2c: Fix error code for I2C error transfers
Mauro Carvalho Chehab
2014-01-12
1
-17
/
+20
*
[media] em28xx: rename I2C timeout to EM28XX_I2C_XFER_TIMEOUT
Mauro Carvalho Chehab
2014-01-10
1
-3
/
+3
*
[media] em28xx: convert i2c wait completion logic to use jiffies
Mauro Carvalho Chehab
2014-01-10
1
-30
/
+31
*
[media] em28xx: fix I2S audio sample rate definitions and info output
Frank Schaefer
2014-01-07
1
-2
/
+8
*
[media] em28xx: fix assignment of the eeprom data
Alban Browaeys
2013-09-03
1
-1
/
+1
*
[media] em28xx: add support for em25xx i2c bus B read/write/check device oper...
Frank Schaefer
2013-03-28
1
-39
/
+197
*
[media] em28xx-i2c: fix coding style of multi line comments
Frank Schaefer
2013-03-25
1
-18
/
+34
*
[media] em28xx-i2c: do not break strings across lines
Frank Schaefer
2013-03-25
1
-25
/
+20
*
[media] em28xx: Only change I2C bus inside em28xx-i2c
Mauro Carvalho Chehab
2013-03-22
1
-3
/
+5
*
[media] em28xx-i2c: relax error check in em28xx_i2c_recv_bytes()
Frank Schaefer
2013-03-18
1
-11
/
+11
*
[media] em28xx: add support for registering multiple i2c buses
Mauro Carvalho Chehab
2013-03-18
1
-38
/
+81
*
[media] em28xx: Prepare to support 2 different I2C buses
Mauro Carvalho Chehab
2013-03-18
1
-15
/
+15
*
[media] em28xx: extract the device configuration dataset from eeproms with 16...
Frank Schaefer
2013-03-04
1
-35
/
+82
*
[media] em28xx: do not store eeprom content permanently
Frank Schaefer
2013-03-04
1
-13
/
+22
*
[media] em28xx: add helper function for reading data blocks from i2c clients
Frank Schaefer
2013-03-04
1
-28
/
+46
*
[media] em28xx: add basic support for eeproms with 16 bit address width
Frank Schaefer
2013-03-04
1
-25
/
+44
*
[media] em28xx: fix eeprom data endianess
Frank Schaefer
2013-03-04
1
-10
/
+12
*
[media] em28xx: do not interpret eeprom content if eeprom key is invalid
Frank Schaefer
2013-03-04
1
-2
/
+6
*
[media] em28xx-i2c: also print debug messages at debug level 1
Frank Schaefer
2013-03-04
1
-6
/
+6
*
[media] em28xx-i2c: replace printk() with the corresponding em28xx macros
Frank Schaefer
2013-03-04
1
-31
/
+24
*
[media] em28xx-i2c: get rid of the dprintk2 macro
Frank Schaefer
2013-03-04
1
-11
/
+6
*
[media] em28xx: add missing IR RC slave address to the list of known i2c devices
Frank Schaefer
2013-02-05
1
-0
/
+1
*
[media] em28xx: consider the message length limitation of the i2c adapter whe...
Frank Schaefer
2013-01-05
1
-3
/
+9
*
[media] em28xx: fix+improve+unify i2c error handling, debug messages and code...
Frank Schaefer
2013-01-05
1
-31
/
+85
[next]