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