aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/via-pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus 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/git/helgaas/pciLinus 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/sched.h> into <linux/sched/signal.h>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/powerpcLinus 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