]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf/dwc_pcie: Move common DWC struct definitions to 'pcie-dwc.h'
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Fri, 21 Feb 2025 13:15:44 +0000 (18:45 +0530)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Mon, 3 Mar 2025 20:02:19 +0000 (20:02 +0000)
commit5d2b978ff9b13b1286c6e1c753b331f4bd98d7ff
tree08546c1695bfbfc16deb6328d1a78600d223b4ff
parent2014c95afecee3e76ca4a56956a936e23283f05b
perf/dwc_pcie: Move common DWC struct definitions to 'pcie-dwc.h'

Move the common DWC struct definitions, which are shared across all the
DesginWare PCIe IPs, to a new header file called 'pcie-dwc.h', so that
other users e.g., debugfs, perf and sysfs can make use of them.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Shradha Todi <shradha.t@samsung.com>
Reviewed-by: Shuai Xue <xueshuai@linux.alibaba.com>
Reviewed-by: Fan Ni <fan.ni@samsung.com>
Tested-by: Hrishikesh Deleep <hrishikesh.d@samsung.com>
Link: https://lore.kernel.org/r/20250221131548.59616-2-shradha.t@samsung.com
[kwilczynski: commit log, tidy up the new header file]
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
MAINTAINERS
drivers/perf/dwc_pcie_pmu.c
include/linux/pcie-dwc.h [new file with mode: 0644]