summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27i2c: designware: Use accessors to DW_IC_INTR_MASK registerJarkko Nikula1-1/+1
2023-11-13i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff1-8/+8
2023-09-19i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau1-0/+17
2023-06-05i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu1-0/+8
2023-02-25Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+7
2023-01-28i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K1-5/+6
2023-01-09i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly1-3/+6
2023-01-09i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa1-1/+1
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula1-5/+0
2022-06-13i2c: designware: Use standard optional ref clock implementationSerge Semin1-3/+0
2022-05-14i2c: designware: Sort timing parameter ACPI method calls by the speedJarkko Nikula1-1/+1
2022-02-11i2c: designware: Add missing locksJan Dabros1-0/+12
2021-08-11i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko1-4/+4
2021-04-06i2c: designware: Add driver support for AMD NAVI GPUSanket Goswami1-0/+3
2020-06-23i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko1-8/+17
2020-05-31i2c: designware: Convert driver to using regmap APISerge Semin1-51/+126
2020-05-22i2c: designware: Drop hard coded FIFO depth assignmentAndy Shevchenko1-3/+0
2020-05-22i2c: designware: Move ACPI parts into common moduleAndy Shevchenko1-4/+131
2020-05-22i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()Andy Shevchenko1-8/+6
2020-05-22i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko1-0/+24
2020-03-21i2c: designware: Fix spelling typos in the commentsAndy Shevchenko1-4/+4
2020-03-21i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin1-6/+0
2020-03-21i2c: designware: Detect the FIFO size in the common codeSerge Semin1-0/+22
2019-03-20i2c: designware: Add support for an interface clockPhil Edworthy1-2/+16
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2018-10-25i2c: designware: Cleanup bus lock handlingHans de Goede1-2/+2
2018-09-03i2c: designware: allow IP specific sda_hold_timeAlexandre Belloni1-0/+2
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko1-14/+1
2018-07-04i2c: designware: Add debug print for SDA hold time valueJarkko Nikula1-0/+4
2018-07-04i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula1-0/+37
2018-07-04i2c: designware: Don't use internal ___constant_swab32Jarkko Nikula1-1/+2
2018-07-04i2c: designware: Move register access detection to common codeJarkko Nikula1-0/+34
2018-05-15i2c: designware: refactor low-level enable/disableAlexander Monakov1-11/+9
2017-11-28i2c: designware: fix building driver as modulePhil Reid1-0/+1
2017-11-27i2c: designware: add i2c gpio recovery optionTim Sander1-1/+5
2017-11-27i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clkPhil Reid1-5/+5
2017-11-27i2c: designware: move i2c_dw_plat_prepare_clk to commonPhil Reid1-0/+13
2017-06-28i2c: designware: add SLAVE mode functionsLuis Oliveira1-0/+6
2017-06-19i2c: designware: MASTER mode as separated driverLuis Oliveira1-0/+275