summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-platdrv.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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/+0Star
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-2/+0Star
* 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/+1Star
* 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/+18Star
|\
| * i2c: designware-plat: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-4/+0Star
| * 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/+0Star
| * i2c-designware: move to managed functions (devm_*)Andy Shevchenko2013-04-151-54/+19Star
* | ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices()Rafael J. Wysocki2013-04-021-1/+0Star
|/
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0Star
* 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