summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-031-0/+1
|\
| * macintosh/macio-adb: add missing iounmap() on error in macio_init()Yang Yingliang2023-10-191-0/+1
* | macintosh: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
|/
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-312-1/+2
|\
| * macintosh/ams: linux/platform_device.h is neededRandy Dunlap2023-08-311-0/+1
| * macintosh/ams: mark ams_init() staticArnd Bergmann2023-08-141-1/+1
* | macintosh: Explicitly include correct DT includesRob Herring2023-08-286-2/+7
|/
* macintosh: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-211-8/+7
* macintosh: Use of_address_to_resource()Rob Herring2023-06-212-26/+13
* macintosh: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-149-9/+9
* Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-284-2/+4
|\
| * macintosh: Use of_property_present() for testing DT property presenceRob Herring2023-03-302-2/+2
| * macintosh: via-pmu-led: requires ATA to be setRandy Dunlap2023-03-301-0/+1
| * macintosh/windfarm_smu_sat: Add missing of_node_put()Liang He2023-03-301-0/+1
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
| |/
* / driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
|/
* Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-252-4/+4
|\
| * macintosh: windfarm: Use unsigned type for 1-bit bitfieldsNathan Chancellor2023-02-162-4/+4
* | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman2023-01-271-1/+6
|/
* 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