summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware-core.h
AgeCommit message (Expand)Author
2023-09-19i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-05i2c: designware: fix idx_write_cnt in read loopDavid Zheng
2023-06-05i2c: designware: Add driver support for Wangxun 10Gb NICJiawen Wu
2023-04-20i2c: designware: Use PCI PSP driver for communicationMario Limonciello
2023-01-28i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K
2023-01-28i2c: designware: add a new bit check for IC_CON controlShyam Sundar S K
2023-01-09i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa
2022-11-12i2c: designware: Add comment to custom register value constantsJarkko Nikula
2022-11-12i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula
2022-11-12i2c: designware: Define software status flags with BIT()Jarkko Nikula
2022-11-12i2c: designware: Empty receive FIFO in slave interrupt handlerJarkko Nikula
2022-11-12i2c: designware: Fix slave state machine for sequential readsJarkko Nikula
2022-10-05i2c: designware: Fix handling of real but unexpected device interruptsJarkko Nikula
2022-03-01i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpersHans de Goede
2022-02-11i2c: designware: Add AMD PSP I2C bus supportJan Dabros
2021-11-29i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko
2021-08-11i2c: designware: Fix indentation in the headerAndy Shevchenko
2021-04-05i2c: designware: Add driver support for AMD NAVI GPUSanket Goswami
2021-02-26i2c: designware: Get right data lengthLiguang Zhang
2020-12-09i2c: designware: Make register offsets all of the same widthAndy Shevchenko
2020-12-09i2c: designware: Switch header to use BIT() and GENMASK()Andy Shevchenko
2020-06-23i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko
2020-05-30i2c: designware: Add Baikal-T1 System I2C supportSerge Semin
2020-05-30i2c: designware: Convert driver to using regmap APISerge Semin
2020-05-30i2c: designware: Discard Cherry Trail model flagSerge Semin
2020-05-22i2c: designware: Move ACPI parts into common moduleAndy Shevchenko
2020-05-22i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko
2020-05-22i2c: designware: Include proper headers in i2c-desingware-core.hAndy Shevchenko
2020-05-22i2c: designware: Get rid of PCI driver specifics in common codeAndy Shevchenko
2020-05-13i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()Andy Shevchenko
2020-05-13i2c: designware: Move configuration routines to respective modulesAndy 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
2019-02-23i2c: designware: Do not allow i2c_dw_xfer() calls while suspendedHans de Goede
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-10-11i2c: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllersHans de Goede
2018-09-06i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaroundHans de Goede
2018-09-02i2c: designware: add MSCC Ocelot supportAlexandre Belloni
2018-09-02i2c: designware: allow IP specific sda_hold_timeAlexandre Belloni
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko
2018-08-08i2c: designware: Convert to use struct i2c_timingsAndy Shevchenko
2018-07-03i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula
2018-07-03i2c: designware: Move register access detection to common codeJarkko Nikula
2018-05-15i2c: designware: refactor low-level enable/disableAlexander Monakov
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-10PM: i2c-designware-platdrv: Optimize power managementRafael J. Wysocki