aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
AgeCommit message (Expand)AuthorFilesLines
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-10/+30
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-249/+267
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-13/+8
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
2018-10-19macintosh/windfarm_smu_sat: Fix debug outputBenjamin Herrenschmidt1-18/+7
2018-10-08macintosh/via-macii, macintosh/adb-iop: Clean up whitespaceFinn Thain2-160/+174
2018-10-08macintosh/via-macii, macintosh/adb-iop: Modernize printk callsFinn Thain2-2/+2
2018-10-08macintosh/via-macii: Simplify lockingFinn Thain1-8/+18
2018-10-08macintosh/via-macii: Remove BUG_ON assertionsFinn Thain1-42/+7
2018-10-08macintosh/via-macii: Synchronous bus resetFinn Thain1-1/+2
2018-10-08macintosh/adb: Rework printk output againFinn Thain2-35/+26
2018-10-08macintosh: Use common code to access RTCFinn Thain2-0/+68
2018-10-03macintosh: Convert to using %pOFn instead of device_node.nameRob Herring3-6/+14
2018-08-24macintosh: therm_windtunnel: drop using attach_adapterWolfram Sang1-2/+23
2018-07-31macintosh/via-pmu: Disambiguate interrupt statisticsFinn Thain1-8/+12
2018-07-31macintosh/via-pmu: Clean up interrupt statisticsFinn Thain1-17/+22
2018-07-31macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain4-860/+2
2018-07-31macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain1-4/+0
2018-07-31macintosh/via-pmu: Explicitly specify CONFIG_PPC_PMAC dependenciesFinn Thain1-2/+2
2018-07-31macintosh/via-pmu: Add support for m68k PowerBooksFinn Thain2-12/+91
2018-07-31macintosh/via-pmu: Replace via pointer with via1 and via2 pointersFinn Thain1-73/+69
2018-07-31macintosh/via-pmu: Enhance state machine with new 'uninitialized' stateFinn Thain1-22/+22
2018-07-31macintosh/via-pmu: Don't clear shift register interrupt flag twiceFinn Thain1-1/+0
2018-07-31macintosh/via-pmu: Add missing mmio accessorsFinn Thain1-4/+5
2018-07-31macintosh/via-pmu: Fix section mismatch warningFinn Thain1-1/+1
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-12/+12
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre1-9/+9
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-47/+10
2018-05-14macintosh/windfarm: fix spelling mistake: "ttarged" -> "ttarget"Colin Ian King3-3/+3
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-40/+40
2018-03-31drivers: macintosh: rack-meter: really fix bogus memsetsAaro Koskinen1-2/+2
2018-03-31macintosh/adb: Use C99 initializers for struct adb_driver instancesFinn Thain5-36/+35
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring1-1/+1
2018-03-19macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcallFinn Thain1-28/+61
2018-03-13powerpc/via-pmu: Fix section mismatch warningMathieu Malaterre1-1/+1
2018-03-13macintosh: Add module license to ans-lcdLarry Finger1-0/+1
2018-02-13powerpc/macio: set a proper dma_coherent_maskChristoph Hellwig1-0/+1