summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2006-03-2312-263/+200
|\
| * V4L/DVB (3568k): zoran: Use i2c_master_send when possibleJean Delvare2006-03-237-66/+43
| * V4L/DVB (3568j): adv7175: Drop unused encoder dump commandJean Delvare2006-03-231-26/+0
| * V4L/DVB (3568i): adv7175: Drop unused register cacheJean Delvare2006-03-231-8/+2
| * V4L/DVB (3568h): cpia: correct email addressRandy Dunlap2006-03-231-1/+1
| * V4L/DVB (3568g): sem2mutex: zoranIngo Molnar2006-03-233-119/+121
| * V4L/DVB (3568f): saa7110: Fix array overrunJean Delvare2006-03-231-7/+5
| * V4L/DVB (3568e): bt856: Spare memoryJean Delvare2006-03-231-8/+5
| * V4L/DVB (3568d): saa7111.c fixMartin Samuelsson2006-03-231-0/+1
| * V4L/DVB (3568c): zoran: Init cleanupsJean Delvare2006-03-231-21/+17
| * V4L/DVB (3568b): saa7111: Prevent array overrunJean Delvare2006-03-231-3/+5
| * V4L/DVB (3568a): saa7114: Fix i2c block writeJean Delvare2006-03-231-6/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds2006-03-2368-1763/+1656
|\ \
| * | [PATCH] hwmon: add required idr lockingMark M. Hoffman2006-03-231-6/+20
| * | [PATCH] I2C: hwmon: Rename register parametersDarren Jenkins2006-03-238-20/+16
| * | [PATCH] I2C: Drop unneeded i2c-dev.h includesJean Delvare2006-03-2310-10/+0
| * | [PATCH] I2C: i2c-ixp4xx: Add hwmon classAlessandro Zummo2006-03-231-0/+1
| * | [PATCH] I2C: i2c-piix4: Add Broadcom HT-1000 supportMartin Devera2006-03-232-2/+6
| * | [PATCH] I2C: i2c-amd756-s4882: Improve static mutex initializationJean Delvare2006-03-231-3/+1
| * | [PATCH] I2C: i2c-ali1535: Drop redundant mutexJean Delvare2006-03-231-4/+0
| * | [PATCH] i2c: Cleanup isp1301_omapJean Delvare2006-03-231-2/+0
| * | [PATCH] i2c: Fix i2c-ite name initializationJean Delvare2006-03-231-3/+1
| * | [PATCH] i2c: Drop the i2c-frodo bus driverJean Delvare2006-03-231-85/+0
| * | [PATCH] i2c: Optimize core_lists mutex usageJean Delvare2006-03-231-6/+5
| * | [PATCH] w83781d: Don't reset the chip by defaultJean Delvare2006-03-231-1/+21
| * | [PATCH] w83627ehf: Refactor the sysfs interfaceYuan Mu2006-03-231-126/+80
| * | [PATCH] hwmon: Support the Pentium M VID codeJean Delvare2006-03-231-1/+8
| * | [PATCH] hwmon: Add support for the Winbond W83687THFJean Delvare2006-03-232-17/+62
| * | [PATCH] hwmon: f71805f semaphore to mutex conversionsJean Delvare2006-03-231-28/+29
| * | [PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar2006-03-2336-596/+632
| * | [PATCH] i2c: Semaphore to mutex conversions, part 3Jean Delvare2006-03-233-6/+6
| * | [PATCH] i2c: Semaphore to mutex conversions, part 2Ingo Molnar2006-03-237-61/+65
| * | [PATCH] i2c: Speed up block transfersJean Delvare2006-03-231-9/+6
| * | [PATCH] hwmon: w83792d drop useless macrosJean Delvare2006-03-231-21/+3
| * | [PATCH] hwmon: w83792d use arrays of attributesYuan Mu2006-03-231-284/+241
| * | [PATCH] I2C: fix sx200_acb build on other archesJean Delvare2006-03-231-1/+1
| * | [PATCH] i2c: scx200_acb minimal documentation updateBen Gardner2006-03-231-2/+3
| * | [PATCH] i2c: scx200_acb fix and speed up the poll loopBen Gardner2006-03-231-11/+2
| * | [PATCH] i2c: scx200_acb add support for the CS5535/CS5536Ben Gardner2006-03-231-14/+43
| * | [PATCH] i2c: scx200_acb remove use of lock_kernelBen Gardner2006-03-231-6/+7
| * | [PATCH] i2c: scx200_acb refactor/simplify codeBen Gardner2006-03-231-44/+29
| * | [PATCH] i2c: scx200_acb debug log cleanupBen Gardner2006-03-231-25/+17
| * | [PATCH] i2c: scx200_acb whitespace and comment cleanupBen Gardner2006-03-231-47/+43
| * | [PATCH] I2C: Convert i2c to mutexesArjan van de Ven2006-03-234-24/+28
| * | [PATCH] hwmon: Use attribute arrays in f71805fJean Delvare2006-03-231-115/+103
| * | [PATCH] hwmon: Use attribute arrays in pc87360Jim Cromie2006-03-231-207/+201
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-03-2350-2525/+2094
|\ \ \
| * | | [PATCH] acpiphp: fix acpi_path_nameMUNEDA Takahiro2006-03-233-43/+27
| * | | [PATCH] ibmphp: remove TRUE and FALSEKristen Accardi2006-03-236-85/+83
| * | | [PATCH] PCI Hotplug: add common acpi functions to coreKristen Accardi2006-03-2314-591/+254
OpenPOWER on IntegriCloud