summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
AgeCommit message (Expand)AuthorFilesLines
2022-11-24macintosh/macio-adb: check the return value of ioremap()Xie Shaowen1-0/+4
2022-11-24macintosh: fix possible memory leak in macio_add_one_device()Yang Yingliang1-1/+1
2022-11-24macintosh: Switch to use for_each_child_of_node() macroYang Yingliang1-6/+4
2022-11-24macintosh/windfarm_pid: Add header file macro definitionLi zeming1-0/+5
2022-11-24macintosh/ams/ams: Add header file macro definitionLi zeming1-0/+5
2022-11-24macintosh/via-pmu-backlight: Use backlight helperStephen Kitt1-6/+1
2022-11-24macintosh/via-pmu: Avoid compiler warnings when CONFIG_PROC_FS is disabledFinn Thain1-0/+4
2022-11-24macintosh/macio-adb: Fix warning comparing pointer to 0Haowen Bai1-3/+4
2022-11-24macintosh/windfarm_pm121: Fix warning comparing pointer to 0Haowen Bai1-2/+2
2022-11-24macintosh/windfarm_pm91: Fix warning comparing pointer to 0Haowen Bai1-1/+1
2022-11-24macintosh/adb: Fix warning comparing pointer to 0Haowen Bai1-2/+2
2022-11-24macintosh/windfarm_pm81: Fix warning comparing pointer to 0Haowen Bai1-2/+2
2022-11-24macintosh/windfarm_smu_sat: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-24macintosh/windfarm_max6690_sensor: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-24macintosh/windfarm_lm87_sensor: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-24macintosh/windfarm_lm75_sensor: Convert to i2c's .probe_new()Uwe Kleine-König1-4/+4
2022-11-24macintosh/windfarm_fcu_controls: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-24macintosh/windfarm_ad7417_sensor: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-24macintosh/therm_windtunnel: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+3
2022-11-24macintosh/therm_adt746x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24macintosh/ams-i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-5/+3
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+4
2022-09-17macintosh/ams: Adapt declaration of ams_i2c_remove() to earlier changeUwe Kleine-König1-1/+1
2022-09-05macintosh: Add missing of_node_get() in do_attach()Liang He1-0/+2
2022-08-26macintosh: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König9-26/+9
2022-07-20macintosh/adb: fix oob read in do_adb_query() functionNing Qiang1-1/+1
2022-05-22macintosh: via-pmu and via-cuda need RTC_LIBRandy Dunlap1-0/+2
2022-05-22macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabledFinn Thain3-2/+7
2022-05-11macintosh: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy31-31/+37
2022-05-04macintosh: Use for_each_child_of_node() macroZou Wei1-3/+3
2022-05-04macintosh: Fix warning comparing pointer to 0Yang Li1-3/+3
2022-05-04macintosh/ams: Remove unneeded result variableMinghao Chi1-5/+1
2022-05-04macintosh/adb: Use swap() to make code cleanerYang Guang1-3/+1
2022-05-04macintosh/ams: Replace snprintf in show functions with sysfs_emitQing Wang1-1/+1
2022-05-04macintosh/smu: Fix warning comparing pointer to 0Jing Yangyang1-3/+3
2022-05-04macintosh/via-pmu: Use DEFINE_SPINLOCK() for spinlockYe Bin1-5/+1
2022-05-02macintosh: Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+2
2022-02-07powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy1-0/+1
2022-02-02macintosh: macio_asic: remove useless cast for driver.nameCorentin Labbe1-1/+1
2022-01-22macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-23/+1
2021-12-09macintosh: Add const to of_device_idXiang wangx1-1/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-09-25powerpc: Split memset() to avoid multi-field overflowKees Cook1-1/+2
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/mas...Linus 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