Home
last modified time | relevance | path

Searched refs:ac100 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dac100.c90 struct ac100_dev *ac100; in ac100_rsb_probe() local
93 ac100 = devm_kzalloc(&rdev->dev, sizeof(*ac100), GFP_KERNEL); in ac100_rsb_probe()
94 if (!ac100) in ac100_rsb_probe()
97 ac100->dev = &rdev->dev; in ac100_rsb_probe()
98 sunxi_rsb_device_set_drvdata(rdev, ac100); in ac100_rsb_probe()
100 ac100->regmap = devm_regmap_init_sunxi_rsb(rdev, &ac100_regmap_config); in ac100_rsb_probe()
101 if (IS_ERR(ac100->regmap)) { in ac100_rsb_probe()
102 ret = PTR_ERR(ac100->regmap); in ac100_rsb_probe()
103 dev_err(ac100->dev, "regmap init failed: %d\n", ret); in ac100_rsb_probe()
107 ret = devm_mfd_add_devices(ac100->dev, PLATFORM_DEVID_NONE, ac100_cells, in ac100_rsb_probe()
[all …]
H A DMakefile142 obj-$(CONFIG_MFD_AC100) += ac100.o
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dx-powers,ac100.yaml4 $id: http://devicetree.org/schemas/mfd/x-powers,ac100.yaml#
14 const: x-powers,ac100
27 const: x-powers,ac100-codec
53 const: x-powers,ac100-rtc
94 compatible = "x-powers,ac100";
98 compatible = "x-powers,ac100-codec";
106 compatible = "x-powers,ac100-rtc";
/openbmc/linux/drivers/staging/nvec/
H A DREADME14 [2] http://gitorious.org/ac100, http://launchpad.net/ac100
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-a83t-allwinner-h8homlet-v2.dts122 ac100: codec@e89 { label
123 compatible = "x-powers,ac100";
127 compatible = "x-powers,ac100-codec";
135 compatible = "x-powers,ac100-rtc";
H A Dsun8i-a83t-bananapi-m3.dts200 ac100: codec@e89 { label
201 compatible = "x-powers,ac100";
205 compatible = "x-powers,ac100-codec";
213 compatible = "x-powers,ac100-rtc";
H A Dsun8i-a83t-tbs-a711.dts214 ac100: codec@e89 { label
215 compatible = "x-powers,ac100";
219 compatible = "x-powers,ac100-codec";
227 compatible = "x-powers,ac100-rtc";
H A Dsun9i-a80-cubieboard4.dts434 ac100: codec@e89 { label
435 compatible = "x-powers,ac100";
439 compatible = "x-powers,ac100-codec";
447 compatible = "x-powers,ac100-rtc";
H A Dsun8i-a83t-cubietruck-plus.dts215 ac100: codec@e89 { label
216 compatible = "x-powers,ac100";
220 compatible = "x-powers,ac100-codec";
228 compatible = "x-powers,ac100-rtc";
H A Dsun9i-a80-cx-a99.dts206 ac100: codec@e89 { label
207 compatible = "x-powers,ac100";
211 compatible = "x-powers,ac100-codec";
219 compatible = "x-powers,ac100-rtc";
H A Dsun9i-a80-optimus.dts423 ac100: codec@e89 { label
424 compatible = "x-powers,ac100";
428 compatible = "x-powers,ac100-codec";
436 compatible = "x-powers,ac100-rtc";
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a83t-allwinner-h8homlet-v2.dts130 ac100: codec@e89 { label
131 compatible = "x-powers,ac100";
135 compatible = "x-powers,ac100-codec";
143 compatible = "x-powers,ac100-rtc";
H A Dsun8i-a83t-bananapi-m3.dts228 ac100: codec@e89 { label
229 compatible = "x-powers,ac100";
233 compatible = "x-powers,ac100-codec";
241 compatible = "x-powers,ac100-rtc";
H A Dsun9i-a80-cubieboard4.dts466 ac100: codec@e89 { label
467 compatible = "x-powers,ac100";
471 compatible = "x-powers,ac100-codec";
479 compatible = "x-powers,ac100-rtc";
H A Dsun9i-a80-optimus.dts463 ac100: codec@e89 { label
464 compatible = "x-powers,ac100";
468 compatible = "x-powers,ac100-codec";
476 compatible = "x-powers,ac100-rtc";
H A Dsun8i-a83t-tbs-a711.dts271 ac100: codec@e89 { label
272 compatible = "x-powers,ac100";
276 compatible = "x-powers,ac100-codec";
284 compatible = "x-powers,ac100-rtc";
H A Dsun8i-a83t-cubietruck-plus.dts248 ac100: codec@e89 { label
249 compatible = "x-powers,ac100";
253 compatible = "x-powers,ac100-codec";
261 compatible = "x-powers,ac100-rtc";
/openbmc/linux/drivers/rtc/
H A Drtc-ac100.c568 struct ac100_dev *ac100 = dev_get_drvdata(pdev->dev.parent); in ac100_rtc_probe() local
578 chip->regmap = ac100->regmap; in ac100_rtc_probe()
H A DMakefile28 obj-$(CONFIG_RTC_DRV_AC100) += rtc-ac100.o
H A DKconfig224 will be called rtc-ac100.
/openbmc/linux/
H A DMAINTAINERS20416 L: ac100@lists.launchpad.net (moderated for non-subscribers)