summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* macintosh/macio-adb: check the return value of ioremap()Xie Shaowen2022-11-241-0/+4
* macintosh: fix possible memory leak in macio_add_one_device()Yang Yingliang2022-11-241-1/+1
* macintosh: Switch to use for_each_child_of_node() macroYang Yingliang2022-11-241-6/+4
* macintosh/windfarm_pid: Add header file macro definitionLi zeming2022-11-241-0/+5
* macintosh/ams/ams: Add header file macro definitionLi zeming2022-11-241-0/+5
* macintosh/via-pmu-backlight: Use backlight helperStephen Kitt2022-11-241-6/+1
* macintosh/via-pmu: Avoid compiler warnings when CONFIG_PROC_FS is disabledFinn Thain2022-11-241-0/+4
* macintosh/macio-adb: Fix warning comparing pointer to 0Haowen Bai2022-11-241-3/+4
* macintosh/windfarm_pm121: Fix warning comparing pointer to 0Haowen Bai2022-11-241-2/+2
* macintosh/windfarm_pm91: Fix warning comparing pointer to 0Haowen Bai2022-11-241-1/+1
* macintosh/adb: Fix warning comparing pointer to 0Haowen Bai2022-11-241-2/+2
* macintosh/windfarm_pm81: Fix warning comparing pointer to 0Haowen Bai2022-11-241-2/+2
* macintosh/windfarm_smu_sat: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+2
* macintosh/windfarm_max6690_sensor: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+2
* macintosh/windfarm_lm87_sensor: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+2
* macintosh/windfarm_lm75_sensor: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-4/+4
* macintosh/windfarm_fcu_controls: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+2
* macintosh/windfarm_ad7417_sensor: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+2
* macintosh/therm_windtunnel: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-2/+3
* macintosh/therm_adt746x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+3
* macintosh/ams-i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-5/+3
* 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
|/