aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds20-24/+24
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook20-35/+30
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-12-02macintosh/via-pmu-backlight: Include <linux/fb.h> and <linux/of.h>Thomas Zimmermann1-0/+2
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-11-11macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouseLong Li1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-5/+1
2025-01-20Merge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2024-12-20Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+1
2024-12-18macintosh: declare ctl_table as constLuis Felipe Hernandez1-1/+1
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann1-0/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds7-7/+7
2024-11-14macintosh: Use common error handling code in via_pmu_led_init()Markus Elfring1-9/+10
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-2/+0
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-2/+2
2024-09-05macintosh/via-pmu: register_pmu_pm_ops() can be __initMichael Ellerman1-1/+1
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-2/+2
2024-08-07macintosh/via-pmu-backlight: Use backlight power constantsThomas Zimmermann1-1/+1
2024-07-25Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-11macintosh/therm_windtunnel: fix module unload.Nick Bowler1-1/+1
2024-07-04macintosh/mac_hid: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-28macintosh: Drop explicit initialization of struct i2c_device_id::driver_data ...Uwe Kleine-König6-6/+6
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-15/+11
2024-05-08macintosh/ams: Fix unused variable warningMichael Ellerman1-1/+1
2024-04-30macintosh/macio-adb: replace of_node_put() with __freesundar1-14/+10
2024-04-29macintosh/via-macii: Fix "BUG: sleeping function called from invalid context"Finn Thain1-8/+3
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds10-39/+24
2024-03-07macintosh/via-pmu-backlight: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li1-3/+1
2024-03-07macintosh/adb: make adb_dev_class constantRicardo B. Marliere1-4/+6
2024-02-16macintosh: windfarm_rm31: Convert to platform remove callback returning voidUwe Kleine-König1-5/+2
2024-02-16macintosh: windfarm_pm91: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2024-02-16macintosh: windfarm_pm81: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2024-02-16macintosh: windfarm_pm72: Convert to platform remove callback returning voidUwe Kleine-König1-5/+2
2024-02-16macintosh: windfarm_pm121: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-02-16macintosh: windfarm_pm112: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-16macintosh: therm_windtunnel: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-15powerpc: pmac: make macio_bus_type constRicardo B. Marliere1-1/+1
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2023-10-19macintosh/macio-adb: add missing iounmap() on error in macio_init()Yang Yingliang1-0/+1
2023-10-11macintosh: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-1/+2
2023-08-31macintosh/ams: linux/platform_device.h is neededRandy Dunlap1-0/+1
2023-08-28macintosh: Explicitly include correct DT includesRob Herring6-2/+7
2023-08-14macintosh/ams: mark ams_init() staticArnd Bergmann1-1/+1
2023-06-21macintosh: Use of_property_read_reg() to parse "reg"Rob Herring1-8/+7
2023-06-21macintosh: Use of_address_to_resource()Rob Herring2-26/+13
2023-06-14macintosh: Switch i2c drivers back to use .probe()Uwe Kleine-König9-9/+9
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-2/+4
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-1/+1
2023-03-30macintosh: Use of_property_present() for testing DT property presenceRob Herring2-2/+2
2023-03-30macintosh: via-pmu-led: requires ATA to be setRandy Dunlap1-0/+1
2023-03-30macintosh/windfarm_smu_sat: Add missing of_node_put()Liang He1-0/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-4/+4
2023-02-16macintosh: windfarm: Use unsigned type for 1-bit bitfieldsNathan Chancellor2-4/+4
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman1-1/+6
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
2021-04-16macintosh/via-pmu: Fix build warningMichael Ellerman1-1/+1
2021-04-14macintosh/via-pmu: Make some symbols staticYu Kuai1-2/+2
2021-04-14windfarm: make symbol 'wf_thread' staticYu Kuai1-1/+1
2021-04-14macintosh/windfarm: Make symbol 'pm121_sys_state' staticYu Kuai1-1/+1
2021-04-08powerpc: Spelling/typo fixesBhaskar Chowdhury1-1/+1
2021-01-25macintosh/adb-iop: Use big-endian autopoll maskFinn Thain1-3/+3
2020-12-07macintosh/adb-iop: Send correct poll commandFinn Thain1-9/+29
2020-12-07macintosh/adb-iop: Always wait for reply message from IOPFinn Thain1-8/+8
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-10/+4
2020-09-18macintosh: smu_sensors: use for_each_child_of_node() macroQinglang Miao1-2/+1
2020-09-18drivers/macintosh/smu.c: use for_each_child_of_node() macroQinglang Miao1-1/+1
2020-09-16drivers/macintosh/smu.c: Fix undeclared symbol warningWang Wensheng1-1/+1
2020-09-15macintosh: windfarm: use for_each_child_of_node() macroQinglang Miao1-2/+1
2020-09-02macintosh: windfarm: remove detatch debug containing spelling mistakesColin Ian King2-4/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-247/+265
2020-07-26macintosh/via-macii: Clarify definition of macii_init()Finn Thain1-1/+1
2020-07-26macintosh/via-macii: Use the stack for reset request storageFinn Thain1-1/+1
2020-07-26macintosh/via-macii: Use unsigned type for autopoll_devs variableFinn Thain1-2/+2
2020-07-26macintosh/via-macii: Use bool type for reading_reply variableFinn Thain1-5/+5
2020-07-26macintosh/via-macii: Handle poll replies correctlyFinn Thain1-2/+18
2020-07-26macintosh/via-macii: Remove read_done stateFinn Thain1-42/+28
2020-07-26macintosh/via-macii: Handle /CTLR_IRQ signal correctlyFinn Thain1-69/+97
2020-07-26macintosh/via-macii: Poll the device most likely to respondFinn Thain1-46/+53
2020-07-26macintosh/via-macii: Access autopoll_devs when inside lockFinn Thain1-6/+3
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain1-6/+26
2020-07-26macintosh/adb-iop: Implement sending -> idle state transitionFinn Thain1-4/+3
2020-07-26macintosh/adb-iop: Implement idle -> sending state transitionFinn Thain1-19/+24
2020-07-26macintosh/adb-iop: Resolve static checker warningsFinn Thain1-7/+7
2020-07-26macintosh/adb-iop: Access current_req and adb_iop_state when inside lockFinn Thain1-8/+5
2020-07-26macintosh/adb-iop: Adopt bus reset algorithm from via-macii driverFinn Thain1-12/+7
2020-07-26macintosh/adb-iop: Correct comment textFinn Thain1-16/+13
2020-07-26macintosh/adb-iop: Remove dead and redundant codeFinn Thain1-29/+0
2020-07-22macintosh/therm_adt746x: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-07-22macintosh/adb: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-30/+33
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+1
2020-05-29via-pmu: don't bother with access_ok()Al Viro1-2/+0
2020-05-28macintosh/ams-input: switch to using input device polling modeDmitry Torokhov3-22/+20
2020-05-15drivers/macintosh: Fix memleak in windfarm_pm112 driverMichael Ellerman1-8/+13
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+1
2020-03-26macintosh: convert to i2c_new_scanned_deviceWolfram Sang1-2/+2
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman6-1/+50
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan3-6/+1
2020-03-10macintosh: windfarm: fix MODINFO regressionWolfram Sang6-1/+50
2020-02-29macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang1-21/+31
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+3
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2020-01-23macintosh: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+2
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+4
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-19/+17
2019-11-21rackmeter: Use vtime aware kcpustat accessorFrederic Weisbecker1-3/+4
2019-11-06macintosh: ans-lcd: make anslcd_logo static and __initconstRasmus Villemoes1-1/+2
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki1-16/+22
2019-10-18macintosh: Use pr_warn instead of pr_warningKefeng Wang4-19/+17
2019-08-26cpufreq: powerpc: macintosh: Switch to QoS requests for freq limitsViresh Kumar1-27/+50
2019-07-31drivers/macintosh/smu.c: Mark expected switch fall-throughStephen Rothwell1-0/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 247Thomas Gleixner4-8/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 246Thomas Gleixner16-45/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 375Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner5-25/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-12/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-1/+1
2019-01-22macintosh/via-cuda: Don't rely on Cuda to end a transferFinn Thain1-3/+5
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-2/+2
2018-12-22macintosh: Use of_node_name_{eq, prefix} for node name comparisonsRob Herring7-32/+30
2018-11-26macintosh: Use device_type helpers to access the node typeRob Herring5-30/+22
2018-11-26macintosh: windfarm: Another convert to using %pOFn instead of device_node.nameRob Herring1-3/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1