summaryrefslogtreecommitdiff
path: root/drivers/macintosh/via-pmu.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-01powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V1-2/+2
2015-11-26powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timerJohn Ogness1-2/+3
2015-03-25powerpc/pmac: replace current->state by set_current_state()Fabian Frederick1-2/+2
2015-03-17powerpc/via-pmu: fix OF node leak in Keylargo initPhil Carmody1-0/+1
2015-03-17powerpc/via-pmu: fix error path in find_via_pmu()Phil Carmody1-9/+11
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+3
2013-04-23powerpc/pmac/smu: Use %*ph to print small buffersAndy Shevchenko1-2/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-05-20powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt1-44/+12
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-15mac: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-08-24via-pmu: Add compat_pmu_ioctlAndreas Schwab1-0/+42
2010-07-29powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptsIan Campbell1-4/+5
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-3/+14
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-4/+4
2009-12-08powerpc/via-pmu: Convert to proc_fops/seq_fileAlexey Dobriyan1-69/+91
2009-10-14powerpc/pmac: Fix issues with sleep on some powerbooksBenjamin Herrenschmidt1-17/+23
2008-12-21powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt1-2/+2
2008-07-02via-pmu: BKL pushdownArnd Bergmann1-0/+3
2008-03-13[POWERPC] Fix build of modular drivers/macintosh/apm_emu.cGuido Guenther1-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-12-21[POWERPC] Fix for via-pmu based backlight controlBenjamin Herrenschmidt1-15/+11
2007-12-21[POWERPC] Implement arch disable/enable irq hooks.Scott Wood1-42/+6
2007-12-19[POWERPC] powermac: Use generic suspend codeJohannes Berg1-232/+173
2007-12-19[POWERPC] Fix sleep on powerbook 3400Paul Mackerras1-136/+36
2007-12-19[POWERPC] via-pmu: Kill sleep notifiers completelyJohannes Berg1-71/+0
2007-12-17drivers/macintosh/via-pmu.c: Added a missing iounmapJulia Lawall1-0/+1
2007-12-03[POWERPC] PMU: Remove dead codeJohannes Berg1-41/+1
2007-12-03[POWERPC] PMU: Don't lock_kernel()Johannes Berg1-3/+0
2007-10-19Spelling fix: explicitlyJean Delvare1-1/+1
2007-08-28Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-17/+17
2007-08-25[POWERPC] Fix undefined reference to device_power_up/resumeOlaf Hering1-17/+17
2007-08-17[POWERPC] via-pmu: Fix typo in printkMichael Buesch1-1/+1
2007-05-08[POWERPC] via-pmu: remove LED sleep notifierJohannes Berg1-1/+1
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-5/+5
2007-04-27[POWERPC] Rename get_property to of_get_property: partial driversStephen Rothwell1-3/+3
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras1-3/+3
2007-04-24[POWERPC] via-pmu: Switch to ref counting PCI APIAlan Cox1-1/+3
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell1-1/+3
2007-04-24[POWERPC] Remove old interface find_type_devicesStephen Rothwell1-1/+4
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-3/+3
2007-03-26[POWERPC] powermac: disallow pmu sleep notifiers from aborting sleepJohannes Berg1-30/+6
2007-02-13[POWERPC] Correct AC Power: in /proc/pmu/info on ibook1Olaf Hering1-1/+1
2007-02-13[POWERPC] move variables in drivers/macintosh to bssOlaf Hering1-6/+5
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1