Searched +full:s5l +full:- +full:fpwm (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/pwm/ |
H A D | apple,s5l-fpwm.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pwm/apple,s5l-fpwm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple FPWM controller 10 - asahi@lists.linux.dev 11 - Sasha Finkelstein <fnkl.kernel@gmail.com> 18 - enum: 19 - apple,t8103-fpwm 20 - apple,t6000-fpwm [all …]
|
/linux/drivers/pwm/ |
H A D | pwm-apple.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 8 * - The writes to cycle registers are shadowed until a write to 10 * - If both OFF_CYCLES and ON_CYCLES are set to 0, the output 12 * - When APPLE_PWM_CTRL is set to 0, the output is constant low 47 struct apple_pwm *fpwm; in apple_pwm_apply() local 49 if (state->polarity == PWM_POLARITY_INVERSED) in apple_pwm_apply() 50 return -EINVAL; in apple_pwm_apply() 52 fpwm = to_apple_pwm(chip); in apple_pwm_apply() 53 if (state->enabled) { in apple_pwm_apply() 56 on_cycles = mul_u64_u64_div_u64(fpwm->clkrate, in apple_pwm_apply() [all …]
|
/linux/arch/arm64/boot/dts/apple/ |
H A D | t600x-die0.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 10 nco: clock-controller@28e03c000 { 11 compatible = "apple,t6000-nco", "apple,nco"; 14 #clock-cells = <1>; 17 aic: interrupt-controller@28e100000 { 18 compatible = "apple,t6000-aic", "apple,aic2"; 19 #interrupt-cells = <4>; 20 interrupt-controller; 23 reg-names = "core", "event"; 24 power-domains = <&ps_aic>; [all …]
|
H A D | t8103.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/pinctrl/apple.h> 16 compatible = "apple,t8103", "apple,arm-platform"; 18 #address-cells = <2>; 19 #size-cells = <2>; 22 #address-cells = <2>; 23 #size-cells = <0>; [all …]
|
H A D | t8112.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/pinctrl/apple.h> 14 #include <dt-bindings/spmi/spmi.h> 17 compatible = "apple,t8112", "apple,arm-platform"; 19 #address-cells = <2>; 20 #size-cells = <2>; 23 #address-cells = <2>; [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|