summaryrefslogtreecommitdiff
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* macintosh: via-pmu and via-cuda need RTC_LIBRandy Dunlap2022-05-221-0/+2
* macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabledFinn Thain2022-05-223-2/+7
* macintosh: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-1131-31/+37
* macintosh: Use for_each_child_of_node() macroZou Wei2022-05-041-3/+3
* macintosh: Fix warning comparing pointer to 0Yang Li2022-05-041-3/+3
* macintosh/ams: Remove unneeded result variableMinghao Chi2022-05-041-5/+1
* macintosh/adb: Use swap() to make code cleanerYang Guang2022-05-041-3/+1
* macintosh/ams: Replace snprintf in show functions with sysfs_emitQing Wang2022-05-041-1/+1
* macintosh/smu: Fix warning comparing pointer to 0Jing Yangyang2022-05-041-3/+3
* macintosh/via-pmu: Use DEFINE_SPINLOCK() for spinlockYe Bin2022-05-041-5/+1
* macintosh: Use kmemdup rather than duplicating its implementationFuqian Huang2022-05-021-3/+2
* powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy2022-02-071-0/+1
* macintosh: macio_asic: remove useless cast for driver.nameCorentin Labbe2022-02-021-1/+1
* macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-23/+1
* macintosh: Add const to of_device_idXiang wangx2021-12-091-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* | powerpc: Split memset() to avoid multi-field overflowKees Cook2021-09-251-1/+2
|/
* memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-034-5/+2
|\
| * isystem: ship and use stdarg.hAlexey Dobriyan2021-08-192-2/+2
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-3/+0
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* macintosh/via-pmu: Fix build warningMichael Ellerman2021-04-161-1/+1
* macintosh/via-pmu: Make some symbols staticYu Kuai2021-04-141-2/+2
* windfarm: make symbol 'wf_thread' staticYu Kuai2021-04-141-1/+1
* macintosh/windfarm: Make symbol 'pm121_sys_state' staticYu Kuai2021-04-141-1/+1
* powerpc: Spelling/typo fixesBhaskar Chowdhury2021-04-081-1/+1
* macintosh/adb-iop: Use big-endian autopoll maskFinn Thain2021-01-251-3/+3
* macintosh/adb-iop: Send correct poll commandFinn Thain2020-12-071-10/+30
* macintosh/adb-iop: Always wait for reply message from IOPFinn Thain2020-12-071-8/+8
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-165-10/+4
|\
| * macintosh: smu_sensors: use for_each_child_of_node() macroQinglang Miao2020-09-181-2/+1
| * drivers/macintosh/smu.c: use for_each_child_of_node() macroQinglang Miao2020-09-181-1/+1
| * drivers/macintosh/smu.c: Fix undeclared symbol warningWang Wensheng2020-09-161-1/+1
| * macintosh: windfarm: use for_each_child_of_node() macroQinglang Miao2020-09-151-2/+1
| * macintosh: windfarm: remove detatch debug containing spelling mistakesColin Ian King2020-09-022-4/+0
* | 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