summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-074-249/+267
|\
| * macintosh/via-macii: Clarify definition of macii_init()Finn Thain2020-07-261-1/+1
| * macintosh/via-macii: Use the stack for reset request storageFinn Thain2020-07-261-1/+1
| * macintosh/via-macii: Use unsigned type for autopoll_devs variableFinn Thain2020-07-261-2/+2
| * macintosh/via-macii: Use bool type for reading_reply variableFinn Thain2020-07-261-5/+5
| * macintosh/via-macii: Handle poll replies correctlyFinn Thain2020-07-261-2/+18
| * macintosh/via-macii: Remove read_done stateFinn Thain2020-07-261-42/+28
| * macintosh/via-macii: Handle /CTLR_IRQ signal correctlyFinn Thain2020-07-261-69/+97
| * macintosh/via-macii: Poll the device most likely to respondFinn Thain2020-07-261-46/+53
| * macintosh/via-macii: Access autopoll_devs when inside lockFinn Thain2020-07-261-6/+3
| * macintosh/adb-iop: Implement SRQ autopollingFinn Thain2020-07-261-6/+26
| * macintosh/adb-iop: Implement sending -> idle state transitionFinn Thain2020-07-261-4/+3
| * macintosh/adb-iop: Implement idle -> sending state transitionFinn Thain2020-07-261-19/+24
| * macintosh/adb-iop: Resolve static checker warningsFinn Thain2020-07-261-7/+7
| * macintosh/adb-iop: Access current_req and adb_iop_state when inside lockFinn Thain2020-07-261-8/+5
| * macintosh/adb-iop: Adopt bus reset algorithm from via-macii driverFinn Thain2020-07-261-13/+8
| * macintosh/adb-iop: Correct comment textFinn Thain2020-07-261-16/+13
| * macintosh/adb-iop: Remove dead and redundant codeFinn Thain2020-07-261-29/+0
| * macintosh/therm_adt746x: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-221-2/+2
| * macintosh/adb: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-221-1/+1
* | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-2/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-054-30/+33
|\
| * macintosh/ams-input: switch to using input device polling modeDmitry Torokhov2020-05-283-22/+20
| * drivers/macintosh: Fix memleak in windfarm_pm112 driverMichael Ellerman2020-05-151-8/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+1
|\ \
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
| |/
* / via-pmu: don't bother with access_ok()Al Viro2020-05-291-2/+0
|/
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-033-6/+1
|\
| * Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-236-1/+50
| |\
| * | misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan2020-03-183-6/+1
* | | macintosh: convert to i2c_new_scanned_deviceWolfram Sang2020-03-261-2/+2
| |/ |/|
* | macintosh: windfarm: fix MODINFO regressionWolfram Sang2020-03-106-1/+50
|/
* macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang2020-02-291-21/+31
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-041-3/+3
|\
| * macintosh: Fix Kconfig indentationKrzysztof Kozlowski2020-01-231-3/+3
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
|/
* Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-301-1/+2
|\
| * macintosh: ans-lcd: make anslcd_logo static and __initconstRasmus Villemoes2019-11-061-1/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-3/+4
|\ \
| * | rackmeter: Use vtime aware kcpustat accessorFrederic Weisbecker2019-11-211-3/+4
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-254-19/+17
|\ \ \ | |/ / |/| |
| * | macintosh: Use pr_warn instead of pr_warningKefeng Wang2019-10-184-19/+17
* | | cpufreq: Use per-policy frequency QoSRafael J. Wysocki2019-10-211-16/+22
| |/ |/|
* | cpufreq: powerpc: macintosh: Switch to QoS requests for freq limitsViresh Kumar2019-08-261-27/+50
* | 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
|\ \ | |/ |/|