aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/via-pmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21macintosh: Use of_address_to_resource()Rob Herring1-15/+8
2022-11-24macintosh/via-pmu: Avoid compiler warnings when CONFIG_PROC_FS is disabledFinn Thain1-0/+4
2022-05-22macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabledFinn Thain1-1/+1
2022-05-11macintosh: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+0
2022-05-04macintosh/via-pmu: Use DEFINE_SPINLOCK() for spinlockYe Bin1-5/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-04-16macintosh/via-pmu: Fix build warningMichael Ellerman1-1/+1
2021-04-14macintosh/via-pmu: Make some symbols staticYu Kuai1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-29via-pmu: don't bother with access_ok()Al Viro1-2/+0
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan1-3/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-22macintosh: Use of_node_name_{eq, prefix} for node name comparisonsRob Herring1-2/+2
2018-10-08macintosh: Use common code to access RTCFinn Thain1-0/+33
2018-07-31macintosh/via-pmu: Disambiguate interrupt statisticsFinn Thain1-8/+12
2018-07-31macintosh/via-pmu: Clean up interrupt statisticsFinn Thain1-17/+22
2018-07-31macintosh/via-pmu: Add support for m68k PowerBooksFinn Thain1-11/+90
2018-07-31macintosh/via-pmu: Replace via pointer with via1 and via2 pointersFinn Thain1-73/+69
2018-07-31macintosh/via-pmu: Enhance state machine with new 'uninitialized' stateFinn Thain1-22/+22
2018-07-31macintosh/via-pmu: Don't clear shift register interrupt flag twiceFinn Thain1-1/+0
2018-07-31macintosh/via-pmu: Add missing mmio accessorsFinn Thain1-4/+5
2018-07-31macintosh/via-pmu: Fix section mismatch warningFinn Thain1-1/+1
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-9/+9
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre1-9/+9
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-47/+10
2018-03-31macintosh/adb: Use C99 initializers for struct adb_driver instancesFinn Thain1-7/+7
2018-03-13powerpc/via-pmu: Fix section mismatch warningMathieu Malaterre1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-01-17powerpc/via-pmu: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-3/+3
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
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
2006-06-11powerpc: add context.vdso_base for 32-bit tooPaul Mackerras1-2/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-1/+1
2006-03-23[PATCH] powerpc: via-pmu warning fixAndrew Morton1-0/+2
2006-03-23[PATCH] powerpc: make powerbook_sleep_grackle staticOlaf Hering1-2/+1
2006-03-14[PATCH] macintosh: correct AC Power info in /proc/pmu/infoBenjamin Herrenschmidt1-1/+1
2006-01-09[PATCH] 3/5 powerpc: Add platform functions interpreterBenjamin Herrenschmidt1-0/+10
2006-01-09[PATCH] 1/5 powerpc: Rework PowerMac i2c part 1Benjamin Herrenschmidt1-263/+1
2006-01-09[PATCH] via-pmu: compile without Power Management supportKristian Mueller1-1/+1
2006-01-09[PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt1-6/+3
2006-01-09[PATCH] powerpc: udbg updatesBenjamin Herrenschmidt1-2/+2
2006-01-09[PATCH] powerpc: Unify udbg (#2)Benjamin Herrenschmidt1-32/+55
2005-11-08macintosh: Always export pmu_[un]register_sleep_notifier if CONFIG_PM setPaul Mackerras1-2/+2
2005-11-08[PATCH] ppc: fix a bunch of warningsBenjamin Herrenschmidt1-3/+3
2005-11-02powerpc: exclude powerbook sleep code with CONFIG_PPC64 and CONFIG_PMPaul Mackerras1-13/+16
2005-10-20powerpc: Merge time.c and asm/time.h.Paul Mackerras1-11/+0
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras1-1/+1
2005-09-19[PATCH] powerpc: Remove sections use from ppc64 and driversJon Loeliger1-65/+64
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-1/+1
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt1-40/+30
2005-06-27[PATCH] ppc32: Bump PMU interrupt priorityBenjamin Herrenschmidt1-0/+10
2005-06-09[PATCH] ppc32: Fix nasty sleep/wakeup problemBenjamin Herrenschmidt1-0/+6
2005-05-28[PATCH] ppc32: Fix cpufreq vs. sleep issueBenjamin Herrenschmidt1-4/+4
2005-05-02[PATCH] ppc32: Fix might_sleep() warning with clock spreadingBenjamin Herrenschmidt1-2/+7
2005-04-16[PATCH] fix few remaining u32 vs. pm_message_t problemsPavel Machek1-1/+1
2005-04-16[PATCH] fix u32 vs. pm_message_t in rest of the treePavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3147