Home
last modified time | relevance | path

Searched refs:pm860x (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/mfd/
D88pm860x.txt4 - compatible : "marvell,88pm860x"
5 - reg : the I2C slave address for the 88pm860x chip
6 - interrupts : IRQ line for the 88pm860x chip
7 - interrupt-controller: describes the 88pm860x as an interrupt controller (has its own domain)
9 - The cell is the 88pm860x local IRQ number
12 - marvell,88pm860x-irq-read-clr: inicates whether interrupt status is cleared by read
13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address
17 88pm860x consists of a large and varied group of sub-devices:
21 88pm860x-onkey : : On key
22 88pm860x-rtc : : RTC
[all …]
/linux-4.1.27/sound/soc/codecs/
D88pm860x-codec.c987 struct pm860x_priv *pm860x = snd_soc_codec_get_drvdata(codec); in pm860x_pcm_set_dai_fmt() local
997 if (pm860x->dir == PM860X_CLK_DIR_OUT) { in pm860x_pcm_set_dai_fmt()
1003 if (pm860x->dir == PM860X_CLK_DIR_IN) { in pm860x_pcm_set_dai_fmt()
1027 struct pm860x_priv *pm860x = snd_soc_codec_get_drvdata(codec); in pm860x_set_dai_sysclk() local
1030 pm860x->dir = PM860X_CLK_DIR_OUT; in pm860x_set_dai_sysclk()
1032 pm860x->dir = PM860X_CLK_DIR_IN; in pm860x_set_dai_sysclk()
1094 struct pm860x_priv *pm860x = snd_soc_codec_get_drvdata(codec); in pm860x_i2s_set_dai_fmt() local
1102 if (pm860x->dir == PM860X_CLK_DIR_OUT) in pm860x_i2s_set_dai_fmt()
1108 if (pm860x->dir == PM860X_CLK_DIR_IN) in pm860x_i2s_set_dai_fmt()
1132 struct pm860x_priv *pm860x = snd_soc_codec_get_drvdata(codec); in pm860x_set_bias_level() local
[all …]
DMakefile1 snd-soc-88pm860x-objs := 88pm860x-codec.o
184 obj-$(CONFIG_SND_SOC_88PM860X) += snd-soc-88pm860x.o
/linux-4.1.27/arch/arm/boot/dts/
Dpxa910-dkb.dts33 pmic: 88pm860x@34 {
34 compatible = "marvell,88pm860x";
41 marvell,88pm860x-irq-read-clr;
42 marvell,88pm860x-slave-addr = <0x11>;
139 marvell,88pm860x-vrtc = <1>;
142 marvell,88pm860x-gpadc-prebias = <1>;
143 marvell,88pm860x-gpadc-slot-cycle = <1>;
144 marvell,88pm860x-tsi-prebias = <6>;
145 marvell,88pm860x-pen-prebias = <16>;
146 marvell,88pm860x-pen-prechg = <2>;
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/
D88pm860x.txt1 88pm860x-backlight bindings
4 - marvell,88pm860x-iset: Current supplies on backlight device.
5 - marvell,88pm860x-pwm: PWM frequency on backlight device.
11 marvell,88pm860x-iset = <4>;
12 marvell,88pm860x-pwm = <3>;
Dmax8925-backlight.txt1 88pm860x-backlight bindings
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
D88pm860x.txt4 - compatible: "marvell,88pm860x"
12 pmic: 88pm860x@34 {
13 compatible = "marvell,88pm860x";
/linux-4.1.27/drivers/mfd/
DMakefile5 88pm860x-objs := 88pm860x-core.o 88pm860x-i2c.o
6 obj-$(CONFIG_MFD_88PM860X) += 88pm860x.o
/linux-4.1.27/drivers/leds/
DMakefile9 obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o
/linux-4.1.27/drivers/input/touchscreen/
DMakefile10 obj-$(CONFIG_TOUCHSCREEN_88PM860X) += 88pm860x-ts.o
DKconfig28 module will be called 88pm860x-ts.
/linux-4.1.27/drivers/rtc/
DMakefile23 obj-$(CONFIG_RTC_DRV_88PM860X) += rtc-88pm860x.o
DKconfig144 will be called rtc-88pm860x.