summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-eg20t.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-291-3/+2
* i2c: busses: constify i2c_algorithm structuresBhumika Goyal2017-02-091-1/+1
* i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu2016-09-211-7/+11
* i2c: eg20t: set i2c_adapter->dev.of_nodePaul Burton2015-12-031-0/+1
* i2c: remove FSF addressWolfram Sang2014-11-071-4/+0
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1
* i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-03-131-1/+1
* i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* i2c: i2c-eg20t: do not print error message in syslog if no ACK receivedAndreas Werner2013-11-171-22/+4
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-3/+3
* i2c/busses: Use module_pci_driverAxel Lin2012-07-241-11/+1
* i2c: eg20t: don't use strcpy but strlcpyWolfram Sang2012-05-121-1/+1
* i2c: eg20t: remove unused functionWolfram Sang2012-05-121-5/+0
* i2c: eg20t: pass on return value in i2c_xferWolfram Sang2012-05-121-1/+1
* i2c: eg20t: use NULL instead of 0Wolfram Sang2012-05-121-1/+1
* i2c-eg20t: Merge two functionsTomoya MORINAGA2012-05-121-43/+22
* i2c-eg20t: add helper function for xfer checkTomoya MORINAGA2012-05-121-160/+66
* i2c-eg20t: Call init() when wait-event timeout occursTomoya MORINAGA2012-05-121-0/+24
* i2c-eg20t: Modify MODULE_AUTHOR's email addressTomoya MORINAGA2012-04-221-1/+1
* i2c-eg20t: change timeout value 50msec to 1000msecTomoya MORINAGA2012-04-221-1/+1
* i2c-eg20t: Remove write-only variablesAlexander Stein2012-03-071-8/+0
* i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait timeAlexander Stein2012-03-071-15/+21
* i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2012-01-171-6/+6
* i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2012-01-171-0/+3
* i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada2012-01-171-1/+1
* i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberFeng Tang2012-01-171-1/+3
* i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2012-01-121-1/+1
* i2c-eg20t: correct the driver init order of pch_i2c_probe()Feng Tang2011-12-181-10/+12
* i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA2011-10-291-0/+3
* i2c-eg20t: Fix flag setting issueTomoya MORINAGA2011-10-291-0/+2
* i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA2011-10-291-0/+3
* i2c-eg20t: Separate error processingTomoya MORINAGA2011-10-291-58/+115
* i2c-eg20t: Fix 10bit access issueTomoya MORINAGA2011-10-291-2/+63
* i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA2011-10-291-5/+1
* i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA2011-10-291-9/+9
* i2c-eg20t : Fix the issue of Combined R/W transfer modeTomoya MORINAGA2011-07-271-2/+2
* i2c-eg20t : Support Combined R/W transfer modeTomoya MORINAGA2011-07-271-19/+20
* i2c-eg20t: Support new device ML7223 IOHTomoya MORINAGA2011-05-111-0/+2
*-. Merge branches 'for-2639/i2c/i2c-ce4100-v6', 'for-2639/i2c/i2c-eg20t-v3' and ...Ben Dooks2011-03-211-62/+99
|\ \
| * | i2c-eg20t: support new device OKI SEMICONDUCTOR ML7213 IOHTomoya MORINAGA2011-03-021-62/+99
| |/
* | i2c-eg20t: include slab.h for memory allocationsWolfram Sang2011-03-081-0/+1
|/
* i2c-eg20t: add driver for Intel EG20TTomoya MORINAGA2011-01-041-0/+900
OpenPOWER on IntegriCloud