aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ismt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03i2c: ismt: Add support for Intel Cedar ForkJarkko Nikula1-0/+2
2018-01-15i2c: ismt: 16-byte align the DMA buffer addressRadu Rendec1-18/+19
2018-01-15i2c: ismt: dump registers at the end of transactionsRadu Rendec1-0/+2
2017-12-31i2c: ismt: Use %pad specifier for dma_addr_t variablesAndy Shevchenko1-2/+1
2017-10-13i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson1-1/+4
2017-08-29i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit1-1/+3
2017-08-29i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit1-2/+2
2017-06-15i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song1-1/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-04-12i2c: ismt: Add Intel DNV PCI IDMika Westerberg1-0/+2
2015-11-10Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-65/+15
2015-10-25i2c: add ACPI support for I2C mux portsDustin Byford1-6/+2
2015-10-20i2c: ismt: issue a warning when fail to request MSIAndy Shevchenko1-6/+5
2015-10-20i2c: ismt: propagate actual error codeAndy Shevchenko1-1/+1
2015-10-20i2c: ismt: do not duplicate msi_enabled flagAndy Shevchenko1-5/+1
2015-10-20i2c: ismt: PCI core handles power state for usAndy Shevchenko1-33/+0
2015-10-20i2c: ismt: improve usage of devres APIAndy Shevchenko1-13/+5
2015-10-20i2c: ismt: mark register space with __iomemAndy Shevchenko1-1/+1
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+1
2015-03-15i2c: ismt: fix type of return var of wait_for_completion_timeoutNicholas Mc Guire1-2/+3
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-09-29i2c: ismt: Use minimum descriptor sizeFan Du1-1/+1
2014-09-20i2c: ismt: use correct length when copy bufferFan Du1-2/+2
2014-03-13i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-13i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction typerobert.valiquette@intel.com1-0/+37
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-08-28i2c: ismt: add error return code in probe()Wolfram Sang1-0/+1
2013-03-24i2c: ismt: remove duplicate constWolfram Sang1-1/+1
2013-03-22i2c: iSMT: add Intel Avoton DeviceIDsSeth Heasley1-0/+2
2013-02-15i2c: fix i2c-ismt.c printk format warningRandy Dunlap1-1/+1
2013-02-10i2c: Adding support for Intel iSMT SMBus 2.0 host controllerNeil Horman1-0/+963