summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger2014-03-131-1/+1
* i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang2014-02-151-19/+14
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-2946-75/+48
|\
| * i2c: rcar: fix NACK error codeBen Dooks2014-01-261-2/+2
| * i2c: rcar: use devm_clk_get to ensure clock is properly ref-countedBen Dooks2014-01-261-8/+9
| * i2c: rcar: do not print error if device nacks transferBen Dooks2014-01-261-1/+1
| * i2c: rely on driver core when sanitizing devicesWolfram Sang2014-01-241-9/+4
| * i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-2443-43/+0
| * i2c: acorn: is tristate and should use module.hPaul Gortmaker2014-01-241-1/+1
| * i2c: piix4: Standardize log messagesJean Delvare2014-01-241-6/+6
| * i2c: piix4: Use different message for AMD Auxiliary SMBus ControllerShane Huang2014-01-241-1/+2
| * i2c: piix4: Add support for AMD ML and CZ SMBus changesShane Huang2014-01-242-5/+24
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-2913-22/+21
|\ \
| * | Update Jean Delvare's e-mail addressJean Delvare2014-01-2913-22/+21
* | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-0/+11
|\ \ \ | |_|/ |/| |
| * | ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui2014-01-161-0/+11
| |/
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-3/+10
|\ \
| * \ Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson2013-12-261-3/+10
| |\ \ | | |/ | |/|
| | * i2c: tegra: use reset frameworkStephen Warren2013-12-111-3/+10
* | | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-231-0/+5
|\ \ \
| * \ \ Merge tag 'mvebu-fixes-3.13' of git://git.infradead.org/linux-mvebu into next...Kevin Hilman2014-01-141-0/+5
| |\ \ \ | | |/ / | |/| |
| | * | i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT2014-01-141-0/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-222-2/+2
|\ \ \ \
| * | | | treewide: fix comments and printk msgsMasanari Iida2014-01-071-1/+1
| * | | | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
| |/ / /
* | | | i2c: s3c2410: fix quirk usage for 64-bitPankaj Dubey2014-01-161-3/+3
* | | | i2c: pnx: Use devm_*() functionsJingoo Han2014-01-161-51/+13
* | | | i2c: at91: add a new compatibility string for the at91sam9261jean-jacques hiblot2014-01-161-0/+3
* | | | i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction typerobert.valiquette@intel.com2014-01-131-0/+37
* | | | i2c: Add bus driver for for OSIF USB i2c device.Andrew Lunn2014-01-133-0/+213
* | | | i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product IDAndrew Lunn2014-01-131-1/+0
* | | | i2c: designware: remove HAVE_CLK build dependecyBaruch Siach2014-01-132-2/+0
* | | | i2c: nomadik: remove platform data headerLinus Walleij2014-01-091-1/+23
* | | | i2c: nomadik: auto-calculate slave setup timeLinus Walleij2014-01-091-12/+28
* | | | i2c: viperboard: remove superfluous assignmentWolfram Sang2014-01-091-3/+1
* | | | i2c: xilinx: Use devm_* functionsKedareswara rao Appana2014-01-041-50/+15
* | | | i2c: xilinx: Do not enable irq before irq handlerMichal Simek2014-01-041-2/+2
* | | | i2c: xilinx: Fix i2c checkpatch warningsKedareswara rao Appana2014-01-041-9/+11
* | | | i2c: isch: Use devm_request_region()Jingoo Han2014-01-041-5/+2
* | | | i2c: viperboard: Use devm_kzalloc() functionsJingoo Han2014-01-041-9/+3
* | | | i2c: imx: propagate irq error code in probeWolfram Sang2014-01-031-1/+1
* | | | i2c: s3c2410: dont need CPU_FREQ transitions for exynos seriesNaveen Krishna Ch2014-01-031-2/+2
* | | | i2c: s3c2410: Add polling mode supportVasanth Ananthan2014-01-031-10/+56
* | | | i2c: shmobile/rcar: Restrict non-COMPILE_TEST compilationLaurent Pinchart2014-01-031-2/+2
* | | | i2c: pca954x: Add reset GPIO supportLaurent Pinchart2014-01-031-0/+19
* | | | i2c: pca954x: Use devm_kzalloc managed allocatorLaurent Pinchart2014-01-031-12/+6
* | | | i2c: pca954x: Sort headers alphabeticallyLaurent Pinchart2014-01-031-4/+3
* | | | i2c: riic: add driverWolfram Sang2014-01-023-0/+438
|/ / /
* | | i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam2013-12-121-1/+3
* | | i2c: mux: Inherit retry count and timeout from parent for muxed busElie De Brauwer2013-12-121-0/+2
| |/ |/|
OpenPOWER on IntegriCloud