summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2015-10-15i2c: designware: Rename platform driver probe and PM functionsJarkko Nikula1-12/+12
2015-10-15i2c: designware: Make dw_readl() and dw_writel() staticJarkko Nikula2-4/+2
2015-10-15i2c: designware: Remove unused functionsJarkko Nikula2-15/+0
2015-10-15i2c: designware: Disable interrupts before requesting PCI device interruptJarkko Nikula1-1/+1
2015-10-15i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe()Jarkko Nikula3-9/+1
2015-10-15i2c: return probe deferred status on dev_pm_domain_attachKieran Bingham1-6/+6
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+1
2015-10-10i2c: img-scb: verify support for requested bit rateSifan Naeem1-3/+11
2015-10-10i2c: img-scb: Clear line and interrupt status before starting a transferSifan Naeem1-0/+9
2015-10-10i2c: img-scb: use line_status instead of i2c->line_statusSifan Naeem1-1/+1
2015-10-10i2c: img-scb: fix LOW and HIGH period values for the SCL clockSifan Naeem1-13/+17
2015-10-10i2c: img-scb: use DIV_ROUND_UP to round divisor valuesSifan Naeem1-6/+2
2015-10-10i2c: img-scb: do dummy writes before fifo accessSifan Naeem1-2/+2
2015-10-10i2c: img-scb: enable fencing for all versions of the ipSifan Naeem1-6/+2
2015-10-10i2c: rcar: clean up after refactoringWolfram Sang1-23/+9
2015-10-10i2c: rcar: revoke START request earlyWolfram Sang1-16/+7
2015-10-10i2c: rcar: check master irqs before slave irqsWolfram Sang1-8/+5
2015-10-10i2c: rcar: don't issue stop when HW does it automaticallyWolfram Sang1-2/+2
2015-10-10i2c: rcar: init new messages in irqWolfram Sang1-37/+37
2015-10-10i2c: rcar: refactor setup of a msgWolfram Sang1-6/+9
2015-10-10i2c: rcar: remove spinlockWolfram Sang1-19/+4
2015-10-10i2c: rcar: remove unused IOERROR stateWolfram Sang1-6/+0
2015-10-10i2c: rcar: rework hw initWolfram Sang1-12/+5
2015-09-09Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds26-485/+1906
2015-09-04Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+119
2015-09-03i2c: mux: reg Change ioread endianness for readbackYork Sun1-14/+14
2015-09-03i2c: mux: reg: fix compilation warningsMike Rapoport1-1/+1
2015-09-03i2c: mux: reg: simplify register size checkingWolfram Sang1-11/+6
2015-08-31i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy4-0/+4
2015-08-26i2c: allow specifying separate wakeup interrupt in device treeDmitry Torokhov1-9/+42
2015-08-24i2c: xgene-slimpro: dma_mapping_error() doesn't return an error codeDan Carpenter1-4/+4
2015-08-24i2c: Replace I2C_CROS_EC_TUNNEL dependencyJavier Martinez Canillas1-1/+1
2015-08-24i2c: core: Add support for best effort block read emulationIrina Tirdea1-0/+57
2015-08-24i2c: lpc2k: add driverJoachim Eastwood3-0/+524
2015-08-24i2c: mux: Add register-based mux i2c-mux-regYork Sun3-0/+306
2015-08-24i2c: slave: print warning if slave flag not setWolfram Sang1-0/+4
2015-08-24i2c: support 10 bit and slave addresses in sysfs 'new_device'Wolfram Sang1-1/+11
2015-08-24i2c: take address space into account when checking for used addressesWolfram Sang1-4/+4
2015-08-24i2c: apply DT flags when probingWolfram Sang1-5/+18
2015-08-24i2c: make address check indpendent from client structWolfram Sang1-6/+5
2015-08-24i2c: rename address check functionsWolfram Sang1-6/+6
2015-08-24i2c: apply address offset for slaves, tooWolfram Sang1-3/+19
2015-08-11i2c: mediatek: Fixup i2c ack error interrupt handlingEddie Huang1-4/+11
2015-08-11i2c: mediatek: Reset DMA engine in hardware init functionEddie Huang1-0/+6
2015-08-11i2c: i801: Create iTCO device on newer Intel PCHsMika Westerberg1-1/+119
2015-08-10i2c: viperboard: clean up inconsistent indentingColin Ian King1-5/+5
2015-08-10i2c: cadence: set THIS_MODULE to the owner of the adapterMasahiro Yamada1-0/+1
2015-08-10i2c: designware: Make debug print in i2c_dw_isr() shorterJarkko Nikula1-2/+1
2015-08-10i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy1-1/+1
2015-08-10i2c: core: add and export of_get_i2c_adapter_by_node() interfaceVladimir Zapolskiy1-0/+18