summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-platdrv.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware: Find bus speed from ACPIJarkko Nikula2016-08-261-1/+5
* i2c: designware: Enable high speed modeWeifeng Voon2016-08-261-5/+11
* i2c: designware: set the common config before the if elseWeifeng Voon2016-08-261-4/+6
* i2c: designware: Enable fast mode plusWeifeng Voon2016-08-261-3/+6
* i2c: designware: get fast plus and high speed *CNT configurationWeifeng Voon2016-08-261-0/+2
* i2c: designware: Move clk_freq into struct dw_i2c_devWeifeng Voon2016-08-261-6/+6
* i2c: designware: Add device HID for future AMD I2C controllerXiangliang Yu2016-03-101-0/+1
* Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-01-141-11/+21
|\
| * i2c: designware: Do not require clock when SSCN and FFCN are providedSuravee Suthikulpanit2016-01-101-11/+20
| * i2c: designware: Add support for AMD Seattle I2CSuravee Suthikulpanit2016-01-041-0/+1
* | Merge branch 'acpi-soc'Rafael J. Wysocki2016-01-121-0/+1
|\ \
| * | i2c: dw: Add APM X-Gene ACPI I2C device supportLoc Ho2016-01-071-0/+1
| |/
* | Merge branch 'device-properties'Rafael J. Wysocki2016-01-121-27/+23
|\ \
| * | i2c: designware: Convert to use unified device property APIMika Westerberg2015-12-071-27/+23
| |/
* | i2c: designware: Keep pm_runtime_enable/_disable calls in syncJarkko Nikula2015-12-121-5/+4
* | i2c: designware: fix IO timeout issue for AMD controllerXiangliang Yu2015-12-121-1/+6
|/
* Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-11-101-64/+17
|\
| * i2c: add ACPI support for I2C mux portsDustin Byford2015-10-251-0/+1
| * i2c: designware: reverts "i2c: designware: Add support for AMD I2C controller"Ken Xue2015-10-231-26/+1
| * i2c: designware: Fix build error when !CONFIG_PM_SLEEPJarkko Nikula2015-10-221-2/+2
| * i2c: designware: Move common probe code into i2c_dw_probe()Jarkko Nikula2015-10-151-26/+2
| * i2c: designware: Rename platform driver probe and PM functionsJarkko Nikula2015-10-151-12/+12
* | i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348Mika Westerberg2015-10-181-0/+20
* | i2c: designware-platdrv: enable RuntimePM before registering to the coreWolfram Sang2015-10-151-6/+7
|/
* i2c: designware: Make sure the device is suspended before disabling runtime PMMika Westerberg2015-06-211-1/+2
* i2c: designware: Avoid unnecessary resuming during system suspendJisheng Zhang2015-06-031-4/+28
* 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
OpenPOWER on IntegriCloud