Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -464,6 +464,16 @@ config PWM_PXA
To compile this driver as a module, choose M here: the module
will be called pwm-pxa.
config PWM_QTI_LPG
tristate "Qualcomm Technologies, Inc. LPG driver"
depends on MFD_SPMI_PMIC && OF
help
This driver supports the LPG (Light Pulse Generator) module found in
Qualcomm Technologies, Inc. PMIC chips. Each LPG channel can be
configured to operate in PWM mode to output a fixed amplitude with
variable duty cycle or in LUT (Look up table) mode to output PWM
signal with a modulated amplitude.
config PWM_RASPBERRYPI_POE
tristate "Raspberry Pi Firwmware PoE Hat PWM support"
# Make sure not 'y' when RASPBERRYPI_FIRMWARE is 'm'. This can only

View File

@@ -42,6 +42,7 @@ obj-$(CONFIG_PWM_NTXEC) += pwm-ntxec.o
obj-$(CONFIG_PWM_OMAP_DMTIMER) += pwm-omap-dmtimer.o
obj-$(CONFIG_PWM_PCA9685) += pwm-pca9685.o
obj-$(CONFIG_PWM_PXA) += pwm-pxa.o
obj-$(CONFIG_PWM_QTI_LPG) += pwm-qti-lpg.o
obj-$(CONFIG_PWM_RASPBERRYPI_POE) += pwm-raspberrypi-poe.o
obj-$(CONFIG_PWM_RCAR) += pwm-rcar.o
obj-$(CONFIG_PWM_RENESAS_TPU) += pwm-renesas-tpu.o

2114
drivers/pwm/pwm-qti-lpg.c Normal file

File diff suppressed because it is too large Load Diff