summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-core.h
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau2023-09-191-0/+3
* Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-021-0/+4
|\
| * i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu2023-06-051-0/+4
* | i2c: designware: fix idx_write_cnt in read loopDavid Zheng2023-06-051-0/+1
|/
* i2c: designware: Use PCI PSP driver for communicationMario Limonciello2023-04-201-1/+0
* i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K2023-01-281-1/+1
* i2c: designware: add a new bit check for IC_CON controlShyam Sundar S K2023-01-281-0/+1
* i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa2023-01-091-1/+1
* i2c: designware: Add comment to custom register value constantsJarkko Nikula2022-11-121-2/+2
* i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula2022-11-121-115/+115
* i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula2022-11-121-3/+0
* i2c: designware: Define software status flags with BIT()Jarkko Nikula2022-11-121-5/+5
* i2c: designware: Empty receive FIFO in slave interrupt handlerJarkko Nikula2022-11-121-0/+1
* i2c: designware: Fix slave state machine for sequential readsJarkko Nikula2022-11-121-1/+0
* i2c: designware: Fix handling of real but unexpected device interruptsJarkko Nikula2022-10-051-2/+5
* i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpersHans de Goede2022-03-011-2/+0
* i2c: designware: Add AMD PSP I2C bus supportJan Dabros2022-02-111-3/+15
* i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko2021-11-291-4/+9
* i2c: designware: Fix indentation in the headerAndy Shevchenko2021-08-111-2/+2
* i2c: designware: Add driver support for AMD NAVI GPUSanket Goswami2021-04-051-0/+8
* i2c: designware: Get right data lengthLiguang Zhang2021-02-261-0/+2
* i2c: designware: Make register offsets all of the same widthAndy Shevchenko2020-12-091-3/+3
* i2c: designware: Switch header to use BIT() and GENMASK()Andy Shevchenko2020-12-091-46/+46
* i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko2020-06-231-2/+1
* i2c: designware: Add Baikal-T1 System I2C supportSerge Semin2020-05-301-0/+3
* i2c: designware: Convert driver to using regmap APISerge Semin2020-05-301-12/+10
* i2c: designware: Discard Cherry Trail model flagSerge Semin2020-05-301-2/+1
* i2c: designware: Move ACPI parts into common moduleAndy Shevchenko2020-05-221-7/+8
* i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko2020-05-221-0/+9
* i2c: designware: Include proper headers in i2c-desingware-core.hAndy Shevchenko2020-05-221-0/+9
* i2c: designware: Get rid of PCI driver specifics in common codeAndy Shevchenko2020-05-221-1/+0
* i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()Andy Shevchenko2020-05-131-1/+14
* i2c: designware: Move configuration routines to respective modulesAndy Shevchenko2020-05-131-0/+12
* i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2020-03-211-1/+0
* i2c: designware: Detect the FIFO size in the common codeSerge Semin2020-03-211-0/+1
* i2c: designware: Add support for an interface clockPhil Edworthy2019-03-201-0/+2
* i2c: designware: Do not allow i2c_dw_xfer() calls while suspendedHans de Goede2019-02-231-0/+2
* Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-301-7/+2
|\
| * i2c: designware: Cleanup bus lock handlingHans de Goede2018-10-251-7/+2
* | i2c: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllersHans de Goede2018-10-111-0/+1
* | i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaroundHans de Goede2018-09-061-2/+2
* | i2c: designware: add MSCC Ocelot supportAlexandre Belloni2018-09-021-0/+3
* | i2c: designware: allow IP specific sda_hold_timeAlexandre Belloni2018-09-021-0/+1
|/
* i2c: designware: Add SPDX license tagAndy Shevchenko2018-08-201-14/+1
* i2c: designware: Convert to use struct i2c_timingsAndy Shevchenko2018-08-081-4/+3
* i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula2018-07-031-0/+1
* i2c: designware: Move register access detection to common codeJarkko Nikula2018-07-031-0/+1
* i2c: designware: refactor low-level enable/disableAlexander Monakov2018-05-151-2/+12
* Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-041-0/+2
|\
| * i2c: designware: add i2c gpio recovery optionTim Sander2017-11-271-0/+1