summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
AgeCommit message (Expand)Author
2018-08-24macintosh: therm_windtunnel: drop using attach_adapterWolfram Sang
2018-07-31macintosh/via-pmu: Disambiguate interrupt statisticsFinn Thain
2018-07-31macintosh/via-pmu: Clean up interrupt statisticsFinn Thain
2018-07-31macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain
2018-07-31macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain
2018-07-31macintosh/via-pmu: Explicitly specify CONFIG_PPC_PMAC dependenciesFinn Thain
2018-07-31macintosh/via-pmu: Add support for m68k PowerBooksFinn Thain
2018-07-31macintosh/via-pmu: Replace via pointer with via1 and via2 pointersFinn Thain
2018-07-31macintosh/via-pmu: Enhance state machine with new 'uninitialized' stateFinn Thain
2018-07-31macintosh/via-pmu: Don't clear shift register interrupt flag twiceFinn Thain
2018-07-31macintosh/via-pmu: Add missing mmio accessorsFinn Thain
2018-07-31macintosh/via-pmu: Fix section mismatch warningFinn Thain
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-14macintosh/windfarm: fix spelling mistake: "ttarged" -> "ttarget"Colin Ian King
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-03-31drivers: macintosh: rack-meter: really fix bogus memsetsAaro Koskinen
2018-03-31macintosh/adb: Use C99 initializers for struct adb_driver instancesFinn Thain
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring
2018-03-19macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcallFinn Thain
2018-03-13powerpc/via-pmu: Fix section mismatch warningMathieu Malaterre
2018-03-13macintosh: Add module license to ans-lcdLarry Finger
2018-02-13powerpc/macio: set a proper dma_coherent_maskChristoph Hellwig
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-28macintosh/ams-input: Use true and false for boolean valuesGustavo A. R. Silva
2018-01-28macintosh: change some data types from int to boolGustavo A. R. Silva
2018-01-27macintosh/adb: Properly mark continued kernel messagesAndreas Schwab
2018-01-21backlight: Fix old-style function definitionMathieu Malaterre
2018-01-17powerpc/via-pmu: Deprecate pci_get_bus_and_slot()Sinan Kaya
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-09m68k/mac: Add mutual exclusion for IOP interrupt pollingFinn Thain
2017-11-02drivers/macintosh: Convert timers to use timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-01powerpc/macintosh: constify wf_sensor_ops structuresJulia Lawall
2017-09-01macintosh: Convert to using %pOF instead of full_nameRob Herring
2017-08-21macintosh/rack-meter: Make of_device_ids constArvind Yadav
2017-08-14drivers/macintosh: Make wf_control_ops and wf_pid_param constBhumika Goyal
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-09macintosh: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman
2017-06-04adb: get rid of pointless access_ok()Al Viro
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-03-24drivers: Clean up duplicated email addressFinn Thain
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring
2017-03-10powerpc/pmac: Fix crash in dma-mapping.h with NULL dma_opsLarry Finger
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar