aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c/busses/i2c-eg20t.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-21i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu1-7/+11
2015-12-03i2c: eg20t: set i2c_adapter->dev.of_nodePaul Burton1-0/+1
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-03-13i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-17i2c: i2c-eg20t: do not print error message in syslog if no ACK receivedAndreas Werner1-22/+4
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-3/+3
2012-07-24i2c/busses: Use module_pci_driverAxel Lin1-11/+1
2012-05-12i2c: eg20t: don't use strcpy but strlcpyWolfram Sang1-1/+1
2012-05-12i2c: eg20t: remove unused functionWolfram Sang1-5/+0
2012-05-12i2c: eg20t: pass on return value in i2c_xferWolfram Sang1-1/+1
2012-05-12i2c: eg20t: use NULL instead of 0Wolfram Sang1-1/+1
2012-05-12i2c-eg20t: Merge two functionsTomoya MORINAGA1-43/+22
2012-05-12i2c-eg20t: add helper function for xfer checkTomoya MORINAGA1-160/+66
2012-05-12i2c-eg20t: Call init() when wait-event timeout occursTomoya MORINAGA1-0/+24
2012-04-22i2c-eg20t: Modify MODULE_AUTHOR's email addressTomoya MORINAGA1-1/+1
2012-04-22i2c-eg20t: change timeout value 50msec to 1000msecTomoya MORINAGA1-1/+1
2012-03-07i2c-eg20t: Remove write-only variablesAlexander Stein1-8/+0
2012-03-07i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait timeAlexander Stein1-15/+21
2012-01-17i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-6/+6
2012-01-17i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA1-0/+3
2012-01-17i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada1-1/+1
2012-01-17i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberFeng Tang1-1/+3
2012-01-12i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin1-1/+1
2011-12-18i2c-eg20t: correct the driver init order of pch_i2c_probe()Feng Tang1-10/+12
2011-10-29i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA1-0/+3
2011-10-29i2c-eg20t: Fix flag setting issueTomoya MORINAGA1-0/+2
2011-10-29i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA1-0/+3
2011-10-29i2c-eg20t: Separate error processingTomoya MORINAGA1-58/+115
2011-10-29i2c-eg20t: Fix 10bit access issueTomoya MORINAGA1-2/+63
2011-10-29i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA1-5/+1
2011-10-29i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA1-9/+9
2011-07-27i2c-eg20t : Fix the issue of Combined R/W transfer modeTomoya MORINAGA1-2/+2
2011-07-27i2c-eg20t : Support Combined R/W transfer modeTomoya MORINAGA1-19/+20
2011-05-11i2c-eg20t: Support new device ML7223 IOHTomoya MORINAGA1-0/+2
2011-03-21Merge branches 'for-2639/i2c/i2c-ce4100-v6', 'for-2639/i2c/i2c-eg20t-v3' and 'for-2639/i2c/i2c-imx' into for-linus/2639/i2c-2Ben Dooks1-62/+99
2011-03-08i2c-eg20t: include slab.h for memory allocationsWolfram Sang1-0/+1
2011-03-02i2c-eg20t: support new device OKI SEMICONDUCTOR ML7213 IOHTomoya MORINAGA1-62/+99
2011-01-04i2c-eg20t: add driver for Intel EG20TTomoya MORINAGA1-0/+900