summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-eg20t.c
AgeCommit message (Expand)Author
2020-07-22i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin
2017-02-09i2c: busses: constify i2c_algorithm structuresBhumika Goyal
2016-09-21i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu
2015-12-03i2c: eg20t: set i2c_adapter->dev.of_nodePaul Burton
2014-11-07i2c: remove FSF addressWolfram Sang
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han
2014-03-13i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-17i2c: i2c-eg20t: do not print error message in syslog if no ACK receivedAndreas Werner
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