Age | Commit message (Expand) | Author | Files | Lines |
2023-02-25 | Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -4/+4 |
2023-02-16 | macintosh: windfarm: Use unsigned type for 1-bit bitfields | Nathan Chancellor | 2 | -4/+4 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2023-01-27 | of: device: make of_device_uevent_modalias() take a const device * | Greg Kroah-Hartman | 1 | -1/+6 |
2022-11-24 | macintosh/macio-adb: check the return value of ioremap() | Xie Shaowen | 1 | -0/+4 |
2022-11-24 | macintosh: fix possible memory leak in macio_add_one_device() | Yang Yingliang | 1 | -1/+1 |
2022-11-24 | macintosh: Switch to use for_each_child_of_node() macro | Yang Yingliang | 1 | -6/+4 |
2022-11-24 | macintosh/windfarm_pid: Add header file macro definition | Li zeming | 1 | -0/+5 |
2022-11-24 | macintosh/ams/ams: Add header file macro definition | Li zeming | 1 | -0/+5 |
2022-11-24 | macintosh/via-pmu-backlight: Use backlight helper | Stephen Kitt | 1 | -6/+1 |
2022-11-24 | macintosh/via-pmu: Avoid compiler warnings when CONFIG_PROC_FS is disabled | Finn Thain | 1 | -0/+4 |
2022-11-24 | macintosh/macio-adb: Fix warning comparing pointer to 0 | Haowen Bai | 1 | -3/+4 |
2022-11-24 | macintosh/windfarm_pm121: Fix warning comparing pointer to 0 | Haowen Bai | 1 | -2/+2 |
2022-11-24 | macintosh/windfarm_pm91: Fix warning comparing pointer to 0 | Haowen Bai | 1 | -1/+1 |
2022-11-24 | macintosh/adb: Fix warning comparing pointer to 0 | Haowen Bai | 1 | -2/+2 |
2022-11-24 | macintosh/windfarm_pm81: Fix warning comparing pointer to 0 | Haowen Bai | 1 | -2/+2 |
2022-11-24 | macintosh/windfarm_smu_sat: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-24 | macintosh/windfarm_max6690_sensor: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-24 | macintosh/windfarm_lm87_sensor: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-24 | macintosh/windfarm_lm75_sensor: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -4/+4 |
2022-11-24 | macintosh/windfarm_fcu_controls: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-24 | macintosh/windfarm_ad7417_sensor: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-24 | macintosh/therm_windtunnel: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -2/+3 |
2022-11-24 | macintosh/therm_adt746x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
2022-11-24 | macintosh/ams-i2c: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -5/+3 |
2022-10-10 | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -2/+4 |
2022-09-17 | macintosh/ams: Adapt declaration of ams_i2c_remove() to earlier change | Uwe Kleine-König | 1 | -1/+1 |
2022-09-05 | macintosh: Add missing of_node_get() in do_attach() | Liang He | 1 | -0/+2 |
2022-08-26 | macintosh: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 9 | -26/+9 |
2022-07-20 | macintosh/adb: fix oob read in do_adb_query() function | Ning Qiang | 1 | -1/+1 |
2022-05-22 | macintosh: via-pmu and via-cuda need RTC_LIB | Randy Dunlap | 1 | -0/+2 |
2022-05-22 | macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabled | Finn Thain | 3 | -2/+7 |
2022-05-11 | macintosh: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy | 31 | -31/+37 |
2022-05-04 | macintosh: Use for_each_child_of_node() macro | Zou Wei | 1 | -3/+3 |
2022-05-04 | macintosh: Fix warning comparing pointer to 0 | Yang Li | 1 | -3/+3 |
2022-05-04 | macintosh/ams: Remove unneeded result variable | Minghao Chi | 1 | -5/+1 |
2022-05-04 | macintosh/adb: Use swap() to make code cleaner | Yang Guang | 1 | -3/+1 |
2022-05-04 | macintosh/ams: Replace snprintf in show functions with sysfs_emit | Qing Wang | 1 | -1/+1 |
2022-05-04 | macintosh/smu: Fix warning comparing pointer to 0 | Jing Yangyang | 1 | -3/+3 |
2022-05-04 | macintosh/via-pmu: Use DEFINE_SPINLOCK() for spinlock | Ye Bin | 1 | -5/+1 |
2022-05-02 | macintosh: Use kmemdup rather than duplicating its implementation | Fuqian Huang | 1 | -3/+2 |
2022-02-07 | powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.h | Christophe Leroy | 1 | -0/+1 |
2022-02-02 | macintosh: macio_asic: remove useless cast for driver.name | Corentin Labbe | 1 | -1/+1 |
2022-01-22 | macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl() | Luis Chamberlain | 1 | -23/+1 |
2021-12-09 | macintosh: Add const to of_device_id | Xiang wangx | 1 | -1/+1 |
2021-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 1 | -1/+1 |
2021-09-25 | powerpc: Split memset() to avoid multi-field overflow | Kees Cook | 1 | -1/+2 |
2021-09-14 | memblock: introduce saner 'memblock_free_ptr()' interface | Linus Torvalds | 1 | -1/+1 |