summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware-common.c
AgeCommit message (Expand)Author
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-11-24i2c: designware: determine HS tHIGH and tLOW based on HW parametersMichael Wu
2024-11-17i2c: designware: constify abort_sourcesRaag Jadav
2024-11-13i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko
2024-11-13i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()Andy Shevchenko
2024-11-13i2c: designware: Get rid of redundant 'else'Andy Shevchenko
2024-11-08i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not setLiu Peibao
2024-09-24i2c: designware: fix controller is holding SCL low while ENABLE bit is disabledKimriver Liu
2024-09-11i2c: designware: Propagate firmware nodeAndy Shevchenko
2024-09-11i2c: designware: Uninline i2c_dw_probe()Andy Shevchenko
2024-09-10i2c: designware: Consolidate PM opsAndy Shevchenko
2024-09-10i2c: designware: Remove ->disable() callbackAndy Shevchenko
2024-09-10i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko
2024-09-10i2c: designware: Unify the firmware type checksAndy Shevchenko
2024-09-10i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko
2024-09-10i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko
2024-09-10i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang
2024-02-27i2c: designware: Use accessors to DW_IC_INTR_MASK registerJarkko Nikula
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