summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-common.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff2023-11-131-8/+8
* i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau2023-09-191-0/+17
* i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu2023-06-051-0/+8
* Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-241-6/+7
|\
| * i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K2023-01-281-5/+6
| * i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa2023-01-091-1/+1
* | i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly2023-01-091-3/+6
|/
* i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula2022-11-121-5/+0
* i2c: designware: Use standard optional ref clock implementationSerge Semin2022-06-131-3/+0
* i2c: designware: Sort timing parameter ACPI method calls by the speedJarkko Nikula2022-05-141-1/+1
* i2c: designware: Add missing locksJan Dabros2022-02-111-0/+12
* i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko2021-08-111-4/+4
* i2c: designware: Add driver support for AMD NAVI GPUSanket Goswami2021-04-051-0/+3
* i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko2020-06-231-8/+17
* i2c: designware: Convert driver to using regmap APISerge Semin2020-05-301-51/+126
* i2c: designware: Drop hard coded FIFO depth assignmentAndy Shevchenko2020-05-221-3/+0
* i2c: designware: Move ACPI parts into common moduleAndy Shevchenko2020-05-221-4/+131
* i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()Andy Shevchenko2020-05-221-8/+6
* i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko2020-05-221-0/+24
* i2c: designware: Fix spelling typos in the commentsAndy Shevchenko2020-03-211-4/+4
* i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2020-03-211-6/+0
* i2c: designware: Detect the FIFO size in the common codeSerge Semin2020-03-211-0/+22
* i2c: designware: Add support for an interface clockPhil Edworthy2019-03-201-2/+16
* Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-301-2/+2
|\
| * i2c: designware: Cleanup bus lock handlingHans de Goede2018-10-251-2/+2
* | i2c: designware: allow IP specific sda_hold_timeAlexandre Belloni2018-09-021-0/+2
|/
* i2c: designware: Add SPDX license tagAndy Shevchenko2018-08-201-14/+1
* i2c: designware: Add debug print for SDA hold time valueJarkko Nikula2018-07-031-0/+4
* i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula2018-07-031-0/+37
* i2c: designware: Don't use internal ___constant_swab32Jarkko Nikula2018-07-031-1/+2
* i2c: designware: Move register access detection to common codeJarkko Nikula2018-07-031-0/+34
* i2c: designware: refactor low-level enable/disableAlexander Monakov2018-05-151-11/+9
* i2c: designware: fix building driver as modulePhil Reid2017-11-281-0/+1
* i2c: designware: add i2c gpio recovery optionTim Sander2017-11-271-1/+5
* i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clkPhil Reid2017-11-271-5/+5
* i2c: designware: move i2c_dw_plat_prepare_clk to commonPhil Reid2017-11-271-0/+13
* i2c: designware: add SLAVE mode functionsLuis Oliveira2017-06-271-0/+6
* i2c: designware: MASTER mode as separated driverLuis Oliveira2017-06-191-0/+275