summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware-core.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-27i2c: designware: Implement generic polling mode code for Wangxun 10Gb NICJarkko Nikula1-0/+5
2024-02-27i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NICJarkko Nikula1-1/+1
2024-02-27i2c: designware: Use accessors to DW_IC_INTR_MASK registerJarkko Nikula1-0/+7
2024-02-27i2c: designware: Do not enable interrupts shortly in polling modeJarkko Nikula1-0/+8
2024-02-27i2c: designware: Uniform initialization flow for polling modeJarkko Nikula1-0/+1
2023-09-19i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau1-0/+3
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2023-06-05i2c: designware: fix idx_write_cnt in read loopDavid Zheng1-0/+1
2023-06-05i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu1-0/+4
2023-04-20i2c: designware: Use PCI PSP driver for communicationMario Limonciello1-1/+0
2023-01-28i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K1-1/+1
2023-01-28i2c: designware: add a new bit check for IC_CON controlShyam Sundar S K1-0/+1
2023-01-09i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa1-1/+1
2022-11-12i2c: designware: Add comment to custom register value constantsJarkko Nikula1-2/+2
2022-11-12i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula1-115/+115
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula1-3/+0
2022-11-12i2c: designware: Define software status flags with BIT()Jarkko Nikula1-5/+5
2022-11-12i2c: designware: Empty receive FIFO in slave interrupt handlerJarkko Nikula1-0/+1
2022-11-12i2c: designware: Fix slave state machine for sequential readsJarkko Nikula1-1/+0
2022-10-05i2c: designware: Fix handling of real but unexpected device interruptsJarkko Nikula1-2/+5
2022-03-01i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpersHans de Goede1-2/+0
2022-02-11i2c: designware: Add AMD PSP I2C bus supportJan Dabros1-3/+15
2021-11-29i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko1-4/+9
2021-08-11i2c: designware: Fix indentation in the headerAndy Shevchenko1-2/+2
2021-04-06i2c: designware: Add driver support for AMD NAVI GPUSanket Goswami1-0/+8
2021-02-26i2c: designware: Get right data lengthLiguang Zhang1-0/+2
2020-12-09i2c: designware: Make register offsets all of the same widthAndy Shevchenko1-3/+3
2020-12-09i2c: designware: Switch header to use BIT() and GENMASK()Andy Shevchenko1-46/+46
2020-06-23i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko1-2/+1
2020-05-31i2c: designware: Add Baikal-T1 System I2C supportSerge Semin1-0/+3
2020-05-31i2c: designware: Convert driver to using regmap APISerge Semin1-12/+10
2020-05-30i2c: designware: Discard Cherry Trail model flagSerge Semin1-2/+1
2020-05-22i2c: designware: Move ACPI parts into common moduleAndy Shevchenko1-7/+8
2020-05-22i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko1-0/+9
2020-05-22i2c: designware: Include proper headers in i2c-desingware-core.hAndy Shevchenko1-0/+9
2020-05-22i2c: designware: Get rid of PCI driver specifics in common codeAndy Shevchenko1-1/+0
2020-05-13i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()Andy Shevchenko1-1/+14
2020-05-13i2c: designware: Move configuration routines to respective modulesAndy Shevchenko1-0/+12
2020-03-21i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin1-1/+0
2020-03-21i2c: designware: Detect the FIFO size in the common codeSerge Semin1-0/+1
2019-03-20i2c: designware: Add support for an interface clockPhil Edworthy1-0/+2
2019-02-23i2c: designware: Do not allow i2c_dw_xfer() calls while suspendedHans de Goede1-0/+2
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+2
2018-10-25i2c: designware: Cleanup bus lock handlingHans de Goede1-7/+2
2018-10-12i2c: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllersHans de Goede1-0/+1
2018-09-06i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaroundHans de Goede1-2/+2
2018-09-03i2c: designware: add MSCC Ocelot supportAlexandre Belloni1-0/+3
2018-09-03i2c: designware: allow IP specific sda_hold_timeAlexandre Belloni1-0/+1
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko1-14/+1
2018-08-08i2c: designware: Convert to use struct i2c_timingsAndy Shevchenko1-4/+3