summaryrefslogtreecommitdiff
path: root/drivers/macintosh/therm_adt746x.c
AgeCommit message (Expand)Author
2023-08-28macintosh: Explicitly include correct DT includesRob Herring
2023-06-14macintosh: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-30macintosh: Use of_property_present() for testing DT property presenceRob Herring
2022-11-24macintosh/therm_adt746x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-05-11macintosh: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2020-07-22macintosh/therm_adt746x: Replace HTTP links with HTTPS onesAlexander A. Klimov
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-01-28macintosh: change some data types from int to boolGustavo A. R. Silva
2012-04-30powerpc/pmac: Convert therm_adt746x to new i2c probingBenjamin Herrenschmidt
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang
2010-04-07powerpc/pmac: Fix dangling pointersWolfram Sang
2010-02-09powerpc: Remove trailing space in messagesFrans Pop
2010-02-03macintosh/therm_adt746x: Fix sysfs attributes lifetimeJean Delvare
2009-12-09powerpc/therm_adt746x: Record pwm invert bit at module load time]Darrick J. Wong
2009-10-30powerpc/therm_adt746x: Don't access non-existing registerJean Delvare
2009-10-04macintosh: Don't assume i2c device probing always succeedsJean Delvare
2009-06-16Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-06-15therm_adt746x: Convert to a new-style i2c driverJean Delvare
2009-06-02therm_adt746x: Always clear hardware bit which inverts fan speed range.Michel Dänzer
2009-02-11therm_adt746x: Fix signed/unsigned confusionroel kluin
2009-01-06drivers/macintosh: Add missing of_node_put in therm_adt746x.cNicolas Palix
2008-06-30macintosh: Use linux/of_{device,platform}.h instead of asmStephen Rothwell
2008-06-16[POWERPC] Add missing of_node_put in drivers/macintosh/therm_adt746x.cJulia Lawall
2008-01-17[POWERPC] therm_adt746x: Eliminate some build warningsStephen Rothwell
2007-08-17[POWERPC] drivers/macintosh/therm_adt746x.c: kmalloc + memset conversion to k...Mariusz Kozlowski
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell
2007-04-27[POWERPC] Rename get_property to of_get_property: partial driversStephen Rothwell
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell
2007-02-13[POWERPC] move variables in drivers/macintosh to bssOlaf Hering
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham
2006-12-04[POWERPC] Souped-up of_platform_device supportBenjamin Herrenschmidt
2006-07-31[POWERPC] powermac: Constify & voidify get_property()Jeremy Kerr
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-21[PATCH] powerpc: fix oops in alsa powermac driverBenjamin Herrenschmidt
2006-01-06Merge ../torvalds-2.6/Greg Kroah-Hartman
2006-01-06[PATCH] therm_adt746x: Quiet fan speed change messagesBen Collins
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 4 of 11Laurent Riffard
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare