summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus/2639/i2c-1' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-03-184-1/+1132
|\
| *-. Merge branches 'for-2639/i2c/i2c-tegra', 'for-2639/i2c/i2c-mpc' and 'for-2639...Ben Dooks2011-03-167-7/+462
| |\ \
| | | * i2c: add driver for Freescale i.MX28Wolfram Sang2011-02-233-0/+423
| | * | i2c-mpc: Add support for 64bit systemKumar Gala2011-03-161-1/+1
| * | | i2c: tegra: Add i2c supportColin Cross2011-02-233-0/+708
| | |/ | |/|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds2011-03-173-0/+318
|\ \ \
| * | | unicore32 machine related files: add i2c bus drivers for pkunity-v3 socGuanXuetao2011-03-173-0/+318
| | |/ | |/|
* | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-173-23/+17Star
|\ \ \
| * | | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-283-23/+17Star
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-162-13/+3Star
|\| | | | |/ / |/| |
| * | driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-212-13/+3Star
| |/
* | i2c-eg20t: include slab.h for memory allocationsWolfram Sang2011-03-091-0/+1
* | i2c-ocores: Fix pointer type mismatch errorGrant Likely2011-03-081-1/+1
* | i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeupRajendra Nayak2011-03-071-3/+1Star
* | i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespaceBen Dooks2011-02-231-2/+2
* | i2c-omap: Double clear of ARDY status in IRQ handlerRichard woodruff2011-02-231-1/+5
* | i2c-omap: fix build for !CONFIG_SUSPENDBalaji T K2011-02-231-2/+3
* | i2c-omap: fix static suspend vs. runtime suspendKevin Hilman2011-02-231-0/+28
* | i2c-stu300: make sure adapter-name is terminatedWolfram Sang2011-02-231-1/+1
|/
* i2c: Encourage move to dev_pm_ops by warning on use of legacy methodsMark Brown2011-01-141-0/+8
* i2c: Factor out runtime suspend checks from PM operationsMark Brown2011-01-141-48/+20Star
* i2c: Unregister dummy devices last on adapter removalJean Delvare2011-01-141-1/+13
* i2c: Convert SCx200 driver from using raw PCI to platform deviceAndres Salomon2011-01-141-120/+80Star
* Merge branch 'for-linus/i2c-2638' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-01-1310-61/+1086
|\
| * Merge branch 'for-2638/i2c/bfin2' into for-linus/i2c-2638Ben Dooks2011-01-121-1/+23
| |\
| | * i2c-bfin-twi: move setup to the earlier subsys initcallMichael Hennerich2011-01-121-1/+1
| | * i2c-bfin-twi: handle faulty slave devices betterMichael Hennerich2011-01-121-0/+22
| * | Merge branch 'for-2638/i2c/nomadik' into for-linus/i2c-2638Ben Dooks2011-01-121-2/+4
| |\ \
| | * | i2c-nomadik: fix regression on adapter nameLinus Walleij2011-01-041-2/+4
| * | | Merge branch 'for-2638/i2c/intel' into for-linus/i2c-2638Ben Dooks2011-01-123-0/+909
| |\ \ \
| | * | | i2c-eg20t: add driver for Intel EG20TTomoya MORINAGA2011-01-043-0/+909
| | |/ /
| * | | Merge branch 'for-2638/i2c/ocores' into for-linus/i2c-2638Ben Dooks2011-01-121-43/+102
| |\ \ \
| | * | | i2c-ocores: add some device tree documentationJonas Bonn2011-01-041-0/+35
| | * | | i2c-ocores: Use devres for resource allocationJonas Bonn2011-01-041-35/+11Star
| | * | | i2c-ocores: Adapt for device treeJonas Bonn2011-01-041-8/+56
| | |/ /
| * | | Merge branch 'for-2638/i2c/iop' into for-linus/i2c-2638Ben Dooks2011-01-122-4/+4
| |\ \ \
| | * | | i2c-iop3xx: add iomem annotationAaro Koskinen2011-01-042-4/+4
| | |/ /
| * | | Merge branch 'for-2638/i2c/omap' into for-linus/i2c-2638Ben Dooks2011-01-121-4/+6
| |\ \ \
| | * | | i2c-omap: Set latency requirements only once for several messagesSamu Onkalo2011-01-041-4/+6
| | |/ /
| * | | Merge branch 'for-2638/i2c/mv64xx' into for-linus/i2c-2638Ben Dooks2011-01-121-7/+38
| |\ \ \ | | |_|/ | |/| |
| | * | i2c-mv64xxx: send repeated START between messages in xferRodolfo Giometti2011-01-041-7/+38
| | |/
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2010-12-227-161/+205
| |\|
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
* | | i2c: Constify i2c_client where possibleJean Delvare2011-01-101-13/+16
* | | i2c-algo-bit: Complain about masters which can't read SCLJean Delvare2011-01-101-2/+12
* | | i2c-algo-bit: Refactor adapter registrationJean Delvare2011-01-101-16/+5Star
* | | i2c: Add generic I2C multiplexer using GPIO APIPeter Korsgaard2011-01-103-0/+197
* | | i2c-nforce2: Remove unnecessary cast of pci_get_drvdataJoe Perches2011-01-101-1/+1
* | | i2c-i801: Include <linux/slab.h>Ben Hutchings2011-01-101-0/+1