summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-platdrv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware: Propagate firmware nodeAndy Shevchenko2024-09-111-3/+0
* i2c: designware: Consolidate PM opsAndy Shevchenko2024-09-101-63/+1
* i2c: designware: Remove ->disable() callbackAndy Shevchenko2024-09-101-2/+2
* i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko2024-09-101-0/+2
* i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko2024-09-101-46/+2
* i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko2024-09-101-4/+5
* i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko2024-09-101-5/+2
* i2c: designware: Always provide device ID tablesAndy Shevchenko2024-09-101-33/+31
* i2c: designware: Unify terminator in device ID tablesAndy Shevchenko2024-09-101-2/+2
* i2c: designware: Replace a while-loop by for-loopAndy Shevchenko2024-09-101-4/+1
* i2c: designware: Constify read-only struct regmap_configJavier Carrasco2024-07-091-1/+1
* i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()Andy Shevchenko2024-05-061-2/+6
* i2c: designware: Add ACPI ID for Granite Rapids-D I2C controllerShanth Murthy2024-05-061-0/+1
* i2c: designware: Uniform initialization flow for polling modeJarkko Nikula2024-02-271-1/+1
* i2c: designware: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-16/+6
* i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu2023-06-051-0/+15
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: designware: Use PCI PSP driver for communicationMario Limonciello2023-04-201-1/+0
* i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald2023-01-091-18/+2
* i2c: designware: Use standard optional ref clock implementationSerge Semin2022-06-131-2/+11
* i2c: designware: Mark dw_i2c_plat_{suspend,resume}() as __maybe_unusedNathan Chancellor2022-03-111-2/+2
* i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpersHans de Goede2022-03-011-7/+2
* i2c: designware: Lock the adapter while setting the suspended flagHans de Goede2022-03-011-5/+26
* i2c: designware: Add AMD PSP I2C bus supportJan Dabros2022-02-111-0/+60
* i2c: designware: Enable async suspend / resume of designware devicesRajat Jain2021-11-291-0/+2
* i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko2021-08-111-2/+3
* i2c: designware: Get rid of legacy platform dataAndy Shevchenko2021-04-141-6/+1
* i2c: designware: Add device HID for Hygon I2C controllerPu Wen2020-08-071-0/+1
* i2c: designware: platdrv: Set class based on DMIRicardo Ribalda2020-07-041-1/+14
* i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko2020-06-231-1/+1
* Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-06-131-181/+95
|\
| * i2c: designware: Add Baikal-T1 System I2C supportSerge Semin2020-05-301-2/+76
| * i2c: designware: Move reg-space remapping into a dedicated functionSerge Semin2020-05-301-5/+13
| * i2c: designware: Retrieve quirk flags as early as possibleSerge Semin2020-05-301-2/+2
| * i2c: designware: Discard Cherry Trail model flagSerge Semin2020-05-301-1/+1
| * i2c: designware: Move ACPI parts into common moduleAndy Shevchenko2020-05-221-108/+3
| * i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko2020-05-221-24/+5
| * Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang2020-05-201-4/+10
| |\
| * | i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()Andy Shevchenko2020-05-131-5/+1
| * | i2c: designware: Move configuration routines to respective modulesAndy Shevchenko2020-05-131-37/+1
| * | i2c: designware: Use devm_platform_ioremap_resource() to simplify codeAndy Shevchenko2020-05-131-6/+2
* | | PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki2020-04-241-2/+2
| |/ |/|
* | i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHTHans de Goede2020-04-151-4/+10
|/
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-15/+22
* i2c: designware: Detect the FIFO size in the common codeSerge Semin2020-03-211-24/+0
* i2c: designware: Add ACPI HID for Hisilicon Hip08-Lite I2C controllerHanjun Guo2020-02-031-0/+1
* i2c: designware: Fix optional reset error handlingAndy Shevchenko2019-08-291-10/+6
* i2c: designware: assert reset when error happen at ->probe()Andy Shevchenko2019-08-291-2/+4
* i2c: designware: Add support for an interface clockPhil Edworthy2019-03-201-0/+5
* i2c: i2c-designware-platdrv: Always use a dynamic adapter numberHans de Goede2019-03-131-4/+1