summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2014-03-24i2c: cpm: Fix build by adding of_address.h and of_irq.hScott Wood-0/+2
2014-03-13i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger-1/+1
2014-02-15i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang-19/+14
2014-01-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-75/+48
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+21
2014-01-29Update Jean Delvare's e-mail addressJean Delvare-22/+21
2014-01-26i2c: rcar: fix NACK error codeBen Dooks-2/+2
2014-01-26i2c: rcar: use devm_clk_get to ensure clock is properly ref-countedBen Dooks-8/+9
2014-01-26i2c: rcar: do not print error if device nacks transferBen Dooks-1/+1
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+11
2014-01-24i2c: rely on driver core when sanitizing devicesWolfram Sang-9/+4
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker-43/+0
2014-01-24i2c: acorn: is tristate and should use module.hPaul Gortmaker-1/+1
2014-01-24i2c: piix4: Standardize log messagesJean Delvare-6/+6
2014-01-24i2c: piix4: Use different message for AMD Auxiliary SMBus ControllerShane Huang-1/+2
2014-01-24i2c: piix4: Add support for AMD ML and CZ SMBus changesShane Huang-5/+24
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+10
2014-01-23Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+5
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-01-16ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui-0/+11
2014-01-16i2c: s3c2410: fix quirk usage for 64-bitPankaj Dubey-3/+3
2014-01-16i2c: pnx: Use devm_*() functionsJingoo Han-51/+13
2014-01-16i2c: at91: add a new compatibility string for the at91sam9261jean-jacques hiblot-0/+3
2014-01-14Merge tag 'mvebu-fixes-3.13' of git://git.infradead.org/linux-mvebu into next...Kevin Hilman-0/+5
2014-01-14i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT-0/+5
2014-01-13i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction typerobert.valiquette@intel.com-0/+37
2014-01-13i2c: Add bus driver for for OSIF USB i2c device.Andrew Lunn-0/+213
2014-01-13i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product IDAndrew Lunn-1/+0
2014-01-13i2c: designware: remove HAVE_CLK build dependecyBaruch Siach-2/+0
2014-01-09i2c: nomadik: remove platform data headerLinus Walleij-1/+23
2014-01-09i2c: nomadik: auto-calculate slave setup timeLinus Walleij-12/+28
2014-01-09i2c: viperboard: remove superfluous assignmentWolfram Sang-3/+1
2014-01-07treewide: fix comments and printk msgsMasanari Iida-1/+1
2014-01-04i2c: xilinx: Use devm_* functionsKedareswara rao Appana-50/+15
2014-01-04i2c: xilinx: Do not enable irq before irq handlerMichal Simek-2/+2
2014-01-04i2c: xilinx: Fix i2c checkpatch warningsKedareswara rao Appana-9/+11
2014-01-04i2c: isch: Use devm_request_region()Jingoo Han-5/+2
2014-01-04i2c: viperboard: Use devm_kzalloc() functionsJingoo Han-9/+3
2014-01-03i2c: imx: propagate irq error code in probeWolfram Sang-1/+1
2014-01-03i2c: s3c2410: dont need CPU_FREQ transitions for exynos seriesNaveen Krishna Ch-2/+2
2014-01-03i2c: s3c2410: Add polling mode supportVasanth Ananthan-10/+56
2014-01-03i2c: shmobile/rcar: Restrict non-COMPILE_TEST compilationLaurent Pinchart-2/+2
2014-01-03i2c: pca954x: Add reset GPIO supportLaurent Pinchart-0/+19
2014-01-03i2c: pca954x: Use devm_kzalloc managed allocatorLaurent Pinchart-12/+6
2014-01-03i2c: pca954x: Sort headers alphabeticallyLaurent Pinchart-4/+3
2014-01-02i2c: riic: add driverWolfram Sang-0/+438
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson-3/+10
2013-12-19treewide: Fix typos in printkMasanari Iida-1/+1
2013-12-12i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam-1/+3
2013-12-12i2c: mux: Inherit retry count and timeout from parent for muxed busElie De Brauwer-0/+2