Skip to content

Commit 9cf58ff

Browse files
committed
Merge branch 'bits/110-smc' into asahi-wip
2 parents fc09c09 + 645f01e commit 9cf58ff

27 files changed

Lines changed: 3726 additions & 0 deletions

MAINTAINERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,6 +2376,15 @@ F: include/dt-bindings/pinctrl/apple.h
23762376
F: include/linux/soc/apple/*
23772377
F: include/uapi/drm/asahi_drm.h
23782378

2379+
ARM/APPLE SMC HWMON DRIVER
2380+
M: James Calligeros <jcalligeros99@gmail.com>
2381+
L: asahi@lists.linux.dev
2382+
S: Maintained
2383+
W: https://asahilinux.org
2384+
B: https://github.com/AsahiLinux/linux/issues
2385+
C: irc://irc.oftc.net/asahi-dev
2386+
F: drivers/hwmon/macsmc-hwmon.c
2387+
23792388
ARM/ARTPEC MACHINE SUPPORT
23802389
M: Jesper Nilsson <jesper.nilsson@axis.com>
23812390
M: Lars Persson <lars.persson@axis.com>

drivers/gpio/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,17 @@ config GPIO_LP87565
14641464
This driver can also be built as a module. If so, the module will be
14651465
called gpio-lp87565.
14661466

1467+
config GPIO_MACSMC
1468+
tristate "Apple Mac SMC GPIO"
1469+
depends on APPLE_SMC
1470+
default ARCH_APPLE
1471+
help
1472+
Support for GPIOs controlled by the SMC microcontroller on Apple Mac
1473+
systems.
1474+
1475+
This driver can also be built as a module. If so, the module will be
1476+
called gpio-macsmc.
1477+
14671478
config GPIO_MADERA
14681479
tristate "Cirrus Logic Madera class codecs"
14691480
depends on PINCTRL_MADERA

drivers/gpio/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ obj-$(CONFIG_GPIO_LP873X) += gpio-lp873x.o
9999
obj-$(CONFIG_GPIO_LP87565) += gpio-lp87565.o
100100
obj-$(CONFIG_GPIO_LPC18XX) += gpio-lpc18xx.o
101101
obj-$(CONFIG_GPIO_LPC32XX) += gpio-lpc32xx.o
102+
obj-$(CONFIG_GPIO_MACSMC) += gpio-macsmc.o
102103
obj-$(CONFIG_GPIO_MADERA) += gpio-madera.o
103104
obj-$(CONFIG_GPIO_MAX3191X) += gpio-max3191x.o
104105
obj-$(CONFIG_GPIO_MAX7300) += gpio-max7300.o

0 commit comments

Comments
 (0)