index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-designware-platdrv.c
Age
Commit message (
Expand
)
Author
2026-01-22
i2c: designware: Use device_is_compatible() instead of custom approach
Andy Shevchenko
2026-01-15
i2c: designware: Remove not-going-to-be-supported code for Baikal SoC
Andy Shevchenko
2025-12-17
i2c: designware: Sort compatible strings in alphabetical order
Benoît Monin
2025-10-27
i2c: designware: Omit a variable reassignment in dw_i2c_plat_probe()
Markus Elfring
2025-10-27
i2c: designware: Remove i2c_dw_remove_lock_support()
Nathan Chancellor
2025-09-26
i2c: designware: Add disabling clocks when probe fails
Kunihiko Hayashi
2025-09-26
i2c: designware: Fix clock issue when PM is disabled
Kunihiko Hayashi
2025-09-25
i2c: designware: use dev_err_probe() when probing platform device
Benoît Monin
2025-07-10
i2c: designware: Add quirk for Intel Xe
Heikki Krogerus
2025-07-10
i2c: designware: Use polling by default when there is no irq resource
Heikki Krogerus
2025-05-19
i2c: designware: Use better constants from units.h
Andy Shevchenko
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-24
i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKA
Yoshihiro Furudera
2024-11-17
i2c: designware: Add a new ACPI HID for HJMC01 I2C controller
Hunter Yu
2024-11-17
i2c: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-11-13
i2c: designware: Fix spelling and other issues in the comments
Andy Shevchenko
2024-11-13
i2c: designware: Use temporary variable for struct device
Andy Shevchenko
2024-09-11
i2c: designware: Propagate firmware node
Andy Shevchenko
2024-09-10
i2c: designware: Consolidate PM ops
Andy Shevchenko
2024-09-10
i2c: designware: Remove ->disable() callback
Andy Shevchenko
2024-09-10
i2c: designware: Move exports to I2C_DW namespaces
Andy Shevchenko
2024-09-10
i2c: designware: Consolidate firmware parsing and configuring code
Andy Shevchenko
2024-09-10
i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
Andy Shevchenko
2024-09-10
i2c: designware: Drop return value from dw_i2c_of_configure()
Andy Shevchenko
2024-09-10
i2c: designware: Always provide device ID tables
Andy Shevchenko
2024-09-10
i2c: designware: Unify terminator in device ID tables
Andy Shevchenko
2024-09-10
i2c: designware: Replace a while-loop by for-loop
Andy Shevchenko
2024-07-09
i2c: designware: Constify read-only struct regmap_config
Javier Carrasco
2024-05-06
i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
Andy Shevchenko
2024-05-06
i2c: designware: Add ACPI ID for Granite Rapids-D I2C controller
Shanth Murthy
2024-02-27
i2c: designware: Uniform initialization flow for polling mode
Jarkko Nikula
2023-08-08
i2c: designware: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-06-05
i2c: designware: Add driver support for Wangxun 10Gb NIC
Jiawen Wu
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-20
i2c: designware: Use PCI PSP driver for communication
Mario Limonciello
2023-01-09
i2c: designware: Fix unbalanced suspended flag
Richard Fitzgerald
2022-06-13
i2c: designware: Use standard optional ref clock implementation
Serge Semin
2022-03-11
i2c: designware: Mark dw_i2c_plat_{suspend,resume}() as __maybe_unused
Nathan Chancellor
2022-03-01
i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpers
Hans de Goede
2022-03-01
i2c: designware: Lock the adapter while setting the suspended flag
Hans de Goede
2022-02-11
i2c: designware: Add AMD PSP I2C bus support
Jan Dabros
2021-11-29
i2c: designware: Enable async suspend / resume of designware devices
Rajat Jain
2021-08-11
i2c: designware: Use DIV_ROUND_CLOSEST() macro
Andy Shevchenko
2021-04-14
i2c: designware: Get rid of legacy platform data
Andy Shevchenko
2020-08-07
i2c: designware: Add device HID for Hygon I2C controller
Pu Wen
2020-07-04
i2c: designware: platdrv: Set class based on DMI
Ricardo Ribalda
2020-06-23
i2c: designware: Adjust bus speed independently of ACPI
Andy Shevchenko
2020-06-13
Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2020-05-30
i2c: designware: Add Baikal-T1 System I2C support
Serge Semin
2020-05-30
i2c: designware: Move reg-space remapping into a dedicated function
Serge Semin
[next]