2 * PCIe host controller driver for ST Microelectronics SPEAr13xx SoCs
4 * SPEAr13xx PCIe Glue Layer Source Code
6 * Copyright (C) 2010-2014 ST Microelectronics
7 * Pratyush Anand <pratyush.anand@gmail.com>
8 * Mohit Kumar <mohit.kumar.dhaka@gmail.com>
10 * This file is licensed under the terms of the GNU General Public
11 * License version 2. This program is licensed "as is" without any
12 * warranty of any kind, whether express or implied.
15 #include <linux/clk.h>
16 #include <linux/interrupt.h>
17 #include <linux/kernel.h>
18 #include <linux/module.h>
20 #include <linux/pci.h>
21 #include <linux/phy/phy.h>
22 #include <linux/platform_device.h>
23 #include <linux/resource.h>
25 #include "pcie-designware.h"
27 struct spear13xx_pcie
{
28 void __iomem
*app_base
;
36 u32 app_ctrl_0
; /* cr0 */
37 u32 app_ctrl_1
; /* cr1 */
38 u32 app_status_0
; /* cr2 */
39 u32 app_status_1
; /* cr3 */
40 u32 msg_status
; /* cr4 */
41 u32 msg_payload
; /* cr5 */
42 u32 int_sts
; /* cr6 */
43 u32 int_clr
; /* cr7 */
44 u32 int_mask
; /* cr8 */
45 u32 mst_bmisc
; /* cr9 */
46 u32 phy_ctrl
; /* cr10 */
47 u32 phy_status
; /* cr11 */
48 u32 cxpl_debug_info_0
; /* cr12 */
49 u32 cxpl_debug_info_1
; /* cr13 */
50 u32 ven_msg_ctrl_0
; /* cr14 */
51 u32 ven_msg_ctrl_1
; /* cr15 */
52 u32 ven_msg_data_0
; /* cr16 */
53 u32 ven_msg_data_1
; /* cr17 */
54 u32 ven_msi_0
; /* cr18 */
55 u32 ven_msi_1
; /* cr19 */
56 u32 mst_rmisc
; /* cr20 */
60 #define RX_LANE_FLIP_EN_ID 0
61 #define TX_LANE_FLIP_EN_ID 1
62 #define SYS_AUX_PWR_DET_ID 2
63 #define APP_LTSSM_ENABLE_ID 3
64 #define SYS_ATTEN_BUTTON_PRESSED_ID 4
65 #define SYS_MRL_SENSOR_STATE_ID 5
66 #define SYS_PWR_FAULT_DET_ID 6
67 #define SYS_MRL_SENSOR_CHGED_ID 7
68 #define SYS_PRE_DET_CHGED_ID 8
69 #define SYS_CMD_CPLED_INT_ID 9
70 #define APP_INIT_RST_0_ID 11
71 #define APP_REQ_ENTR_L1_ID 12
72 #define APP_READY_ENTR_L23_ID 13
73 #define APP_REQ_EXIT_L1_ID 14
74 #define DEVICE_TYPE_EP (0 << 25)
75 #define DEVICE_TYPE_LEP (1 << 25)
76 #define DEVICE_TYPE_RC (4 << 25)
78 #define MISCTRL_EN_ID 30
79 #define REG_TRANSLATION_ENABLE 31
82 #define APPS_PM_XMT_TURNOFF_ID 2
83 #define APPS_PM_XMT_PME_ID 5
86 #define XMLH_LTSSM_STATE_DETECT_QUIET 0x00
87 #define XMLH_LTSSM_STATE_DETECT_ACT 0x01
88 #define XMLH_LTSSM_STATE_POLL_ACTIVE 0x02
89 #define XMLH_LTSSM_STATE_POLL_COMPLIANCE 0x03
90 #define XMLH_LTSSM_STATE_POLL_CONFIG 0x04
91 #define XMLH_LTSSM_STATE_PRE_DETECT_QUIET 0x05
92 #define XMLH_LTSSM_STATE_DETECT_WAIT 0x06
93 #define XMLH_LTSSM_STATE_CFG_LINKWD_START 0x07
94 #define XMLH_LTSSM_STATE_CFG_LINKWD_ACEPT 0x08
95 #define XMLH_LTSSM_STATE_CFG_LANENUM_WAIT 0x09
96 #define XMLH_LTSSM_STATE_CFG_LANENUM_ACEPT 0x0A
97 #define XMLH_LTSSM_STATE_CFG_COMPLETE 0x0B
98 #define XMLH_LTSSM_STATE_CFG_IDLE 0x0C
99 #define XMLH_LTSSM_STATE_RCVRY_LOCK 0x0D
100 #define XMLH_LTSSM_STATE_RCVRY_SPEED 0x0E
101 #define XMLH_LTSSM_STATE_RCVRY_RCVRCFG 0x0F
102 #define XMLH_LTSSM_STATE_RCVRY_IDLE 0x10
103 #define XMLH_LTSSM_STATE_L0 0x11
104 #define XMLH_LTSSM_STATE_L0S 0x12
105 #define XMLH_LTSSM_STATE_L123_SEND_EIDLE 0x13
106 #define XMLH_LTSSM_STATE_L1_IDLE 0x14
107 #define XMLH_LTSSM_STATE_L2_IDLE 0x15
108 #define XMLH_LTSSM_STATE_L2_WAKE 0x16
109 #define XMLH_LTSSM_STATE_DISABLED_ENTRY 0x17
110 #define XMLH_LTSSM_STATE_DISABLED_IDLE 0x18
111 #define XMLH_LTSSM_STATE_DISABLED 0x19
112 #define XMLH_LTSSM_STATE_LPBK_ENTRY 0x1A
113 #define XMLH_LTSSM_STATE_LPBK_ACTIVE 0x1B
114 #define XMLH_LTSSM_STATE_LPBK_EXIT 0x1C
115 #define XMLH_LTSSM_STATE_LPBK_EXIT_TIMEOUT 0x1D
116 #define XMLH_LTSSM_STATE_HOT_RESET_ENTRY 0x1E
117 #define XMLH_LTSSM_STATE_HOT_RESET 0x1F
118 #define XMLH_LTSSM_STATE_MASK 0x3F
119 #define XMLH_LINK_UP (1 << 6)
122 #define CFG_MSI_EN_ID 18
125 #define INTA_CTRL_INT (1 << 7)
126 #define INTB_CTRL_INT (1 << 8)
127 #define INTC_CTRL_INT (1 << 9)
128 #define INTD_CTRL_INT (1 << 10)
129 #define MSI_CTRL_INT (1 << 26)
132 #define VEN_MSI_REQ_ID 11
133 #define VEN_MSI_FUN_NUM_ID 8
134 #define VEN_MSI_TC_ID 5
135 #define VEN_MSI_VECTOR_ID 0
136 #define VEN_MSI_REQ_EN ((u32)0x1 << VEN_MSI_REQ_ID)
137 #define VEN_MSI_FUN_NUM_MASK ((u32)0x7 << VEN_MSI_FUN_NUM_ID)
138 #define VEN_MSI_TC_MASK ((u32)0x7 << VEN_MSI_TC_ID)
139 #define VEN_MSI_VECTOR_MASK ((u32)0x1F << VEN_MSI_VECTOR_ID)
141 #define EXP_CAP_ID_OFFSET 0x70
143 #define to_spear13xx_pcie(x) container_of(x, struct spear13xx_pcie, pp)
145 static int spear13xx_pcie_establish_link(struct pcie_port
*pp
)
148 struct spear13xx_pcie
*spear13xx_pcie
= to_spear13xx_pcie(pp
);
149 struct pcie_app_reg
*app_reg
= spear13xx_pcie
->app_base
;
150 u32 exp_cap_off
= EXP_CAP_ID_OFFSET
;
152 if (dw_pcie_link_up(pp
)) {
153 dev_err(pp
->dev
, "link already up\n");
157 dw_pcie_setup_rc(pp
);
160 * this controller support only 128 bytes read size, however its
161 * default value in capability register is 512 bytes. So force
164 dw_pcie_cfg_read(pp
->dbi_base
+ exp_cap_off
+ PCI_EXP_DEVCTL
, 2, &val
);
165 val
&= ~PCI_EXP_DEVCTL_READRQ
;
166 dw_pcie_cfg_write(pp
->dbi_base
+ exp_cap_off
+ PCI_EXP_DEVCTL
, 2, val
);
168 dw_pcie_cfg_write(pp
->dbi_base
+ PCI_VENDOR_ID
, 2, 0x104A);
169 dw_pcie_cfg_write(pp
->dbi_base
+ PCI_DEVICE_ID
, 2, 0xCD80);
172 * if is_gen1 is set then handle it, so that some buggy card
175 if (spear13xx_pcie
->is_gen1
) {
176 dw_pcie_cfg_read(pp
->dbi_base
+ exp_cap_off
+ PCI_EXP_LNKCAP
,
178 if ((val
& PCI_EXP_LNKCAP_SLS
) != PCI_EXP_LNKCAP_SLS_2_5GB
) {
179 val
&= ~((u32
)PCI_EXP_LNKCAP_SLS
);
180 val
|= PCI_EXP_LNKCAP_SLS_2_5GB
;
181 dw_pcie_cfg_write(pp
->dbi_base
+ exp_cap_off
+
182 PCI_EXP_LNKCAP
, 4, val
);
185 dw_pcie_cfg_read(pp
->dbi_base
+ exp_cap_off
+ PCI_EXP_LNKCTL2
,
187 if ((val
& PCI_EXP_LNKCAP_SLS
) != PCI_EXP_LNKCAP_SLS_2_5GB
) {
188 val
&= ~((u32
)PCI_EXP_LNKCAP_SLS
);
189 val
|= PCI_EXP_LNKCAP_SLS_2_5GB
;
190 dw_pcie_cfg_write(pp
->dbi_base
+ exp_cap_off
+
191 PCI_EXP_LNKCTL2
, 2, val
);
196 writel(DEVICE_TYPE_RC
| (1 << MISCTRL_EN_ID
)
197 | (1 << APP_LTSSM_ENABLE_ID
)
198 | ((u32
)1 << REG_TRANSLATION_ENABLE
),
199 &app_reg
->app_ctrl_0
);
201 return dw_pcie_wait_for_link(pp
);
204 static irqreturn_t
spear13xx_pcie_irq_handler(int irq
, void *arg
)
206 struct pcie_port
*pp
= arg
;
207 struct spear13xx_pcie
*spear13xx_pcie
= to_spear13xx_pcie(pp
);
208 struct pcie_app_reg
*app_reg
= spear13xx_pcie
->app_base
;
211 status
= readl(&app_reg
->int_sts
);
213 if (status
& MSI_CTRL_INT
) {
214 BUG_ON(!IS_ENABLED(CONFIG_PCI_MSI
));
215 dw_handle_msi_irq(pp
);
218 writel(status
, &app_reg
->int_clr
);
223 static void spear13xx_pcie_enable_interrupts(struct pcie_port
*pp
)
225 struct spear13xx_pcie
*spear13xx_pcie
= to_spear13xx_pcie(pp
);
226 struct pcie_app_reg
*app_reg
= spear13xx_pcie
->app_base
;
228 /* Enable MSI interrupt */
229 if (IS_ENABLED(CONFIG_PCI_MSI
)) {
230 dw_pcie_msi_init(pp
);
231 writel(readl(&app_reg
->int_mask
) |
232 MSI_CTRL_INT
, &app_reg
->int_mask
);
236 static int spear13xx_pcie_link_up(struct pcie_port
*pp
)
238 struct spear13xx_pcie
*spear13xx_pcie
= to_spear13xx_pcie(pp
);
239 struct pcie_app_reg
*app_reg
= spear13xx_pcie
->app_base
;
241 if (readl(&app_reg
->app_status_1
) & XMLH_LINK_UP
)
247 static void spear13xx_pcie_host_init(struct pcie_port
*pp
)
249 spear13xx_pcie_establish_link(pp
);
250 spear13xx_pcie_enable_interrupts(pp
);
253 static struct pcie_host_ops spear13xx_pcie_host_ops
= {
254 .link_up
= spear13xx_pcie_link_up
,
255 .host_init
= spear13xx_pcie_host_init
,
258 static int spear13xx_add_pcie_port(struct pcie_port
*pp
,
259 struct platform_device
*pdev
)
261 struct device
*dev
= &pdev
->dev
;
264 pp
->irq
= platform_get_irq(pdev
, 0);
266 dev_err(dev
, "failed to get irq\n");
269 ret
= devm_request_irq(dev
, pp
->irq
, spear13xx_pcie_irq_handler
,
270 IRQF_SHARED
| IRQF_NO_THREAD
,
271 "spear1340-pcie", pp
);
273 dev_err(dev
, "failed to request irq %d\n", pp
->irq
);
277 pp
->root_bus_nr
= -1;
278 pp
->ops
= &spear13xx_pcie_host_ops
;
280 ret
= dw_pcie_host_init(pp
);
282 dev_err(dev
, "failed to initialize host\n");
289 static int spear13xx_pcie_probe(struct platform_device
*pdev
)
291 struct spear13xx_pcie
*spear13xx_pcie
;
292 struct pcie_port
*pp
;
293 struct device
*dev
= &pdev
->dev
;
294 struct device_node
*np
= pdev
->dev
.of_node
;
295 struct resource
*dbi_base
;
298 spear13xx_pcie
= devm_kzalloc(dev
, sizeof(*spear13xx_pcie
), GFP_KERNEL
);
302 spear13xx_pcie
->phy
= devm_phy_get(dev
, "pcie-phy");
303 if (IS_ERR(spear13xx_pcie
->phy
)) {
304 ret
= PTR_ERR(spear13xx_pcie
->phy
);
305 if (ret
== -EPROBE_DEFER
)
306 dev_info(dev
, "probe deferred\n");
308 dev_err(dev
, "couldn't get pcie-phy\n");
312 phy_init(spear13xx_pcie
->phy
);
314 spear13xx_pcie
->clk
= devm_clk_get(dev
, NULL
);
315 if (IS_ERR(spear13xx_pcie
->clk
)) {
316 dev_err(dev
, "couldn't get clk for pcie\n");
317 return PTR_ERR(spear13xx_pcie
->clk
);
319 ret
= clk_prepare_enable(spear13xx_pcie
->clk
);
321 dev_err(dev
, "couldn't enable clk for pcie\n");
325 pp
= &spear13xx_pcie
->pp
;
329 dbi_base
= platform_get_resource_byname(pdev
, IORESOURCE_MEM
, "dbi");
330 pp
->dbi_base
= devm_ioremap_resource(dev
, dbi_base
);
331 if (IS_ERR(pp
->dbi_base
)) {
332 dev_err(dev
, "couldn't remap dbi base %p\n", dbi_base
);
333 ret
= PTR_ERR(pp
->dbi_base
);
336 spear13xx_pcie
->app_base
= pp
->dbi_base
+ 0x2000;
338 if (of_property_read_bool(np
, "st,pcie-is-gen1"))
339 spear13xx_pcie
->is_gen1
= true;
341 ret
= spear13xx_add_pcie_port(pp
, pdev
);
345 platform_set_drvdata(pdev
, spear13xx_pcie
);
349 clk_disable_unprepare(spear13xx_pcie
->clk
);
354 static const struct of_device_id spear13xx_pcie_of_match
[] = {
355 { .compatible
= "st,spear1340-pcie", },
358 MODULE_DEVICE_TABLE(of
, spear13xx_pcie_of_match
);
360 static struct platform_driver spear13xx_pcie_driver
= {
361 .probe
= spear13xx_pcie_probe
,
363 .name
= "spear-pcie",
364 .of_match_table
= of_match_ptr(spear13xx_pcie_of_match
),
368 /* SPEAr13xx PCIe driver does not allow module unload */
370 static int __init
spear13xx_pcie_init(void)
372 return platform_driver_register(&spear13xx_pcie_driver
);
374 module_init(spear13xx_pcie_init
);
376 MODULE_DESCRIPTION("ST Microelectronics SPEAr13xx PCIe host controller driver");
377 MODULE_AUTHOR("Pratyush Anand <pratyush.anand@gmail.com>");
378 MODULE_LICENSE("GPL v2");