Skip to content

Commit f1bfbd0

Browse files
Mani-SadhasivamLorenzo Pieralisi
authored andcommitted
PCI: qcom-ep: Add kernel-doc for qcom_pcie_ep structure
Add kernel-doc for qcom_pcie_ep structure. Link: https://lore.kernel.org/r/20220914075350.7992-2-manivannan.sadhasivam@linaro.org Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
1 parent 0e4d9a5 commit f1bfbd0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

drivers/pci/controller/dwc/pcie-qcom-ep.c

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,23 @@ static struct clk_bulk_data qcom_pcie_ep_clks[] = {
140140
{ .id = "slave_q2a" },
141141
};
142142

143+
/**
144+
* struct qcom_pcie_ep - Qualcomm PCIe Endpoint Controller
145+
* @pci: Designware PCIe controller struct
146+
* @parf: Qualcomm PCIe specific PARF register base
147+
* @elbi: Designware PCIe specific ELBI register base
148+
* @perst_map: PERST regmap
149+
* @mmio_res: MMIO region resource
150+
* @core_reset: PCIe Endpoint core reset
151+
* @reset: PERST# GPIO
152+
* @wake: WAKE# GPIO
153+
* @phy: PHY controller block
154+
* @perst_en: Flag for PERST enable
155+
* @perst_sep_en: Flag for PERST separation enable
156+
* @link_status: PCIe Link status
157+
* @global_irq: Qualcomm PCIe specific Global IRQ
158+
* @perst_irq: PERST# IRQ
159+
*/
143160
struct qcom_pcie_ep {
144161
struct dw_pcie pci;
145162

0 commit comments

Comments
 (0)