summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware-common.c
AgeCommit message (Expand)Author
2023-11-13i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff
2023-09-19i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau
2023-06-05i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu
2023-02-24Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-28i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K
2023-01-09i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly
2023-01-09i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula
2022-06-13i2c: designware: Use standard optional ref clock implementationSerge Semin
2022-05-14i2c: designware: Sort timing parameter ACPI method calls by the speedJarkko Nikula
2022-02-11i2c: designware: Add missing locksJan Dabros
2021-08-11i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko
2021-04-05i2c: designware: Add driver support for AMD NAVI GPUSanket Goswami
2020-06-23i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko
2020-05-30i2c: designware: Convert driver to using regmap APISerge Semin
2020-05-22i2c: designware: Drop hard coded FIFO depth assignmentAndy Shevchenko
2020-05-22i2c: designware: Move ACPI parts into common moduleAndy Shevchenko
2020-05-22i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()Andy Shevchenko
2020-05-22i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko
2020-03-21i2c: designware: Fix spelling typos in the commentsAndy Shevchenko
2020-03-21i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin
2020-03-21i2c: designware: Detect the FIFO size in the common codeSerge Semin
2019-03-20i2c: designware: Add support for an interface clockPhil Edworthy
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-25i2c: designware: Cleanup bus lock handlingHans de Goede
2018-09-02i2c: designware: allow IP specific sda_hold_timeAlexandre Belloni
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko
2018-07-03i2c: designware: Add debug print for SDA hold time valueJarkko Nikula
2018-07-03i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula
2018-07-03i2c: designware: Don't use internal ___constant_swab32Jarkko Nikula
2018-07-03i2c: designware: Move register access detection to common codeJarkko Nikula
2018-05-15i2c: designware: refactor low-level enable/disableAlexander Monakov
2017-11-28i2c: designware: fix building driver as modulePhil Reid
2017-11-27i2c: designware: add i2c gpio recovery optionTim Sander
2017-11-27i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clkPhil Reid
2017-11-27i2c: designware: move i2c_dw_plat_prepare_clk to commonPhil Reid
2017-06-27i2c: designware: add SLAVE mode functionsLuis Oliveira
2017-06-19i2c: designware: MASTER mode as separated driverLuis Oliveira