summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-slave.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula1-2/+1
2022-11-12i2c: designware: Simplify slave interrupt handler nestingJarkko Nikula1-14/+4
2022-11-12i2c: designware: Remove unused completion code from i2c-designware-slaveJarkko Nikula1-4/+0
2022-11-12i2c: designware: Remove needless initializations from i2c_dw_reg_slave()Jarkko Nikula1-6/+0
2022-11-12i2c: designware: Define software status flags with BIT()Jarkko Nikula1-1/+1
2022-11-12i2c: designware: Empty receive FIFO in slave interrupt handlerJarkko Nikula1-5/+7
2022-11-12i2c: designware: Fix slave state machine for sequential readsJarkko Nikula1-16/+16
2020-11-06i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu1-27/+18
2020-11-06i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu1-6/+1
2020-05-30i2c: designware: Convert driver to using regmap APISerge Semin1-36/+41
2020-05-13i2c: designware: Move configuration routines to respective modulesAndy Shevchenko1-0/+11
2020-03-21i2c: designware: Fix spelling typos in the commentsAndy Shevchenko1-1/+1
2020-03-21i2c: designware: Detect the FIFO size in the common codeSerge Semin1-0/+2
2019-08-29i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula1-0/+1
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko1-14/+1
2018-07-03i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula1-21/+6
2018-07-03i2c: designware: Move register access detection to common codeJarkko Nikula1-14/+4
2018-07-03i2c: designware: Remove needless variable from i2c_dw_init_slave()Jarkko Nikula1-3/+1
2018-05-15i2c: designware: refactor low-level enable/disableAlexander Monakov1-3/+3
2017-11-27i2c: designware: Don't set SCL timings and speed mode when in slave modeJarkko Nikula1-64/+0
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-08-17i2c: designware: Fix runtime PM for I2C slave modeJarkko Nikula1-0/+3
2017-08-17i2c: designware: Remove needless pm_runtime_put_noidle() callJarkko Nikula1-1/+0
2017-08-14i2c: designware: Fix oops from i2c_dw_irq_handler_slaveJarkko Nikula1-1/+1
2017-08-12i2c: constify internal structuresGustavo A. R. Silva1-1/+1
2017-07-04i2c: designware: Make HW init functions staticJarkko Nikula1-2/+1
2017-07-04i2c: designware: fix spelling mistakesColin Ian King1-1/+1
2017-06-27i2c: designware: add SLAVE mode functionsLuis Oliveira1-0/+394