aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
AgeCommit message (Expand)Author
12 daysmacintosh/via-macii: Fix "BUG: sleeping function called from invalid context"Finn Thain
2023-05-11macintosh: via-pmu-led: requires ATA to be setRandy Dunlap
2023-05-11macintosh/windfarm_smu_sat: Add missing of_node_put()Liang He
2023-03-17macintosh: windfarm: Use unsigned type for 1-bit bitfieldsNathan Chancellor
2022-12-31macintosh/macio-adb: check the return value of ioremap()Xie Shaowen
2022-12-31macintosh: fix possible memory leak in macio_add_one_device()Yang Yingliang
2022-08-11macintosh/adb: fix oob read in do_adb_query() functionNing Qiang
2022-06-09macintosh: via-pmu and via-cuda need RTC_LIBRandy Dunlap
2022-06-09macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabledFinn Thain
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
2020-07-26macintosh/adb-iop: Implement idle -> sending state transitionFinn Thain
2020-07-26macintosh/adb-iop: Resolve static checker warningsFinn Thain
2020-07-26macintosh/adb-iop: Access current_req and adb_iop_state when inside lockFinn Thain
2020-07-26macintosh/adb-iop: Adopt bus reset algorithm from via-macii driverFinn Thain
2020-07-26macintosh/adb-iop: Correct comment textFinn Thain
2020-07-26macintosh/adb-iop: Remove dead and redundant codeFinn Thain
2020-07-22macintosh/therm_adt746x: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-22macintosh/adb: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig