aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge branch 'i2c-embedded/for-3.4' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds11-60/+864
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2012-03-20Merge tag 'drm-intel-next-2012-03-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-1/+2
2012-03-15i2c-algo-bit: Fix spurious SCL timeouts under heavy loadVille Syrjala1-1/+7
2012-03-15i2c-core: Comment says "transmitted" but means "received"Wolfram Sang1-4/+8
2012-03-07i2c-eg20t: Remove write-only variablesAlexander Stein1-8/+0
2012-03-07i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait timeAlexander Stein1-15/+21
2012-03-07i2c-s3c2410: Add stub runtime power managementMark Brown1-0/+10
2012-03-07i2c-s3c2410: Convert to devm_kzalloc()Mark Brown1-3/+1
2012-03-07i2c: add CSR SiRFprimaII on-chip I2C controllers driverZhiwu Song3-0/+470
2012-03-07i2c: tegra: Remove unnecessary write to INT_STATUSAlok Chauhan1-1/+0
2012-02-29i2c: export bit-banging algo functionsDaniel Vetter1-1/+2
2012-02-29i2c: imx: fix imx driver to work though signal is pendingOskar Schirmer1-5/+0
2012-02-29i2c: designware: dw_i2c_init_driver as subsys initcallPratyush Anand1-1/+1
2012-02-24i2c: mxs: only flag completion when queue is completely doneWolfram Sang1-3/+10
2012-02-24i2c: Move I2C_EG20T option to the right place.Jayachandran C2-16/+16
2012-02-24i2c: Support for Netlogic XLR/XLS I2C controller.Ganesan Ramalingam3-0/+289
2012-02-24i2c: mpc: Add support for SMBUS_READ_BLOCK_DATATang Yuantian1-14/+49
2012-02-24i2c: versatile: Add Device Tree supportPawel Moll1-0/+10
2012-02-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into fixesArnd Bergmann1-1/+1
2012-02-06i2c: tegra: Add devexit_p() for removeShubhrajyoti Datta1-1/+1
2012-01-20i2c: OMAP: Fix OMAP1 build errorCousson, Benoit1-1/+1
2012-01-17Merge branches 'for-33/i2c/eg20t' and 'for-33/i2c/omap' into for-linus/i2c-33Ben Dooks1-40/+70
2012-01-17i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-6/+6
2012-01-17i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+10
2012-01-17i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada1-1/+1
2012-01-17i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberFeng Tang1-1/+3
2012-01-17i2c: OMAP: Add DT support for i2c controllerBenoit Cousson1-35/+67
2012-01-17I2C: OMAP: NACK without STPJan Weitzel1-4/+2
2012-01-17I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring1-1/+1
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds4-6/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell4-6/+6
2012-01-12i2c/gpio-i2cmux: Convert to use module_platform_driver()Axel Lin1-12/+1
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin18-247/+24
2012-01-12i2c-dev: Use memdup_userThomas Meyer1-9/+4
2012-01-12i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin19-19/+19
2012-01-12i2c-ali1535: enable SPARC supportcorentin.labbe1-7/+20
2012-01-12i2c: Fix error value returned by several bus driversJean Delvare5-10/+20
2012-01-10Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds1-14/+2
2012-01-10i2c-puv3: using module_platform_driver()Guan Xuetao1-14/+2
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+7
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann3-16/+20
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+12
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-28/+2
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-12-27i2c-designware: add OF binding supportRob Herring1-0/+12
2011-12-19i2c: tegra: Support DVC controller in device treeStephen Warren1-1/+5
2011-12-19i2c: tegra: Add __devinit/exit to probe/removeStephen Warren1-2/+2