aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-octeon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-26i2c: octeon: Rename driver to prepare for splitJan Glauber1-1253/+0
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-06-09i2c: octeon: Avoid printk after too long SMBUS messageJan Glauber1-5/+1
2016-06-09i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LENJan Glauber1-2/+9
2016-04-27i2c: octeon: Add workaround for broken irqs on CN3860David Daney1-2/+51
2016-04-26i2c: octeon: Improve performance if interrupt is earlyPeter Swain1-9/+46
2016-04-26i2c: octeon: Remove zero-length message supportJan Glauber1-4/+7
2016-04-25i2c: octeon: Add support for cn78xx chipsJan Glauber1-10/+119
2016-04-25i2c: octeon: Enable High-Level ControllerDavid Daney1-10/+337
2016-04-25i2c: octeon: Add flush writeq helper functionPeter Swain1-2/+7
2016-04-25i2c: octeon: Use i2c recovery frameworkJan Glauber1-63/+96
2016-04-25i2c: octeon: Improve error status checkingJan Glauber1-23/+106
2016-04-14i2c: octeon: Remove superfluous check in octeon_i2c_test_iflgJan Glauber1-2/+1
2016-04-14i2c: octeon: Introduce helper functions for register accessJan Glauber1-25/+31
2016-04-14i2c: octeon: Rename [read|write]_sw to reg_[read|write]Jan Glauber1-26/+26
2016-04-13i2c: octeon: Move set-clock and init-lowlevel upwardJan Glauber1-63/+63
2016-04-13i2c: octeon: Increase retry default and use fixed timeout valueJan Glauber1-1/+2
2016-03-18i2c: octeon: Support I2C_M_RECV_LENDavid Daney1-5/+17
2016-03-18i2c: octeon: Cleanup resource allocation codeJan Glauber1-15/+3
2016-03-18i2c: octeon: Cleanup i2c-octeon driverJan Glauber1-106/+84
2016-03-12i2c: octeon: Cleanup kerneldoc commentsJan Glauber1-50/+39
2015-06-17i2c: octeon: remove unused signal handlingNicholas Mc Guire1-5/+2
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-04-23i2c: octeon: use HZ in timeout value송은봉1-1/+1
2013-04-19i2c: octeon: Fix i2c fail problem when a process is terminated by a signal송은봉1-4/+4
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-4/+1
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-5/+5
2012-07-23i2c: Convert i2c-octeon.c to use device tree.David Daney1-43/+49
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-15/+1
2010-09-27i2c-octeon: Return -ETIMEDOUT in octeon_i2c_wait() on timeoutBernhard Walle1-1/+1
2010-04-30I2C: Fix section mismatch errors in i2c-octeon.cDavid Daney1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-27MIPS: I2C: Add driver for Cavium OCTEON I2C ports.Rade Bozic1-0/+651