| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: designware: Fix the functionality flags of the slave-only interface | Jean Delvare | 2024-06-12 | 1 | -1/+1 |
* | i2c: designware: fix idx_write_cnt in read loop | David Zheng | 2023-06-05 | 1 | -0/+4 |
* | i2c: designware: Change from u32 to unsigned int for regmap_read() calls | Shyam Sundar S K | 2023-01-28 | 1 | -2/+2 |
* | i2c: designware: Remove common i2c_dw_disable_int() | Jarkko Nikula | 2022-11-12 | 1 | -2/+1 |
* | i2c: designware: Simplify slave interrupt handler nesting | Jarkko Nikula | 2022-11-12 | 1 | -14/+4 |
* | i2c: designware: Remove unused completion code from i2c-designware-slave | Jarkko Nikula | 2022-11-12 | 1 | -4/+0 |
* | i2c: designware: Remove needless initializations from i2c_dw_reg_slave() | Jarkko Nikula | 2022-11-12 | 1 | -6/+0 |
* | i2c: designware: Define software status flags with BIT() | Jarkko Nikula | 2022-11-12 | 1 | -1/+1 |
* | i2c: designware: Empty receive FIFO in slave interrupt handler | Jarkko Nikula | 2022-11-12 | 1 | -5/+7 |
* | i2c: designware: Fix slave state machine for sequential reads | Jarkko Nikula | 2022-11-12 | 1 | -16/+16 |
* | i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED | Michael Wu | 2020-11-06 | 1 | -27/+18 |
* | i2c: designware: call i2c_dw_read_clear_intrbits_slave() once | Michael Wu | 2020-11-06 | 1 | -6/+1 |
* | i2c: designware: Convert driver to using regmap API | Serge Semin | 2020-05-30 | 1 | -36/+41 |
* | i2c: designware: Move configuration routines to respective modules | Andy Shevchenko | 2020-05-13 | 1 | -0/+11 |
* | i2c: designware: Fix spelling typos in the comments | Andy Shevchenko | 2020-03-21 | 1 | -1/+1 |
* | i2c: designware: Detect the FIFO size in the common code | Serge Semin | 2020-03-21 | 1 | -0/+2 |
* | i2c: designware: Synchronize IRQs when unregistering slave client | Jarkko Nikula | 2019-08-29 | 1 | -0/+1 |
* | i2c: designware: Add SPDX license tag | Andy Shevchenko | 2018-08-20 | 1 | -14/+1 |
* | i2c: designware: Move SDA hold time configuration to common code | Jarkko Nikula | 2018-07-03 | 1 | -21/+6 |
* | i2c: designware: Move register access detection to common code | Jarkko Nikula | 2018-07-03 | 1 | -14/+4 |
* | i2c: designware: Remove needless variable from i2c_dw_init_slave() | Jarkko Nikula | 2018-07-03 | 1 | -3/+1 |
* | i2c: designware: refactor low-level enable/disable | Alexander Monakov | 2018-05-15 | 1 | -3/+3 |
* | i2c: designware: Don't set SCL timings and speed mode when in slave mode | Jarkko Nikula | 2017-11-27 | 1 | -64/+0 |
* | Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-09-09 | 1 | -1/+1 |
|\ |
|
| * | i2c: constify internal structures | Gustavo A. R. Silva | 2017-08-12 | 1 | -1/+1 |
* | | i2c: designware: Fix runtime PM for I2C slave mode | Jarkko Nikula | 2017-08-17 | 1 | -0/+3 |
* | | i2c: designware: Remove needless pm_runtime_put_noidle() call | Jarkko Nikula | 2017-08-17 | 1 | -1/+0 |
* | | i2c: designware: Fix oops from i2c_dw_irq_handler_slave | Jarkko Nikula | 2017-08-14 | 1 | -1/+1 |
|/ |
|
* | i2c: designware: Make HW init functions static | Jarkko Nikula | 2017-07-04 | 1 | -2/+1 |
* | i2c: designware: fix spelling mistakes | Colin Ian King | 2017-07-04 | 1 | -1/+1 |
* | i2c: designware: add SLAVE mode functions | Luis Oliveira | 2017-06-27 | 1 | -0/+394 |