summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-10-29[PATCH] hwmon: Static function fixes, 3 of 4Ben Dooks5-14/+14
2005-10-29[PATCH] hwmon: Static function fixes, 2 of 4Ben Dooks2-7/+7
2005-10-29[PATCH] i2c: Static function fixes, 1 of 4Ben Dooks1-1/+1
2005-10-29[PATCH] i2c: kzalloc cleanups, 2 of 2Jean Delvare1-2/+2
2005-10-29[PATCH] i2c: kzalloc cleanups, 1 of 2Jean Delvare2-3/+2
2005-10-29[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena22-52/+25
2005-10-29[PATCH] hwmon: kzalloc conversionDeepak Saxena33-80/+39
2005-10-29[PATCH] i2c: kzalloc conversion, ixp bus driversDeepak Saxena2-4/+2
2005-10-29[PATCH] i2c: New Xicor X1205 RTC driverAlessandro Zummo3-0/+708
2005-10-29[PATCH] hwmon: Missing class check in two hwmon driversJean Delvare2-0/+4
2005-10-29[PATCH] hwmon: New device ID for the smsc47b397 driverMark M. Hoffman1-3/+4
2005-10-29[PATCH] Owner field additions to many i2c drivers, 5 of 5Laurent Riffard1-0/+1
2005-10-29[PATCH] Owner field additions to many i2c drivers, 4 of 5Laurent Riffard1-0/+3
2005-10-29[PATCH] Owner field additions to many i2c drivers, 3 of 5Laurent Riffard1-0/+2
2005-10-29[PATCH] Owner field additions to many i2c drivers, 2 of 5Laurent Riffard7-0/+8
2005-10-29[PATCH] Owner field additions to many i2c drivers, 1 of 5Laurent Riffard18-0/+18
2005-10-29[PATCH] i2c: Big i2c-elektor cleanupStig Telfer1-39/+45
2005-10-29[PATCH] i2c: Fix i2c-elektor on AlphaStig Telfer1-25/+49
2005-10-29[PATCH] i2c: Drop meaningless use of I2C_DF_NOTIFY in i2c_client structuresJean Delvare3-3/+1
2005-10-29[PATCH] i2c: Rename i2c-parport variable to avoid confusionJean Delvare1-3/+3
2005-10-29[PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAXJean Delvare2-6/+6
2005-10-29[PATCH] hwmon: Drop useless w83627hf initialization stepJean Delvare1-7/+0
2005-10-29[PATCH] hwmon: Drop legacy ISA address support from it87Jean Delvare1-40/+11
2005-10-29[PATCH] i2c: Cleanup i2c-i801 ifdefsJean Delvare1-19/+1
2005-10-29[PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)Petr Vandrovec2-13/+21
2005-10-29[PATCH] i2c: Cleanup i2c-dev ioctl debug messageJean Delvare1-2/+2
2005-10-29[PATCH] i2c: Add missing i2c-ixp2000/4xx adapter nameJean Delvare2-0/+8
2005-10-29[PATCH] i2c-viapro: Cleanup ifdef usageGreg KH1-4/+2
2005-10-29[PATCH] i2c-viapro: Improve register dumpJean Delvare1-8/+30
2005-10-29[PATCH] i2c-viapro: Refactor control outbJean Delvare1-4/+3
2005-10-29[PATCH] i2c-viapro: Update supported devices listJean Delvare1-9/+13
2005-10-29[PATCH] i2c-viapro: Code cleanupsJean Delvare1-81/+41
2005-10-29[PATCH] i2c-viapro: Implement I2C Block transactionsJean Delvare1-3/+36
2005-10-29[PATCH] i2c-viapro: Coding style fixesJean Delvare1-38/+38
2005-10-29[PATCH] i2c: Several PEC-related fixes in software SMBus emulationHideki Iwamoto1-4/+4
2005-10-29[PATCH] i2c: Minor i2c-amd8111 cleanupJean Delvare1-1/+0
2005-10-29[PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICKJean Delvare1-4/+11
2005-10-29[PATCH] hwmon: Minor w83l785ts optimizationJean Delvare1-2/+2
2005-10-29[PATCH] hwmon: w83l785ts converted to dynamic sysfs callbacksJean Delvare1-18/+18
2005-10-29[PATCH] i2c: Reuse name strings in i2c bus driversJean Delvare12-25/+33
2005-10-29[PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare5-5/+0
2005-10-29[PATCH] hwmon: Discard explicit static initializations to 0Jean Delvare2-2/+2
2005-10-29[PATCH] i2c: Discard explicit static initializations to 0Jean Delvare10-15/+15
2005-10-29[PATCH] hwmon: Do not forcibly enable via686a by defaultJean Delvare1-7/+11
2005-10-29[PATCH] hwmon: adm9240 whitespace cleanupsJean Delvare1-12/+21
2005-10-29[PATCH] hwmon: via686a: save 0.5k by long v[256] -> s16 v[256]Jean Delvare1-2/+2
2005-10-29[PATCH] hwmon: adm9240 driver update - dynamic sysfsGrant Coady1-176/+166
2005-10-29[PATCH] hwmon: adm9240 driver update - cleanupsGrant Coady1-48/+44
2005-10-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds217-4910/+5262
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Arnaldo Carvalho de Melo8-326/+278