aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2006-06-27[PATCH] i2c-i801.c: don't pci_disable_device() after it was just enabledGravatar Daniel Ritz 1-6/+10
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcGravatar Linus Torvalds 1-2/+2
2006-06-22[PATCH] I2C: I2C controllers go into right place on sysfsGravatar David Brownell 1-4/+1
2006-06-22[PATCH] i2c-i801: Merge setup functionGravatar Jean Delvare 1-66/+55
2006-06-22[PATCH] i2c-i801: Better pci subsystem integrationGravatar Jean Delvare 1-11/+27
2006-06-22[PATCH] i2c-i801: CleanupsGravatar Jean Delvare 1-19/+13
2006-06-22[PATCH] i2c-i801: Remove PCI function checkGravatar Jean Delvare 1-4/+0
2006-06-22[PATCH] i2c-i801: Remove force_addr parameterGravatar Jean Delvare 1-28/+7
2006-06-22[PATCH] i2c-i801: Fix block transaction poll loopsGravatar Jean Delvare 1-2/+2
2006-06-22[PATCH] scx200_acb: Mark scx200_acb_probe __initGravatar Jean Delvare 1-1/+1
2006-06-22[PATCH] scx200_acb: Use PCI I/O resource when appropriateGravatar Jordan Crouse 1-53/+147
2006-06-22[PATCH] i2c: Mark block write buffers as constGravatar Krzysztof Halasa 1-2/+2
2006-06-22[PATCH] i2c-ocores: Minor cleanupsGravatar Peter Korsgaard 1-4/+2
2006-06-22[PATCH] i2c: New bus driver for the OpenCores I2C controllerGravatar Peter Korsgaard 3-0/+355
2006-06-22[PATCH] i2c: Suggest N for rare devices in KconfigGravatar Jean Delvare 2-0/+14
2006-06-22[PATCH] I2C: i2c-nforce2: Add support for the nForce4 MCP51 and MCP55Gravatar Jean Delvare 1-11/+27
2006-06-22[PATCH] I2C: i2c-piix4: Document the IBM problem more clearlyGravatar Jean Delvare 1-1/+1
2006-06-22[PATCH] I2C: i2c-piix4: Remove the fix_hstcfg parameterGravatar Rudolf Marek 1-24/+1
2006-06-22[PATCH] I2C: m41t00: Add support for the ST M41T81 and M41T85Gravatar Mark A. Greer 1-72/+241
2006-06-22[PATCH] i2c: cleanup m41t00Gravatar Mark A. Greer 1-28/+21
2006-06-22[PATCH] i2c-piix4: Add ATI IXP200/300/400 supportGravatar Rudolf Marek 2-1/+10
2006-06-21[POWERPC] Document I2C_MPC option for 86xx too.Gravatar Jon Loeliger 1-2/+2
2006-05-26[PATCH] scx200_acb: fix section mismatch warningGravatar Randy Dunlap 1-1/+1
2006-05-09[PATCH] scx200_acb: Fix for the CS5535 errataGravatar Jordan Crouse 1-0/+7
2006-05-09[PATCH] scx200_acb: Fix resource name use after freeGravatar Jean Delvare 1-5/+1
2006-05-09[PATCH] scx200_acb: Fix return on init errorGravatar Jean Delvare 1-0/+3
2006-04-20[PATCH] i2c-i801: Fix resume when PEC is usedGravatar Jean Delvare 1-0/+5
2006-04-19[PATCH] m41t00: fix bitmasks when writing to chipGravatar David Barksdale 1-4/+4
2006-04-14[PATCH] i2c-parport: Make type parameter mandatoryGravatar Mark M. Hoffman 4-6/+19
2006-04-14[PATCH] i2c-sis96x: Remove an init-time log messageGravatar Mark M. Hoffman 1-8/+0
2006-04-14[PATCH] i2c: convert m41t00 to use a workqueueGravatar Mark A. Greer 1-7/+9
2006-04-14[PATCH] i2c: convert ds1374 to use a workqueueGravatar Jean Delvare 1-6/+10
2006-03-27[PATCH] RTC subsystem: I2C cleanupGravatar Alessandro Zummo 5-1181/+0
2006-03-24[PATCH] s/;;/;/gGravatar Alexey Dobriyan 1-1/+1
2006-03-23[PATCH] I2C: i2c-ixp4xx: Add hwmon classGravatar Alessandro Zummo 1-0/+1
2006-03-23[PATCH] I2C: i2c-piix4: Add Broadcom HT-1000 supportGravatar Martin Devera 2-2/+6
2006-03-23[PATCH] I2C: i2c-amd756-s4882: Improve static mutex initializationGravatar Jean Delvare 1-3/+1
2006-03-23[PATCH] I2C: i2c-ali1535: Drop redundant mutexGravatar Jean Delvare 1-4/+0
2006-03-23[PATCH] i2c: Cleanup isp1301_omapGravatar Jean Delvare 1-2/+0
2006-03-23[PATCH] i2c: Fix i2c-ite name initializationGravatar Jean Delvare 1-3/+1
2006-03-23[PATCH] i2c: Drop the i2c-frodo bus driverGravatar Jean Delvare 1-85/+0
2006-03-23[PATCH] i2c: Optimize core_lists mutex usageGravatar Jean Delvare 1-6/+5
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 3Gravatar Jean Delvare 3-6/+6
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 2Gravatar Ingo Molnar 7-61/+65
2006-03-23[PATCH] i2c: Speed up block transfersGravatar Jean Delvare 1-9/+6
2006-03-23[PATCH] I2C: fix sx200_acb build on other archesGravatar Jean Delvare 1-1/+1
2006-03-23[PATCH] i2c: scx200_acb minimal documentation updateGravatar Ben Gardner 1-2/+3
2006-03-23[PATCH] i2c: scx200_acb fix and speed up the poll loopGravatar Ben Gardner 1-11/+2
2006-03-23[PATCH] i2c: scx200_acb add support for the CS5535/CS5536Gravatar Ben Gardner 1-14/+43
2006-03-23[PATCH] i2c: scx200_acb remove use of lock_kernelGravatar Ben Gardner 1-6/+7