summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/via-pmu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* macintosh: Use of_node_name_{eq, prefix} for node name comparisonsRob Herring2018-12-221-2/+2
* macintosh: Use common code to access RTCFinn Thain2018-10-081-0/+33
* macintosh/via-pmu: Disambiguate interrupt statisticsFinn Thain2018-07-311-8/+12
* macintosh/via-pmu: Clean up interrupt statisticsFinn Thain2018-07-311-17/+22
* macintosh/via-pmu: Add support for m68k PowerBooksFinn Thain2018-07-311-11/+90
* macintosh/via-pmu: Replace via pointer with via1 and via2 pointersFinn Thain2018-07-311-73/+69Star
* macintosh/via-pmu: Enhance state machine with new 'uninitialized' stateFinn Thain2018-07-311-22/+22
* macintosh/via-pmu: Don't clear shift register interrupt flag twiceFinn Thain2018-07-311-1/+0Star
* macintosh/via-pmu: Add missing mmio accessorsFinn Thain2018-07-311-4/+5
* macintosh/via-pmu: Fix section mismatch warningFinn Thain2018-07-311-1/+1
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-9/+9
|\
| * powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre2018-05-251-9/+9
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-47/+10Star
|/
* macintosh/adb: Use C99 initializers for struct adb_driver instancesFinn Thain2018-03-301-7/+7
* powerpc/via-pmu: Fix section mismatch warningMathieu Malaterre2018-03-131-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-1/+1
|\
| * powerpc/via-pmu: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-171-1/+1
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-3/+3
* powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V2016-05-011-2/+2
* powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timerJohn Ogness2015-11-261-2/+3
* powerpc/pmac: replace current->state by set_current_state()Fabian Frederick2015-03-251-2/+2
* powerpc/via-pmu: fix OF node leak in Keylargo initPhil Carmody2015-03-171-0/+1
* powerpc/via-pmu: fix error path in find_via_pmu()Phil Carmody2015-03-171-9/+11
* drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-2/+3
|\
| * powerpc/pmac/smu: Use %*ph to print small buffersAndy Shevchenko2013-04-231-2/+3
* | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt2011-05-201-44/+12Star
* suspend: constify platform_suspend_opsLionel Debroux2010-11-161-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | mac: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-5/+6
|/
* via-pmu: Add compat_pmu_ioctlAndreas Schwab2010-08-241-0/+42
* powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptsIan Campbell2010-07-291-4/+5
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-3/+14
* of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-091-4/+4
* powerpc/via-pmu: Convert to proc_fops/seq_fileAlexey Dobriyan2009-12-081-69/+91
* powerpc/pmac: Fix issues with sleep on some powerbooksBenjamin Herrenschmidt2009-10-141-17/+23
* powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt2008-12-211-2/+2
* via-pmu: BKL pushdownArnd Bergmann2008-07-021-0/+3
* [POWERPC] Fix build of modular drivers/macintosh/apm_emu.cGuido Guenther2008-03-131-1/+1
* Merge branch 'linux-2.6'Paul Mackerras2008-01-311-1/+1
|\
| * Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-251-1/+1