summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-01-073-1696/+0
|\
| * USB: move isp1301_omap to drivers/usb/otgDavid Brownell2009-01-073-1696/+0
* | i2c: Use snprintf to set adapter namesJean Delvare2009-01-076-11/+12
* | Input: apanel - convert to new i2c bindingJean Delvare2009-01-071-1/+49
* | i2c: Drop I2C_CLASS_ALLJean Delvare2009-01-072-2/+2
* | i2c: Get rid of remaining bus_id accessJean Delvare2009-01-073-4/+4
* | i2c: Replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-4/+4
|/
* Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds2009-01-054-2382/+0
|\
| * mfd: move drivers/i2c/chips/menelaus.c to drivers/mfdDavid Brownell2009-01-043-1296/+0
| * mfd: move drivers/i2c/chips/tps65010.c to drivers/mfdDavid Brownell2009-01-043-1086/+0
* | Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-01-052-199/+406
|\ \ | |/ |/|
| * Merge branch 'i2c-next-s3c' into i2c-nextBen Dooks2009-01-051-107/+78
| |\
| | * i2c-s3c2410: Change IRQ to be plain integer.Ben Dooks2008-12-161-14/+8
| | * i2c-s3c2410: Allow more than one i2c-s3c2410 adapterBen Dooks2008-12-161-14/+19
| | * i2c-s3c2410: Remove default platform data.Ben Dooks2008-12-161-31/+8
| | * i2c-s3c2410: Use platform data for gpio configurationBen Dooks2008-12-161-8/+3
| | * i2c-s3c2410: Fixup style problems from checkpatch.plBen Dooks2008-12-161-44/+44
| * | i2c-omap: fix type of irq handler functionBen Dooks2008-12-161-1/+1
| * | Merge branch 'i2c-for-ben' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Ben Dooks2008-12-161-92/+328
| |\ \ | | |/ | |/|
| | * i2c-omap: Enable I2C wakeups for 34xxKalle Jokiniemi2008-11-211-0/+27
| | * i2c-omap: reprogram OCP_SYSCONFIG register after resetPaul Walmsley2008-11-211-6/+34
| | * i2c-omap: convert 'rev1' flag to generic 'rev' u8Paul Walmsley2008-11-211-9/+16
| | * i2c-omap: fix I2C timeouts due to recursive omap_i2c_{un,}idle()Paul Walmsley2008-11-211-2/+7
| | * i2c-omap: Clean-up i2c-omapTony Lindgren2008-11-211-13/+18
| | * i2c-omap: Don't compile in OMAP15xx I2C ISR for non-OMAP15xx buildsPaul Walmsley2008-11-211-0/+6
| | * i2c-omap: Mark init-only functions as __initPaul Walmsley2008-11-211-2/+2
| | * i2c-omap: Add support for omap34xxChandra shekhar2008-11-211-9/+11
| | * i2c-omap: FIFO handling support and broken hw workaround for i2c-omapNishanth Menon2008-11-211-40/+150
| | * i2c-omap: Add high-speed support to omap-i2cSyed Mohammed Khasim2008-11-211-22/+60
| | * i2c-omap: Close suspected race between omap_i2c_idle() and omap_i2c_isr()Paul Walmsley2008-11-211-4/+8
| | * i2c-omap: Do not use interruptible wait call in omap_i2c_xfer_msgJarkko Nikula2008-11-211-2/+6
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-12-302-3/+3
|\ \ \
| * \ \ Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/l...Russell King2008-12-172-3/+3
| |\ \ \ | | |/ /
| * | | Merge git://git.marvell.com/orion into develRussell King2008-12-133-21/+50
| |\ \ \
| * \ \ \ Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-11-291-2/+2
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-11-032-1/+2
| | |\ \ \ \
| | * | | | | [ARM] S3C: Move i2c headers to arch/arm/plat-s3c/include/plat.Ben Dooks2008-10-301-2/+2
| * | | | | | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | sh: sh_mobile i2c clock framework supportMagnus Damm2008-12-221-37/+36
* | | | | | i2c-s3c2410: fix check for being in suspend.Ben Dooks2008-12-161-3/+15
* | | | | | i2c-cpm: Detect and report NAK right away instead of timing outMike Ditto2008-12-161-0/+1
| |_|_|_|/ |/| | | |
* | | | | i2c-highlander: Trivial endian casting fixesHarvey Harrison2008-12-111-2/+2
* | | | | i2c-pmcmsp: Fix endianness misannotationHarvey Harrison2008-12-111-1/+1
| |_|_|/ |/| | |
* | | | i2c-parport: Fix misplaced parport_release callJean Delvare2008-11-281-2/+2
* | | | i2c: Remove i2c clients in reverse orderJean Delvare2008-11-281-1/+1
* | | | i2c/isp1301_omap: Build fixesDavid Brownell2008-11-281-18/+47
|/ / /
* | | i2c: fix i2c-sh_mobile rx underrunMagnus Damm2008-11-131-1/+2
| |/ |/|
* | i2c-s3c2410: Correct use of ! and &Julia Lawall2008-10-301-1/+1
* | scx200_i2c: Add missing class parameterLennart Sorensen2008-10-301-0/+1
|/
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-10-238-9/+29
|\
OpenPOWER on IntegriCloud