aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-11drivers/i2c: remove !S390 dependency, add missing GENERIC_HARDIRQS dependenciesHeiko Carstens2-3/+5
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-2/+0
2013-02-27i2c: convert to idr_alloc()Tejun Heo1-33/+11
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds48-505/+2224
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson35-64/+1
2013-02-22i2c: pxa: remove incorrect __exit annotationsDmitry Torokhov1-2/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-52/+40
2013-02-21i2c: ocores: Fix pointer to integer cast warningJayachandran C1-1/+1
2013-02-15i2c: tegra: remove warning dump if timeout happen in transferLaxman Dewangan1-1/+1
2013-02-15i2c: fix i2c-ismt.c printk format warningRandy Dunlap1-1/+1
2013-02-15i2c: i801: Add Device IDs for Intel Wellsburg PCHJames Ralston2-0/+16
2013-02-12i2c: add bcm2835 driverStephen Warren3-0/+355
2013-02-11i2c: sis630: checkpatch cleanupAmaury Decrême1-105/+109
2013-02-11i2c: sis630: display unsigned hexAmaury Decrême1-1/+1
2013-02-11i2c: sis630: use hex to constants for SMBus commandsAmaury Decrême1-14/+31
2013-02-11i2c: sis630: fix behavior after collisionAmaury Decrême1-6/+1
2013-02-11i2c: sis630: clear sticky bitsAmaury Decrême1-3/+1
2013-02-11i2c: sis630: Add SIS964 supportAmaury Decrême2-32/+60
2013-02-11i2c: isch: Add module parameter for backbone clock rate if divider is unsetAlexander Stein1-0/+17
2013-02-10i2c: at91: fix unsed variable warning when building with !CONFIG_OFJoachim Eastwood1-7/+7
2013-02-10i2c: Adding support for Intel iSMT SMBus 2.0 host controllerNeil Horman3-0/+974
2013-02-10i2c: sh_mobile: don't send a stop condition by default inside transfersGuennadi Liakhovetski1-20/+59
2013-02-10i2c: sh_mobile: eliminate an open-coded "goto" loopGuennadi Liakhovetski1-26/+34
2013-02-10i2c: sh_mobile: fix timeout error handlingGuennadi Liakhovetski1-1/+4
2013-02-10i2c: sh_mobile: cosmetic: trivially simplify 2 functionsGuennadi Liakhovetski1-10/+4
2013-02-10i2c: mxs: Implement arbitrary clock speed derivation algorithmMarek Vasut1-39/+55
2013-02-08i2c: i801: SMBus patch for Intel Avoton DeviceIDsSeth Heasley2-0/+4
2013-02-05Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socOlof Johansson1-2/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-2/+1
2013-01-28i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440Giridhar Maruthy1-0/+2
2013-01-28i2c: mxs: Add PIO and mixed-DMA supportMarek Vasut1-13/+163
2013-01-28i2c: s3c2410: Remove err_cpufreq labelTushar Behera1-5/+2
2013-01-28i2c: s3c2410: Move location of clk_prepare_enable() call in probe functionTushar Behera1-17/+12
2013-01-28i2c: s3c2410: Convert to use devm_* APIsTushar Behera1-11/+5
2013-01-28i2c: s3c2410: Remove unnecessary label err_noclkTushar Behera1-6/+3
2013-01-28i2c: nomadik: drop superfluous variable initializationWolfram Sang1-6/+3
2013-01-28i2c: nomadik: adopt pinctrl supportPatrice Chotard1-0/+89
2013-01-28i2c: at91: add of_device_id entry for at91rm9200Joachim Eastwood1-0/+3
2013-01-28i2c: tegra: add support for Tegra114 SoCLaxman Dewangan1-14/+63
2013-01-28i2c-designware: add support for Intel LynxpointMika Westerberg1-3/+46
2013-01-28i2c-designware: add minimal support for runtime PMMika Westerberg1-0/+10
2013-01-28i2c-designware: always set the STOP bit after last byteMika Westerberg1-2/+14
2013-01-28i2c: nforce2: fix coding style issuesLaurent Navet1-76/+76
2013-01-28i2c: core: Remove definition of i2c_smbus_process_callTushar Behera1-23/+0
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman5-6/+16
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-1/+1