summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT1-1/+5
2013-06-25i2c: imx: allow autoloading on dt idsArnaud Patard \(Rtp\)1-0/+1
2013-06-25i2c: mv64xxx: Fix transfer error codeGuenter Roeck1-1/+1
2013-06-20i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDsSeth Heasley2-0/+4
2013-06-20Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-3/+13
2013-06-20ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessaryArnd Bergmann1-1/+1
2013-06-19i2c: omap: correct usage of the interrupt enable registerOleksandr Dmytryshyn1-4/+11
2013-06-18i2c-pxa: prepare clock before useDaniel Drake1-3/+3
2013-06-17i2c: stu300: do not request a specific clock nameLinus Walleij1-3/+1
2013-06-16i2c: nomadik: use pinctrl PM helpersLinus Walleij1-80/+10
2013-06-16i2c: nomadik: allocate adapter number dynamicallyLinus Walleij1-7/+2
2013-06-15i2c: nomadik: support elder NomadiksLinus Walleij1-2/+41
2013-06-15i2c: mv64xxx: Add Allwinner sun4i compatibleMaxime Ripard2-1/+13
2013-06-15i2c: mv64xxx: make the registers offset configurableMaxime Ripard1-39/+62
2013-06-15i2c: mv64xxx: Add macros to access parts of registersMaxime Ripard1-2/+6
2013-06-15i2c: vt8500: Add support for I2C bus on Wondermedia SoCsTony Prisk3-0/+490
2013-06-15i2c: designware: fix race between subsequent xfersChristian Ruppert1-2/+10
2013-06-12i2c: bfin-twi: Read and write the FIFO in loopSonic Zhang1-20/+27
2013-06-12i2c: use platform_{get,set}_drvdata()Jingoo Han3-6/+6
2013-06-12drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang5-32/+5
2013-06-12i2c: designware: prevent signals from aborting I2C transfersMika Westerberg1-3/+2
2013-06-12i2c: mxs: Let device core handle pinctrlFabio Estevam1-6/+0
2013-06-12i2c: imx: Let device core handle pinctrlFabio Estevam1-8/+0
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney1-1/+1
2013-06-06I2C: mv64xxx: fix race between FSM/interrupt and process contextRussell King1-20/+34
2013-06-06I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()Russell King1-26/+26
2013-06-06I2C: mv64xxx: remove I2C_M_NOSTART codeRussell King1-21/+5
2013-06-06I2C: mv64xxx: fix error handling for request_irq()Russell King1-5/+5
2013-06-06I2C: mv64xxx: use devm_kzalloc()Russell King1-14/+10
2013-06-06I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()Russell King1-1/+1
2013-06-06I2C: mv64xxx: use devm_ioremap_resource()Russell King1-40/+6
2013-06-06I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()Russell King1-3/+2
2013-06-06i2c: intel-mid: remove obsolete driverAndy Shevchenko3-1132/+0
2013-06-03i2c-piix4: Add AMD CZ SMBus device IDShane Huang2-1/+3
2013-05-31i2c: stu300: device tree supportLinus Walleij1-0/+12
2013-05-21Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-7/+24
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang3-16/+0
2013-05-18i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King1-4/+4
2013-05-18i2c: i801: Document feature bits in modinfoJean Delvare1-1/+5
2013-05-18i2c: designware: add Intel BayTrail ACPI IDMika Westerberg1-0/+1
2013-05-17i2c: designware: always clear interrupts before enabling themMika Westerberg1-1/+2
2013-05-17i2c: designware: fix RX FIFO overrunJosef Ahmad2-1/+12
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-37/+3
2013-05-07Merge branch 'late/dt' into next/dt2Arnd Bergmann1-1/+0
2013-05-03Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-333/+337
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-23i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco1-4/+2
2013-04-23i2c: octeon: use HZ in timeout value송은봉1-1/+1
2013-04-19i2c: octeon: Fix i2c fail problem when a process is terminated by a signal송은봉1-4/+4