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