summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2013-08-05i2c: Fix Kontron PLD prescaler calculationMichael Brunner-2/+2
2013-08-05i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam-1/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-1/+1
2013-07-04Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1387/+1212
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+8
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+3
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2013-07-03i2c-designware: use div_u64 to fix linkVincent Stehlé-1/+2
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-80/+10
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-3/+13
2013-07-01i2c: Kontron PLD i2c bus driverKevin Strasser-0/+421
2013-07-01i2c: iop3xxx: fix build failure after waitqueue changesKevin Hilman-1/+1
2013-06-26i2c-designware: make SDA hold time configurableChristian Ruppert-0/+24
2013-06-25i2c-cpm: Fix to takeback i2c bus master-ship after a collisionSachin Surendran-0/+8
2013-06-25i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT-1/+5
2013-06-25i2c: imx: allow autoloading on dt idsArnaud Patard \(Rtp\)-0/+1
2013-06-25i2c: mv64xxx: Fix transfer error codeGuenter Roeck-1/+1
2013-06-20i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDsSeth Heasley-0/+4
2013-06-20Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-3/+13
2013-06-20ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessaryArnd Bergmann-1/+1
2013-06-19i2c: omap: correct usage of the interrupt enable registerOleksandr Dmytryshyn-4/+11
2013-06-18i2c-pxa: prepare clock before useDaniel Drake-3/+3
2013-06-18Revert "i2c: core: make it possible to match a pure device tree driver"Wolfram Sang-7/+2
2013-06-17i2c: stu300: do not request a specific clock nameLinus Walleij-3/+1
2013-06-16i2c: nomadik: use pinctrl PM helpersLinus Walleij-80/+10
2013-06-15i2c: nomadik: allocate adapter number dynamicallyLinus Walleij-7/+2
2013-06-15i2c: nomadik: support elder NomadiksLinus Walleij-2/+41
2013-06-15i2c: mv64xxx: Add Allwinner sun4i compatibleMaxime Ripard-1/+13
2013-06-15i2c: mv64xxx: make the registers offset configurableMaxime Ripard-39/+62
2013-06-15i2c: mv64xxx: Add macros to access parts of registersMaxime Ripard-2/+6
2013-06-15i2c: vt8500: Add support for I2C bus on Wondermedia SoCsTony Prisk-0/+490
2013-06-15i2c: designware: fix race between subsequent xfersChristian Ruppert-2/+10
2013-06-12i2c: bfin-twi: Read and write the FIFO in loopSonic Zhang-20/+27
2013-06-12i2c: core: make it possible to match a pure device tree driverLinus Walleij-2/+7
2013-06-12i2c: use platform_{get,set}_drvdata()Jingoo Han-6/+6
2013-06-12drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang-32/+5
2013-06-12i2c: designware: prevent signals from aborting I2C transfersMika Westerberg-3/+2
2013-06-12i2c: mxs: Let device core handle pinctrlFabio Estevam-6/+0
2013-06-12i2c: imx: Let device core handle pinctrlFabio Estevam-8/+0
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney-1/+1
2013-06-05I2C: mv64xxx: fix race between FSM/interrupt and process contextRussell King-20/+34
2013-06-05I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()Russell King-26/+26
2013-06-05I2C: mv64xxx: remove I2C_M_NOSTART codeRussell King-21/+5
2013-06-05I2C: mv64xxx: fix error handling for request_irq()Russell King-5/+5
2013-06-05I2C: mv64xxx: use devm_kzalloc()Russell King-14/+10
2013-06-05I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()Russell King-1/+1
2013-06-05I2C: mv64xxx: use devm_ioremap_resource()Russell King-40/+6
2013-06-05I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()Russell King-3/+2
2013-06-05i2c: intel-mid: remove obsolete driverAndy Shevchenko-1132/+0
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki-1/+1