Age | Commit message (Expand) | Author |
2020-02-07 | Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds |
2020-02-07 | Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada |
2020-02-03 | i2c: designware: Add ACPI HID for Hisilicon Hip08-Lite I2C controller | Hanjun Guo |
2020-01-31 | i2c: cros-ec-tunnel: Fix ACPI identifier | Raul E Rangel |
2020-01-31 | i2c: cros-ec-tunnel: Fix slave device enumeration | Akshu Agrawal |
2020-01-30 | i2c: stm32f7: add PM_SLEEP suspend/resume support | Alain Volmat |
2020-01-30 | i2c: cadence: Fix wording in i2c-cadence driver | Michal Simek |
2020-01-30 | i2c: cadence: Fix power management order of operations | Topi Kuutela |
2020-01-30 | i2c: cadence: Fix error printing in case of defer | Shubhrajyoti Datta |
2020-01-30 | i2c: cadence: Handle transfer_size rollover | Alex Williams |
2020-01-29 | i2c: i801: Add support for Intel Comet Lake PCH-V | Jarkko Nikula |
2020-01-29 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang |
2020-01-29 | i2c: xiic: fix indentation issue | Colin Ian King |
2020-01-29 | i2c: parport: fix spelling mistake: "Atmost" -> "At most" | Colin Ian King |
2020-01-27 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds |
2020-01-23 | i2c: exynos: Update Kconfig documentation | Krzysztof Kozlowski |
2020-01-23 | i2c: Enable compile testing for more drivers | Krzysztof Kozlowski |
2020-01-15 | i2c: xiic: Fix the clocking across bind unbind | Shubhrajyoti Datta |
2020-01-15 | i2c: xiic: defer the probe if clock is not found | Venkatesh Yadav Abbarapu |
2020-01-15 | i2c: xiic: Add timeout to the rx fifo wait loop | Shubhrajyoti Datta |
2020-01-15 | i2c: highlander: Use proper printk format for size_t | Krzysztof Kozlowski |
2020-01-15 | i2c: pnx: Use proper printk format for resource_size_t | Krzysztof Kozlowski |
2020-01-15 | i2c: pmcmsp: Use proper printk format for resource_size_t | Krzysztof Kozlowski |
2020-01-15 | i2c: i2c-core-of: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: i2c-core-base: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: i2c-core-acpi: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: xiic: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: taos-evm: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: powermac: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: ocores: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: nvidia-gpu: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: i801: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: cht-wc: convert to use i2c_new_client_device() | Wolfram Sang |
2020-01-15 | i2c: iop3xx: Fix memory leak in probe error path | Krzysztof Kozlowski |
2020-01-15 | i2c: stu300: Use proper printk format for iomem pointer | Krzysztof Kozlowski |
2020-01-15 | i2c: tegra: Check DMA completion status in addition to left time | Dmitry Osipenko |
2020-01-15 | i2c: tegra: Always terminate DMA transfer | Dmitry Osipenko |
2020-01-15 | i2c: tegra: Use relaxed versions of readl/writel | Dmitry Osipenko |
2020-01-15 | i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN | Dmitry Osipenko |
2020-01-15 | i2c: tegra: Support atomic transfers | Dmitry Osipenko |
2020-01-15 | i2c: tegra: Prevent interrupt triggering after transfer timeout | Dmitry Osipenko |
2020-01-15 | Merge branch 'i2c/for-current' into i2c/for-5.6 | Wolfram Sang |
2020-01-15 | i2c: parport: move include file into main source | Wolfram Sang |
2020-01-15 | i2c: parport: simplify Kconfig description | Wolfram Sang |
2020-01-15 | i2c: parport-light: remove driver | Wolfram Sang |
2020-01-15 | i2c: tegra: Properly disable runtime PM on driver's probe error | Dmitry Osipenko |
2020-01-15 | i2c: tegra: Fix suspending in active runtime PM state | Dmitry Osipenko |
2020-01-13 | i2c: meson: implement the master_xfer_atomic callback | Martin Blumenstingl |
2020-01-09 | i2c: fix bus recovery stop mode timing | Russell King |