summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+1
| * i2c: sis630: clear sticky bitsAmaury Decrême2013-02-111-3/+1
| * i2c: sis630: Add SIS964 supportAmaury Decrême2013-02-112-32/+60
| * 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-103-0/+974
| * 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/+4
| * i2c: mxs: Implement arbitrary clock speed derivation algorithmMarek Vasut2013-02-101-39/+55
| * i2c: i801: SMBus patch for Intel Avoton DeviceIDsSeth Heasley2013-02-082-0/+4
| * i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440Giridhar Maruthy2013-01-281-0/+2
| * i2c: mxs: Add PIO and mixed-DMA supportMarek Vasut2013-01-281-13/+163
| * i2c: s3c2410: Remove err_cpufreq labelTushar Behera2013-01-281-5/+2
| * i2c: s3c2410: Move location of clk_prepare_enable() call in probe functionTushar Behera2013-01-281-17/+12
| * i2c: s3c2410: Convert to use devm_* APIsTushar Behera2013-01-281-11/+5
| * i2c: s3c2410: Remove unnecessary label err_noclkTushar Behera2013-01-281-6/+3
| * i2c: nomadik: drop superfluous variable initializationWolfram Sang2013-01-281-6/+3
| * 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
* | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-2/+1
|\ \
| * \ Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-051-2/+1
| |\ \ | | |/ | |/|
| | * ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-281-2/+1
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \ \
| * \ \ Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-254-5/+15
| |\ \ \ | | |/ /
| * | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+1
| | |/ | |/|
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2111-49/+39
|\ \ \
| * \ \ Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-254-5/+15
| |\ \ \ | | | |/ | | |/|
| * | | i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-2410-40/+32
| * | | drivers/i2c: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-9/+7
| | |/ | |/|
* | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-1/+1
| |/ |/|
* | i2c-designware: add missing MODULE_LICENSEMika Westerberg2013-01-221-0/+4
* | i2c: omap: fix draining irq handlingAaro Koskinen2013-01-221-2/+2
* | i2c: omap: errata i462: fix incorrect ack for arbitration lost interruptAaro Koskinen2013-01-221-1/+1
* | i2c: sirf: register i2c_client from dt child-nodes in probe entryBarry Song2013-01-221-0/+4
* | i2c: mxs: Fix type of error codeFabio Estevam2013-01-221-1/+1
* | i2c: mxs: Fix misuse init_completionMarek Vasut2013-01-211-1/+3
|/
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-2252-236/+230
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-12-1812-306/+1122
|\
| * i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flagShubhrajyoti D2012-11-281-2/+1
| * i2c: at91: add dma supportLudovic Desroches2012-11-241-8/+298
| * i2c: at91: change struct members indentationLudovic Desroches2012-11-241-15/+15
| * i2c: at91: fix compilation warningLudovic Desroches2012-11-241-1/+1
OpenPOWER on IntegriCloud