xref: /linux/drivers/usb/dwc3/dwc3-pci.c (revision de4b5b28c87ccae4da268a53c5df135437f5cfde)
15fd54aceSGreg Kroah-Hartman // SPDX-License-Identifier: GPL-2.0
227088e00SAditya Srivastava /*
372246da4SFelipe Balbi  * dwc3-pci.c - PCI Specific glue layer
472246da4SFelipe Balbi  *
510623b87SAlexander A. Klimov  * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com
672246da4SFelipe Balbi  *
772246da4SFelipe Balbi  * Authors: Felipe Balbi <balbi@ti.com>,
872246da4SFelipe Balbi  *	    Sebastian Andrzej Siewior <bigeasy@linutronix.de>
972246da4SFelipe Balbi  */
1072246da4SFelipe Balbi 
1172246da4SFelipe Balbi #include <linux/kernel.h>
1246a57283SStephen Rothwell #include <linux/module.h>
1372246da4SFelipe Balbi #include <linux/slab.h>
1472246da4SFelipe Balbi #include <linux/pci.h>
158eed00b2SManu Gautam #include <linux/workqueue.h>
16e9af9229SFelipe Balbi #include <linux/pm_runtime.h>
1772246da4SFelipe Balbi #include <linux/platform_device.h>
18a89d977cSHeikki Krogerus #include <linux/gpio/consumer.h>
195741022cSHans de Goede #include <linux/gpio/machine.h>
20a89d977cSHeikki Krogerus #include <linux/acpi.h>
21cf48305dSHeikki Krogerus #include <linux/delay.h>
228f317b47SHuang Rui 
23b62cd96dSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_BYT			0x0f37
2485601f8cSDavid Cohen #define PCI_DEVICE_ID_INTEL_MRFLD		0x119e
259a5a0783SJohn Youn #define PCI_DEVICE_ID_INTEL_BSW			0x22b7
2684a2b61bSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_SPTLP		0x9d30
2784a2b61bSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_SPTH		0xa130
28b4c580a4SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_BXT			0x0aaa
291ffb4d5cSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_BXT_M		0x1aaa
30b4c580a4SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_APL			0x5aaa
314491ed50SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_KBP			0xa2b0
323c3caae4SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_CMLLP		0x02ee
333c3caae4SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_CMLH		0x06ee
348f8983a5SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_GLK			0x31aa
3568217959SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_CNPLP		0x9dee
3668217959SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_CNPH		0xa36e
37f5ae8869SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_CNPV		0xa3b0
3800908693SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_ICLLP		0x34ee
39457d2285SRaymond Tan #define PCI_DEVICE_ID_INTEL_EHL			0x4b7e
40b3649deeSFelipe Balbi #define PCI_DEVICE_ID_INTEL_TGPLP		0xa0ee
41c3f595a8SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_TGPH		0x43ee
42e25d1e85SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_JSP			0x4dee
4393440d1fSShruthi Sanil #define PCI_DEVICE_ID_INTEL_ADL			0x460e
44ff2d2beeSShruthi Sanil #define PCI_DEVICE_ID_INTEL_ADL_PCH		0x51ee
45ff2d2beeSShruthi Sanil #define PCI_DEVICE_ID_INTEL_ADLN		0x465e
46ff2d2beeSShruthi Sanil #define PCI_DEVICE_ID_INTEL_ADLN_PCH		0x54ee
471384ab4fSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_ADLS		0x7ae1
48f05f80f2SShruthi Sanil #define PCI_DEVICE_ID_INTEL_RPL			0xa70e
49038438a2SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_RPLS		0x7a61
508e5248c3SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_MTLM		0x7eb1
51973e0f7aSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_MTLP		0x7ec1
52ec799c8aSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_MTLS		0x7f6f
53973e0f7aSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_MTL			0x7e7e
54*de4b5b28SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_ARLH		0x7ec1
55*de4b5b28SHeikki Krogerus #define PCI_DEVICE_ID_INTEL_ARLH_PCH		0x777e
5673203bdeSHeikki Krogerus #define PCI_DEVICE_ID_INTEL_TGL			0x9a15
571abade64SNehal Bakulchandra Shah #define PCI_DEVICE_ID_AMD_MR			0x163a
5872246da4SFelipe Balbi 
5994116f81SAndy Shevchenko #define PCI_INTEL_BXT_DSM_GUID		"732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
609cecca75SFelipe Balbi #define PCI_INTEL_BXT_FUNC_PMU_PWR	4
619cecca75SFelipe Balbi #define PCI_INTEL_BXT_STATE_D0		0
629cecca75SFelipe Balbi #define PCI_INTEL_BXT_STATE_D3		3
639cecca75SFelipe Balbi 
647740d04dSHans de Goede #define GP_RWBAR			1
657740d04dSHans de Goede #define GP_RWREG1			0xa0
667740d04dSHans de Goede #define GP_RWREG1_ULPI_REFCLK_DISABLE	(1 << 17)
677740d04dSHans de Goede 
680f817ae6SFelipe Balbi /**
690f817ae6SFelipe Balbi  * struct dwc3_pci - Driver private structure
700f817ae6SFelipe Balbi  * @dwc3: child dwc3 platform_device
710f817ae6SFelipe Balbi  * @pci: our link to PCI bus
7294116f81SAndy Shevchenko  * @guid: _DSM GUID
739cecca75SFelipe Balbi  * @has_dsm_for_pm: true for devices which need to run _DSM on runtime PM
7487d852deSAndy Shevchenko  * @wakeup_work: work for asynchronous resume
750f817ae6SFelipe Balbi  */
760f817ae6SFelipe Balbi struct dwc3_pci {
770f817ae6SFelipe Balbi 	struct platform_device *dwc3;
780f817ae6SFelipe Balbi 	struct pci_dev *pci;
799cecca75SFelipe Balbi 
8094116f81SAndy Shevchenko 	guid_t guid;
819cecca75SFelipe Balbi 
829cecca75SFelipe Balbi 	unsigned int has_dsm_for_pm:1;
838eed00b2SManu Gautam 	struct work_struct wakeup_work;
840f817ae6SFelipe Balbi };
850f817ae6SFelipe Balbi 
86a89d977cSHeikki Krogerus static const struct acpi_gpio_params reset_gpios = { 0, 0, false };
87a89d977cSHeikki Krogerus static const struct acpi_gpio_params cs_gpios = { 1, 0, false };
88a89d977cSHeikki Krogerus 
89a89d977cSHeikki Krogerus static const struct acpi_gpio_mapping acpi_dwc3_byt_gpios[] = {
90a89d977cSHeikki Krogerus 	{ "reset-gpios", &reset_gpios, 1 },
91a89d977cSHeikki Krogerus 	{ "cs-gpios", &cs_gpios, 1 },
92a89d977cSHeikki Krogerus 	{ },
93a89d977cSHeikki Krogerus };
94a89d977cSHeikki Krogerus 
955741022cSHans de Goede static struct gpiod_lookup_table platform_bytcr_gpios = {
965741022cSHans de Goede 	.dev_id		= "0000:00:16.0",
975741022cSHans de Goede 	.table		= {
9862e3f0afSHans de Goede 		GPIO_LOOKUP("INT33FC:00", 54, "cs", GPIO_ACTIVE_HIGH),
9962e3f0afSHans de Goede 		GPIO_LOOKUP("INT33FC:02", 14, "reset", GPIO_ACTIVE_HIGH),
1005741022cSHans de Goede 		{}
1015741022cSHans de Goede 	},
1025741022cSHans de Goede };
1035741022cSHans de Goede 
1047740d04dSHans de Goede static int dwc3_byt_enable_ulpi_refclock(struct pci_dev *pci)
1057740d04dSHans de Goede {
1067740d04dSHans de Goede 	void __iomem	*reg;
1077740d04dSHans de Goede 	u32		value;
1087740d04dSHans de Goede 
1097740d04dSHans de Goede 	reg = pcim_iomap(pci, GP_RWBAR, 0);
110b497fff6SWei Yongjun 	if (!reg)
111b497fff6SWei Yongjun 		return -ENOMEM;
1127740d04dSHans de Goede 
1137740d04dSHans de Goede 	value = readl(reg + GP_RWREG1);
1147740d04dSHans de Goede 	if (!(value & GP_RWREG1_ULPI_REFCLK_DISABLE))
1157740d04dSHans de Goede 		goto unmap; /* ULPI refclk already enabled */
1167740d04dSHans de Goede 
1177740d04dSHans de Goede 	value &= ~GP_RWREG1_ULPI_REFCLK_DISABLE;
1187740d04dSHans de Goede 	writel(value, reg + GP_RWREG1);
1197740d04dSHans de Goede 	/* This comes from the Intel Android x86 tree w/o any explanation */
1207740d04dSHans de Goede 	msleep(100);
1217740d04dSHans de Goede unmap:
1227740d04dSHans de Goede 	pcim_iounmap(pci, reg);
1237740d04dSHans de Goede 	return 0;
1247740d04dSHans de Goede }
1257740d04dSHans de Goede 
1261a7b12f6SAndy Shevchenko static const struct property_entry dwc3_pci_intel_properties[] = {
1271a7b12f6SAndy Shevchenko 	PROPERTY_ENTRY_STRING("dr_mode", "peripheral"),
1281a7b12f6SAndy Shevchenko 	PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
1291a7b12f6SAndy Shevchenko 	{}
1301a7b12f6SAndy Shevchenko };
1310f817ae6SFelipe Balbi 
132582ab24eSHans de Goede static const struct property_entry dwc3_pci_intel_phy_charger_detect_properties[] = {
133582ab24eSHans de Goede 	PROPERTY_ENTRY_STRING("dr_mode", "peripheral"),
134582ab24eSHans de Goede 	PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
135582ab24eSHans de Goede 	PROPERTY_ENTRY_BOOL("linux,phy_charger_detect"),
1367ddda261SStephan Gerhold 	PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
137ca9400efSGreg Kroah-Hartman 	{}
138ca9400efSGreg Kroah-Hartman };
139ca9400efSGreg Kroah-Hartman 
140d7c93a90SHans de Goede static const struct property_entry dwc3_pci_intel_byt_properties[] = {
141d7c93a90SHans de Goede 	PROPERTY_ENTRY_STRING("dr_mode", "peripheral"),
142d7c93a90SHans de Goede 	PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
143582ab24eSHans de Goede 	PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
144582ab24eSHans de Goede 	{}
145582ab24eSHans de Goede };
146582ab24eSHans de Goede 
147c31d983bSAndy Shevchenko static const struct property_entry dwc3_pci_mrfld_properties[] = {
148c31d983bSAndy Shevchenko 	PROPERTY_ENTRY_STRING("dr_mode", "otg"),
149066c0959SAndy Shevchenko 	PROPERTY_ENTRY_STRING("linux,extcon-name", "mrfld_bcove_pwrsrc"),
150b522f830SAndy Shevchenko 	PROPERTY_ENTRY_BOOL("snps,dis_u3_susphy_quirk"),
151b522f830SAndy Shevchenko 	PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
15204357fafSFerry Toth 	PROPERTY_ENTRY_BOOL("snps,usb2-gadget-lpm-disable"),
153c31d983bSAndy Shevchenko 	PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
154c31d983bSAndy Shevchenko 	{}
155c31d983bSAndy Shevchenko };
156c31d983bSAndy Shevchenko 
1571a7b12f6SAndy Shevchenko static const struct property_entry dwc3_pci_amd_properties[] = {
158cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,has-lpm-erratum"),
159cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_U8("snps,lpm-nyet-threshold", 0xf),
160cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,u2exit_lfps_quirk"),
161cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,u2ss_inp3_quirk"),
162cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,req_p1p2p3_quirk"),
163cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,del_p1p2p3_quirk"),
164cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,del_phy_power_chg_quirk"),
165cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,lfps_filter_quirk"),
166cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,rx_detect_poll_quirk"),
167cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,tx_de_emphasis_quirk"),
168cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_U8("snps,tx_de_emphasis", 1),
1691a7b12f6SAndy Shevchenko 	/* FIXME these quirks should be removed when AMD NL tapes out */
170cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,disable_scramble_quirk"),
171cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,dis_u3_susphy_quirk"),
172cf48305dSHeikki Krogerus 	PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
1730eae2fdeSJohn Youn 	PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
174e6fe66feSFelipe Balbi 	{}
175e6fe66feSFelipe Balbi };
176e6fe66feSFelipe Balbi 
1771abade64SNehal Bakulchandra Shah static const struct property_entry dwc3_pci_mr_properties[] = {
1781abade64SNehal Bakulchandra Shah 	PROPERTY_ENTRY_STRING("dr_mode", "otg"),
1791abade64SNehal Bakulchandra Shah 	PROPERTY_ENTRY_BOOL("usb-role-switch"),
1801abade64SNehal Bakulchandra Shah 	PROPERTY_ENTRY_STRING("role-switch-default-mode", "host"),
1811abade64SNehal Bakulchandra Shah 	PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
1821abade64SNehal Bakulchandra Shah 	{}
1831abade64SNehal Bakulchandra Shah };
1841abade64SNehal Bakulchandra Shah 
185e492ce9bSHeikki Krogerus static const struct software_node dwc3_pci_intel_swnode = {
186e492ce9bSHeikki Krogerus 	.properties = dwc3_pci_intel_properties,
187e492ce9bSHeikki Krogerus };
188e492ce9bSHeikki Krogerus 
189582ab24eSHans de Goede static const struct software_node dwc3_pci_intel_phy_charger_detect_swnode = {
190582ab24eSHans de Goede 	.properties = dwc3_pci_intel_phy_charger_detect_properties,
191582ab24eSHans de Goede };
192582ab24eSHans de Goede 
193d7c93a90SHans de Goede static const struct software_node dwc3_pci_intel_byt_swnode = {
194d7c93a90SHans de Goede 	.properties = dwc3_pci_intel_byt_properties,
195d7c93a90SHans de Goede };
196d7c93a90SHans de Goede 
197e492ce9bSHeikki Krogerus static const struct software_node dwc3_pci_intel_mrfld_swnode = {
198e492ce9bSHeikki Krogerus 	.properties = dwc3_pci_mrfld_properties,
199e492ce9bSHeikki Krogerus };
200e492ce9bSHeikki Krogerus 
201e492ce9bSHeikki Krogerus static const struct software_node dwc3_pci_amd_swnode = {
202e492ce9bSHeikki Krogerus 	.properties = dwc3_pci_amd_properties,
203e492ce9bSHeikki Krogerus };
204e492ce9bSHeikki Krogerus 
2051abade64SNehal Bakulchandra Shah static const struct software_node dwc3_pci_amd_mr_swnode = {
2061abade64SNehal Bakulchandra Shah 	.properties = dwc3_pci_mr_properties,
2071abade64SNehal Bakulchandra Shah };
2081abade64SNehal Bakulchandra Shah 
209e285cb40SHans de Goede static int dwc3_pci_quirks(struct dwc3_pci *dwc,
210e285cb40SHans de Goede 			   const struct software_node *swnode)
2111a7b12f6SAndy Shevchenko {
2121a7b12f6SAndy Shevchenko 	struct pci_dev			*pdev = dwc->pci;
213e6fe66feSFelipe Balbi 
2141a7b12f6SAndy Shevchenko 	if (pdev->vendor == PCI_VENDOR_ID_INTEL) {
2159cecca75SFelipe Balbi 		if (pdev->device == PCI_DEVICE_ID_INTEL_BXT ||
216a609ce2aSRaymond Tan 		    pdev->device == PCI_DEVICE_ID_INTEL_BXT_M ||
217457d2285SRaymond Tan 		    pdev->device == PCI_DEVICE_ID_INTEL_EHL) {
21894116f81SAndy Shevchenko 			guid_parse(PCI_INTEL_BXT_DSM_GUID, &dwc->guid);
2199cecca75SFelipe Balbi 			dwc->has_dsm_for_pm = true;
2209cecca75SFelipe Balbi 		}
2219cecca75SFelipe Balbi 
222e6fe66feSFelipe Balbi 		if (pdev->device == PCI_DEVICE_ID_INTEL_BYT) {
223a89d977cSHeikki Krogerus 			struct gpio_desc *gpio;
2241a7b12f6SAndy Shevchenko 			int ret;
225a89d977cSHeikki Krogerus 
2267740d04dSHans de Goede 			/* On BYT the FW does not always enable the refclock */
2277740d04dSHans de Goede 			ret = dwc3_byt_enable_ulpi_refclock(pdev);
2287740d04dSHans de Goede 			if (ret)
2297740d04dSHans de Goede 				return ret;
2307740d04dSHans de Goede 
2314a56e413SAndy Shevchenko 			ret = devm_acpi_dev_add_driver_gpios(&pdev->dev,
232a89d977cSHeikki Krogerus 					acpi_dwc3_byt_gpios);
2334a56e413SAndy Shevchenko 			if (ret)
2344a56e413SAndy Shevchenko 				dev_dbg(&pdev->dev, "failed to add mapping table\n");
235a89d977cSHeikki Krogerus 
2362df033caSUwe Kleine-König 			/*
2375741022cSHans de Goede 			 * A lot of BYT devices lack ACPI resource entries for
238b32b8f2bSGratian Crisan 			 * the GPIOs. If the ACPI entry for the GPIO controller
239b32b8f2bSGratian Crisan 			 * is present add a fallback mapping to the reference
2405741022cSHans de Goede 			 * design GPIOs which all boards seem to use.
2415741022cSHans de Goede 			 */
242b32b8f2bSGratian Crisan 			if (acpi_dev_present("INT33FC", NULL, -1))
2435741022cSHans de Goede 				gpiod_add_lookup_table(&platform_bytcr_gpios);
2445741022cSHans de Goede 
2455741022cSHans de Goede 			/*
2462df033caSUwe Kleine-König 			 * These GPIOs will turn on the USB2 PHY. Note that we have to
2472df033caSUwe Kleine-König 			 * put the gpio descriptors again here because the phy driver
2482df033caSUwe Kleine-König 			 * might want to grab them, too.
2492df033caSUwe Kleine-König 			 */
2503004cfd6SStephan Gerhold 			gpio = gpiod_get_optional(&pdev->dev, "cs", GPIOD_OUT_LOW);
2512df033caSUwe Kleine-König 			if (IS_ERR(gpio))
2522df033caSUwe Kleine-König 				return PTR_ERR(gpio);
2532df033caSUwe Kleine-König 
254a89d977cSHeikki Krogerus 			gpiod_set_value_cansleep(gpio, 1);
2553004cfd6SStephan Gerhold 			gpiod_put(gpio);
256a89d977cSHeikki Krogerus 
2573004cfd6SStephan Gerhold 			gpio = gpiod_get_optional(&pdev->dev, "reset", GPIOD_OUT_LOW);
2582df033caSUwe Kleine-König 			if (IS_ERR(gpio))
2592df033caSUwe Kleine-König 				return PTR_ERR(gpio);
2602df033caSUwe Kleine-König 
2612df033caSUwe Kleine-König 			if (gpio) {
262a89d977cSHeikki Krogerus 				gpiod_set_value_cansleep(gpio, 1);
2633004cfd6SStephan Gerhold 				gpiod_put(gpio);
264a89d977cSHeikki Krogerus 				usleep_range(10000, 11000);
265a89d977cSHeikki Krogerus 			}
266582ab24eSHans de Goede 
267582ab24eSHans de Goede 			/*
268a5d847b0SHans de Goede 			 * Make the pdev name predictable (only 1 DWC3 on BYT)
269a5d847b0SHans de Goede 			 * and patch the phy dev-name into the lookup table so
270a5d847b0SHans de Goede 			 * that the phy-driver can get the GPIOs.
271a5d847b0SHans de Goede 			 */
272a5d847b0SHans de Goede 			dwc->dwc3->id = PLATFORM_DEVID_NONE;
273a5d847b0SHans de Goede 			platform_bytcr_gpios.dev_id = "dwc3.ulpi";
274a5d847b0SHans de Goede 
275a5d847b0SHans de Goede 			/*
276582ab24eSHans de Goede 			 * Some Android tablets with a Crystal Cove PMIC
277582ab24eSHans de Goede 			 * (INT33FD), rely on the TUSB1211 phy for charger
278582ab24eSHans de Goede 			 * detection. These can be identified by them _not_
279582ab24eSHans de Goede 			 * using the standard ACPI battery and ac drivers.
280582ab24eSHans de Goede 			 */
281582ab24eSHans de Goede 			if (acpi_dev_present("INT33FD", "1", 2) &&
282582ab24eSHans de Goede 			    acpi_quirk_skip_acpi_ac_and_battery()) {
283582ab24eSHans de Goede 				dev_info(&pdev->dev, "Using TUSB1211 phy for charger detection\n");
284582ab24eSHans de Goede 				swnode = &dwc3_pci_intel_phy_charger_detect_swnode;
285582ab24eSHans de Goede 			}
286a89d977cSHeikki Krogerus 		}
287e6fe66feSFelipe Balbi 	}
288a89d977cSHeikki Krogerus 
289e285cb40SHans de Goede 	return device_add_software_node(&dwc->dwc3->dev, swnode);
2902cd9ddf7SHeikki Krogerus }
29172246da4SFelipe Balbi 
2928eed00b2SManu Gautam #ifdef CONFIG_PM
2938eed00b2SManu Gautam static void dwc3_pci_resume_work(struct work_struct *work)
2948eed00b2SManu Gautam {
2958eed00b2SManu Gautam 	struct dwc3_pci *dwc = container_of(work, struct dwc3_pci, wakeup_work);
2968eed00b2SManu Gautam 	struct platform_device *dwc3 = dwc->dwc3;
2978eed00b2SManu Gautam 	int ret;
2988eed00b2SManu Gautam 
2998eed00b2SManu Gautam 	ret = pm_runtime_get_sync(&dwc3->dev);
300a03e2ddaSZheng Yongjun 	if (ret < 0) {
3012655971aSAditya Pakki 		pm_runtime_put_sync_autosuspend(&dwc3->dev);
3028eed00b2SManu Gautam 		return;
3032655971aSAditya Pakki 	}
3048eed00b2SManu Gautam 
3058eed00b2SManu Gautam 	pm_runtime_mark_last_busy(&dwc3->dev);
3068eed00b2SManu Gautam 	pm_runtime_put_sync_autosuspend(&dwc3->dev);
3078eed00b2SManu Gautam }
3088eed00b2SManu Gautam #endif
3098eed00b2SManu Gautam 
3101a7b12f6SAndy Shevchenko static int dwc3_pci_probe(struct pci_dev *pci, const struct pci_device_id *id)
31172246da4SFelipe Balbi {
3120f817ae6SFelipe Balbi 	struct dwc3_pci		*dwc;
31372246da4SFelipe Balbi 	struct resource		res[2];
314b09e99eeSAndy Shevchenko 	int			ret;
315802ca850SChanho Park 	struct device		*dev = &pci->dev;
31672246da4SFelipe Balbi 
317f1c7e710SAndy Shevchenko 	ret = pcim_enable_device(pci);
31872246da4SFelipe Balbi 	if (ret) {
319802ca850SChanho Park 		dev_err(dev, "failed to enable pci device\n");
320802ca850SChanho Park 		return -ENODEV;
32172246da4SFelipe Balbi 	}
32272246da4SFelipe Balbi 
32372246da4SFelipe Balbi 	pci_set_master(pci);
32472246da4SFelipe Balbi 
3250f817ae6SFelipe Balbi 	dwc = devm_kzalloc(dev, sizeof(*dwc), GFP_KERNEL);
3260f817ae6SFelipe Balbi 	if (!dwc)
327f1c7e710SAndy Shevchenko 		return -ENOMEM;
3280f817ae6SFelipe Balbi 
3290f817ae6SFelipe Balbi 	dwc->dwc3 = platform_device_alloc("dwc3", PLATFORM_DEVID_AUTO);
3300f817ae6SFelipe Balbi 	if (!dwc->dwc3)
3310f817ae6SFelipe Balbi 		return -ENOMEM;
33272246da4SFelipe Balbi 
33372246da4SFelipe Balbi 	memset(res, 0x00, sizeof(struct resource) * ARRAY_SIZE(res));
33472246da4SFelipe Balbi 
33572246da4SFelipe Balbi 	res[0].start	= pci_resource_start(pci, 0);
33672246da4SFelipe Balbi 	res[0].end	= pci_resource_end(pci, 0);
33772246da4SFelipe Balbi 	res[0].name	= "dwc_usb3";
33872246da4SFelipe Balbi 	res[0].flags	= IORESOURCE_MEM;
33972246da4SFelipe Balbi 
34072246da4SFelipe Balbi 	res[1].start	= pci->irq;
34172246da4SFelipe Balbi 	res[1].name	= "dwc_usb3";
34272246da4SFelipe Balbi 	res[1].flags	= IORESOURCE_IRQ;
34372246da4SFelipe Balbi 
3440f817ae6SFelipe Balbi 	ret = platform_device_add_resources(dwc->dwc3, res, ARRAY_SIZE(res));
34572246da4SFelipe Balbi 	if (ret) {
346802ca850SChanho Park 		dev_err(dev, "couldn't add resources to dwc3 device\n");
347cabdf83dSThinh Nguyen 		goto err;
34872246da4SFelipe Balbi 	}
34972246da4SFelipe Balbi 
3500f817ae6SFelipe Balbi 	dwc->pci = pci;
3510f817ae6SFelipe Balbi 	dwc->dwc3->dev.parent = dev;
3520f817ae6SFelipe Balbi 	ACPI_COMPANION_SET(&dwc->dwc3->dev, ACPI_COMPANION(dev));
35372246da4SFelipe Balbi 
354e285cb40SHans de Goede 	ret = dwc3_pci_quirks(dwc, (void *)id->driver_data);
355474799f0SHeikki Krogerus 	if (ret)
356474799f0SHeikki Krogerus 		goto err;
357474799f0SHeikki Krogerus 
3580f817ae6SFelipe Balbi 	ret = platform_device_add(dwc->dwc3);
35972246da4SFelipe Balbi 	if (ret) {
360802ca850SChanho Park 		dev_err(dev, "failed to register dwc3 device\n");
3612cd9ddf7SHeikki Krogerus 		goto err;
36272246da4SFelipe Balbi 	}
36372246da4SFelipe Balbi 
364e9af9229SFelipe Balbi 	device_init_wakeup(dev, true);
3650f817ae6SFelipe Balbi 	pci_set_drvdata(pci, dwc);
366e9af9229SFelipe Balbi 	pm_runtime_put(dev);
3678eed00b2SManu Gautam #ifdef CONFIG_PM
3688eed00b2SManu Gautam 	INIT_WORK(&dwc->wakeup_work, dwc3_pci_resume_work);
3698eed00b2SManu Gautam #endif
370e9af9229SFelipe Balbi 
37172246da4SFelipe Balbi 	return 0;
3722cd9ddf7SHeikki Krogerus err:
373e492ce9bSHeikki Krogerus 	device_remove_software_node(&dwc->dwc3->dev);
3740f817ae6SFelipe Balbi 	platform_device_put(dwc->dwc3);
37572246da4SFelipe Balbi 	return ret;
37672246da4SFelipe Balbi }
37772246da4SFelipe Balbi 
378fb4e98abSBill Pemberton static void dwc3_pci_remove(struct pci_dev *pci)
37972246da4SFelipe Balbi {
3800f817ae6SFelipe Balbi 	struct dwc3_pci		*dwc = pci_get_drvdata(pci);
3817b412b04SKuppuswamy Sathyanarayanan 	struct pci_dev		*pdev = dwc->pci;
3820f817ae6SFelipe Balbi 
3837b412b04SKuppuswamy Sathyanarayanan 	if (pdev->device == PCI_DEVICE_ID_INTEL_BYT)
3845741022cSHans de Goede 		gpiod_remove_lookup_table(&platform_bytcr_gpios);
3858eed00b2SManu Gautam #ifdef CONFIG_PM
3868eed00b2SManu Gautam 	cancel_work_sync(&dwc->wakeup_work);
3878eed00b2SManu Gautam #endif
388e9af9229SFelipe Balbi 	device_init_wakeup(&pci->dev, false);
389e9af9229SFelipe Balbi 	pm_runtime_get(&pci->dev);
390e492ce9bSHeikki Krogerus 	device_remove_software_node(&dwc->dwc3->dev);
3910f817ae6SFelipe Balbi 	platform_device_unregister(dwc->dwc3);
39272246da4SFelipe Balbi }
39372246da4SFelipe Balbi 
394782df20cSJingoo Han static const struct pci_device_id dwc3_pci_id_table[] = {
395917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, BSW, &dwc3_pci_intel_swnode) },
396917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, BYT, &dwc3_pci_intel_byt_swnode) },
397917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, MRFLD, &dwc3_pci_intel_mrfld_swnode) },
398917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, CMLLP, &dwc3_pci_intel_swnode) },
399917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, CMLH, &dwc3_pci_intel_swnode) },
400917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, SPTLP, &dwc3_pci_intel_swnode) },
401917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, SPTH, &dwc3_pci_intel_swnode) },
402917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, BXT, &dwc3_pci_intel_swnode) },
403917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, BXT_M, &dwc3_pci_intel_swnode) },
404917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, APL, &dwc3_pci_intel_swnode) },
405917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, KBP, &dwc3_pci_intel_swnode) },
406917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, GLK, &dwc3_pci_intel_swnode) },
407917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, CNPLP, &dwc3_pci_intel_swnode) },
408917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, CNPH, &dwc3_pci_intel_swnode) },
409917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, CNPV, &dwc3_pci_intel_swnode) },
410917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, ICLLP, &dwc3_pci_intel_swnode) },
411917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, EHL, &dwc3_pci_intel_swnode) },
412917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, TGPLP, &dwc3_pci_intel_swnode) },
413917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, TGPH, &dwc3_pci_intel_swnode) },
414917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, JSP, &dwc3_pci_intel_swnode) },
415917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, ADL, &dwc3_pci_intel_swnode) },
416917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, ADL_PCH, &dwc3_pci_intel_swnode) },
417917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, ADLN, &dwc3_pci_intel_swnode) },
418917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, ADLN_PCH, &dwc3_pci_intel_swnode) },
419917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, ADLS, &dwc3_pci_intel_swnode) },
420917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, RPL, &dwc3_pci_intel_swnode) },
421917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, RPLS, &dwc3_pci_intel_swnode) },
422917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, MTLM, &dwc3_pci_intel_swnode) },
423917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, MTLP, &dwc3_pci_intel_swnode) },
424917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, MTL, &dwc3_pci_intel_swnode) },
4258e86652eSGreg Kroah-Hartman 	{ PCI_DEVICE_DATA(INTEL, MTLS, &dwc3_pci_intel_swnode) },
426*de4b5b28SHeikki Krogerus 	{ PCI_DEVICE_DATA(INTEL, ARLH, &dwc3_pci_intel_swnode) },
427*de4b5b28SHeikki Krogerus 	{ PCI_DEVICE_DATA(INTEL, ARLH_PCH, &dwc3_pci_intel_swnode) },
428917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(INTEL, TGL, &dwc3_pci_intel_swnode) },
4291a7b12f6SAndy Shevchenko 
430917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(AMD, NL_USB, &dwc3_pci_amd_swnode) },
431917dc99bSAndy Shevchenko 	{ PCI_DEVICE_DATA(AMD, MR, &dwc3_pci_amd_mr_swnode) },
4321abade64SNehal Bakulchandra Shah 
43372246da4SFelipe Balbi 	{  }	/* Terminating Entry */
43472246da4SFelipe Balbi };
43572246da4SFelipe Balbi MODULE_DEVICE_TABLE(pci, dwc3_pci_id_table);
43672246da4SFelipe Balbi 
43736daf3aaSFelipe Balbi #if defined(CONFIG_PM) || defined(CONFIG_PM_SLEEP)
43836daf3aaSFelipe Balbi static int dwc3_pci_dsm(struct dwc3_pci *dwc, int param)
43936daf3aaSFelipe Balbi {
44036daf3aaSFelipe Balbi 	union acpi_object *obj;
44136daf3aaSFelipe Balbi 	union acpi_object tmp;
44236daf3aaSFelipe Balbi 	union acpi_object argv4 = ACPI_INIT_DSM_ARGV4(1, &tmp);
44336daf3aaSFelipe Balbi 
44436daf3aaSFelipe Balbi 	if (!dwc->has_dsm_for_pm)
44536daf3aaSFelipe Balbi 		return 0;
44636daf3aaSFelipe Balbi 
44736daf3aaSFelipe Balbi 	tmp.type = ACPI_TYPE_INTEGER;
44836daf3aaSFelipe Balbi 	tmp.integer.value = param;
44936daf3aaSFelipe Balbi 
45094116f81SAndy Shevchenko 	obj = acpi_evaluate_dsm(ACPI_HANDLE(&dwc->pci->dev), &dwc->guid,
45136daf3aaSFelipe Balbi 			1, PCI_INTEL_BXT_FUNC_PMU_PWR, &argv4);
45236daf3aaSFelipe Balbi 	if (!obj) {
45336daf3aaSFelipe Balbi 		dev_err(&dwc->pci->dev, "failed to evaluate _DSM\n");
45436daf3aaSFelipe Balbi 		return -EIO;
45536daf3aaSFelipe Balbi 	}
45636daf3aaSFelipe Balbi 
45736daf3aaSFelipe Balbi 	ACPI_FREE(obj);
45836daf3aaSFelipe Balbi 
45936daf3aaSFelipe Balbi 	return 0;
46036daf3aaSFelipe Balbi }
46136daf3aaSFelipe Balbi #endif /* CONFIG_PM || CONFIG_PM_SLEEP */
46236daf3aaSFelipe Balbi 
463e9af9229SFelipe Balbi #ifdef CONFIG_PM
464e9af9229SFelipe Balbi static int dwc3_pci_runtime_suspend(struct device *dev)
465e9af9229SFelipe Balbi {
4669cecca75SFelipe Balbi 	struct dwc3_pci		*dwc = dev_get_drvdata(dev);
4679cecca75SFelipe Balbi 
468de3ef1ebSRafael J. Wysocki 	if (device_can_wakeup(dev))
4699cecca75SFelipe Balbi 		return dwc3_pci_dsm(dwc, PCI_INTEL_BXT_STATE_D3);
470e9af9229SFelipe Balbi 
471e9af9229SFelipe Balbi 	return -EBUSY;
472e9af9229SFelipe Balbi }
473e9af9229SFelipe Balbi 
474f6c274e1SFelipe Balbi static int dwc3_pci_runtime_resume(struct device *dev)
475f6c274e1SFelipe Balbi {
4760f817ae6SFelipe Balbi 	struct dwc3_pci		*dwc = dev_get_drvdata(dev);
4779cecca75SFelipe Balbi 	int			ret;
4789cecca75SFelipe Balbi 
4799cecca75SFelipe Balbi 	ret = dwc3_pci_dsm(dwc, PCI_INTEL_BXT_STATE_D0);
4809cecca75SFelipe Balbi 	if (ret)
4819cecca75SFelipe Balbi 		return ret;
482f6c274e1SFelipe Balbi 
4838eed00b2SManu Gautam 	queue_work(pm_wq, &dwc->wakeup_work);
4848eed00b2SManu Gautam 
4858eed00b2SManu Gautam 	return 0;
486f6c274e1SFelipe Balbi }
487696118c0SFelipe Balbi #endif /* CONFIG_PM */
488f6c274e1SFelipe Balbi 
489696118c0SFelipe Balbi #ifdef CONFIG_PM_SLEEP
4909cecca75SFelipe Balbi static int dwc3_pci_suspend(struct device *dev)
491e9af9229SFelipe Balbi {
4929cecca75SFelipe Balbi 	struct dwc3_pci		*dwc = dev_get_drvdata(dev);
4939cecca75SFelipe Balbi 
4949cecca75SFelipe Balbi 	return dwc3_pci_dsm(dwc, PCI_INTEL_BXT_STATE_D3);
4959cecca75SFelipe Balbi }
4969cecca75SFelipe Balbi 
4979cecca75SFelipe Balbi static int dwc3_pci_resume(struct device *dev)
4989cecca75SFelipe Balbi {
4999cecca75SFelipe Balbi 	struct dwc3_pci		*dwc = dev_get_drvdata(dev);
5009cecca75SFelipe Balbi 
5019cecca75SFelipe Balbi 	return dwc3_pci_dsm(dwc, PCI_INTEL_BXT_STATE_D0);
502e9af9229SFelipe Balbi }
503696118c0SFelipe Balbi #endif /* CONFIG_PM_SLEEP */
504e9af9229SFelipe Balbi 
50595aa932cSDoug Wilson static const struct dev_pm_ops dwc3_pci_dev_pm_ops = {
5069cecca75SFelipe Balbi 	SET_SYSTEM_SLEEP_PM_OPS(dwc3_pci_suspend, dwc3_pci_resume)
507f6c274e1SFelipe Balbi 	SET_RUNTIME_PM_OPS(dwc3_pci_runtime_suspend, dwc3_pci_runtime_resume,
508e9af9229SFelipe Balbi 		NULL)
509e9af9229SFelipe Balbi };
510e9af9229SFelipe Balbi 
51172246da4SFelipe Balbi static struct pci_driver dwc3_pci_driver = {
5120949e99bSFelipe Balbi 	.name		= "dwc3-pci",
51372246da4SFelipe Balbi 	.id_table	= dwc3_pci_id_table,
51472246da4SFelipe Balbi 	.probe		= dwc3_pci_probe,
5157690417dSBill Pemberton 	.remove		= dwc3_pci_remove,
516e9af9229SFelipe Balbi 	.driver		= {
517e9af9229SFelipe Balbi 		.pm	= &dwc3_pci_dev_pm_ops,
518e9af9229SFelipe Balbi 	}
51972246da4SFelipe Balbi };
52072246da4SFelipe Balbi 
52172246da4SFelipe Balbi MODULE_AUTHOR("Felipe Balbi <balbi@ti.com>");
5225945f789SFelipe Balbi MODULE_LICENSE("GPL v2");
52372246da4SFelipe Balbi MODULE_DESCRIPTION("DesignWare USB3 PCI Glue Layer");
52472246da4SFelipe Balbi 
52595656336SGreg Kroah-Hartman module_pci_driver(dwc3_pci_driver);
526