summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)Author
2015-10-15i2c: designware: Move common probe code into i2c_dw_probe()Jarkko Nikula
2015-10-15i2c: designware: Rename platform driver probe and PM functionsJarkko Nikula
2015-10-15i2c: designware: Make dw_readl() and dw_writel() staticJarkko Nikula
2015-10-15i2c: designware: Remove unused functionsJarkko Nikula
2015-10-15i2c: designware: Disable interrupts before requesting PCI device interruptJarkko Nikula
2015-10-15i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe()Jarkko Nikula
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig
2015-10-10i2c: img-scb: verify support for requested bit rateSifan Naeem
2015-10-10i2c: img-scb: Clear line and interrupt status before starting a transferSifan Naeem
2015-10-10i2c: img-scb: use line_status instead of i2c->line_statusSifan Naeem
2015-10-10i2c: img-scb: fix LOW and HIGH period values for the SCL clockSifan Naeem
2015-10-10i2c: img-scb: use DIV_ROUND_UP to round divisor valuesSifan Naeem
2015-10-10i2c: img-scb: do dummy writes before fifo accessSifan Naeem
2015-10-10i2c: img-scb: enable fencing for all versions of the ipSifan Naeem
2015-10-09i2c: rcar: clean up after refactoringWolfram Sang
2015-10-09i2c: rcar: revoke START request earlyWolfram Sang
2015-10-09i2c: rcar: check master irqs before slave irqsWolfram Sang
2015-10-09i2c: rcar: don't issue stop when HW does it automaticallyWolfram Sang
2015-10-09i2c: rcar: init new messages in irqWolfram Sang
2015-10-09i2c: rcar: refactor setup of a msgWolfram Sang
2015-10-09i2c: rcar: remove spinlockWolfram Sang
2015-10-09i2c: rcar: remove unused IOERROR stateWolfram Sang
2015-10-09i2c: rcar: rework hw initWolfram Sang
2015-09-08Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2015-09-04Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-24i2c: xgene-slimpro: dma_mapping_error() doesn't return an error codeDan Carpenter
2015-08-24i2c: Replace I2C_CROS_EC_TUNNEL dependencyJavier Martinez Canillas
2015-08-24i2c: lpc2k: add driverJoachim Eastwood
2015-08-11i2c: mediatek: Fixup i2c ack error interrupt handlingEddie Huang
2015-08-11i2c: mediatek: Reset DMA engine in hardware init functionEddie Huang
2015-08-11i2c: i801: Create iTCO device on newer Intel PCHsMika Westerberg
2015-08-10i2c: viperboard: clean up inconsistent indentingColin Ian King
2015-08-10i2c: cadence: set THIS_MODULE to the owner of the adapterMasahiro Yamada
2015-08-10i2c: designware: Make debug print in i2c_dw_isr() shorterJarkko Nikula
2015-08-10i2c: designware-pci: use IRQF_COND_SUSPEND flagAndy Shevchenko
2015-08-10i2c: parport: Add VCT-jig adapterOndrej Zary
2015-08-10i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha
2015-08-10i2c: tegra: add support for fast plus (FM+) mode clock rateLaxman Dewangan
2015-08-10i2c: tegra: update CONFIG_LOAD for new conifigurationLaxman Dewangan
2015-08-10i2c: omap: fix cleanup regressionWolfram Sang
2015-08-10i2c: xiic: Do not continue in case of errors in RxShubhrajyoti Datta
2015-08-10i2c: xiic: Service all interrupts in isrShubhrajyoti Datta
2015-08-10i2c: xiic: Remove the Addressed as slave interruptShubhrajyoti Datta
2015-08-10i2c: xiic: Remove busy loop while waiting for bus busyShubhrajyoti Datta
2015-08-10i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta
2015-08-10i2c: xiic: Do not reset controller before every transferShubhrajyoti Datta
2015-08-10i2c: xiic: move the xiic_process to thread contextShubhrajyoti Datta
2015-08-10i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta
2015-08-10i2c: pxa: Use devm_ variants in probe functionVaibhav Hiremath
2015-08-10i2c: pxa: Update debug function to dump more info on errorVaibhav Hiremath