summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-ismt.c
AgeCommit message (Expand)Author
2022-12-07i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma
2022-08-20i2c: ismt: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-06-02i2c: ismt: prevent memory corruption in ismt_access()Dan Carpenter
2022-05-21i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg
2022-04-15i2c: ismt: Fix undefined behavior due to shift overflowing the constantBorislav Petkov
2021-10-02i2c: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-12-03i2c: ismt: Adding support for I2C_SMBUS_BLOCK_PROC_CALLMario Alejandro Posso Escobar
2020-09-21i2c: ismt: Add support for Intel Emmitsburg PCHAndy Shevchenko
2020-09-21i2c: ismt: Describe parameters in kernel docAndy Shevchenko
2019-08-01i2c: ismt: Remove call to memset after dmam_alloc_coherentFuqian Huang
2019-01-03i2c: ismt: Add support for Intel Cedar ForkJarkko Nikula
2018-01-15i2c: ismt: 16-byte align the DMA buffer addressRadu Rendec
2018-01-15i2c: ismt: dump registers at the end of transactionsRadu Rendec
2017-12-31i2c: ismt: Use %pad specifier for dma_addr_t variablesAndy Shevchenko
2017-10-13i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson
2017-08-29i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit
2017-08-29i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit
2017-06-15i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-04-12i2c: ismt: Add Intel DNV PCI IDMika Westerberg
2015-11-10Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2015-10-25i2c: add ACPI support for I2C mux portsDustin Byford
2015-10-20i2c: ismt: issue a warning when fail to request MSIAndy Shevchenko
2015-10-20i2c: ismt: propagate actual error codeAndy Shevchenko
2015-10-20i2c: ismt: do not duplicate msi_enabled flagAndy Shevchenko
2015-10-20i2c: ismt: PCI core handles power state for usAndy Shevchenko
2015-10-20i2c: ismt: improve usage of devres APIAndy Shevchenko
2015-10-20i2c: ismt: mark register space with __iomemAndy Shevchenko
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig
2015-03-15i2c: ismt: fix type of return var of wait_for_completion_timeoutNicholas Mc Guire
2014-11-07i2c: remove FSF addressWolfram Sang
2014-09-29i2c: ismt: Use minimum descriptor sizeFan Du
2014-09-20i2c: ismt: use correct length when copy bufferFan Du
2014-03-13i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-13i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction typerobert.valiquette@intel.com
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston
2013-08-28i2c: ismt: add error return code in probe()Wolfram Sang
2013-03-24i2c: ismt: remove duplicate constWolfram Sang
2013-03-22i2c: iSMT: add Intel Avoton DeviceIDsSeth Heasley
2013-02-15i2c: fix i2c-ismt.c printk format warningRandy Dunlap
2013-02-10i2c: Adding support for Intel iSMT SMBus 2.0 host controllerNeil Horman