aboutsummaryrefslogtreecommitdiff
path: root/drivers/macintosh
AgeCommit message (Expand)Author
2022-05-22macintosh: via-pmu and via-cuda need RTC_LIBRandy Dunlap
2022-05-22macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabledFinn Thain
2022-05-11macintosh: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-05-04macintosh: Use for_each_child_of_node() macroZou Wei
2022-05-04macintosh: Fix warning comparing pointer to 0Yang Li
2022-05-04macintosh/ams: Remove unneeded result variableMinghao Chi
2022-05-04macintosh/adb: Use swap() to make code cleanerYang Guang
2022-05-04macintosh/ams: Replace snprintf in show functions with sysfs_emitQing Wang
2022-05-04macintosh/smu: Fix warning comparing pointer to 0Jing Yangyang
2022-05-04macintosh/via-pmu: Use DEFINE_SPINLOCK() for spinlockYe Bin
2022-05-02macintosh: Use kmemdup rather than duplicating its implementationFuqian Huang
2022-02-07powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy
2022-02-02macintosh: macio_asic: remove useless cast for driver.nameCorentin Labbe
2022-01-22macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2021-12-09macintosh: Add const to of_device_idXiang wangx
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-09-25powerpc: Split memset() to avoid multi-field overflowKees Cook
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-04-16macintosh/via-pmu: Fix build warningMichael Ellerman
2021-04-14macintosh/via-pmu: Make some symbols staticYu Kuai
2021-04-14windfarm: make symbol 'wf_thread' staticYu Kuai
2021-04-14macintosh/windfarm: Make symbol 'pm121_sys_state' staticYu Kuai
2021-04-08powerpc: Spelling/typo fixesBhaskar Chowdhury
2021-01-25macintosh/adb-iop: Use big-endian autopoll maskFinn Thain
2020-12-07macintosh/adb-iop: Send correct poll commandFinn Thain
2020-12-07macintosh/adb-iop: Always wait for reply message from IOPFinn Thain
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-09-18macintosh: smu_sensors: use for_each_child_of_node() macroQinglang Miao
2020-09-18drivers/macintosh/smu.c: use for_each_child_of_node() macroQinglang Miao
2020-09-16drivers/macintosh/smu.c: Fix undeclared symbol warningWang Wensheng
2020-09-15macintosh: windfarm: use for_each_child_of_node() macroQinglang Miao
2020-09-02macintosh: windfarm: remove detatch debug containing spelling mistakesColin Ian King
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-07-26macintosh/via-macii: Clarify definition of macii_init()Finn Thain
2020-07-26macintosh/via-macii: Use the stack for reset request storageFinn Thain
2020-07-26macintosh/via-macii: Use unsigned type for autopoll_devs variableFinn Thain
2020-07-26macintosh/via-macii: Use bool type for reading_reply variableFinn Thain
2020-07-26macintosh/via-macii: Handle poll replies correctlyFinn Thain
2020-07-26macintosh/via-macii: Remove read_done stateFinn Thain
2020-07-26macintosh/via-macii: Handle /CTLR_IRQ signal correctlyFinn Thain
2020-07-26macintosh/via-macii: Poll the device most likely to respondFinn Thain
2020-07-26macintosh/via-macii: Access autopoll_devs when inside lockFinn Thain
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain
2020-07-26macintosh/adb-iop: Implement sending -> idle state transitionFinn Thain