aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)Author
2012-07-24i2c-tiny-usb: Add support for the Robofuzz OSIF USB/I2C converterEmmanuel Deloget
2012-07-24i2c-i801: Enable IRQ for byte_by_byte transactionsDaniel Kurtz
2012-07-24i2c-i801: Enable interrupts on ICH5/7/8/9/10Jean Delvare
2012-07-24i2c-i801: Enable IRQ for SMBus transactionsDaniel Kurtz
2012-07-24i2c-i801: Consolidate pollingJean Delvare
2012-07-24i2c-i801: Drop ENABLE_INT9Daniel Kurtz
2012-07-24i2c-i801: Rename some SMBHSTCNT bit constantsDaniel Kurtz
2012-07-24i2c-i801: Check and return errors during byte-by-byte transfersDaniel Kurtz
2012-07-24i2c-i801: Clear only status bits in HST_STSDaniel Kurtz
2012-07-24i2c-i801: Refactor use of LAST_BYTE in i801_block_transaction_byte_by_byteDaniel Kurtz
2012-07-24i2c-piix4: Support AMD auxiliary SMBus controllerAndrew Armenia
2012-07-24i2c-piix4: Separate registration and probing codeAndrew Armenia
2012-07-24i2c-piix4: Eliminate piix4_smba global variableAndrew Armenia
2012-07-24i2c/busses: Use module_pci_driverAxel Lin
2012-07-24i2c: Update Guenter Roeck's e-mail addressGuenter Roeck
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-07-23Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-07-13ARM: ux500: Remove unused i2c platform_data initialisation codeLee Jones
2012-07-11i2c/powermac: Improve detection of devices from device-treeBenjamin Herrenschmidt
2012-07-01i2c: imx: remove unneeded mach/irqs.h inclusionShawn Guo
2012-06-11i2c: tegra: Add clk_prepare/clk_unpreparePrashant Gaikwad
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown
2012-05-26Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-17i2c: Change mail address of Oskar SchirmerOskar Schirmer
2012-05-14Merge branch 'merge' into nextBenjamin Herrenschmidt
2012-05-13i2c: mxs: add device tree probe supportShawn Guo
2012-05-12i2c: davinci: Free requested IRQ in removeMarcus Folkesson
2012-05-12i2c: ocores: register OF i2c devicesGanesan Ramalingam
2012-05-12i2c: tegra: notify transfer-complete after clearing status.Laxman Dewangan
2012-05-12I2C: xiic: Add OF binding supportLars-Peter Clausen
2012-05-12i2c: tegra: fix 10bit address configurationLaxman Dewangan
2012-05-12i2c-s3c2410: Add HDMIPHY quirk for S3C2440Karol Lewandowski
2012-05-12i2c-s3c2410: Rework device type handlingKarol Lewandowski
2012-05-12i2c: designware: Add clk_{un}prepare() supportViresh Kumar
2012-05-12i2c: designware: add PM supportDeepak Sikri
2012-05-12i2c: ixp2000: remove driverRob Herring
2012-05-12i2c: pnx: add device tree supportRoland Stigge
2012-05-12i2c: imx: don't use strcpy but strlcpyWolfram Sang
2012-05-12i2c: eg20t: don't use strcpy but strlcpyWolfram Sang
2012-05-12i2c: eg20t: remove unused functionWolfram Sang
2012-05-12i2c: eg20t: pass on return value in i2c_xferWolfram Sang
2012-05-12i2c: eg20t: use NULL instead of 0Wolfram Sang
2012-05-12i2c-eg20t: Merge two functionsTomoya MORINAGA