| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-19 | i2c: ismt: Use non-hybrid PCI devres API | Philipp Stanner | 1 | -1/+1 |
| 2024-09-10 | i2c: ismt: kill transaction in hardware on timeout | Vasily Khoruzhick | 1 | -0/+10 |
| 2024-05-06 | i2c: ismt: remove printout on handled timeouts | Wolfram Sang | 1 | -1/+0 |
| 2022-12-07 | i2c: ismt: Fix an out-of-bounds bug in ismt_access() | Zheyu Ma | 1 | -0/+3 |
| 2022-08-20 | i2c: ismt: Remove useless DMA-32 fallback configuration | Christophe JAILLET | 1 | -5/+2 |
| 2022-06-02 | i2c: ismt: prevent memory corruption in ismt_access() | Dan Carpenter | 1 | -0/+3 |
| 2022-05-21 | i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging | Mika Westerberg | 1 | -0/+14 |
| 2022-04-15 | i2c: ismt: Fix undefined behavior due to shift overflowing the constant | Borislav Petkov | 1 | -2/+2 |
| 2021-10-02 | i2c: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -7/+5 |
| 2020-12-03 | i2c: ismt: Adding support for I2C_SMBUS_BLOCK_PROC_CALL | Mario Alejandro Posso Escobar | 1 | -2/+17 |
| 2020-09-21 | i2c: ismt: Add support for Intel Emmitsburg PCH | Andy Shevchenko | 1 | -0/+2 |
| 2020-09-21 | i2c: ismt: Describe parameters in kernel doc | Andy Shevchenko | 1 | -8/+2 |
| 2019-08-01 | i2c: ismt: Remove call to memset after dmam_alloc_coherent | Fuqian Huang | 1 | -2/+0 |
| 2019-01-03 | i2c: ismt: Add support for Intel Cedar Fork | Jarkko Nikula | 1 | -0/+2 |
| 2018-01-15 | i2c: ismt: 16-byte align the DMA buffer address | Radu Rendec | 1 | -18/+19 |
| 2018-01-15 | i2c: ismt: dump registers at the end of transactions | Radu Rendec | 1 | -0/+2 |
| 2017-12-31 | i2c: ismt: Use %pad specifier for dma_addr_t variables | Andy Shevchenko | 1 | -2/+1 |
| 2017-10-13 | i2c: ismt: Separate I2C block read from SMBus block read | Pontus Andersson | 1 | -1/+4 |
| 2017-08-29 | i2c: ismt: Return EMSGSIZE for block reads with bogus length | Stephen Douthit | 1 | -1/+3 |
| 2017-08-29 | i2c: ismt: Don't duplicate the receive length for block reads | Stephen Douthit | 1 | -2/+2 |
| 2017-06-15 | i2c: ismt: fix wrong device address when unmap the data buffer | Liwei Song | 1 | -1/+1 |
| 2016-08-22 | i2c: don't print error when adding adapter fails | Wolfram Sang | 1 | -3/+1 |
| 2016-04-12 | i2c: ismt: Add Intel DNV PCI ID | Mika Westerberg | 1 | -0/+2 |
| 2015-11-10 | Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 1 | -65/+15 |
| 2015-10-25 | i2c: add ACPI support for I2C mux ports | Dustin Byford | 1 | -6/+2 |
| 2015-10-20 | i2c: ismt: issue a warning when fail to request MSI | Andy Shevchenko | 1 | -6/+5 |
| 2015-10-20 | i2c: ismt: propagate actual error code | Andy Shevchenko | 1 | -1/+1 |
| 2015-10-20 | i2c: ismt: do not duplicate msi_enabled flag | Andy Shevchenko | 1 | -5/+1 |
| 2015-10-20 | i2c: ismt: PCI core handles power state for us | Andy Shevchenko | 1 | -33/+0 |
| 2015-10-20 | i2c: ismt: improve usage of devres API | Andy Shevchenko | 1 | -13/+5 |
| 2015-10-20 | i2c: ismt: mark register space with __iomem | Andy Shevchenko | 1 | -1/+1 |
| 2015-10-15 | move io-64-nonatomic*.h out of asm-generic | Christoph Hellwig | 1 | -1/+1 |
| 2015-03-15 | i2c: ismt: fix type of return var of wait_for_completion_timeout | Nicholas Mc Guire | 1 | -2/+3 |
| 2014-11-07 | i2c: remove FSF address | Wolfram Sang | 1 | -4/+0 |
| 2014-09-29 | i2c: ismt: Use minimum descriptor size | Fan Du | 1 | -1/+1 |
| 2014-09-20 | i2c: ismt: use correct length when copy buffer | Fan Du | 1 | -2/+2 |
| 2014-03-13 | i2c: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |
| 2014-01-24 | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2014-01-13 | i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction type | robert.valiquette@intel.com | 1 | -0/+37 |
| 2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -1/+1 |
| 2013-09-28 | i2c: ismt: initialize DMA buffer | James Ralston | 1 | -0/+3 |
| 2013-08-28 | i2c: ismt: add error return code in probe() | Wolfram Sang | 1 | -0/+1 |
| 2013-03-24 | i2c: ismt: remove duplicate const | Wolfram Sang | 1 | -1/+1 |
| 2013-03-22 | i2c: iSMT: add Intel Avoton DeviceIDs | Seth Heasley | 1 | -0/+2 |
| 2013-02-15 | i2c: fix i2c-ismt.c printk format warning | Randy Dunlap | 1 | -1/+1 |
| 2013-02-10 | i2c: Adding support for Intel iSMT SMBus 2.0 host controller | Neil Horman | 1 | -0/+963 |