| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-02 | i2c: ismt: prevent memory corruption in ismt_access() | Dan Carpenter | 1 | -0/+3 |
| 2022-05-31 | Merge tag 'i2c-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa... | Linus Torvalds | 13 | -232/+371 |
| 2022-05-21 | drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllers | Piyush Malgujar | 1 | -0/+1 |
| 2022-05-21 | i2c: meson: fix typo in comment | Julia Lawall | 1 | -1/+1 |
| 2022-05-21 | i2c: rcar: use flags instead of atomic_xfer | Kuninori Morimoto | 1 | -10/+10 |
| 2022-05-21 | i2c: rcar: REP_AFTER_RD is not a persistent flag | Wolfram Sang | 1 | -9/+8 |
| 2022-05-21 | i2c: rcar: use BIT macro consistently | Wolfram Sang | 1 | -35/+35 |
| 2022-05-21 | i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging | Mika Westerberg | 1 | -0/+14 |
| 2022-05-21 | i2c: qcom-geni: remove unnecessary conditions | Dan Carpenter | 1 | -4/+2 |
| 2022-05-21 | i2c: mt7621: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -4/+1 |
| 2022-05-21 | i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe() | Yang Yingliang | 1 | -2/+8 |
| 2022-05-21 | i2c: rcar: refactor handling of first message | Wolfram Sang | 1 | -27/+23 |
| 2022-05-21 | i2c: rcar: avoid race condition with SMIs | Wolfram Sang | 1 | -11/+17 |
| 2022-05-21 | i2c: xiic: Correct the datatype for rx_watermark | Shubhrajyoti Datta | 1 | -2/+2 |
| 2022-05-21 | i2c: rcar: fix PM ref counts in probe error paths | Kuninori Morimoto | 1 | -6/+9 |
| 2022-05-21 | i2c: npcm: Handle spurious interrupts | Tali Perry | 1 | -29/+62 |
| 2022-05-21 | i2c: npcm: Correct register access width | Tyrone Ting | 1 | -2/+2 |
| 2022-05-21 | i2c: npcm: Add tx complete counter | Tali Perry | 1 | -0/+4 |
| 2022-05-21 | i2c: npcm: Fix timeout calculation | Tali Perry | 1 | -4/+4 |
| 2022-05-21 | i2c: npcm: Remove unused variable clk_regmap | Tali Perry | 1 | -5/+0 |
| 2022-05-21 | i2c: npcm: Change the way of getting GCR regmap | Tali Perry | 1 | -4/+8 |
| 2022-05-14 | i2c: xiic: Fix Tx Interrupt path for grouped messages | Raviteja Narayanam | 1 | -18/+20 |
| 2022-05-14 | i2c: xiic: Fix coding style issues | Michal Simek | 1 | -17/+20 |
| 2022-05-14 | i2c: xiic: return value of xiic_reinit | Shubhrajyoti Datta | 1 | -1/+4 |
| 2022-05-14 | i2c: cadence: Increase timeout per message if necessary | Lucas Tanure | 1 | -2/+10 |
| 2022-05-14 | i2c: designware: Sort timing parameter ACPI method calls by the speed | Jarkko Nikula | 1 | -1/+1 |
| 2022-05-14 | i2c: at91: Initialize dma_buf in at91_twi_xfer() | Nathan Chancellor | 1 | -1/+1 |
| 2022-05-04 | i2c: davinci: using pm_runtime_resume_and_get instead of pm_runtime_get_sync | Minghao Chi | 1 | -8/+4 |
| 2022-05-04 | i2c: meson: fix missing clk_disable_unprepare() on error in meson_i2c_probe() | Yang Yingliang | 1 | -1/+3 |
| 2022-05-04 | i2c: powermac: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy | 1 | -1/+1 |
| 2022-05-04 | i2c: at91: use dma safe buffers | Michael Walle | 1 | -0/+11 |
| 2022-05-04 | i2c: mediatek: Optimize master_xfer() and avoid circular locking | AngeloGioacchino Del Regno | 1 | -4/+7 |
| 2022-05-04 | i2c: designware: Modify timing parameters for amdpsp mailbox | Jan Dabros | 1 | -2/+2 |
| 2022-04-15 | i2c: ismt: Fix undefined behavior due to shift overflowing the constant | Borislav Petkov | 1 | -2/+2 |
| 2022-04-15 | i2c: meson: Use 50% duty cycle for I2C clock | Lucas Tanure | 1 | -10/+60 |
| 2022-04-15 | i2c: meson: Use _SHIFT and _MASK for register definitions | Lucas Tanure | 1 | -19/+22 |
| 2022-04-15 | i2c: rcar: add support for I2C_M_RECV_LEN | Wolfram Sang | 1 | -4/+27 |
| 2022-04-15 | i2c: dev: Force case user pointers in compat_i2cdev_ioctl() | Andy Shevchenko | 1 | -1/+1 |
| 2022-04-15 | i2c: dev: check return value when calling dev_set_name() | Andy Shevchenko | 1 | -5/+10 |
| 2022-04-15 | i2c: qcom-geni: Use dev_err_probe() for GPI DMA error | Bjorn Andersson | 1 | -4/+2 |
| 2022-04-15 | i2c: imx: Implement errata ERR007805 or e7805 bus frequency limit | Marek Vasut | 1 | -0/+33 |
| 2022-04-15 | i2c: pasemi: Wait for write xfers to finish | Martin Povišer | 1 | -0/+6 |
| 2022-03-26 | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 36 | -344/+1332 |
| 2022-03-25 | Merge tag 'for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 1 | -18/+102 |
| 2022-03-20 | i2c: mux: demux-pinctrl: do not deactivate a master that is not active | Peter Rosin | 1 | -2/+3 |
| 2022-03-20 | i2c: meson: Fix wrong speed use from probe | Lucas Tanure | 1 | -6/+6 |
| 2022-03-20 | i2c: add tracepoints for I2C slave events | Jae Hyun Yoo | 1 | -0/+15 |
| 2022-03-18 | i2c: designware: Remove code duplication | Jan Dabros | 1 | -20/+15 |
| 2022-03-11 | i2c: cros-ec-tunnel: Fix syntax errors in comments | Xiang wangx | 1 | -2/+2 |
| 2022-03-11 | i2c: designware: Mark dw_i2c_plat_{suspend,resume}() as __maybe_unused | Nathan Chancellor | 1 | -2/+2 |
| 2022-03-11 | i2c: mediatek: Add i2c compatible for Mediatek MT8168 | Kewei Xu | 1 | -0/+14 |
| 2022-03-11 | i2c: mt65xx: Simplify with clk-bulk | AngeloGioacchino Del Regno | 1 | -73/+51 |
| 2022-03-11 | i2c: i801: Drop two outdated comments | Jean Delvare | 1 | -5/+0 |
| 2022-03-02 | i2c: xiic: Make bus names unique | Robert Hancock | 1 | -1/+2 |
| 2022-03-02 | i2c: i801: Add support for the Process Call command | Jean Delvare | 1 | -1/+11 |
| 2022-03-02 | i2c: i801: Drop useless masking in i801_access | Jean Delvare | 1 | -2/+2 |
| 2022-03-01 | i2c: tegra: Add SMBus block read function | Akhil R | 1 | -2/+16 |
| 2022-03-01 | i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpers | Hans de Goede | 4 | -20/+4 |
| 2022-03-01 | i2c: designware: Lock the adapter while setting the suspended flag | Hans de Goede | 2 | -10/+52 |
| 2022-03-01 | i2c: mediatek: remove redundant null check | Xu Wang | 1 | -6/+3 |
| 2022-03-01 | i2c: mediatek: modify bus speed calculation formula | Kewei Xu | 1 | -10/+41 |
| 2022-03-01 | i2c: designware: Fix improper usage of readl | Jan Dabros | 1 | -2/+3 |
| 2022-03-01 | i2c: qcom-geni: Add support for GPI DMA | Vinod Koul | 1 | -28/+280 |
| 2022-03-01 | i2c: riic: Simplify reset handling | Lad Prabhakar | 1 | -17/+17 |
| 2022-03-01 | i2c: cht-wc: Use generic_handle_irq_safe(). | Sebastian Andrzej Siewior | 1 | -9/+2 |
| 2022-03-01 | i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-02-23 | Merge tag 'irq-api-2022-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g... | Wolfram Sang | 4 | -9/+26 |
| 2022-02-19 | i2c: smbus: Check for parent device before dereference | Andy Shevchenko | 1 | -2/+6 |
| 2022-02-18 | i2c: brcmstb: fix support for DSL and CM variants | Rafał Miłecki | 1 | -1/+1 |
| 2022-02-18 | i2c: qcom-cci: add sm8450 compatible | Vladimir Zapolskiy | 1 | -1/+2 |
| 2022-02-15 | i2c: pasemi: Drop I2C classes from platform driver variant | Martin Povišer | 2 | -1/+1 |
| 2022-02-15 | i2c: qup: allow COMPILE_TEST | Wolfram Sang | 1 | -1/+1 |
| 2022-02-15 | i2c: imx: allow COMPILE_TEST | Wolfram Sang | 1 | -1/+1 |
| 2022-02-15 | i2c: cadence: allow COMPILE_TEST | Wolfram Sang | 1 | -1/+1 |
| 2022-02-15 | i2c: designware: remove unneeded semicolon | Yang Li | 1 | -2/+2 |
| 2022-02-15 | i2c: designware-pci: Switch to use i2c_new_ccgx_ucsi() | Andy Shevchenko | 2 | -25/+6 |
| 2022-02-15 | i2c: nvidia-gpu: Convert to use dev_err_probe() | Andy Shevchenko | 1 | -12/+6 |
| 2022-02-15 | i2c: nvidia-gpu: Use temporary variable for struct device | Andy Shevchenko | 1 | -14/+14 |
| 2022-02-15 | i2c: nvidia-gpu: Switch to use i2c_new_ccgx_ucsi() | Andy Shevchenko | 2 | -20/+7 |
| 2022-02-15 | i2c: Introduce common module to instantiate CCGx UCSI | Andy Shevchenko | 4 | -0/+51 |
| 2022-02-15 | i2c: i801: Add support for Intel Raptor Lake PCH-S | Jarkko Nikula | 2 | -0/+4 |
| 2022-02-15 | i2c: don't expose function which is only used internally | Wolfram Sang | 2 | -1/+9 |
| 2022-02-11 | i2c: qcom-cci: don't put a device tree node before i2c_add_adapter() | Vladimir Zapolskiy | 1 | -4/+10 |
| 2022-02-11 | i2c: qcom-cci: don't delete an unregistered adapter | Vladimir Zapolskiy | 1 | -1/+1 |
| 2022-02-11 | i2c: brcmstb: allow compiling on BCM4908 | Rafał Miłecki | 1 | -2/+2 |
| 2022-02-11 | i2c: rcar: Add R-Car Gen4 support | Geert Uytterhoeven | 1 | -0/+1 |
| 2022-02-11 | i2c: designware: Add AMD PSP I2C bus support | Jan Dabros | 6 | -9/+485 |
| 2022-02-11 | i2c: designware: Add missing locks | Jan Dabros | 2 | -0/+18 |
| 2022-02-11 | i2c: piix4: Enable EFCH MMIO for Family 17h+ | Terry Bowman | 1 | -2/+15 |
| 2022-02-11 | i2c: piix4: Add EFCH MMIO support for SMBus port select | Terry Bowman | 1 | -3/+12 |
| 2022-02-11 | i2c: piix4: Add EFCH MMIO support to SMBus base address detect | Terry Bowman | 1 | -4/+9 |
| 2022-02-11 | i2c: piix4: Add EFCH MMIO support to region request and release | Terry Bowman | 1 | -8/+58 |
| 2022-02-11 | i2c: piix4: Move SMBus port selection into function | Terry Bowman | 1 | -10/+17 |
| 2022-02-11 | i2c: piix4: Move SMBus controller base address detect into function | Terry Bowman | 1 | -25/+44 |
| 2022-02-11 | i2c: piix4: Move port I/O region request/release code into functions | Terry Bowman | 1 | -17/+31 |
| 2022-02-10 | i2c: piix4: Replace hardcoded memory map size with a #define | Terry Bowman | 1 | -6/+10 |
| 2022-02-07 | i2c: npcm7xx: Fix typos | Jonathan Neuschäfer | 1 | -8/+8 |
| 2022-02-07 | i2c: ACPI: Replace acpi_bus_get_device() | Rafael J. Wysocki | 1 | -11/+6 |
| 2022-02-07 | i2c: bcm2835: Avoid clock stretching timeouts | Eric Anholt | 1 | -0/+11 |
| 2022-02-07 | i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()' | Christophe JAILLET | 1 | -5/+16 |
| 2022-02-07 | i2c: amd-mp2: Remove useless DMA-32 fallback configuration | Christophe JAILLET | 1 | -5/+2 |
| 2022-02-01 | i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific | Hans de Goede | 1 | -18/+102 |
| 2022-01-28 | i2c: mediatek: Add i2c compatible for Mediatek MT8186 | Kewei Xu | 1 | -0/+14 |
| 2022-01-28 | i2c: smbus: Use device_*() functions instead of of_*() | Akhil R | 3 | -8/+10 |
| 2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
| 2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -1/+1 |
| 2022-01-14 | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 22 | -895/+441 |
| 2022-01-11 | i2c: sh_mobile: remove unneeded semicolon | Yang Li | 1 | -1/+1 |
| 2022-01-10 | Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -0/+7 |
| 2022-01-10 | Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -7/+15 |
| 2022-01-10 | Merge tag 'soc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -8/+2 |
| 2022-01-10 | Merge branches 'acpi-scan', 'acpi-pm', 'acpi-power' and 'acpi-pci' | Rafael J. Wysocki | 1 | -0/+7 |
| 2022-01-07 | Revert "i2c: core: support bus regulator controlling in adapter" | Wolfram Sang | 1 | -95/+0 |
| 2022-01-06 | i2c: mpc: Avoid out of bounds memory access | Chris Packham | 1 | -6/+9 |
| 2022-01-03 | i2c: riic: Use platform_get_irq() to get the interrupt | Lad Prabhakar | 1 | -5/+5 |
| 2022-01-03 | i2c: sh_mobile: Use platform_get_irq_optional() to get the interrupt | Lad Prabhakar | 1 | -8/+26 |
| 2022-01-03 | i2c: bcm2835: Use platform_get_irq() to get the interrupt | Lad Prabhakar | 1 | -7/+4 |
| 2021-12-31 | i2c: validate user data in compat ioctl | Pavel Skripkin | 1 | -0/+3 |
| 2021-12-30 | i2c: acpi: Do not instantiate I2C-clients on boards with known bogus DSDT ent... | Hans de Goede | 1 | -0/+7 |
| 2021-12-16 | i2c: aspeed: Remove unused includes | Thierry Reding | 1 | -2/+0 |
| 2021-12-16 | i2c: sh_mobile: update to new DMAENGINE API when terminating | Wolfram Sang | 1 | -17/+9 |
| 2021-12-16 | i2c: rcar: update to new DMAENGINE API when terminating | Wolfram Sang | 1 | -17/+9 |
| 2021-12-16 | i2c: exynos5: Fix getting the optional clock | Sam Protsenko | 1 | -3/+5 |
| 2021-12-16 | i2c: designware-pci: Convert to use dev_err_probe() | Andy Shevchenko | 1 | -14/+10 |
| 2021-12-16 | i2c: designware-pci: use __maybe_unused for PM functions | Andy Shevchenko | 1 | -4/+2 |
| 2021-12-16 | i2c: designware-pci: Group MODULE_*() macros | Andy Shevchenko | 1 | -4/+2 |
| 2021-12-16 | i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usage | Andy Shevchenko | 1 | -0/+7 |
| 2021-12-16 | i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters | Lakshmi Sowjanya D | 1 | -4/+4 |
| 2021-12-16 | i2c: designware: Do not complete i2c read without RX_FULL interrupt | Tamal Saha | 1 | -2/+5 |
| 2021-12-16 | Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li... | Mauro Carvalho Chehab | 1 | -7/+15 |
| 2021-12-13 | i2c: acpi: Add i2c_acpi_new_device_by_fwnode() function | Hans de Goede | 1 | -6/+11 |
| 2021-12-13 | i2c: acpi: Use acpi_dev_ready_for_enumeration() helper | Hans de Goede | 1 | -1/+4 |
| 2021-12-10 | i2c: mpc: Use atomic read and fix break condition | Chris Packham | 1 | -1/+1 |
| 2021-12-10 | i2c: tegra: use i2c_timings for bus clock freq | Akhil R | 1 | -12/+9 |
| 2021-12-09 | i2c: i801: Don't clear status flags twice in interrupt mode | Heiner Kallweit | 1 | -11/+5 |
| 2021-12-09 | i2c: i801: Don't read back cleared status in i801_check_pre() | Heiner Kallweit | 1 | -19/+3 |
| 2021-12-09 | i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in Kconfig | Sam Protsenko | 1 | -1/+1 |
| 2021-12-09 | i2c: exynos5: Add bus clock support | Sam Protsenko | 1 | -8/+38 |
| 2021-12-09 | i2c: exynos5: Add support for ExynosAutoV9 SoC | Jaewon Kim | 1 | -9/+53 |
| 2021-12-09 | i2c: virtio: fix completion handling | Vincent Whitchurch | 1 | -20/+12 |
| 2021-12-01 | i2c: stm32f7: remove noisy and imprecise log messages | Wolfram Sang | 1 | -4/+0 |
| 2021-12-01 | i2c: stm32: get rid of stm32f7_i2c_release_bus return value | Alain Volmat | 1 | -8/+2 |
| 2021-11-30 | i2c: rk3x: Handle a spurious start completion interrupt flag | Ondrej Jirman | 1 | -2/+2 |
| 2021-11-30 | Revert "i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode" | Wolfram Sang | 1 | -8/+0 |
| 2021-11-30 | Revert "i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE" | Wolfram Sang | 1 | -14/+0 |
| 2021-11-30 | i2c: stm32f7: use proper DMAENGINE API for termination | Alain Volmat | 1 | -5/+11 |
| 2021-11-30 | i2c: stm32f7: stop dma transfer in case of NACK | Alain Volmat | 1 | -2/+7 |
| 2021-11-30 | i2c: stm32f7: recover the bus on access timeout | Alain Volmat | 1 | -0/+2 |
| 2021-11-29 | i2c: i801: Improve handling platform data for tco device | Heiner Kallweit | 1 | -15/+12 |
| 2021-11-29 | i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE | Lakshmi Sowjanya D | 1 | -0/+14 |
| 2021-11-29 | i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode | Lakshmi Sowjanya D | 1 | -0/+8 |
| 2021-11-29 | i2c: enable async suspend/resume on i2c client devices | Derek Basehore | 1 | -0/+1 |
| 2021-11-29 | i2c: enable async suspend/resume for i2c adapters | Rajat Jain | 1 | -0/+1 |
| 2021-11-29 | i2c: designware: Enable async suspend / resume of designware devices | Rajat Jain | 1 | -0/+2 |
| 2021-11-29 | i2c: mpc: Correct I2C reset procedure | Joakim Tjernlund | 1 | -8/+15 |
| 2021-11-29 | i2c: stm32f7: flush TX FIFO upon transfer errors | Alain Volmat | 1 | -1/+19 |
| 2021-11-29 | i2c: designware: Fix the kernel doc description for struct dw_i2c_dev | Andy Shevchenko | 1 | -4/+9 |
| 2021-11-29 | i2c: rk3x: enable clock before getting rate | John Keeping | 1 | -0/+7 |
| 2021-11-29 | i2c: i801: Improve handling of chip-specific feature definitions | Heiner Kallweit | 1 | -125/+66 |
| 2021-11-29 | i2c: i801: Remove i801_set_block_buffer_mode | Heiner Kallweit | 1 | -12/+5 |
| 2021-11-29 | i2c: i801: Don't silently correct invalid transfer size | Heiner Kallweit | 1 | -10/+5 |
| 2021-11-29 | i2c: cbus-gpio: set atomic transfer callback | Aaro Koskinen | 1 | -2/+3 |
| 2021-11-29 | i2c: tegra: Add the ACPI support | Akhil R | 1 | -12/+40 |
| 2021-11-29 | Merge branch 'i2c/for-current' into i2c/for-mergewindow | Wolfram Sang | 2 | -16/+30 |
| 2021-11-23 | i2c: mux: gpio: Use array_size() helper | Andy Shevchenko | 1 | -1/+2 |
| 2021-11-23 | i2c: mux: gpio: Don't dereference fwnode from struct device | Andy Shevchenko | 1 | -3/+4 |
| 2021-11-23 | i2c: mux: gpio: Replace custom acpi_get_local_address() | Andy Shevchenko | 1 | -41/+2 |
| 2021-11-23 | i2c: imx: Add timer for handling the stop condition | Corey Minyard | 1 | -19/+73 |
| 2021-11-23 | i2c: virtio: disable timeout handling | Vincent Whitchurch | 1 | -9/+5 |
| 2021-11-23 | i2c: i801: Fix interrupt storm from SMB_ALERT signal | Jarkko Nikula | 1 | -6/+19 |
| 2021-11-23 | i2c: i801: Restore INTREN on unload | Jean Delvare | 1 | -1/+6 |
| 2021-11-23 | i2c: Remove unused Netlogic/Sigma Designs XLR driver | Rob Herring | 3 | -481/+0 |
| 2021-11-23 | i2c: Remove Netlogic XLP variant | Rob Herring | 2 | -10/+3 |
| 2021-11-21 | ARM: samsung: Remove HAVE_S3C2410_I2C and use direct dependencies | Sam Protsenko | 1 | -8/+2 |
| 2021-11-10 | Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -3/+14 |
| 2021-11-08 | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 20 | -260/+490 |
| 2021-11-07 | i2c: amd-mp2-plat: ACPI: Use ACPI_COMPANION() directly | Rafael J. Wysocki | 1 | -3/+2 |
| 2021-11-07 | i2c: i801: Add support for Intel Ice Lake PCH-N | Andy Shevchenko | 1 | -0/+4 |
| 2021-11-06 | i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR() | Wei Yongjun | 1 | -1/+1 |
| 2021-11-04 | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -13/+9 |
| 2021-11-03 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -26/+30 |
| 2021-11-03 | i2c: Allow an ACPI driver to manage the device's power state during probe | Sakari Ailus | 2 | -3/+14 |
| 2021-11-01 | i2c: virtio: Add support for zero-length requests | Viresh Kumar | 1 | -26/+30 |
| 2021-10-29 | mailbox: pcc: Use PCC mailbox channel pointer instead of standard | Sudeep Holla | 1 | -21/+12 |
| 2021-10-29 | i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()' | Christophe JAILLET | 1 | -1/+5 |
| 2021-10-29 | i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flag | Tian Tao | 1 | -2/+2 |
| 2021-10-29 | i2c: qup: fix a trivial typo | Randy Dunlap | 1 | -1/+1 |
| 2021-10-29 | i2c: tegra: Ensure that device is suspended before driver is removed | Dmitry Osipenko | 1 | -2/+2 |
| 2021-10-29 | i2c: i801: Fix incorrect and needless software PEC disabling | Jarkko Nikula | 1 | -1/+0 |
| 2021-10-20 | i2c: acpi: Replace custom function with device_match_acpi_handle() | Andy Shevchenko | 1 | -13/+9 |
| 2021-10-11 | i2c: mediatek: Dump i2c/dma register when a timeout occurs | Kewei Xu | 1 | -0/+54 |
| 2021-10-11 | i2c: mediatek: Reset the handshake signal between i2c and dma | Kewei Xu | 1 | -0/+26 |
| 2021-10-11 | i2c: mlxcpld: Allow flexible polling time setting for I2C transactions | Vadim Pasternak | 1 | -4/+8 |
| 2021-10-11 | i2c: pasemi: Set enable bit for Apple variant | Sven Peter | 3 | -0/+17 |
| 2021-10-11 | i2c: pasemi: Add Apple platform driver | Sven Peter | 3 | -0/+135 |
| 2021-10-11 | i2c: pasemi: Refactor _probe to use devm_* | Sven Peter | 3 | -40/+15 |
| 2021-10-11 | i2c: pasemi: Allow to configure bus frequency | Sven Peter | 3 | -5/+8 |
| 2021-10-11 | i2c: pasemi: Move common reset code to own function | Sven Peter | 1 | -6/+9 |
| 2021-10-11 | i2c: pasemi: Split pci driver to its own file | Sven Peter | 4 | -86/+118 |
| 2021-10-11 | i2c: pasemi: Split off common probing code | Sven Peter | 1 | -14/+25 |