summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-074-12/+12
|\
| * powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre2018-05-251-9/+9
| * macintosh/windfarm: fix spelling mistake: "ttarged" -> "ttarget"Colin Ian King2018-05-143-3/+3
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-47/+10
|/
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-077-40/+40
|\
| * drivers: macintosh: rack-meter: really fix bogus memsetsAaro Koskinen2018-03-311-2/+2
| * macintosh/adb: Use C99 initializers for struct adb_driver instancesFinn Thain2018-03-315-36/+35
| * powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring2018-03-201-1/+1
| * powerpc/via-pmu: Fix section mismatch warningMathieu Malaterre2018-03-131-1/+1
| * macintosh: Add module license to ans-lcdLarry Finger2018-03-131-0/+1
* | macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcallFinn Thain2018-03-191-28/+61
|/
* powerpc/macio: set a proper dma_coherent_maskChristoph Hellwig2018-02-131-0/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-2/+2
* 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
* | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-0211-58/+58
|\ \
| * | macintosh/ams-input: Use true and false for boolean valuesGustavo A. R. Silva2018-01-281-2/+2
| * | macintosh: change some data types from int to boolGustavo A. R. Silva2018-01-287-14/+17
| * | macintosh/adb: Properly mark continued kernel messagesAndreas Schwab2018-01-272-41/+38
| * | backlight: Fix old-style function definitionMathieu Malaterre2018-01-211-1/+1
| |/
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-4/+4
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-6/+4
|\
| * drivers/macintosh: Convert timers to use timer_setup()Kees Cook2017-11-021-6/+4
* | Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-131-3/+1
|\ \
| * | m68k/mac: Add mutual exclusion for IOP interrupt pollingFinn Thain2017-11-091-3/+1
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0215-0/+15
|/
* powerpc/macintosh: constify wf_sensor_ops structuresJulia Lawall2017-09-015-9/+9
* macintosh: Convert to using %pOF instead of full_nameRob Herring2017-09-017-18/+18
* macintosh/rack-meter: Make of_device_ids constArvind Yadav2017-08-211-1/+1
* drivers/macintosh: Make wf_control_ops and wf_pid_param constBhumika Goyal2017-08-143-4/+4
* Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-4/+0
|\
| * adb: get rid of pointless access_ok()Al Viro2017-06-041-4/+0
* | macintosh: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-092-10/+23
|/
* Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-051-6/+1
|\
| * of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-6/+1
* | drivers: Clean up duplicated email addressFinn Thain2017-03-241-1/+1
* | powerpc/pmac: Fix crash in dma-mapping.h with NULL dma_opsLarry Finger2017-03-101-0/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-023-2/+3
* Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-2/+2
|\
| * Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-2/+2
* | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-225-783/+217
|\ \
| * | m68k/mac: Replace via-maciisi driver with via-cuda driverFinn Thain2017-02-075-702/+12
| * | via-cuda: Add support for Egret system controllerFinn Thain2017-02-071-21/+134
| * | via-cuda: Initialize data_index early and increment consistentlyFinn Thain2017-02-071-3/+3
| * | via-cuda: Use spinlock_irq_save/restore instead of enable/disable_irqFinn Thain2017-02-071-11/+5
| * | via-cuda: Avoid TREQ race conditionFinn Thain2017-02-071-4/+3
| * | via-cuda: Fix re-initialization of reply_ptr and reading_replyFinn Thain2017-02-071-2/+2
| * | via-cuda: Prevent read buffer overflowFinn Thain2017-02-071-1/+7
| * | via-cuda: Add TREQ, TIP and TACK signal helpersFinn Thain2017-02-071-23/+53
| * | via-cuda: Remove redundant temporary variableFinn Thain2017-02-071-6/+2
OpenPOWER on IntegriCloud