aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/therm_adt746x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-01-28macintosh: change some data types from int to boolGustavo A. R. Silva1-2/+2
2012-04-30powerpc/pmac: Convert therm_adt746x to new i2c probingBenjamin Herrenschmidt1-276/+204
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-3/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-04-07powerpc/pmac: Fix dangling pointersWolfram Sang1-0/+2
2010-02-09powerpc: Remove trailing space in messagesFrans Pop1-1/+1
2010-02-03macintosh/therm_adt746x: Fix sysfs attributes lifetimeJean Delvare1-10/+24
2009-12-09powerpc/therm_adt746x: Record pwm invert bit at module load time]Darrick J. Wong1-2/+11
2009-10-30powerpc/therm_adt746x: Don't access non-existing registerJean Delvare1-1/+1
2009-10-04macintosh: Don't assume i2c device probing always succeedsJean Delvare1-1/+3
2009-06-16Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-42/+42
2009-06-15therm_adt746x: Convert to a new-style i2c driverJean Delvare1-42/+42
2009-06-02therm_adt746x: Always clear hardware bit which inverts fan speed range.Michel Dänzer1-1/+3
2009-02-11therm_adt746x: Fix signed/unsigned confusionroel kluin1-2/+2
2009-01-06drivers/macintosh: Add missing of_node_put in therm_adt746x.cNicolas Palix1-4/+4
2008-06-30macintosh: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-1/+1
2008-06-16[POWERPC] Add missing of_node_put in drivers/macintosh/therm_adt746x.cJulia Lawall1-3/+10
2008-01-17[POWERPC] therm_adt746x: Eliminate some build warningsStephen Rothwell1-10/+14
2007-08-17[POWERPC] drivers/macintosh/therm_adt746x.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-4/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-2/+2
2007-04-27[POWERPC] Rename get_property to of_get_property: partial driversStephen Rothwell1-4/+4
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras1-4/+4
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-4/+4
2007-02-13[POWERPC] move variables in drivers/macintosh to bssOlaf Hering1-3/+3
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-04[POWERPC] Souped-up of_platform_device supportBenjamin Herrenschmidt1-1/+1
2006-07-31[POWERPC] powermac: Constify & voidify get_property()Jeremy Kerr1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-21[PATCH] powerpc: fix oops in alsa powermac driverBenjamin Herrenschmidt1-2/+2
2006-01-06Merge ../torvalds-2.6/Greg Kroah-Hartman1-15/+24
2006-01-06[PATCH] therm_adt746x: Quiet fan speed change messagesBen Collins1-15/+24
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 4 of 11Laurent Riffard1-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-09-22[PATCH] ppc64: SMU driver update & i2c supportBenjamin Herrenschmidt1-1/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-3/+1
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacksYani Ioannou1-5/+6
2005-05-25[PATCH] therm_adt746x: show correct sensor locationsColin Leroy1-42/+77
2005-05-25[PATCH] Make sure therm_adt746x only handles known hardwareColin Leroy1-0/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+612