index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-ismt.c
Age
Commit message (
Expand
)
Author
2020-09-21
i2c: ismt: Add support for Intel Emmitsburg PCH
Andy Shevchenko
2020-09-21
i2c: ismt: Describe parameters in kernel doc
Andy Shevchenko
2019-08-01
i2c: ismt: Remove call to memset after dmam_alloc_coherent
Fuqian Huang
2019-01-03
i2c: ismt: Add support for Intel Cedar Fork
Jarkko Nikula
2018-01-15
i2c: ismt: 16-byte align the DMA buffer address
Radu Rendec
2018-01-15
i2c: ismt: dump registers at the end of transactions
Radu Rendec
2017-12-31
i2c: ismt: Use %pad specifier for dma_addr_t variables
Andy Shevchenko
2017-10-13
i2c: ismt: Separate I2C block read from SMBus block read
Pontus Andersson
2017-08-29
i2c: ismt: Return EMSGSIZE for block reads with bogus length
Stephen Douthit
2017-08-29
i2c: ismt: Don't duplicate the receive length for block reads
Stephen Douthit
2017-06-15
i2c: ismt: fix wrong device address when unmap the data buffer
Liwei Song
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-04-12
i2c: ismt: Add Intel DNV PCI ID
Mika Westerberg
2015-11-10
Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2015-10-25
i2c: add ACPI support for I2C mux ports
Dustin Byford
2015-10-20
i2c: ismt: issue a warning when fail to request MSI
Andy Shevchenko
2015-10-20
i2c: ismt: propagate actual error code
Andy Shevchenko
2015-10-20
i2c: ismt: do not duplicate msi_enabled flag
Andy Shevchenko
2015-10-20
i2c: ismt: PCI core handles power state for us
Andy Shevchenko
2015-10-20
i2c: ismt: improve usage of devres API
Andy Shevchenko
2015-10-20
i2c: ismt: mark register space with __iomem
Andy Shevchenko
2015-10-15
move io-64-nonatomic*.h out of asm-generic
Christoph Hellwig
2015-03-15
i2c: ismt: fix type of return var of wait_for_completion_timeout
Nicholas Mc Guire
2014-11-07
i2c: remove FSF address
Wolfram Sang
2014-09-29
i2c: ismt: Use minimum descriptor size
Fan Du
2014-09-20
i2c: ismt: use correct length when copy buffer
Fan Du
2014-03-13
i2c: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
2014-01-24
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-13
i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction type
robert.valiquette@intel.com
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-09-28
i2c: ismt: initialize DMA buffer
James Ralston
2013-08-28
i2c: ismt: add error return code in probe()
Wolfram Sang
2013-03-24
i2c: ismt: remove duplicate const
Wolfram Sang
2013-03-22
i2c: iSMT: add Intel Avoton DeviceIDs
Seth Heasley
2013-02-15
i2c: fix i2c-ismt.c printk format warning
Randy Dunlap
2013-02-10
i2c: Adding support for Intel iSMT SMBus 2.0 host controller
Neil Horman