aboutsummaryrefslogtreecommitdiff
path: root/drivers/macintosh
AgeCommit message (Expand)Author
2015-04-07Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman
2015-03-25powerpc/pmac: replace current->state by set_current_state()Fabian Frederick
2015-03-25drivers/macintosh: Delete an unnecessary check before the function call "of_n...Markus Elfring
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson
2015-03-17powerpc/via-pmu: fix OF node leak in Keylargo initPhil Carmody
2015-03-17powerpc/via-pmu: fix error path in find_via_pmu()Phil Carmody
2014-12-19macintosh: therm_pm72: delete deprecated driverWolfram Sang
2014-10-20macintosh: drop owner assignment from platform_driversWolfram Sang
2014-09-25powerpc: Move via-cuda symbol exports next to function definitionsAnton Blanchard
2014-09-25powerpc: Move adb symbol exports next to function definitionsAnton Blanchard
2014-08-07Merge tag 'backlight-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-06-24powerpc/macintosh/smu.c: Fix closing brace followed by ifRasmus Villemoes
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda
2014-05-20macintosh/windfarm_pm121.c: Fix for possible null pointer dereferenceRickard Strandqvist
2014-03-07macintosh/adb: Change platform power management to use dev_pm_opsShuah Khan
2014-03-07macintosh/adb: Fixed some coding style problemsBrandon Stewart
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2013-12-08m68k/mac: Mark Mac IIsi ADB driver BROKENGeert Uytterhoeven
2013-12-05powerpc/windfarm: Remove superfluous name castsGeert Uytterhoeven
2013-11-27powerpc/windfarm: Fix XServe G5 fan control Makefile issueBenjamin Herrenschmidt
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-10-31powerpc/pmu: Fix ADB_PMU_LED_IDE dependenciesChristian Kujau
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-08-14macintosh/ams: Replace strict_strtoul() with kstrtoul()Jingoo Han
2013-08-01powerpc/windfarm: Fix noisy slots-fan on Xserve (rm31)Aaro Koskinen
2013-07-01macintosh/windfarm: Remove obsolete cleanup for clientdataWolfram Sang
2013-07-01mac: Make cuda_init_via() __initGeert Uytterhoeven
2013-07-01macintosh: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-07-01powerpc/windfarm: Fix overtemperature clearingAaro Koskinen
2013-06-25macintosh/adb: Replace __WAITQUEUE_INITIALIZER with more standard DECLARE_WAI...Robert P. J. Day
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-04-23powerpc/pmac/smu: Use %*ph to print small buffersAndy Shevchenko
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-01-21drivers/macintosh: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-10powerpc/windfarm: Use for_each_node_by_type() macroWei Yongjun
2013-01-03Drivers: macintosh: remove __dev* attributes.Greg Kroah-Hartman
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim
2012-11-15Merge branch 'dt' into nextBenjamin Herrenschmidt
2012-11-15powerpc/windfarm: Use module_i2c_driver to simplify the codeWei Yongjun
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-10-06sections: fix section conflicts in drivers/macintoshAndi Kleen
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-11macintosh/mediabay: make data used as *of_device_id.data constArnd Bergmann
2012-09-11macintosh/mediabay: add a const qualifierUwe Kleine-König
2012-09-05drivers/macintosh/smu.c: Replace abs_to_virt() with __va()Michael Ellerman
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo