aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2012-03-15i2c-algo-bit: Fix spurious SCL timeouts under heavy loadGravatar Ville Syrjala 1-1/+7
2012-03-15i2c-core: Comment says "transmitted" but means "received"Gravatar Wolfram Sang 1-4/+8
2012-02-24i2c: mxs: only flag completion when queue is completely doneGravatar Wolfram Sang 1-3/+10
2012-02-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/te...Gravatar Arnd Bergmann 1-1/+1
2012-02-06i2c: tegra: Add devexit_p() for removeGravatar Shubhrajyoti Datta 1-1/+1
2012-01-20i2c: OMAP: Fix OMAP1 build errorGravatar Cousson, Benoit 1-1/+1
2012-01-17Merge branches 'for-33/i2c/eg20t' and 'for-33/i2c/omap' into for-linus/i2c-33Gravatar Ben Dooks 1-40/+70
2012-01-17i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorGravatar Tomoya MORINAGA 1-6/+6
2012-01-17i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHGravatar Tomoya MORINAGA 2-7/+10
2012-01-17i2c-eg20t: modified the setting of transfer rate.Gravatar Toshiharu Okada 1-1/+1
2012-01-17i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberGravatar Feng Tang 1-1/+3
2012-01-17i2c: OMAP: Add DT support for i2c controllerGravatar Benoit Cousson 1-35/+67
2012-01-17I2C: OMAP: NACK without STPGravatar Jan Weitzel 1-4/+2
2012-01-17I2C: OMAP: correct SYSC register offset for OMAP4Gravatar Alexander Aring 1-1/+1
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-2/+2
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxGravatar Linus Torvalds 4-6/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 4-6/+6
2012-01-12i2c/gpio-i2cmux: Convert to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2012-01-12i2c/busses: Use module_platform_driver()Gravatar Axel Lin 18-247/+24
2012-01-12i2c-dev: Use memdup_userGravatar Thomas Meyer 1-9/+4
2012-01-12i2c: Convert to DEFINE_PCI_DEVICE_TABLEGravatar Axel Lin 19-19/+19
2012-01-12i2c-ali1535: enable SPARC supportGravatar corentin.labbe 1-7/+20
2012-01-12i2c: Fix error value returned by several bus driversGravatar Jean Delvare 5-10/+20
2012-01-10Merge branch 'unicore32' of git://github.com/gxt/linuxGravatar Linus Torvalds 1-14/+2
2012-01-10i2c-puv3: using module_platform_driver()Gravatar Guan Xuetao 1-14/+2
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-3/+7
2012-01-09Merge branch 'samsung/driver' into next/driversGravatar Arnd Bergmann 3-16/+20
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-0/+12
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Gravatar Greg Kroah-Hartman 2-28/+2
2012-01-02misc latin1 to utf8 conversionsGravatar Al Viro 1-1/+1
2011-12-27i2c-designware: add OF binding supportGravatar Rob Herring 1-0/+12
2011-12-19i2c: tegra: Support DVC controller in device treeGravatar Stephen Warren 1-1/+5
2011-12-19i2c: tegra: Add __devinit/exit to probe/removeGravatar Stephen Warren 1-2/+2
2011-12-18i2c-eg20t: correct the driver init order of pch_i2c_probe()Gravatar Feng Tang 1-10/+12
2011-12-18I2C: OMAP: fix FIFO usage for OMAP4Gravatar Shubhrajyoti D 1-5/+6
2011-12-18i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpioGravatar Tushar Behera 1-1/+1
2011-12-18i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idleGravatar Mark Brown 1-0/+1
2011-12-07MIPS: Alchemy: Au1300 SoC supportGravatar Manuel Lauss 1-2/+2
2011-12-01Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Gravatar Linus Torvalds 1-1/+1
2011-11-26ARM: 7175/1: add subname parameter to mfp_set_groupg callersGravatar Axel Lin 1-1/+1
2011-11-23i2c: Make i2cdev_notifier_call staticGravatar Shubhrajyoti D 1-1/+1
2011-11-23i2c: Fix device name for 10-bit slave addressGravatar Jean Delvare 1-1/+3
2011-11-23i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetGravatar Jeffrey (Sheng-Hui) Chu 1-2/+2
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Gravatar Greg Kroah-Hartman 2-28/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-0/+4
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-2/+2
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Gravatar Linus Torvalds 1-1/+0
2011-11-01Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linuxGravatar Linus Torvalds 20-664/+1450
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Gravatar Ben Dooks 3-52/+167