summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-2235-64/+1Star
* i2c: pxa: remove incorrect __exit annotationsDmitry Torokhov2013-02-221-2/+2
* i2c: ocores: Fix pointer to integer cast warningJayachandran C2013-02-211-1/+1
* i2c: tegra: remove warning dump if timeout happen in transferLaxman Dewangan2013-02-151-1/+1
* i2c: fix i2c-ismt.c printk format warningRandy Dunlap2013-02-151-1/+1
* i2c: i801: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-153-0/+17
* i2c: add bcm2835 driverStephen Warren2013-02-124-0/+375
* i2c: ismt: Add Seth and Myself as maintainersNeil Horman2013-02-111-0/+7
* i2c: sis630: checkpatch cleanupAmaury Decrême2013-02-111-105/+109
* i2c: sis630: display unsigned hexAmaury Decrême2013-02-111-1/+1
* i2c: sis630: use hex to constants for SMBus commandsAmaury Decrême2013-02-111-14/+31
* i2c: sis630: fix behavior after collisionAmaury Decrême2013-02-111-6/+1Star
* i2c: sis630: clear sticky bitsAmaury Decrême2013-02-111-3/+1Star
* i2c: sis630: Add SIS964 supportAmaury Decrême2013-02-113-32/+69
* i2c: isch: Add module parameter for backbone clock rate if divider is unsetAlexander Stein2013-02-111-0/+17
* i2c: at91: fix unsed variable warning when building with !CONFIG_OFJoachim Eastwood2013-02-101-7/+7
* i2c: Adding support for Intel iSMT SMBus 2.0 host controllerNeil Horman2013-02-104-0/+1010
* i2c: sh_mobile: don't send a stop condition by default inside transfersGuennadi Liakhovetski2013-02-101-20/+59
* i2c: sh_mobile: eliminate an open-coded "goto" loopGuennadi Liakhovetski2013-02-101-26/+34
* i2c: sh_mobile: fix timeout error handlingGuennadi Liakhovetski2013-02-101-1/+4
* i2c: sh_mobile: cosmetic: trivially simplify 2 functionsGuennadi Liakhovetski2013-02-101-10/+4Star
* i2c: mxs: Implement arbitrary clock speed derivation algorithmMarek Vasut2013-02-101-39/+55
* i2c: i801: SMBus patch for Intel Avoton DeviceIDsSeth Heasley2013-02-083-0/+5
* i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440Giridhar Maruthy2013-01-282-0/+4
* i2c: mxs: Add PIO and mixed-DMA supportMarek Vasut2013-01-281-13/+163
* i2c: s3c2410: Remove err_cpufreq labelTushar Behera2013-01-281-5/+2Star
* i2c: s3c2410: Move location of clk_prepare_enable() call in probe functionTushar Behera2013-01-281-17/+12Star
* i2c: s3c2410: Convert to use devm_* APIsTushar Behera2013-01-281-11/+5Star
* i2c: s3c2410: Remove unnecessary label err_noclkTushar Behera2013-01-281-6/+3Star
* i2c: nomadik: drop superfluous variable initializationWolfram Sang2013-01-281-6/+3Star
* i2c: nomadik: adopt pinctrl supportPatrice Chotard2013-01-281-0/+89
* i2c: at91: add of_device_id entry for at91rm9200Joachim Eastwood2013-01-281-0/+3
* i2c: tegra: add support for Tegra114 SoCLaxman Dewangan2013-01-281-14/+63
* i2c-designware: add support for Intel LynxpointMika Westerberg2013-01-281-3/+46
* i2c-designware: add minimal support for runtime PMMika Westerberg2013-01-281-0/+10
* i2c-designware: always set the STOP bit after last byteMika Westerberg2013-01-281-2/+14
* i2c: nforce2: fix coding style issuesLaurent Navet2013-01-281-76/+76
* drivers: misc: at24: mention other supported types in KconfigLars Poeschel2013-01-281-5/+6
* i2c: core: Remove definition of i2c_smbus_process_callTushar Behera2013-01-283-27/+4Star
* Linux 3.8-rc5Linus Torvalds2013-01-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-01-2514-98/+300
|\
| * Btrfs: fix repeated delalloc work allocationMiao Xie2013-01-241-14/+41
| * Btrfs: fix wrong max device number for single profileMiao Xie2013-01-241-1/+1
| * Btrfs: fix missed transaction->aborted checkMiao Xie2013-01-241-0/+16
| * Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie2013-01-242-2/+3
| * Btrfs: put csums on the right ordered extentJosef Bacik2013-01-241-2/+2
| * Btrfs: use right range to find checksum for compressed extentsLiu Bo2013-01-241-0/+5
| * Btrfs: fix panic when recovering tree logJosef Bacik2013-01-241-8/+12
| * Btrfs: do not allow logged extents to be merged or removedJosef Bacik2013-01-243-3/+16
| * Btrfs: fix a regression in balance usage filterIlya Dryomov2013-01-221-1/+8