aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-18i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan1-1/+1
2012-08-18i2c: diolan-u2c: Fix master_xfer return codeGuenter Roeck1-0/+1
2012-08-18I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman1-1/+1
2012-08-18i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones1-10/+18
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2012-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-11/+33
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+0
2012-07-30i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar1-7/+0
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-43/+49
2012-07-28Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds14-541/+623
2012-07-24Revert "i2c: tegra: convert normal suspend/resume to *_noirq"Wolfram Sang1-6/+3
2012-07-24i2c-omap: Add support for I2C_M_STOP message flagLaurent Pinchart1-1/+4
2012-07-24i2c: Fall back to emulated SMBus if the operation isn't supported nativelyLaurent Pinchart1-4/+10
2012-07-24i2c: Add SCCB supportLaurent Pinchart1-1/+1
2012-07-24i2c-tiny-usb: Add support for the Robofuzz OSIF USB/I2C converterEmmanuel Deloget1-0/+1
2012-07-24i2c-i801: Enable IRQ for byte_by_byte transactionsDaniel Kurtz1-7/+78
2012-07-24i2c-i801: Enable interrupts on ICH5/7/8/9/10Jean Delvare1-4/+9
2012-07-24i2c-i801: Enable IRQ for SMBus transactionsDaniel Kurtz1-4/+95
2012-07-24i2c-i801: Consolidate pollingJean Delvare1-55/+53
2012-07-24i2c-i801: Drop ENABLE_INT9Daniel Kurtz1-5/+4
2012-07-24i2c-i801: Rename some SMBHSTCNT bit constantsDaniel Kurtz1-10/+11
2012-07-24i2c-i801: Check and return errors during byte-by-byte transfersDaniel Kurtz1-4/+6
2012-07-24i2c-i801: Clear only status bits in HST_STSDaniel Kurtz1-1/+1
2012-07-24i2c-i801: Refactor use of LAST_BYTE in i801_block_transaction_byte_by_byteDaniel Kurtz1-14/+14
2012-07-24i2c-smbus: Use module_i2c_driver()Fabio Estevam1-12/+1
2012-07-24i2c-piix4: Support AMD auxiliary SMBus controllerAndrew Armenia2-4/+73
2012-07-24i2c-piix4: Separate registration and probing codeAndrew Armenia1-40/+71
2012-07-24i2c-piix4: Eliminate piix4_smba global variableAndrew Armenia1-16/+34
2012-07-24i2c/busses: Use module_pci_driverAxel Lin16-200/+16
2012-07-24i2c: Update Guenter Roeck's e-mail addressGuenter Roeck2-2/+2
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-24/+133
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+5
2012-07-23Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-07-23I2C: MV64XYZ: Add Device Tree supportAndrew Lunn1-5/+128
2012-07-23i2c: Convert i2c-octeon.c to use device tree.David Daney1-43/+49
2012-07-19i2c-pmcmsp: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-07-16i2c: stu300: use devm managed resourcesLinus Walleij1-65/+18
2012-07-14i2c: i2c-ocores: support for 16bit and 32bit IOGanesan Ramalingam1-2/+19
2012-07-14i2c: i2c-ocores: Use reg-shift propertyGanesan Ramalingam1-14/+22
2012-07-14i2c: i2c-ocores: DT bindings and minor fixes.Jayachandran C1-38/+7
2012-07-14i2c: mv64xxxx: remove EXPERIMENTAL tagWolfram Sang1-1/+1
2012-07-13i2c-s3c2410: Use plain pm_runtime_put()Mark Brown1-2/+2
2012-07-13i2c: s3c2410: Fix pointer type passed to of_match_node()Karol Lewandowski1-1/+1
2012-07-13i2c: mxs: Set I2C timing registers for mxs-i2cMarek Vasut1-0/+66
2012-07-13ARM: ux500: Remove unused i2c platform_data initialisation codeLee Jones1-2/+1
2012-07-13i2c: i2c-bfin-twi: Move blackfin TWI register access Macro to head file.Sonic Zhang1-45/+0
2012-07-13i2c: i2c-bfin-twi: Move TWI peripheral pin request array to platform data.Sonic Zhang1-8/+4
2012-07-13i2c:i2c-bfin-twi: include twi head fileSonic Zhang1-0/+1
2012-07-13i2c:i2c-bfin-twi: TWI fails to restart next transfer in high system load.Sonic Zhang1-11/+14
2012-07-13i2c: i2c-bfin-twi: Tighten condition when failing I2C transfer if MEN bit is reset unexpectedly.Sonic Zhang1-1/+2