summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-slave.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware: fix idx_write_cnt in read loopDavid Zheng2023-06-051-0/+4
* i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K2023-01-281-2/+2
* i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula2022-11-121-2/+1
* i2c: designware: Simplify slave interrupt handler nestingJarkko Nikula2022-11-121-14/+4
* i2c: designware: Remove unused completion code from i2c-designware-slaveJarkko Nikula2022-11-121-4/+0
* i2c: designware: Remove needless initializations from i2c_dw_reg_slave()Jarkko Nikula2022-11-121-6/+0
* i2c: designware: Define software status flags with BIT()Jarkko Nikula2022-11-121-1/+1
* i2c: designware: Empty receive FIFO in slave interrupt handlerJarkko Nikula2022-11-121-5/+7
* i2c: designware: Fix slave state machine for sequential readsJarkko Nikula2022-11-121-16/+16
* i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu2020-11-061-27/+18
* i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu2020-11-061-6/+1
* i2c: designware: Convert driver to using regmap APISerge Semin2020-05-301-36/+41
* i2c: designware: Move configuration routines to respective modulesAndy Shevchenko2020-05-131-0/+11
* i2c: designware: Fix spelling typos in the commentsAndy Shevchenko2020-03-211-1/+1
* i2c: designware: Detect the FIFO size in the common codeSerge Semin2020-03-211-0/+2
* i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula2019-08-291-0/+1
* i2c: designware: Add SPDX license tagAndy Shevchenko2018-08-201-14/+1
* i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula2018-07-031-21/+6
* i2c: designware: Move register access detection to common codeJarkko Nikula2018-07-031-14/+4
* i2c: designware: Remove needless variable from i2c_dw_init_slave()Jarkko Nikula2018-07-031-3/+1
* i2c: designware: refactor low-level enable/disableAlexander Monakov2018-05-151-3/+3
* i2c: designware: Don't set SCL timings and speed mode when in slave modeJarkko Nikula2017-11-271-64/+0
* Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-091-1/+1
|\
| * i2c: constify internal structuresGustavo A. R. Silva2017-08-121-1/+1
* | i2c: designware: Fix runtime PM for I2C slave modeJarkko Nikula2017-08-171-0/+3
* | i2c: designware: Remove needless pm_runtime_put_noidle() callJarkko Nikula2017-08-171-1/+0
* | i2c: designware: Fix oops from i2c_dw_irq_handler_slaveJarkko Nikula2017-08-141-1/+1
|/
* i2c: designware: Make HW init functions staticJarkko Nikula2017-07-041-2/+1
* i2c: designware: fix spelling mistakesColin Ian King2017-07-041-1/+1
* i2c: designware: add SLAVE mode functionsLuis Oliveira2017-06-271-0/+394