summaryrefslogtreecommitdiff
path: root/drivers/macintosh
AgeCommit message (Expand)AuthorFilesLines
2024-10-03move 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-07macintosh/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-16Merge 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-06macintosh/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-14powerpc: 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-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-2/+4
2023-04-28Merge 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