| /drivers/pci/controller/ |
| A D | pcie-rockchip-host.c | 79 if (rockchip->legacy_phy) in rockchip_pcie_lane_map() 358 rockchip->lanes_map = rockchip_pcie_lane_map(rockchip); in rockchip_pcie_host_init_port() 368 rockchip_pcie_write(rockchip, in rockchip_pcie_host_init_port() 395 phy_exit(rockchip->phys[i]); in rockchip_pcie_host_init_port() 556 rockchip); in rockchip_pcie_setup_irq() 695 if (!rockchip->irq_domain) { in rockchip_pcie_init_irq_domain() 943 rockchip->dev = dev; in rockchip_pcie_probe() 944 rockchip->is_rc = true; in rockchip_pcie_probe() 972 rockchip->msg_region = devm_ioremap(dev, rockchip->msg_bus_addr, SZ_1M); in rockchip_pcie_probe() 973 if (!rockchip->msg_region) { in rockchip_pcie_probe() [all …]
|
| A D | pcie-rockchip.c | 35 if (rockchip->is_rc) { in rockchip_pcie_parse_dt() 43 rockchip->mem_res = in rockchip_pcie_parse_dt() 50 rockchip->apb_base = in rockchip_pcie_parse_dt() 59 rockchip->lanes = 1; in rockchip_pcie_parse_dt() 65 rockchip->lanes = 1; in rockchip_pcie_parse_dt() 69 if (rockchip->link_gen < 0 || rockchip->link_gen > 2) in rockchip_pcie_parse_dt() 90 if (rockchip->is_rc) in rockchip_pcie_parse_dt() 100 rockchip->num_clks = devm_clk_bulk_get_all(dev, &rockchip->clks); in rockchip_pcie_parse_dt() 160 if (rockchip->is_rc) in rockchip_pcie_init_port() 265 err = clk_bulk_prepare_enable(rockchip->num_clks, rockchip->clks); in rockchip_pcie_enable_clocks() [all …]
|
| A D | pcie-rockchip-ep.c | 119 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_write_header() local 155 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_set_bar() local 223 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_clear_bar() local 298 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_unmap_addr() local 314 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_set_msi() local 335 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_get_msi() local 351 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_assert_intx() local 396 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_send_msi_irq() local 473 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_start() local 501 struct rockchip_pcie *rockchip = &ep->rockchip; in rockchip_pcie_ep_stop() local [all …]
|
| A D | pcie-rockchip.h | 332 static u32 rockchip_pcie_read(struct rockchip_pcie *rockchip, u32 reg) in rockchip_pcie_read() argument 334 return readl(rockchip->apb_base + reg); in rockchip_pcie_read() 337 static void rockchip_pcie_write(struct rockchip_pcie *rockchip, u32 val, in rockchip_pcie_write() argument 340 writel(val, rockchip->apb_base + reg); in rockchip_pcie_write() 343 int rockchip_pcie_parse_dt(struct rockchip_pcie *rockchip); 344 int rockchip_pcie_init_port(struct rockchip_pcie *rockchip); 345 int rockchip_pcie_get_phys(struct rockchip_pcie *rockchip); 346 void rockchip_pcie_deinit_phys(struct rockchip_pcie *rockchip); 347 int rockchip_pcie_enable_clocks(struct rockchip_pcie *rockchip); 348 void rockchip_pcie_disable_clocks(struct rockchip_pcie *rockchip); [all …]
|
| A D | Makefile | 31 obj-$(CONFIG_PCIE_ROCKCHIP) += pcie-rockchip.o 32 obj-$(CONFIG_PCIE_ROCKCHIP_EP) += pcie-rockchip-ep.o 33 obj-$(CONFIG_PCIE_ROCKCHIP_HOST) += pcie-rockchip-host.o
|
| /drivers/pci/controller/dwc/ |
| A D | pcie-dw-rockchip.c | 259 rockchip); in rockchip_pcie_host_init() 383 rockchip->clk_cnt = ret; in rockchip_pcie_clk_init() 385 ret = clk_bulk_prepare_enable(rockchip->clk_cnt, rockchip->clks); in rockchip_pcie_clk_init() 438 phy_exit(rockchip->phy); in rockchip_pcie_phy_deinit() 537 pp = &rockchip->pci.pp; in rockchip_pcie_configure_rc() 624 rockchip = devm_kzalloc(dev, sizeof(*rockchip), GFP_KERNEL); in rockchip_pcie_probe() 625 if (!rockchip) in rockchip_pcie_probe() 630 rockchip->pci.dev = dev; in rockchip_pcie_probe() 632 rockchip->data = data; in rockchip_pcie_probe() 692 clk_bulk_disable_unprepare(rockchip->clk_cnt, rockchip->clks); in rockchip_pcie_probe() [all …]
|
| /drivers/phy/rockchip/ |
| A D | Makefile | 2 obj-$(CONFIG_PHY_ROCKCHIP_DP) += phy-rockchip-dp.o 3 obj-$(CONFIG_PHY_ROCKCHIP_DPHY_RX0) += phy-rockchip-dphy-rx0.o 4 obj-$(CONFIG_PHY_ROCKCHIP_EMMC) += phy-rockchip-emmc.o 5 obj-$(CONFIG_PHY_ROCKCHIP_INNO_CSIDPHY) += phy-rockchip-inno-csidphy.o 7 obj-$(CONFIG_PHY_ROCKCHIP_INNO_HDMI) += phy-rockchip-inno-hdmi.o 8 obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB2) += phy-rockchip-inno-usb2.o 10 obj-$(CONFIG_PHY_ROCKCHIP_PCIE) += phy-rockchip-pcie.o 13 obj-$(CONFIG_PHY_ROCKCHIP_SNPS_PCIE3) += phy-rockchip-snps-pcie3.o 14 obj-$(CONFIG_PHY_ROCKCHIP_TYPEC) += phy-rockchip-typec.o 15 obj-$(CONFIG_PHY_ROCKCHIP_USB) += phy-rockchip-usb.o [all …]
|
| A D | Kconfig | 22 will be called phy-rockchip-dphy-rx0. 96 will be called phy-rockchip-samsung-dcphy 146 will be called phy-rockchip-usbdp
|
| /drivers/clk/rockchip/ |
| A D | Makefile | 6 obj-$(CONFIG_COMMON_CLK_ROCKCHIP) += clk-rockchip.o 8 clk-rockchip-y += clk.o 9 clk-rockchip-y += clk-pll.o 10 clk-rockchip-y += clk-cpu.o 11 clk-rockchip-y += clk-gate-grf.o 12 clk-rockchip-y += clk-half-divider.o 13 clk-rockchip-y += clk-inverter.o 14 clk-rockchip-y += clk-mmc-phase.o 15 clk-rockchip-y += clk-muxgrf.o 16 clk-rockchip-y += clk-ddr.o [all …]
|
| /drivers/gpu/drm/rockchip/ |
| A D | Makefile | 11 rockchipdrm-$(CONFIG_ROCKCHIP_ANALOGIX_DP) += analogix_dp-rockchip.o 13 rockchipdrm-$(CONFIG_ROCKCHIP_DW_HDMI) += dw_hdmi-rockchip.o 14 rockchipdrm-$(CONFIG_ROCKCHIP_DW_HDMI_QP) += dw_hdmi_qp-rockchip.o 15 rockchipdrm-$(CONFIG_ROCKCHIP_DW_MIPI_DSI) += dw-mipi-dsi-rockchip.o 16 rockchipdrm-$(CONFIG_ROCKCHIP_DW_MIPI_DSI2) += dw-mipi-dsi2-rockchip.o
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | rockchip-rk3399-flakes.txt | 2 # Bug Report: https://lore.kernel.org/linux-rockchip/3e267d0c-fde4-4533-b001-6ab7d7c03546@collabora… 9 # Bug Report: https://lore.kernel.org/linux-rockchip/3e267d0c-fde4-4533-b001-6ab7d7c03546@collabora… 16 # Bug Report: https://lore.kernel.org/linux-rockchip/3e267d0c-fde4-4533-b001-6ab7d7c03546@collabora… 23 # Bug Report: https://lore.kernel.org/linux-rockchip/3e267d0c-fde4-4533-b001-6ab7d7c03546@collabora… 30 # Bug Report: https://lore.kernel.org/linux-rockchip/3e267d0c-fde4-4533-b001-6ab7d7c03546@collabora… 37 # Bug Report: https://lore.kernel.org/linux-rockchip/3e267d0c-fde4-4533-b001-6ab7d7c03546@collabora… 44 # Bug Report: https://lore.kernel.org/linux-rockchip/3e267d0c-fde4-4533-b001-6ab7d7c03546@collabora… 51 # Bug Report: https://lore.kernel.org/linux-rockchip/7505ac00-29ef-4ad9-8904-94b4c024c02b@collabora… 58 # Bug Report: https://lore.kernel.org/linux-rockchip/7505ac00-29ef-4ad9-8904-94b4c024c02b@collabora… 65 # Bug Report: https://lore.kernel.org/linux-rockchip/7505ac00-29ef-4ad9-8904-94b4c024c02b@collabora… [all …]
|
| A D | rockchip-rk3288-flakes.txt | 2 # Bug Report: https://lore.kernel.org/linux-rockchip/3e267d0c-fde4-4533-b001-6ab7d7c03546@collabora… 9 # Bug Report: https://lore.kernel.org/linux-rockchip/7505ac00-29ef-4ad9-8904-94b4c024c02b@collabora… 16 # Bug Report: https://lore.kernel.org/linux-rockchip/7505ac00-29ef-4ad9-8904-94b4c024c02b@collabora… 23 # Bug Report: https://lore.kernel.org/linux-rockchip/7505ac00-29ef-4ad9-8904-94b4c024c02b@collabora… 30 # Bug Report: https://lore.kernel.org/linux-rockchip/7505ac00-29ef-4ad9-8904-94b4c024c02b@collabora…
|
| /drivers/media/platform/rockchip/ |
| A D | Kconfig | 5 source "drivers/media/platform/rockchip/rga/Kconfig" 6 source "drivers/media/platform/rockchip/rkisp1/Kconfig" 7 source "drivers/media/platform/rockchip/rkvdec/Kconfig"
|
| /drivers/media/platform/rockchip/rkisp1/ |
| A D | Makefile | 3 rockchip-isp1-y := rkisp1-capture.o \ 12 rockchip-isp1-$(CONFIG_DEBUG_FS) += rkisp1-debug.o 14 obj-$(CONFIG_VIDEO_ROCKCHIP_ISP1) += rockchip-isp1.o
|
| A D | Kconfig | 19 will be called rockchip-isp1.
|
| /drivers/media/platform/rockchip/rkvdec/ |
| A D | Makefile | 1 obj-$(CONFIG_VIDEO_ROCKCHIP_VDEC) += rockchip-vdec.o 3 rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-vp9.o
|
| A D | Kconfig | 16 will be called rockchip-vdec.
|
| /drivers/media/platform/rockchip/rga/ |
| A D | Makefile | 2 rockchip-rga-objs := rga.o rga-hw.o rga-buf.o 4 obj-$(CONFIG_VIDEO_ROCKCHIP_RGA) += rockchip-rga.o
|
| /drivers/nvmem/ |
| A D | Makefile | 64 nvmem_rockchip_efuse-y := rockchip-efuse.o 65 obj-$(CONFIG_NVMEM_ROCKCHIP_OTP) += nvmem-rockchip-otp.o 66 nvmem-rockchip-otp-y := rockchip-otp.o
|
| /drivers/devfreq/event/ |
| A D | Makefile | 6 obj-$(CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI) += rockchip-dfi.o
|
| /drivers/pmdomain/ |
| A D | Makefile | 11 obj-y += rockchip/
|
| /drivers/media/platform/ |
| A D | Makefile | 27 obj-y += rockchip/
|
| /drivers/soc/ |
| A D | Makefile | 30 obj-y += rockchip/
|
| /drivers/ufs/host/ |
| A D | Makefile | 13 obj-$(CONFIG_SCSI_UFS_ROCKCHIP) += ufs-rockchip.o
|
| /drivers/net/can/ |
| A D | Makefile | 13 obj-y += rockchip/
|