aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+1
2012-10-06sections: fix section conflicts in drivers/macintoshAndi Kleen1-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-11macintosh/mediabay: make data used as *of_device_id.data constArnd Bergmann1-3/+3
2012-09-11macintosh/mediabay: add a const qualifierUwe Kleine-König1-1/+1
2012-09-05drivers/macintosh/smu.c: Replace abs_to_virt() with __va()Michael Ellerman1-2/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-09powerpc/windfarm: Fix crash on SMU based machine after i2c conversionBenjamin Herrenschmidt1-1/+1
2012-05-03powerpc/windfarm: don't pass const strings to snprintfStephen Rothwell1-2/+2
2012-05-03powerpc/windfarm: fix compiler warningStephen Rothwell1-1/+1
2012-04-30powerpc/powermac: New windfarm driver for PowerMac G5 (AGP) and Xserve G5Benjamin Herrenschmidt9-22/+1736
2012-04-30powerpc/windfarm: Add Fan Control Unit controls for G5sBenjamin Herrenschmidt1-0/+617
2012-04-30powerpc/windfarm: Updates to lm75 and max6690 sensorsBenjamin Herrenschmidt2-11/+11
2012-04-30powerpc/windfarm: Add lm87 sensorBenjamin Herrenschmidt1-0/+201
2012-04-30powerpc/windfarm: Add ad7417 sensorBenjamin Herrenschmidt1-0/+347
2012-04-30powerpc/windfarm: Add useful accessorsBenjamin Herrenschmidt3-31/+52
2012-04-30powerpc/windfarm: Improve display of fan speeds in sysfsBenjamin Herrenschmidt1-1/+12
2012-04-30powerpc/windfarm: Remove spurrious sysfs_attr_init()Benjamin Herrenschmidt1-1/+0
2012-04-30powerpc/windfarm: const'ify and add "priv" field to controls & sensorsBenjamin Herrenschmidt1-11/+12
2012-04-30powerpc/pmac: Convert windfarm_smu_sat to new i2c probingBenjamin Herrenschmidt1-79/+47
2012-04-30powerpc/pmac: Convert windfarm_max6690 to new i2c probingBenjamin Herrenschmidt1-79/+21
2012-04-30powerpc/pmac: Convert windfarm_lm75 to new i2c probingBenjamin Herrenschmidt1-94/+30
2012-04-30powerpc/pmac: Convert therm_adt746x to new i2c probingBenjamin Herrenschmidt1-276/+204
2012-04-30i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells14-14/+0
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-02-16powerpc/adb: Use set_current_state()majianpeng1-2/+2
2012-02-03Merge branch 'master' into for-nextJiri Kosina3-4/+4
2012-02-03macintosh: fix string typo in mediabay.cMasanari Iida1-1/+1
2012-02-01drivercore: Output common devicetree information in ueventGrant Likely1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-4/+4
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+0
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-4/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-4/+0
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky1-3/+4
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-7/+4
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-4/+4
2011-11-08m68k/irq: Remove obsolete IRQ_FLG_* usersGeert Uytterhoeven2-3/+3
2011-07-20drivers: fix up various ->llseek() implementationsJosef Bacik1-0/+4
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-05-20powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt1-44/+12
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-2/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds5-7/+7
2011-04-01powerpc/pmac: Rename cpu_state in therm_pm72 to avoid collisionBenjamin Herrenschmidt1-30/+30
2011-03-31Fix common misspellingsLucas De Marchi5-7/+7
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2011-03-02powerpc/macintosh: Fix __devexit annotation in rack-meter.cGrant Likely1-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely3-13/+11