aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-platdrv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-10-06i2c: designware: Add support for AMD I2C controllerCarl Peng1-0/+27
2014-10-06i2c: designware: Rework probe() to get clock a bit laterMika Westerberg1-20/+18
2014-10-06i2c: designware: Default to fast mode in case of ACPIMika Westerberg1-4/+2
2014-09-29i2c: designware: add support of platform data to set I2C modeTan, Raymond1-0/+6
2014-09-29i2c: designware: add support of I2C standard modeRomain Baeriswyl1-2/+21
2014-08-02i2c: designware: add new bindingsAlan Cox1-0/+1
2014-07-16i2c: i2c-designware-platdrv: Drop class based scanning to improve bootup timeWolfram Sang1-1/+1
2014-06-02i2c: designware: Add runtime PM hooksMika Westerberg1-7/+5
2014-06-02i2c: designware: Disable device on system suspendMika Westerberg1-0/+1
2014-03-28i2c: i2c-designware-platdrv: deprecate class based instantiationWolfram Sang1-1/+1
2014-03-09i2c: designware: make SCL and SDA falling time configurableRomain Baeriswyl1-0/+7
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+2
2013-11-14i2c: designware: add new ACPI IDsMika Westerberg1-0/+2
2013-10-10i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferred probingWolfram Sang1-2/+3
2013-08-28i2c: designware: get SDA hold time, HCNT and LCNT configuration from ACPIMika Westerberg1-0/+34
2013-08-23i2c: move ACPI helpers into the coreMika Westerberg1-1/+0
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-2/+0
2013-08-15i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-3/+6
2013-07-03i2c-designware: use div_u64 to fix linkVincent Stehlé1-1/+2
2013-06-26i2c-designware: make SDA hold time configurableChristian Ruppert1-0/+10
2013-06-12drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-7/+1
2013-05-17i2c: designware: add Intel BayTrail ACPI IDMika Westerberg1-0/+1
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-65/+18
2013-04-19i2c: designware-plat: drop superfluous {get|put}_deviceWolfram Sang1-4/+0
2013-04-15i2c-designware: switch to use runtime PM autosuspendMika Westerberg1-1/+2
2013-04-15i2c-designware: use dynamic adapter numbering on LynxpointMika Westerberg1-9/+0
2013-04-15i2c-designware: move to managed functions (devm_*)Andy Shevchenko1-54/+19
2013-04-02ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices()Rafael J. Wysocki1-1/+0
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2013-01-28i2c-designware: add support for Intel LynxpointMika Westerberg1-3/+46
2013-01-28i2c-designware: add minimal support for runtime PMMika Westerberg1-0/+10
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-3/+3
2012-05-12i2c: designware: Add clk_{un}prepare() supportViresh Kumar1-5/+5
2012-05-12i2c: designware: add PM supportDeepak Sikri1-0/+27
2012-02-29i2c: designware: dw_i2c_init_driver as subsys initcallPratyush Anand1-1/+1
2011-12-27i2c-designware: add OF binding supportRob Herring1-0/+12
2011-10-29i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie1-3/+3
2011-10-29i2c-designware: move controller config to bus specific portion of driverDirk Brandewie1-0/+2
2011-10-29i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie1-0/+8
2011-10-29i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie1-0/+6
2011-10-29i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie1-0/+199