Age | Commit message (Expand) | Author |
2021-01-22 | i2c: sprd: depend on COMMON_CLK to fix compile tests | Krzysztof Kozlowski |
2021-01-22 | Revert "i2c: imx: Remove unused .id_table support" | Fabio Estevam |
2021-01-17 | i2c: octeon: check correct size of maximum RECV_LEN packet | Wolfram Sang |
2021-01-17 | i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO | Sowjanya Komatineni |
2021-01-17 | i2c: bpmp-tegra: Ignore unknown I2C_M flags | Mikko Perttunen |
2021-01-11 | i2c: tegra: Wait for config load atomically while in ISR | Mikko Perttunen |
2021-01-05 | i2c: mediatek: Fix apdma and i2c hand-shake timeout | Qii Wang |
2021-01-04 | i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated | Hans de Goede |
2021-01-04 | i2c: sprd: use a specific timeout to avoid system hang up issue | Chunyan Zhang |
2020-12-15 | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2020-12-15 | Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap' | Rafael J. Wysocki |
2020-12-11 | i2c: remove check that can never be true | Uwe Kleine-König |
2020-12-11 | i2c: Warn when device removing fails | Uwe Kleine-König |
2020-12-09 | i2c: designware: Make register offsets all of the same width | Andy Shevchenko |
2020-12-09 | i2c: designware: Switch header to use BIT() and GENMASK() | Andy Shevchenko |
2020-12-09 | i2c: pxa: move to generic GPIO recovery | Codrin Ciubotariu |
2020-12-09 | i2c: sh_mobile: Mark adapter suspended during suspend | Geert Uytterhoeven |
2020-12-09 | i2c: owl: Add compatible for the Actions Semi S500 I2C controller | Cristian Ciocaltea |
2020-12-07 | i2c: imx: support slave mode for imx I2C driver | Biwen Li |
2020-12-07 | Merge branch 'i2c/for-current' into i2c/for-5.11 | Wolfram Sang |
2020-12-05 | i2c: mlxbf: Fix the return check of devm_ioremap and ioremap | Wang Xiaojun |
2020-12-05 | i2c: mlxbf: select CONFIG_I2C_SLAVE | Arnd Bergmann |
2020-12-03 | i2c: ismt: Adding support for I2C_SMBUS_BLOCK_PROC_CALL | Mario Alejandro Posso Escobar |
2020-12-03 | i2c: ocores: Avoid false-positive error log message. | Stefan Lässer |
2020-12-03 | Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630" | Bjorn Andersson |
2020-12-02 | i2c: mxs: Remove unneeded platform_device_id | Fabio Estevam |
2020-12-02 | i2c: pca-platform: drop two members from driver data that are assigned to only | Uwe Kleine-König |
2020-12-02 | i2c: imx: Remove unused .id_table support | Fabio Estevam |
2020-12-02 | i2c: nvidia-gpu: drop empty stub for runtime pm | Vaibhav Gupta |
2020-12-02 | i2c: mv64xxx: Add bus error recovery | Mark Tomlinson |
2020-12-02 | i2c: imx: Don't generate STOP condition if arbitration has been lost | Christian Eggers |
2020-12-02 | i2c: imx: Check for I2SR_IAL after every byte | Christian Eggers |
2020-12-02 | i2c: imx: Fix reset of I2SR_IAL flag | Christian Eggers |
2020-12-02 | i2c: qcom: Fix IRQ error misassignement | Robert Foss |
2020-12-02 | i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc() | Zhihao Cheng |
2020-11-23 | PM: sleep: Add dev_wakeup_path() helper | Patrice Chotard |
2020-11-06 | i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED | Michael Wu |
2020-11-06 | i2c: designware: call i2c_dw_read_clear_intrbits_slave() once | Michael Wu |
2020-11-06 | i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM | Geert Uytterhoeven |
2020-11-06 | i2c: mlxbf: Update author and maintainer email info | Khalil Blaiech |
2020-11-06 | i2c: mlxbf: Update reference clock frequency | Khalil Blaiech |
2020-11-06 | i2c: mlxbf: Remove unecessary wrapper functions | Khalil Blaiech |
2020-11-06 | i2c: mlxbf: Fix resrticted cast warning of sparse | Khalil Blaiech |
2020-11-06 | i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call | Khalil Blaiech |
2020-11-06 | i2c: sh_mobile: implement atomic transfers | Ulrich Hecht |
2020-11-03 | i2c: exynos5: don't check for irq 0 | Martin Kaiser |
2020-11-03 | i2c: exynos5: fix platform_get_irq error handling | Martin Kaiser |
2020-11-03 | i2c: exynos5: remove duplicate error message | Martin Kaiser |
2020-11-03 | i2c: mediatek: move dma reset before i2c reset | Qii Wang |
2020-11-03 | i2c: ocores: fix polling mode workaround on FU540-C000 SoC | Sagar Shrikant Kadam |