summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
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-mux-gpio: Add support for dynamically allocated GPIO pinsJean Delvare2012-10-051-6/+32
* | i2c-mux-gpio: Use devm_kzalloc instead of kzallocMaxime Ripard2012-10-051-9/+5
* | 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-052-14/+17
* | i2c: Convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-051-3/+13
* | i2c-smbus: Convert kzalloc to devm_kzallocJulia Lawall2012-10-051-7/+4
* | i2c-mux: Add support for device auto-detectionJean Delvare2012-10-055-7/+33
* | idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-1/+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-208-36/+83
| |\ \ \ | | | |/ | | |/|
| * | | 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-0440-992/+1310
| |\| |
| * | | 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-218-36/+83
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-09-143-32/+40
| |\ \ \
| | * | | i2c: algo: pca: Fix mode selection for PCA9665Thomas Kavanagh2012-09-141-3/+3
| | * | | 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-core: Fix for lockdep validatorJean Delvare2012-09-101-2/+20
| * | | 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
|/ /