aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-5/+2
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan2-2/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2-3/+0
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-04-16macintosh/via-pmu: Fix build warningMichael Ellerman1-1/+1
2021-04-14macintosh/via-pmu: Make some symbols staticYu Kuai1-2/+2
2021-04-14windfarm: make symbol 'wf_thread' staticYu Kuai1-1/+1
2021-04-14macintosh/windfarm: Make symbol 'pm121_sys_state' staticYu Kuai1-1/+1
2021-04-08powerpc: Spelling/typo fixesBhaskar Chowdhury1-1/+1
2021-01-25macintosh/adb-iop: Use big-endian autopoll maskFinn Thain1-3/+3
2020-12-07macintosh/adb-iop: Send correct poll commandFinn Thain1-10/+30
2020-12-07macintosh/adb-iop: Always wait for reply message from IOPFinn Thain1-8/+8
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-10/+4
2020-09-18macintosh: smu_sensors: use for_each_child_of_node() macroQinglang Miao1-2/+1
2020-09-18drivers/macintosh/smu.c: use for_each_child_of_node() macroQinglang Miao1-1/+1
2020-09-16drivers/macintosh/smu.c: Fix undeclared symbol warningWang Wensheng1-1/+1
2020-09-15macintosh: windfarm: use for_each_child_of_node() macroQinglang Miao1-2/+1
2020-09-02macintosh: windfarm: remove detatch debug containing spelling mistakesColin Ian King2-4/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-249/+267
2020-07-26macintosh/via-macii: Clarify definition of macii_init()Finn Thain1-1/+1
2020-07-26macintosh/via-macii: Use the stack for reset request storageFinn Thain1-1/+1
2020-07-26macintosh/via-macii: Use unsigned type for autopoll_devs variableFinn Thain1-2/+2
2020-07-26macintosh/via-macii: Use bool type for reading_reply variableFinn Thain1-5/+5
2020-07-26macintosh/via-macii: Handle poll replies correctlyFinn Thain1-2/+18
2020-07-26macintosh/via-macii: Remove read_done stateFinn Thain1-42/+28
2020-07-26macintosh/via-macii: Handle /CTLR_IRQ signal correctlyFinn Thain1-69/+97
2020-07-26macintosh/via-macii: Poll the device most likely to respondFinn Thain1-46/+53
2020-07-26macintosh/via-macii: Access autopoll_devs when inside lockFinn Thain1-6/+3
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain1-6/+26
2020-07-26macintosh/adb-iop: Implement sending -> idle state transitionFinn Thain1-4/+3
2020-07-26macintosh/adb-iop: Implement idle -> sending state transitionFinn Thain1-19/+24
2020-07-26macintosh/adb-iop: Resolve static checker warningsFinn Thain1-7/+7
2020-07-26macintosh/adb-iop: Access current_req and adb_iop_state when inside lockFinn Thain1-8/+5
2020-07-26macintosh/adb-iop: Adopt bus reset algorithm from via-macii driverFinn Thain1-13/+8
2020-07-26macintosh/adb-iop: Correct comment textFinn Thain1-16/+13
2020-07-26macintosh/adb-iop: Remove dead and redundant codeFinn Thain1-29/+0
2020-07-22macintosh/therm_adt746x: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-07-22macintosh/adb: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-30/+33
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+1
2020-05-29via-pmu: don't bother with access_ok()Al Viro1-2/+0
2020-05-28macintosh/ams-input: switch to using input device polling modeDmitry Torokhov3-22/+20
2020-05-15drivers/macintosh: Fix memleak in windfarm_pm112 driverMichael Ellerman1-8/+13
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1