summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* drivers/macintosh/smu.c: Mark expected switch fall-throughStephen Rothwell2019-07-311-0/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-2/+2
|\
| * powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-051-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 247Thomas Gleixner2019-06-194-8/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 246Thomas Gleixner2019-06-1916-45/+16
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 375Thomas Gleixner2019-06-051-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-25/+5
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-12/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-1/+1
* macintosh/via-cuda: Don't rely on Cuda to end a transferFinn Thain2019-01-221-3/+5
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-2/+2
* macintosh: Use of_node_name_{eq, prefix} for node name comparisonsRob Herring2018-12-227-32/+30
* macintosh: Use device_type helpers to access the node typeRob Herring2018-11-265-30/+22
* macintosh: windfarm: Another convert to using %pOFn instead of device_node.nameRob Herring2018-11-261-3/+3
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* macintosh/windfarm_smu_sat: Fix debug outputBenjamin Herrenschmidt2018-10-191-18/+7
* macintosh/via-macii, macintosh/adb-iop: Clean up whitespaceFinn Thain2018-10-082-160/+174
* macintosh/via-macii, macintosh/adb-iop: Modernize printk callsFinn Thain2018-10-082-2/+2
* macintosh/via-macii: Simplify lockingFinn Thain2018-10-081-8/+18
* macintosh/via-macii: Remove BUG_ON assertionsFinn Thain2018-10-081-42/+7
* macintosh/via-macii: Synchronous bus resetFinn Thain2018-10-081-1/+2
* macintosh/adb: Rework printk output againFinn Thain2018-10-082-35/+26
* macintosh: Use common code to access RTCFinn Thain2018-10-082-0/+68
* macintosh: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-033-6/+14
* macintosh: therm_windtunnel: drop using attach_adapterWolfram Sang2018-08-241-2/+23
* 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: Replace via-pmu68k driver with via-pmu driverFinn Thain2018-07-314-860/+2
* macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain2018-07-311-4/+0
* macintosh/via-pmu: Explicitly specify CONFIG_PPC_PMAC dependenciesFinn Thain2018-07-311-2/+2
* macintosh/via-pmu: Add support for m68k PowerBooksFinn Thain2018-07-312-12/+91
* macintosh/via-pmu: Replace via pointer with via1 and via2 pointersFinn Thain2018-07-311-73/+69
* 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/+0
* 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-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