aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/via-pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-01-05[PATCH] Fix implicit declarations in via-pmuDave Jones1-0/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-16/+16
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+6
2006-10-02[POWERPC] Avoid NULL pointer in gpio1_interruptOlaf Hering1-1/+6
2006-10-01[PATCH] via* : switch to pci_get_device refcounted PCI APIAlan Cox1-5/+9
2006-09-14Merge branch 'linux-2.6'Paul Mackerras1-0/+12
2006-09-01[PATCH] powerpc: More via-pmu backlight fixesBenjamin Herrenschmidt1-0/+12
2006-08-01Merge branch 'merge'Paul Mackerras1-25/+14
2006-07-31[PATCH] powermac: More powermac backlight fixesMichael Hanselmann1-25/+14
2006-07-31[POWERPC] powermac: Constify & voidify get_property()Jeremy Kerr1-5/+5
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-19/+14
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26Input: via-pmu - add input device supportJohannes Berg1-0/+8
2006-06-25[PATCH] Rewritten backlight infrastructure for portable Apple computersMichael Hanselmann1-91/+29