Home
last modified time | relevance | path

Searched +full:rave +full:- +full:sp +full:- +full:pwrbutton (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/mfd/
H A Dzii,rave-sp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/zii,rave-sp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Zodiac Inflight Innovations RAVE Supervisory Processor
10 - Frank Li <Frank.Li@nxp.com>
13 RAVE Supervisory Processor communicates with SoC over UART. It is
20 - zii,rave-sp-niu
21 - zii,rave-sp-mezz
22 - zii,rave-sp-esb
[all …]
/linux/drivers/input/misc/
H A Drave-sp-pwrbutton.c1 // SPDX-License-Identifier: GPL-2.0+
3 // Power Button driver for RAVE SP
12 #include <linux/mfd/rave-sp.h>
29 struct input_dev *idev = pb->idev; in rave_sp_power_button_event()
43 struct device *dev = &pdev->dev; in rave_sp_pwrbutton_probe()
50 return -ENOMEM; in rave_sp_pwrbutton_probe()
54 return -ENOMEM; in rave_sp_pwrbutton_probe()
56 idev->name = pdev->name; in rave_sp_pwrbutton_probe()
64 pb->idev = idev; in rave_sp_pwrbutton_probe()
65 pb->nb.notifier_call = rave_sp_power_button_event; in rave_sp_pwrbutton_probe()
[all …]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
8 obj-$(CONFIG_INPUT_88PM860X_ONKEY) += 88pm860x_onkey.o
9 obj-$(CONFIG_INPUT_88PM80X_ONKEY) += 88pm80x_onkey.o
10 obj-$(CONFIG_INPUT_88PM886_ONKEY) += 88pm886-onkey.o
11 obj-$(CONFIG_INPUT_AB8500_PONKEY) += ab8500-ponkey.o
12 obj-$(CONFIG_INPUT_AD714X) += ad714x.o
13 obj-$(CONFIG_INPUT_AD714X_I2C) += ad714x-i2c.o
14 obj-$(CONFIG_INPUT_AD714X_SPI) += ad714x-spi.o
15 obj-$(CONFIG_INPUT_ADXL34X) += adxl34x.o
16 obj-$(CONFIG_INPUT_ADXL34X_I2C) += adxl34x-i2c.o
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
47 Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
48 Mix-Sig PMIC.
51 will be called ab8500-ponkey.
71 module will be called ad714x-i2c.
81 module will be called ad714x-spi.
92 will be called ariel-pwrbutton.
102 module will be called arizona-haptics.
113 module will be called atc260x-onkey.
158 module will be called cs40l50-vibra.
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx51-zii-rdu1.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/sound/fsl-imx-audmux.h>
12 compatible = "zii,imx51-rdu1", "fsl,imx51";
15 stdout-path = &uart1;
25 mdio-gpio0 = &mdio_gpio;
30 compatible = "fixed-clock";
31 #clock-cells = <0>;
32 clock-frequency = <26000000>;
36 compatible = "gpio-gate-clock";
[all …]
H A Dimx6qdl-zii-rdu2.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Copyright (C) 2016-2017 Zodiac Inflight Innovations
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/sound/fsl-imx-audmux.h>
11 stdout-path = &uart1;
15 mdio-gpio0 = &mdio1;
20 compatible = "virtual,mdio-gpio";
21 #address-cells = <1>;
22 #size-cells = <0>;
23 pinctrl-names = "default";
[all …]
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-zii-ultra.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
10 mdio-gpio0 = &mdio0;
15 stdout-path = &uart1;
19 compatible = "virtual,mdio-gpio";
20 pinctrl-names = "default";
21 pinctrl-0 = <&pinctrl_mdio_bitbang>, <&pinctrl_fec1_phy_reset>;
24 #address-cells = <1>;
25 #size-cells = <0>;
27 phy0: ethernet-phy@0 {
29 reset-gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
[all …]