| /linux/arch/arm64/boot/dts/sprd/ |
| H A D | sharkl3.dtsi | 20 compatible = "sprd,sc9863a-glbregs", "syscon", 28 compatible = "sprd,sc9863a-apahb-gate"; 35 compatible = "sprd,sc9863a-glbregs", "syscon", 43 compatible = "sprd,sc9863a-pmu-gate"; 52 compatible = "sprd,sc9863a-glbregs", "syscon", 60 compatible = "sprd,sc9863a-aonapb-gate"; 67 compatible = "sprd,sc9863a-glbregs", "syscon", 75 compatible = "sprd,sc9863a-pll"; 84 compatible = "sprd,sc9863a-glbregs", "syscon", 92 compatible = "sprd,sc9863a-mpll"; [all …]
|
| H A D | whale2.dtsi | 8 #include <dt-bindings/clock/sprd,sc9860-clk.h> 23 compatible = "sprd,sc9860-apahb-gate"; 30 compatible = "sprd,sc9860-pmu-gate"; 37 compatible = "sprd,sc9860-aon-gate"; 44 compatible = "sprd,sc9860-pll"; 51 compatible = "sprd,sc9860-agcp-gate"; 58 compatible = "sprd,sc9860-vsp-gate"; 65 compatible = "sprd,sc9860-cam-gate"; 72 compatible = "sprd,sc9860-disp-gate"; 79 compatible = "sprd,sc9860-apapb-gate"; [all …]
|
| H A D | ums512.dtsi | 8 #include <dt-bindings/clock/sprd,ums512-clk.h> 178 compatible = "sprd,ums512-glbregs", "syscon", 186 compatible = "sprd,ums512-apahb-gate"; 195 compatible = "sprd,ums512-glbregs", "syscon", 201 compatible = "sprd,ums512-glbregs", "syscon", 207 compatible = "sprd,ums512-glbregs", "syscon", 213 compatible = "sprd,ums512-glbregs", "syscon", 219 compatible = "sprd,ums512-glbregs", "syscon", 225 compatible = "sprd,ums512-glbregs", "syscon", 231 compatible = "sprd,ums512-glbregs", "syscon", [all …]
|
| H A D | ums512-1h10.dts | 15 compatible = "sprd,ums512-1h10", "sprd,ums512"; 45 sprd,phy-delay-sd-uhs-sdr104 = <0x7f 0x73 0x72 0x72>; 46 sprd,phy-delay-sd-uhs-sdr50 = <0x6e 0x7f 0x01 0x01>; 47 sprd,phy-delay-sd-highspeed = <0x7f 0x1a 0x9a 0x9a>; 48 sprd,phy-delay-legacy = <0x7f 0x1a 0x9a 0x9a>;
|
| H A D | sc2731.dtsi | 10 compatible = "sprd,sc2731"; 20 compatible = "sprd,sc2731-charger"; 26 compatible = "sprd,sc2731-bltc"; 48 compatible = "sprd,sc2731-rtc"; 55 compatible = "sprd,sc2731-eic"; 66 compatible = "sprd,sc2731-efuse"; 87 compatible = "sprd,sc2731-adc"; 98 compatible = "sprd,sc2731-fgu"; 111 compatible = "sprd,sc2731-vibrator"; 116 compatible = "sprd,sc2731-regulator";
|
| H A D | sharkl64.dtsi | 26 compatible = "sprd,sc9836-uart"; 34 compatible = "sprd,sc9836-uart"; 42 compatible = "sprd,sc9836-uart"; 50 compatible = "sprd,sc9836-uart";
|
| H A D | sp9863a-1h10.dts | 15 compatible = "sprd,sp9863a-1h10", "sprd,sc9863a";
|
| H A D | ums9620-2h10.dts | 15 compatible = "sprd,ums9620-2h10", "sprd,ums9620";
|
| H A D | sc9836-openphone.dts | 15 compatible = "sprd,sc9836-openphone", "sprd,sc9836";
|
| H A D | sc9860.dtsi | 188 compatible = "sprd,sc9860-ap-clk"; 196 compatible = "sprd,sc9860-aon-prediv"; 205 compatible = "sprd,sc9860-aonsecure-clk"; 212 compatible = "sprd,sc9860-gpu-clk"; 219 compatible = "sprd,sc9860-vsp-clk"; 226 compatible = "sprd,sc9860-cam-clk"; 233 compatible = "sprd,sc9860-disp-clk";
|
| H A D | ums9620.dtsi | 191 compatible = "sprd,ums9620-uart", 192 "sprd,sc9836-uart"; 200 compatible = "sprd,ums9620-uart", 201 "sprd,sc9836-uart";
|
| H A D | sc9863a.dtsi | 8 #include <dt-bindings/clock/sprd,sc9863a-clk.h> 164 compatible = "sprd,sc9863a-ap-clk"; 172 compatible = "sprd,sc9863a-aon-clk"; 182 compatible = "sprd,sc9863a-mm-clk"; 555 compatible = "sprd,sdhci-r11"; 571 compatible = "sprd,sdhci-r11";
|
| H A D | sp9860g-1h10.dts | 16 compatible = "sprd,sp9860g-1h10", "sprd,sc9860";
|
| H A D | sc9836.dtsi | 12 compatible = "sprd,sc9836";
|
| /linux/drivers/clk/sprd/ |
| H A D | Makefile | 2 obj-$(CONFIG_SPRD_COMMON_CLK) += clk-sprd.o 4 clk-sprd-y += common.o 5 clk-sprd-y += gate.o 6 clk-sprd-y += mux.o 7 clk-sprd-y += div.o 8 clk-sprd-y += composite.o 9 clk-sprd-y += pll.o
|
| /linux/sound/soc/sprd/ |
| H A D | Makefile | 4 snd-soc-sprd-platform-y := sprd-pcm-dma.o sprd-pcm-compress.o 6 obj-$(CONFIG_SND_SOC_SPRD) += snd-soc-sprd-platform.o 8 obj-$(CONFIG_SND_SOC_SPRD_MCDT) += sprd-mcdt.o
|
| /linux/drivers/gpu/drm/sprd/ |
| H A D | sprd_drm.c | 69 struct sprd_drm *sprd; in sprd_drm_bind() local 72 sprd = devm_drm_dev_alloc(dev, &sprd_drm_drv, struct sprd_drm, drm); in sprd_drm_bind() 73 if (IS_ERR(sprd)) in sprd_drm_bind() 74 return PTR_ERR(sprd); in sprd_drm_bind() 76 drm = &sprd->drm; in sprd_drm_bind()
|
| H A D | Makefile | 3 sprd-drm-y := sprd_drm.o \ 8 obj-$(CONFIG_DRM_SPRD) += sprd-drm.o
|
| /linux/drivers/pinctrl/sprd/ |
| H A D | Makefile | 2 obj-$(CONFIG_PINCTRL_SPRD) += pinctrl-sprd.o 3 obj-$(CONFIG_PINCTRL_SPRD_SC9860) += pinctrl-sprd-sc9860.o
|
| /linux/arch/arm64/boot/dts/ |
| H A D | Makefile | 35 subdir-y += sprd
|
| /linux/drivers/ufs/host/ |
| H A D | Makefile | 14 obj-$(CONFIG_SCSI_UFS_SPRD) += ufs-sprd.o
|
| /linux/drivers/gpio/ |
| H A D | Makefile | 67 obj-$(CONFIG_GPIO_EIC_SPRD) += gpio-eic-sprd.o 149 obj-$(CONFIG_GPIO_PMIC_EIC_SPRD) += gpio-pmic-eic-sprd.o 175 obj-$(CONFIG_GPIO_SPRD) += gpio-sprd.o
|
| /linux/drivers/iommu/ |
| H A D | Makefile | 37 obj-$(CONFIG_SPRD_IOMMU) += sprd-iommu.o
|
| /linux/drivers/mailbox/ |
| H A D | Makefile | 74 obj-$(CONFIG_SPRD_MBOX) += sprd-mailbox.o
|
| /linux/sound/soc/ |
| H A D | Makefile | 76 obj-$(CONFIG_SND_SOC) += sprd/
|