summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-platdrv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-2/+2
|\
| * ACPI: Introduce has_acpi_companion()Rafael J. Wysocki2015-03-161-2/+2
* | i2c: designware: Suppress error message if platform_get_irq() < 0Alexey Brodkin2015-03-151-4/+2
|/
* i2c: designware: Add Intel Baytrail PMIC I2C bus supportDavid Box2015-01-261-5/+15
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: remove FSF addressWolfram Sang2014-11-071-4/+0
|/
* i2c: designware: Add support for AMD I2C controllerCarl Peng2014-10-061-0/+27
* i2c: designware: Rework probe() to get clock a bit laterMika Westerberg2014-10-061-20/+18
* i2c: designware: Default to fast mode in case of ACPIMika Westerberg2014-10-061-4/+2
* i2c: designware: add support of platform data to set I2C modeTan, Raymond2014-09-291-0/+6
* i2c: designware: add support of I2C standard modeRomain Baeriswyl2014-09-291-2/+21
* i2c: designware: add new bindingsAlan Cox2014-08-021-0/+1
* i2c: i2c-designware-platdrv: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
* i2c: designware: Add runtime PM hooksMika Westerberg2014-06-021-7/+5
* i2c: designware: Disable device on system suspendMika Westerberg2014-06-021-0/+1
* i2c: i2c-designware-platdrv: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
* i2c: designware: make SCL and SDA falling time configurableRomain Baeriswyl2014-03-091-0/+7
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-181-0/+2
|\
| * i2c: designware: add new ACPI IDsMika Westerberg2013-11-141-0/+2
* | i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferre...Wolfram Sang2013-10-101-2/+3
|/
* i2c: designware: get SDA hold time, HCNT and LCNT configuration from ACPIMika Westerberg2013-08-281-0/+34
* i2c: move ACPI helpers into the coreMika Westerberg2013-08-231-1/+0
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-2/+0
* i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-3/+6
* i2c-designware: use div_u64 to fix linkVincent Stehlé2013-07-031-1/+2
* i2c-designware: make SDA hold time configurableChristian Ruppert2013-06-261-0/+10
* drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-06-121-7/+1
* i2c: designware: add Intel BayTrail ACPI IDMika Westerberg2013-05-171-0/+1
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-021-65/+18
|\
| * i2c: designware-plat: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-4/+0
| * i2c-designware: switch to use runtime PM autosuspendMika Westerberg2013-04-151-1/+2
| * i2c-designware: use dynamic adapter numbering on LynxpointMika Westerberg2013-04-151-9/+0
| * i2c-designware: move to managed functions (devm_*)Andy Shevchenko2013-04-151-54/+19
* | ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices()Rafael J. Wysocki2013-04-021-1/+0
|/
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0
* i2c-designware: add support for Intel LynxpointMika Westerberg2013-01-281-3/+46
* i2c-designware: add minimal support for runtime PMMika Westerberg2013-01-281-0/+10
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-3/+3
* i2c: designware: Add clk_{un}prepare() supportViresh Kumar2012-05-121-5/+5
* i2c: designware: add PM supportDeepak Sikri2012-05-121-0/+27
* i2c: designware: dw_i2c_init_driver as subsys initcallPratyush Anand2012-02-291-1/+1
* i2c-designware: add OF binding supportRob Herring2011-12-271-0/+12
* i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie2011-10-291-3/+3
* i2c-designware: move controller config to bus specific portion of driverDirk Brandewie2011-10-291-0/+2
* i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie2011-10-291-0/+8
* i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie2011-10-291-0/+6
* i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie2011-10-291-0/+199
OpenPOWER on IntegriCloud