summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-eg20t.c
AgeCommit message (Expand)AuthorFilesLines
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 ...Ben 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