aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-baytrail.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-11i2c: designware: Add AMD PSP I2C bus supportJan Dabros1-6/+6
2020-03-21i2c: designware: Fix spelling typos in the commentsAndy Shevchenko1-1/+1
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-137/+2
2018-10-25i2c: designware: Cleanup bus lock handlingHans de Goede1-16/+2
2018-10-25x86: baytrail/cherrytrail: Rework and move P-Unit PMIC bus semaphore codeHans de Goede1-123/+2
2018-09-06i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaroundHans de Goede1-1/+1
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko1-9/+1
2017-04-19i2c: designware-baytrail: fix potential null pointer dereference on devColin Ian King1-1/+3
2017-03-22i2c: designware: Never suspend i2c-busses used for accessing the system PMICHans de Goede1-1/+1
2017-03-22i2c-designware: increase timeout of semaphore transferOliver Neukum1-1/+1
2017-03-02i2c: designware-baytrail: Call pmic_bus_access_notifier_chainHans de Goede1-0/+4
2017-03-02i2c: designware-baytrail: Acquire P-Unit access on bus acquireHans de Goede1-0/+4
2017-03-02i2c: designware-baytrail: Add support for cherrytrailHans de Goede1-4/+15
2017-03-02i2c: designware-baytrail: Fix race when resetting the semaphoreHans de Goede1-9/+2
2017-03-02i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding the punit semaphoreHans de Goede1-2/+22
2017-03-02i2c: designware-baytrail: Only check iosf_mbi_available() for shared hostsHans de Goede1-6/+7
2017-03-02i2c: designware-baytrail: Pass dw_i2c_dev into helper functionsHans de Goede1-8/+8
2016-02-12i2c: designware-platform: Drop duplicate module informationJean Delvare1-5/+0
2015-12-09x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko1-11/+6
2015-03-07i2c: designware-baytrail: baytrail_i2c_acquire() might sleepAndy Shevchenko1-2/+4
2015-03-07i2c: designware-baytrail: cross-check lock functionsAndy Shevchenko1-1/+1
2015-03-07i2c: designware-baytrail: fix sparse warningsAndy Shevchenko1-7/+5
2015-03-07i2c: designware-baytrail: fix typo in error pathAndy Shevchenko1-2/+2
2015-03-07i2c: designware-baytrail: describe magic numbersAndy Shevchenko1-7/+9
2015-01-26i2c: designware: Add Intel Baytrail PMIC I2C bus supportDavid Box1-0/+160