summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware: determine HS tHIGH and tLOW based on HW parametersMichael Wu9 days1-0/+6
* i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko2024-11-131-5/+5
* i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()Andy Shevchenko2024-11-131-1/+1
* i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not setLiu Peibao2024-11-081-0/+1
* i2c: designware: fix controller is holding SCL low while ENABLE bit is disabledKimriver Liu2024-09-241-0/+1
* i2c: designware: Uninline i2c_dw_probe()Andy Shevchenko2024-09-111-15/+2
* i2c: designware: Consolidate PM opsAndy Shevchenko2024-09-101-0/+3
* i2c: designware: Remove ->disable() callbackAndy Shevchenko2024-09-101-3/+1
* i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko2024-09-101-8/+1
* i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko2024-09-101-2/+2
* i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang2024-09-101-2/+4
* i2c: designware: Implement generic polling mode code for Wangxun 10Gb NICJarkko Nikula2024-02-271-0/+5
* i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NICJarkko Nikula2024-02-271-1/+1
* i2c: designware: Use accessors to DW_IC_INTR_MASK registerJarkko Nikula2024-02-271-0/+7
* i2c: designware: Do not enable interrupts shortly in polling modeJarkko Nikula2024-02-271-0/+8
* i2c: designware: Uniform initialization flow for polling modeJarkko Nikula2024-02-271-0/+1
* 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