summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-designware-slave.c
AgeCommit message (Expand)Author
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-13i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko
2024-09-10i2c: designware: Remove ->disable() callbackAndy Shevchenko
2024-09-10i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko
2024-06-12i2c: designware: Fix the functionality flags of the slave-only interfaceJean Delvare
2023-06-05i2c: designware: fix idx_write_cnt in read loopDavid Zheng
2023-01-28i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula
2022-11-12i2c: designware: Simplify slave interrupt handler nestingJarkko Nikula
2022-11-12i2c: designware: Remove unused completion code from i2c-designware-slaveJarkko Nikula
2022-11-12i2c: designware: Remove needless initializations from i2c_dw_reg_slave()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
2020-11-06i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu
2020-11-06i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu
2020-05-30i2c: designware: Convert driver to using regmap APISerge Semin
2020-05-13i2c: designware: Move configuration routines to respective modulesAndy Shevchenko
2020-03-21i2c: designware: Fix spelling typos in the commentsAndy Shevchenko
2020-03-21i2c: designware: Detect the FIFO size in the common codeSerge Semin
2019-08-29i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula
2018-08-20i2c: designware: Add SPDX license tagAndy 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-07-03i2c: designware: Remove needless variable from i2c_dw_init_slave()Jarkko Nikula
2018-05-15i2c: designware: refactor low-level enable/disableAlexander Monakov
2017-11-27i2c: designware: Don't set SCL timings and speed mode when in slave modeJarkko Nikula
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-17i2c: designware: Fix runtime PM for I2C slave modeJarkko Nikula
2017-08-17i2c: designware: Remove needless pm_runtime_put_noidle() callJarkko Nikula
2017-08-14i2c: designware: Fix oops from i2c_dw_irq_handler_slaveJarkko Nikula
2017-08-12i2c: constify internal structuresGustavo A. R. Silva
2017-07-04i2c: designware: Make HW init functions staticJarkko Nikula
2017-07-04i2c: designware: fix spelling mistakesColin Ian King
2017-06-27i2c: designware: add SLAVE mode functionsLuis Oliveira