aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14i2c: Call client_unregister for new-style devices tooJean Delvare1-0/+8
2008-07-14i2c: Clean up old chip driversJean Delvare5-61/+54
2008-07-14i2c-ibm_iic: Register child nodesSean MacLennan1-11/+6
2008-07-14i2c: New-style EEPROM driver using device IDsWolfram Sang4-0/+638
2008-07-14i2c: Export the i2c_bus_type symbolJon Smirl2-1/+4
2008-07-14i2c-au1550: Fix PM supportManuel Lauss1-55/+75
2008-07-14i2c-dev: Delete empty detach_client callbackJean Delvare2-9/+0
2008-07-14i2c: Drop stray references to lm_sensorsJean Delvare15-40/+1
2008-07-14i2c: Check for ACPI resource conflictsJean Delvare13-0/+67
2008-07-14i2c-ocores: basic PM supportManuel Lauss1-7/+35
2008-07-14i2c-sibyte: SWARM I2C board initializationMaciej W. Rozycki3-1/+41
2008-07-14i2c-i801: Fix handling of error conditionsJean Delvare1-98/+102
2008-07-14i2c-i801: Rename local variable temp to statusJean Delvare1-33/+33
2008-07-14i2c-i801: Properly report bus arbitration lossJean Delvare1-6/+4
2008-07-14i2c-i801: Remove verbose debugging messagesJean Delvare1-18/+0
2008-07-14i2c-algo-pcf: Drop unused struct membersJean Delvare2-6/+0
2008-07-14i2c-algo-pcf: Multi-master lost-arbitration improvementEric Brower2-17/+37
2008-07-14i2c: Deprecate the legacy gpio driversDavid Brownell1-5/+12
2008-07-14i2c-pxa: Initialize earlyUli Luckas1-1/+1
2008-07-14i2c-ibm_iic: Enable driver for all PPC4xx variants in arch/powerpcStefan Roese1-5/+1
2008-07-14i2c-ibm_iic: Remove deprecated OCP style partStefan Roese1-181/+0
2008-07-14i2c: Simplify i2c_device_probeJean Delvare1-7/+2
2008-07-14i2c/eeprom: Fall back to SMBus read word transactionsJean Delvare1-20/+19
2008-07-14i2c/eeprom: Only probe buses with DDC or SPD classJean Delvare1-0/+8
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare29-30/+31
2008-07-14i2c: Let framebuffer drivers set their I2C bus class to DDCJean Delvare4-11/+24
2008-07-14i2c: Add MAINTAINER entry for i2c-cpmJochen Friedrich1-0/+7
2008-07-14i2c-cpm: BugfixesWolfram Sang1-4/+4
2008-07-14i2c: Add support for I2C bus on Freescale CPM1/CPM2 controllersJochen Friedrich3-0/+756
2008-07-14i2c: Push ioctl BKL down into the i2c codeAlan Cox1-3/+2
2008-07-14i2c: Add Intel SCH SMBus supportAlek Du3-0/+347
2008-07-14i2c: Simplify i2c_del_driver()Jean Delvare1-6/+4
2008-07-14i2c: Use list_for_each_entry_safeMatthias Kaehlcke1-8/+4
2008-07-14i2c-pca-platform: Fix error codeWolfram Sang1-1/+1
2008-07-14i2c-pca-algo: Fix error codeWolfram Sang1-1/+1
2008-07-14i2c: Consistently reject unsupported transactionsJean Delvare10-34/+23
2008-07-14i2c-piix4: Various cleanups and minor fixesJean Delvare1-26/+15
2008-07-14i2c: Bus drivers return -Errno not -1David Brownell15-148/+191
2008-07-14i2c: i2c_use_client() defends against NULLDavid Brownell1-3/+5
2008-07-14i2c: Kerneldoc for most I/O callsDavid Brownell1-9/+124
2008-07-14i2c: Update stray references to smbus_accessJean Delvare1-2/+2
2008-07-14i2c: Delete unused function i2c_smbus_write_quickJean Delvare4-17/+9
2008-07-14i2c: Group bus drivers by typeJean Delvare2-344/+370
2008-07-14i2c-core: Return -Errno, not -1David Brownell2-48/+57
2008-07-14i2c-core: Remove needless includeJean Delvare1-1/+0