aboutsummaryrefslogtreecommitdiff
path: root/drivers/macintosh/smu.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-31drivers/macintosh/smu.c: Mark expected switch fall-throughGravatar Stephen Rothwell 1-0/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+2
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Gravatar Christophe Leroy 1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 246Gravatar Thomas Gleixner 1-2/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+3
2019-03-12memblock: drop memblock_alloc_base()Gravatar Mike Rapoport 1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-2/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-02drivers/macintosh: Convert timers to use timer_setup()Gravatar Kees Cook 1-6/+4
2017-09-01macintosh: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-4/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQGravatar Michael Ellerman 1-9/+9
2016-07-21powerpc/pmac: Remove early allocation of the SMU command bufferGravatar Benjamin Herrenschmidt 1-1/+8
2015-03-25drivers/macintosh: Delete an unnecessary check before the function call "of_n...Gravatar Markus Elfring 1-2/+1
2014-10-20macintosh: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-24powerpc/macintosh/smu.c: Fix closing brace followed by ifGravatar Rasmus Villemoes 1-1/+2
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+1
2013-04-23powerpc/pmac/smu: Use %*ph to print small buffersGravatar Andy Shevchenko 1-5/+1
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-1/+1
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Gravatar Joonsoo Kim 1-1/+1
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Gravatar Nathan Fontenot 1-1/+1
2012-09-05drivers/macintosh/smu.c: Replace abs_to_virt() with __va()Gravatar Michael Ellerman 1-2/+1
2011-12-21driver-core: remove sysdev.h usage.Gravatar Kay Sievers 1-4/+0
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-4/+3
2010-09-15mac: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-3/+3
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 1-1/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2010-04-07powerpc/pmac: Add missing unlocks in error pathGravatar Julia Lawall 1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-15powerpc/macintosh: Make Open Firmware device id constantGravatar Márton Németh 1-1/+1
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildGravatar Benjamin Herrenschmidt 1-0/+3
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 1-1/+4
2008-07-01drivers/macintosh/smu.c: Improve error handlingGravatar Julia Lawall 1-15/+19
2008-06-30macintosh: Use linux/of_{device,platform}.h instead of asmGravatar Stephen Rothwell 1-2/+2
2008-06-20macintosh-smu: BKL pushdownGravatar Arnd Bergmann 1-0/+3
2008-06-16[POWERPC] Add missing of_node_put in drivers/macintosh/smu.cGravatar Julia Lawall 1-1/+4
2008-02-08[POWERPC] Disable G5 NAP mode during SMU commands on U3Gravatar Benjamin Herrenschmidt 1-1/+24
2008-02-03drivers/macintosh/: Spelling fixesGravatar Joe Perches 1-1/+1
2008-02-03Spelling fixes: lenght->lengthGravatar Paulius Zaleckas 1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-2/+1
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleGravatar Stephen Rothwell 1-1/+1
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Gravatar Paul Mackerras 1-2/+2
2007-04-27[POWERPC] Rename get_property to of_get_property: partial driversGravatar Stephen Rothwell 1-3/+3
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Gravatar Paul Mackerras 1-3/+3