aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-eg20t.c
AgeCommit message (Expand)Author
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-07-24i2c/busses: Use module_pci_driverAxel Lin
2012-05-12i2c: eg20t: don't use strcpy but strlcpyWolfram Sang
2012-05-12i2c: eg20t: remove unused functionWolfram Sang
2012-05-12i2c: eg20t: pass on return value in i2c_xferWolfram Sang
2012-05-12i2c: eg20t: use NULL instead of 0Wolfram Sang
2012-05-12i2c-eg20t: Merge two functionsTomoya MORINAGA
2012-05-12i2c-eg20t: add helper function for xfer checkTomoya MORINAGA
2012-05-12i2c-eg20t: Call init() when wait-event timeout occursTomoya MORINAGA
2012-04-22i2c-eg20t: Modify MODULE_AUTHOR's email addressTomoya MORINAGA
2012-04-22i2c-eg20t: change timeout value 50msec to 1000msecTomoya MORINAGA
2012-03-07i2c-eg20t: Remove write-only variablesAlexander Stein
2012-03-07i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait timeAlexander Stein
2012-01-17i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA
2012-01-17i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA
2012-01-17i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada
2012-01-17i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberFeng Tang
2012-01-12i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin
2011-12-18i2c-eg20t: correct the driver init order of pch_i2c_probe()Feng Tang
2011-10-29i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA
2011-10-29i2c-eg20t: Fix flag setting issueTomoya MORINAGA
2011-10-29i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA
2011-10-29i2c-eg20t: Separate error processingTomoya MORINAGA
2011-10-29i2c-eg20t: Fix 10bit access issueTomoya MORINAGA
2011-10-29i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA
2011-10-29i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA
2011-07-27i2c-eg20t : Fix the issue of Combined R/W transfer modeTomoya MORINAGA
2011-07-27i2c-eg20t : Support Combined R/W transfer modeTomoya MORINAGA
2011-05-11i2c-eg20t: Support new device ML7223 IOHTomoya MORINAGA
2011-03-21Merge branches 'for-2639/i2c/i2c-ce4100-v6', 'for-2639/i2c/i2c-eg20t-v3' and ...Ben Dooks
2011-03-08i2c-eg20t: include slab.h for memory allocationsWolfram Sang
2011-03-02i2c-eg20t: support new device OKI SEMICONDUCTOR ML7213 IOHTomoya MORINAGA
2011-01-04i2c-eg20t: add driver for Intel EG20TTomoya MORINAGA