summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-081-13/+1
|\
| * i2c-scmi: convert to module_acpi_driver()Mika Westerberg2012-09-211-13/+1
* | i2c-piix4: Fix build failureDaniel J Blueman2012-10-051-0/+1
* | i2c-i801: Let i2c-mux-gpio find the GPIO chipJean Delvare2012-10-051-33/+4
* | i2c-i801: Support SMBus multiplexing on Asus Z8 seriesJean Delvare2012-10-052-1/+214
* | i2c-viapro: Add VIA VX900 device IDJean Delvare2012-10-052-1/+5
* | i2c-parport: i2c_parport_irq can be staticJean Delvare2012-10-051-1/+1
* | i2c-designware: i2c_dw_xfer_msg can be staticJean Delvare2012-10-051-1/+1
* | i2c/scx200_*: Replace printks with pr_<level>sJim Cromie2012-10-052-21/+18
* | i2c: Make I2C available on UMLPeter Huewe2012-10-051-13/+1
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-014-4/+4
|\ \
| * \ Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-224-4/+4
| |\ \
| | * | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | * | ARM: w90x900: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-38/+92
|\ \ \ \
| * | | | i2c: tegra: dynamically control fast clkLaxman Dewangan2012-09-131-7/+28
| * | | | i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20Laxman Dewangan2012-09-131-14/+47
| * | | | i2c: tegra: pass proper name for getting clockLaxman Dewangan2012-09-131-23/+23
| | |/ / | |/| |
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-012-61/+62
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-206-31/+60
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'pnx4008-removal' of git://git.antcom.de/linux-2.6 into next/cle...Olof Johansson2012-09-051-1/+1
| |\ \ \
| | * | | ARM: mach-pnx4008: Remove architectureRoland Stigge2012-08-261-1/+1
| | | |/ | | |/|
| * | | Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pciArnd Bergmann2012-09-0437-963/+1264
| |\ \ \ | | |/ /
| * | | i2c: iop3xx: use standard gpiolib functionsRob Herring2012-07-251-4/+5
| * | | i2c: iop3xx: clean-up trailing whitespaceRob Herring2012-07-251-56/+56
* | | | Merge branch 'v3.7-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-216-31/+60
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-09-142-29/+37
| |\ \ \
| | * | | i2c: mxs: correctly setup speed for non devicetreeWolfram Sang2012-09-121-7/+6
| | * | | i2c: pnx: Fix read transactions of >= 2 bytesRoland Stigge2012-09-121-20/+28
| | * | | i2c: pnx: Fix bit definitionsRoland Stigge2012-09-121-2/+3
| | | |/ | | |/|
| * | | i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...Axel Lin2012-09-103-2/+19
| * | | i2c-i801: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2012-09-102-0/+4
| |/ /
* | | Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2012-09-132-7/+8
|\ \ \ | |/ / |/| |
| * | i2c/mpc: make data used as *of_device_id.data constArnd Bergmann2012-09-111-5/+5
| * | i2c/mpc: add a const qualifierUwe Kleine-König2012-09-111-1/+1
| * | i2c/i2c-omap: add a const qualifierUwe Kleine-König2012-09-111-1/+2
* | | i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan2012-08-181-1/+1
* | | i2c: diolan-u2c: Fix master_xfer return codeGuenter Roeck2012-08-181-0/+1
* | | I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman2012-08-181-1/+1
* | | i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones2012-08-181-10/+18
|/ /
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-2/+1
|\ \
| * | i2c-pmcmsp: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-2/+1
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-7/+0
|\ \
| * | i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar2012-07-301-7/+0
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-301-43/+49
|\ \ \ | |/ / |/| |
| * | i2c: Convert i2c-octeon.c to use device tree.David Daney2012-07-231-43/+49
| |/
* | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-2814-541/+623
|\ \
| * | Revert "i2c: tegra: convert normal suspend/resume to *_noirq"Wolfram Sang2012-07-241-6/+3