summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: Delete many unused adapter IDsJean Delvare2009-01-2630-32/+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
* 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-131-2/+2
| |\ \ \
| * \ \ \ 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: 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-234-2/+7
|\
| * i2c: Use pci_ioremap_bar()Arjan van de Ven2008-10-221-1/+1
| * i2c-algo-pcf: Pass adapter data into ->waitforpin() methodDavid Miller2008-10-221-1/+2
| * i2c-i801: Add support for Intel Ibex PeakSeth Heasley2008-10-222-0/+4
* | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-214-12/+39
|\ \ | |/
| * PCI: Check dynids driver_data value for validityJean Delvare2008-10-202-8/+0
| * PCI: remove dynids.use_driver_dataMilton Miller2008-10-202-2/+0
| * hwmon: (ams) Convert to a new-style i2c driverJean Delvare2008-10-171-0/+29
OpenPOWER on IntegriCloud