summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* macintosh: via-pmu-led: requires ATA to be setRandy Dunlap2023-05-111-0/+1
* macintosh/windfarm_smu_sat: Add missing of_node_put()Liang He2023-05-111-0/+1
* macintosh: windfarm: Use unsigned type for 1-bit bitfieldsNathan Chancellor2023-03-172-4/+4
* macintosh/macio-adb: check the return value of ioremap()Xie Shaowen2022-12-311-0/+4
* macintosh: fix possible memory leak in macio_add_one_device()Yang Yingliang2022-12-311-1/+1
* Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-2/+4
|\
| * macintosh: Add missing of_node_get() in do_attach()Liang He2022-09-051-0/+2
| * macintosh: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-2/+2
* | macintosh/ams: Adapt declaration of ams_i2c_remove() to earlier changeUwe Kleine-König2022-09-171-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-169-26/+9
|/
* macintosh/adb: fix oob read in do_adb_query() functionNing Qiang2022-07-201-1/+1
* 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
|\