Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 1 | /** |
| 2 | * dwc3-omap.c - OMAP Specific Glue layer |
| 3 | * |
| 4 | * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 5 | * |
| 6 | * Authors: Felipe Balbi <balbi@ti.com>, |
| 7 | * Sebastian Andrzej Siewior <bigeasy@linutronix.de> |
| 8 | * |
Felipe Balbi | 5945f78 | 2013-06-30 14:15:11 +0300 | [diff] [blame] | 9 | * This program is free software: you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License version 2 of |
| 11 | * the License as published by the Free Software Foundation. |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 12 | * |
Felipe Balbi | 5945f78 | 2013-06-30 14:15:11 +0300 | [diff] [blame] | 13 | * This program is distributed in the hope that it will be useful, |
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 17 | */ |
| 18 | |
Felipe Balbi | a72e658 | 2011-09-05 13:37:28 +0300 | [diff] [blame] | 19 | #include <linux/module.h> |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 20 | #include <linux/kernel.h> |
| 21 | #include <linux/slab.h> |
| 22 | #include <linux/interrupt.h> |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 23 | #include <linux/platform_device.h> |
Felipe Balbi | 9962444 | 2011-09-01 22:26:25 +0300 | [diff] [blame] | 24 | #include <linux/platform_data/dwc3-omap.h> |
Kishon Vijay Abraham I | af310e9 | 2013-01-25 08:30:47 +0530 | [diff] [blame] | 25 | #include <linux/pm_runtime.h> |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 26 | #include <linux/dma-mapping.h> |
| 27 | #include <linux/ioport.h> |
| 28 | #include <linux/io.h> |
Felipe Balbi | 45b3cd4a | 2012-01-25 11:07:03 +0200 | [diff] [blame] | 29 | #include <linux/of.h> |
Kishon Vijay Abraham I | b4bfe6a | 2013-01-25 08:30:46 +0530 | [diff] [blame] | 30 | #include <linux/of_platform.h> |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 31 | #include <linux/extcon.h> |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 32 | #include <linux/regulator/consumer.h> |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 33 | |
Felipe Balbi | a418cc4 | 2012-07-19 13:56:07 +0300 | [diff] [blame] | 34 | #include <linux/usb/otg.h> |
Felipe Balbi | a418cc4 | 2012-07-19 13:56:07 +0300 | [diff] [blame] | 35 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 36 | /* |
| 37 | * All these registers belong to OMAP's Wrapper around the |
| 38 | * DesignWare USB3 Core. |
| 39 | */ |
| 40 | |
| 41 | #define USBOTGSS_REVISION 0x0000 |
| 42 | #define USBOTGSS_SYSCONFIG 0x0010 |
| 43 | #define USBOTGSS_IRQ_EOI 0x0020 |
George Cherian | ff7307b | 2013-06-12 14:53:46 +0530 | [diff] [blame] | 44 | #define USBOTGSS_EOI_OFFSET 0x0008 |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 45 | #define USBOTGSS_IRQSTATUS_RAW_0 0x0024 |
| 46 | #define USBOTGSS_IRQSTATUS_0 0x0028 |
| 47 | #define USBOTGSS_IRQENABLE_SET_0 0x002c |
| 48 | #define USBOTGSS_IRQENABLE_CLR_0 0x0030 |
George Cherian | ff7307b | 2013-06-12 14:53:46 +0530 | [diff] [blame] | 49 | #define USBOTGSS_IRQ0_OFFSET 0x0004 |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 50 | #define USBOTGSS_IRQSTATUS_RAW_1 0x0030 |
| 51 | #define USBOTGSS_IRQSTATUS_1 0x0034 |
| 52 | #define USBOTGSS_IRQENABLE_SET_1 0x0038 |
| 53 | #define USBOTGSS_IRQENABLE_CLR_1 0x003c |
| 54 | #define USBOTGSS_IRQSTATUS_RAW_2 0x0040 |
| 55 | #define USBOTGSS_IRQSTATUS_2 0x0044 |
| 56 | #define USBOTGSS_IRQENABLE_SET_2 0x0048 |
| 57 | #define USBOTGSS_IRQENABLE_CLR_2 0x004c |
| 58 | #define USBOTGSS_IRQSTATUS_RAW_3 0x0050 |
| 59 | #define USBOTGSS_IRQSTATUS_3 0x0054 |
| 60 | #define USBOTGSS_IRQENABLE_SET_3 0x0058 |
| 61 | #define USBOTGSS_IRQENABLE_CLR_3 0x005c |
George Cherian | ff7307b | 2013-06-12 14:53:46 +0530 | [diff] [blame] | 62 | #define USBOTGSS_IRQSTATUS_EOI_MISC 0x0030 |
| 63 | #define USBOTGSS_IRQSTATUS_RAW_MISC 0x0034 |
| 64 | #define USBOTGSS_IRQSTATUS_MISC 0x0038 |
| 65 | #define USBOTGSS_IRQENABLE_SET_MISC 0x003c |
| 66 | #define USBOTGSS_IRQENABLE_CLR_MISC 0x0040 |
| 67 | #define USBOTGSS_IRQMISC_OFFSET 0x03fc |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 68 | #define USBOTGSS_UTMI_OTG_STATUS 0x0080 |
| 69 | #define USBOTGSS_UTMI_OTG_CTRL 0x0084 |
George Cherian | ff7307b | 2013-06-12 14:53:46 +0530 | [diff] [blame] | 70 | #define USBOTGSS_UTMI_OTG_OFFSET 0x0480 |
| 71 | #define USBOTGSS_TXFIFO_DEPTH 0x0508 |
| 72 | #define USBOTGSS_RXFIFO_DEPTH 0x050c |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 73 | #define USBOTGSS_MMRAM_OFFSET 0x0100 |
| 74 | #define USBOTGSS_FLADJ 0x0104 |
| 75 | #define USBOTGSS_DEBUG_CFG 0x0108 |
| 76 | #define USBOTGSS_DEBUG_DATA 0x010c |
George Cherian | ff7307b | 2013-06-12 14:53:46 +0530 | [diff] [blame] | 77 | #define USBOTGSS_DEV_EBC_EN 0x0110 |
| 78 | #define USBOTGSS_DEBUG_OFFSET 0x0600 |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 79 | |
| 80 | /* SYSCONFIG REGISTER */ |
| 81 | #define USBOTGSS_SYSCONFIG_DMADISABLE (1 << 16) |
Felipe Balbi | 4b5faa7a | 2011-09-06 10:56:51 +0300 | [diff] [blame] | 82 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 83 | /* IRQ_EOI REGISTER */ |
| 84 | #define USBOTGSS_IRQ_EOI_LINE_NUMBER (1 << 0) |
| 85 | |
| 86 | /* IRQS0 BITS */ |
| 87 | #define USBOTGSS_IRQO_COREIRQ_ST (1 << 0) |
| 88 | |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 89 | /* IRQMISC BITS */ |
| 90 | #define USBOTGSS_IRQMISC_DMADISABLECLR (1 << 17) |
| 91 | #define USBOTGSS_IRQMISC_OEVT (1 << 16) |
| 92 | #define USBOTGSS_IRQMISC_DRVVBUS_RISE (1 << 13) |
| 93 | #define USBOTGSS_IRQMISC_CHRGVBUS_RISE (1 << 12) |
| 94 | #define USBOTGSS_IRQMISC_DISCHRGVBUS_RISE (1 << 11) |
| 95 | #define USBOTGSS_IRQMISC_IDPULLUP_RISE (1 << 8) |
| 96 | #define USBOTGSS_IRQMISC_DRVVBUS_FALL (1 << 5) |
| 97 | #define USBOTGSS_IRQMISC_CHRGVBUS_FALL (1 << 4) |
| 98 | #define USBOTGSS_IRQMISC_DISCHRGVBUS_FALL (1 << 3) |
| 99 | #define USBOTGSS_IRQMISC_IDPULLUP_FALL (1 << 0) |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 100 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 101 | /* UTMI_OTG_STATUS REGISTER */ |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 102 | #define USBOTGSS_UTMI_OTG_STATUS_DRVVBUS (1 << 5) |
| 103 | #define USBOTGSS_UTMI_OTG_STATUS_CHRGVBUS (1 << 4) |
| 104 | #define USBOTGSS_UTMI_OTG_STATUS_DISCHRGVBUS (1 << 3) |
| 105 | #define USBOTGSS_UTMI_OTG_STATUS_IDPULLUP (1 << 0) |
| 106 | |
| 107 | /* UTMI_OTG_CTRL REGISTER */ |
| 108 | #define USBOTGSS_UTMI_OTG_CTRL_SW_MODE (1 << 31) |
| 109 | #define USBOTGSS_UTMI_OTG_CTRL_POWERPRESENT (1 << 9) |
| 110 | #define USBOTGSS_UTMI_OTG_CTRL_TXBITSTUFFENABLE (1 << 8) |
| 111 | #define USBOTGSS_UTMI_OTG_CTRL_IDDIG (1 << 4) |
| 112 | #define USBOTGSS_UTMI_OTG_CTRL_SESSEND (1 << 3) |
| 113 | #define USBOTGSS_UTMI_OTG_CTRL_SESSVALID (1 << 2) |
| 114 | #define USBOTGSS_UTMI_OTG_CTRL_VBUSVALID (1 << 1) |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 115 | |
| 116 | struct dwc3_omap { |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 117 | struct device *dev; |
| 118 | |
| 119 | int irq; |
| 120 | void __iomem *base; |
| 121 | |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 122 | u32 utmi_otg_ctrl; |
George Cherian | 1e2a064 | 2013-06-12 14:53:45 +0530 | [diff] [blame] | 123 | u32 utmi_otg_offset; |
| 124 | u32 irqmisc_offset; |
| 125 | u32 irq_eoi_offset; |
| 126 | u32 debug_offset; |
| 127 | u32 irq0_offset; |
Felipe Balbi | f3e117f | 2013-02-11 11:12:02 +0200 | [diff] [blame] | 128 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 129 | u32 dma_status:1; |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 130 | |
Chanwoo Choi | 5960387 | 2015-07-01 13:11:30 +0900 | [diff] [blame] | 131 | struct extcon_dev *edev; |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 132 | struct notifier_block vbus_nb; |
| 133 | struct notifier_block id_nb; |
| 134 | |
| 135 | struct regulator *vbus_reg; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 136 | }; |
| 137 | |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 138 | enum omap_dwc3_vbus_id_status { |
| 139 | OMAP_DWC3_ID_FLOAT, |
| 140 | OMAP_DWC3_ID_GROUND, |
| 141 | OMAP_DWC3_VBUS_OFF, |
| 142 | OMAP_DWC3_VBUS_VALID, |
| 143 | }; |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 144 | |
Ido Shayevitz | ab5e59d | 2012-04-24 14:18:38 +0300 | [diff] [blame] | 145 | static inline u32 dwc3_omap_readl(void __iomem *base, u32 offset) |
| 146 | { |
| 147 | return readl(base + offset); |
| 148 | } |
| 149 | |
| 150 | static inline void dwc3_omap_writel(void __iomem *base, u32 offset, u32 value) |
| 151 | { |
| 152 | writel(value, base + offset); |
| 153 | } |
| 154 | |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 155 | static u32 dwc3_omap_read_utmi_ctrl(struct dwc3_omap *omap) |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 156 | { |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 157 | return dwc3_omap_readl(omap->base, USBOTGSS_UTMI_OTG_CTRL + |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 158 | omap->utmi_otg_offset); |
| 159 | } |
| 160 | |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 161 | static void dwc3_omap_write_utmi_ctrl(struct dwc3_omap *omap, u32 value) |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 162 | { |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 163 | dwc3_omap_writel(omap->base, USBOTGSS_UTMI_OTG_CTRL + |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 164 | omap->utmi_otg_offset, value); |
| 165 | |
| 166 | } |
| 167 | |
| 168 | static u32 dwc3_omap_read_irq0_status(struct dwc3_omap *omap) |
| 169 | { |
| 170 | return dwc3_omap_readl(omap->base, USBOTGSS_IRQSTATUS_0 - |
| 171 | omap->irq0_offset); |
| 172 | } |
| 173 | |
| 174 | static void dwc3_omap_write_irq0_status(struct dwc3_omap *omap, u32 value) |
| 175 | { |
| 176 | dwc3_omap_writel(omap->base, USBOTGSS_IRQSTATUS_0 - |
| 177 | omap->irq0_offset, value); |
| 178 | |
| 179 | } |
| 180 | |
| 181 | static u32 dwc3_omap_read_irqmisc_status(struct dwc3_omap *omap) |
| 182 | { |
| 183 | return dwc3_omap_readl(omap->base, USBOTGSS_IRQSTATUS_MISC + |
| 184 | omap->irqmisc_offset); |
| 185 | } |
| 186 | |
| 187 | static void dwc3_omap_write_irqmisc_status(struct dwc3_omap *omap, u32 value) |
| 188 | { |
| 189 | dwc3_omap_writel(omap->base, USBOTGSS_IRQSTATUS_MISC + |
| 190 | omap->irqmisc_offset, value); |
| 191 | |
| 192 | } |
| 193 | |
| 194 | static void dwc3_omap_write_irqmisc_set(struct dwc3_omap *omap, u32 value) |
| 195 | { |
| 196 | dwc3_omap_writel(omap->base, USBOTGSS_IRQENABLE_SET_MISC + |
| 197 | omap->irqmisc_offset, value); |
| 198 | |
| 199 | } |
| 200 | |
| 201 | static void dwc3_omap_write_irq0_set(struct dwc3_omap *omap, u32 value) |
| 202 | { |
| 203 | dwc3_omap_writel(omap->base, USBOTGSS_IRQENABLE_SET_0 - |
| 204 | omap->irq0_offset, value); |
| 205 | } |
| 206 | |
George Cherian | 96e5d31 | 2015-02-13 10:13:24 +0530 | [diff] [blame] | 207 | static void dwc3_omap_write_irqmisc_clr(struct dwc3_omap *omap, u32 value) |
| 208 | { |
| 209 | dwc3_omap_writel(omap->base, USBOTGSS_IRQENABLE_CLR_MISC + |
| 210 | omap->irqmisc_offset, value); |
| 211 | } |
| 212 | |
| 213 | static void dwc3_omap_write_irq0_clr(struct dwc3_omap *omap, u32 value) |
| 214 | { |
| 215 | dwc3_omap_writel(omap->base, USBOTGSS_IRQENABLE_CLR_0 - |
| 216 | omap->irq0_offset, value); |
| 217 | } |
| 218 | |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 219 | static void dwc3_omap_set_mailbox(struct dwc3_omap *omap, |
| 220 | enum omap_dwc3_vbus_id_status status) |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 221 | { |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 222 | int ret; |
| 223 | u32 val; |
Kishon Vijay Abraham I | 2ba7943 | 2013-03-07 18:51:44 +0530 | [diff] [blame] | 224 | |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 225 | switch (status) { |
| 226 | case OMAP_DWC3_ID_GROUND: |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 227 | if (omap->vbus_reg) { |
| 228 | ret = regulator_enable(omap->vbus_reg); |
| 229 | if (ret) { |
Felipe Balbi | e4f7566 | 2015-06-30 12:46:07 -0500 | [diff] [blame] | 230 | dev_err(omap->dev, "regulator enable failed\n"); |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 231 | return; |
| 232 | } |
| 233 | } |
| 234 | |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 235 | val = dwc3_omap_read_utmi_ctrl(omap); |
| 236 | val &= ~(USBOTGSS_UTMI_OTG_CTRL_IDDIG |
| 237 | | USBOTGSS_UTMI_OTG_CTRL_VBUSVALID |
| 238 | | USBOTGSS_UTMI_OTG_CTRL_SESSEND); |
| 239 | val |= USBOTGSS_UTMI_OTG_CTRL_SESSVALID |
| 240 | | USBOTGSS_UTMI_OTG_CTRL_POWERPRESENT; |
| 241 | dwc3_omap_write_utmi_ctrl(omap, val); |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 242 | break; |
| 243 | |
| 244 | case OMAP_DWC3_VBUS_VALID: |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 245 | val = dwc3_omap_read_utmi_ctrl(omap); |
| 246 | val &= ~USBOTGSS_UTMI_OTG_CTRL_SESSEND; |
| 247 | val |= USBOTGSS_UTMI_OTG_CTRL_IDDIG |
| 248 | | USBOTGSS_UTMI_OTG_CTRL_VBUSVALID |
| 249 | | USBOTGSS_UTMI_OTG_CTRL_SESSVALID |
| 250 | | USBOTGSS_UTMI_OTG_CTRL_POWERPRESENT; |
| 251 | dwc3_omap_write_utmi_ctrl(omap, val); |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 252 | break; |
| 253 | |
| 254 | case OMAP_DWC3_ID_FLOAT: |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 255 | if (omap->vbus_reg) |
| 256 | regulator_disable(omap->vbus_reg); |
| 257 | |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 258 | case OMAP_DWC3_VBUS_OFF: |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 259 | val = dwc3_omap_read_utmi_ctrl(omap); |
| 260 | val &= ~(USBOTGSS_UTMI_OTG_CTRL_SESSVALID |
| 261 | | USBOTGSS_UTMI_OTG_CTRL_VBUSVALID |
| 262 | | USBOTGSS_UTMI_OTG_CTRL_POWERPRESENT); |
| 263 | val |= USBOTGSS_UTMI_OTG_CTRL_SESSEND |
| 264 | | USBOTGSS_UTMI_OTG_CTRL_IDDIG; |
| 265 | dwc3_omap_write_utmi_ctrl(omap, val); |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 266 | break; |
| 267 | |
| 268 | default: |
Felipe Balbi | e4f7566 | 2015-06-30 12:46:07 -0500 | [diff] [blame] | 269 | dev_WARN(omap->dev, "invalid state\n"); |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 270 | } |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 271 | } |
Kishon Vijay Abraham I | 7e41bba | 2013-01-25 08:30:49 +0530 | [diff] [blame] | 272 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 273 | static irqreturn_t dwc3_omap_interrupt(int irq, void *_omap) |
| 274 | { |
| 275 | struct dwc3_omap *omap = _omap; |
| 276 | u32 reg; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 277 | |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 278 | reg = dwc3_omap_read_irqmisc_status(omap); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 279 | |
Felipe Balbi | e4f7566 | 2015-06-30 12:46:07 -0500 | [diff] [blame] | 280 | if (reg & USBOTGSS_IRQMISC_DMADISABLECLR) |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 281 | omap->dma_status = false; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 282 | |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 283 | dwc3_omap_write_irqmisc_status(omap, reg); |
Felipe Balbi | 42077b0 | 2011-09-06 12:00:39 +0300 | [diff] [blame] | 284 | |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 285 | reg = dwc3_omap_read_irq0_status(omap); |
| 286 | |
| 287 | dwc3_omap_write_irq0_status(omap, reg); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 288 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 289 | return IRQ_HANDLED; |
| 290 | } |
| 291 | |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 292 | static void dwc3_omap_enable_irqs(struct dwc3_omap *omap) |
| 293 | { |
| 294 | u32 reg; |
| 295 | |
| 296 | /* enable all IRQs */ |
| 297 | reg = USBOTGSS_IRQO_COREIRQ_ST; |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 298 | dwc3_omap_write_irq0_set(omap, reg); |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 299 | |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 300 | reg = (USBOTGSS_IRQMISC_OEVT | |
| 301 | USBOTGSS_IRQMISC_DRVVBUS_RISE | |
| 302 | USBOTGSS_IRQMISC_CHRGVBUS_RISE | |
| 303 | USBOTGSS_IRQMISC_DISCHRGVBUS_RISE | |
| 304 | USBOTGSS_IRQMISC_IDPULLUP_RISE | |
| 305 | USBOTGSS_IRQMISC_DRVVBUS_FALL | |
| 306 | USBOTGSS_IRQMISC_CHRGVBUS_FALL | |
| 307 | USBOTGSS_IRQMISC_DISCHRGVBUS_FALL | |
| 308 | USBOTGSS_IRQMISC_IDPULLUP_FALL); |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 309 | |
George Cherian | b1fd6cb | 2013-06-12 14:53:47 +0530 | [diff] [blame] | 310 | dwc3_omap_write_irqmisc_set(omap, reg); |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 311 | } |
| 312 | |
| 313 | static void dwc3_omap_disable_irqs(struct dwc3_omap *omap) |
| 314 | { |
George Cherian | 96e5d31 | 2015-02-13 10:13:24 +0530 | [diff] [blame] | 315 | u32 reg; |
| 316 | |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 317 | /* disable all IRQs */ |
George Cherian | 96e5d31 | 2015-02-13 10:13:24 +0530 | [diff] [blame] | 318 | reg = USBOTGSS_IRQO_COREIRQ_ST; |
| 319 | dwc3_omap_write_irq0_clr(omap, reg); |
| 320 | |
| 321 | reg = (USBOTGSS_IRQMISC_OEVT | |
| 322 | USBOTGSS_IRQMISC_DRVVBUS_RISE | |
| 323 | USBOTGSS_IRQMISC_CHRGVBUS_RISE | |
| 324 | USBOTGSS_IRQMISC_DISCHRGVBUS_RISE | |
| 325 | USBOTGSS_IRQMISC_IDPULLUP_RISE | |
| 326 | USBOTGSS_IRQMISC_DRVVBUS_FALL | |
| 327 | USBOTGSS_IRQMISC_CHRGVBUS_FALL | |
| 328 | USBOTGSS_IRQMISC_DISCHRGVBUS_FALL | |
| 329 | USBOTGSS_IRQMISC_IDPULLUP_FALL); |
| 330 | |
| 331 | dwc3_omap_write_irqmisc_clr(omap, reg); |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 332 | } |
| 333 | |
Kishon Vijay Abraham I | ddff14f | 2013-03-07 18:51:43 +0530 | [diff] [blame] | 334 | static u64 dwc3_omap_dma_mask = DMA_BIT_MASK(32); |
| 335 | |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 336 | static int dwc3_omap_id_notifier(struct notifier_block *nb, |
| 337 | unsigned long event, void *ptr) |
| 338 | { |
| 339 | struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, id_nb); |
| 340 | |
| 341 | if (event) |
| 342 | dwc3_omap_set_mailbox(omap, OMAP_DWC3_ID_GROUND); |
| 343 | else |
| 344 | dwc3_omap_set_mailbox(omap, OMAP_DWC3_ID_FLOAT); |
| 345 | |
| 346 | return NOTIFY_DONE; |
| 347 | } |
| 348 | |
| 349 | static int dwc3_omap_vbus_notifier(struct notifier_block *nb, |
| 350 | unsigned long event, void *ptr) |
| 351 | { |
| 352 | struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, vbus_nb); |
| 353 | |
| 354 | if (event) |
| 355 | dwc3_omap_set_mailbox(omap, OMAP_DWC3_VBUS_VALID); |
| 356 | else |
| 357 | dwc3_omap_set_mailbox(omap, OMAP_DWC3_VBUS_OFF); |
| 358 | |
| 359 | return NOTIFY_DONE; |
| 360 | } |
| 361 | |
George Cherian | 30fef1a | 2014-07-16 18:37:06 +0530 | [diff] [blame] | 362 | static void dwc3_omap_map_offset(struct dwc3_omap *omap) |
| 363 | { |
| 364 | struct device_node *node = omap->dev->of_node; |
| 365 | |
| 366 | /* |
| 367 | * Differentiate between OMAP5 and AM437x. |
| 368 | * |
| 369 | * For OMAP5(ES2.0) and AM437x wrapper revision is same, even |
| 370 | * though there are changes in wrapper register offsets. |
| 371 | * |
| 372 | * Using dt compatible to differentiate AM437x. |
| 373 | */ |
| 374 | if (of_device_is_compatible(node, "ti,am437x-dwc3")) { |
| 375 | omap->irq_eoi_offset = USBOTGSS_EOI_OFFSET; |
| 376 | omap->irq0_offset = USBOTGSS_IRQ0_OFFSET; |
| 377 | omap->irqmisc_offset = USBOTGSS_IRQMISC_OFFSET; |
| 378 | omap->utmi_otg_offset = USBOTGSS_UTMI_OTG_OFFSET; |
| 379 | omap->debug_offset = USBOTGSS_DEBUG_OFFSET; |
| 380 | } |
| 381 | } |
| 382 | |
George Cherian | d2f0cf89 | 2014-07-16 18:37:07 +0530 | [diff] [blame] | 383 | static void dwc3_omap_set_utmi_mode(struct dwc3_omap *omap) |
| 384 | { |
| 385 | u32 reg; |
| 386 | struct device_node *node = omap->dev->of_node; |
| 387 | int utmi_mode = 0; |
| 388 | |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 389 | reg = dwc3_omap_read_utmi_ctrl(omap); |
George Cherian | d2f0cf89 | 2014-07-16 18:37:07 +0530 | [diff] [blame] | 390 | |
| 391 | of_property_read_u32(node, "utmi-mode", &utmi_mode); |
| 392 | |
| 393 | switch (utmi_mode) { |
| 394 | case DWC3_OMAP_UTMI_MODE_SW: |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 395 | reg |= USBOTGSS_UTMI_OTG_CTRL_SW_MODE; |
George Cherian | d2f0cf89 | 2014-07-16 18:37:07 +0530 | [diff] [blame] | 396 | break; |
| 397 | case DWC3_OMAP_UTMI_MODE_HW: |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 398 | reg &= ~USBOTGSS_UTMI_OTG_CTRL_SW_MODE; |
George Cherian | d2f0cf89 | 2014-07-16 18:37:07 +0530 | [diff] [blame] | 399 | break; |
| 400 | default: |
Felipe Balbi | e4f7566 | 2015-06-30 12:46:07 -0500 | [diff] [blame] | 401 | dev_WARN(omap->dev, "UNKNOWN utmi mode %d\n", utmi_mode); |
George Cherian | d2f0cf89 | 2014-07-16 18:37:07 +0530 | [diff] [blame] | 402 | } |
| 403 | |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 404 | dwc3_omap_write_utmi_ctrl(omap, reg); |
George Cherian | d2f0cf89 | 2014-07-16 18:37:07 +0530 | [diff] [blame] | 405 | } |
| 406 | |
George Cherian | 025b431 | 2014-07-16 18:37:08 +0530 | [diff] [blame] | 407 | static int dwc3_omap_extcon_register(struct dwc3_omap *omap) |
| 408 | { |
Dan Carpenter | 788b0bc4 | 2014-07-31 18:30:51 +0300 | [diff] [blame] | 409 | int ret; |
George Cherian | 025b431 | 2014-07-16 18:37:08 +0530 | [diff] [blame] | 410 | struct device_node *node = omap->dev->of_node; |
| 411 | struct extcon_dev *edev; |
| 412 | |
| 413 | if (of_property_read_bool(node, "extcon")) { |
| 414 | edev = extcon_get_edev_by_phandle(omap->dev, 0); |
| 415 | if (IS_ERR(edev)) { |
| 416 | dev_vdbg(omap->dev, "couldn't get extcon device\n"); |
| 417 | return -EPROBE_DEFER; |
| 418 | } |
| 419 | |
| 420 | omap->vbus_nb.notifier_call = dwc3_omap_vbus_notifier; |
Chanwoo Choi | 5960387 | 2015-07-01 13:11:30 +0900 | [diff] [blame] | 421 | ret = extcon_register_notifier(edev, EXTCON_USB, |
| 422 | &omap->vbus_nb); |
George Cherian | 025b431 | 2014-07-16 18:37:08 +0530 | [diff] [blame] | 423 | if (ret < 0) |
| 424 | dev_vdbg(omap->dev, "failed to register notifier for USB\n"); |
| 425 | |
| 426 | omap->id_nb.notifier_call = dwc3_omap_id_notifier; |
Chanwoo Choi | 5960387 | 2015-07-01 13:11:30 +0900 | [diff] [blame] | 427 | ret = extcon_register_notifier(edev, EXTCON_USB_HOST, |
| 428 | &omap->id_nb); |
George Cherian | 025b431 | 2014-07-16 18:37:08 +0530 | [diff] [blame] | 429 | if (ret < 0) |
| 430 | dev_vdbg(omap->dev, "failed to register notifier for USB-HOST\n"); |
| 431 | |
Chanwoo Choi | 5960387 | 2015-07-01 13:11:30 +0900 | [diff] [blame] | 432 | if (extcon_get_cable_state_(edev, EXTCON_USB) == true) |
George Cherian | 025b431 | 2014-07-16 18:37:08 +0530 | [diff] [blame] | 433 | dwc3_omap_set_mailbox(omap, OMAP_DWC3_VBUS_VALID); |
Chanwoo Choi | 5960387 | 2015-07-01 13:11:30 +0900 | [diff] [blame] | 434 | if (extcon_get_cable_state_(edev, EXTCON_USB_HOST) == true) |
George Cherian | 025b431 | 2014-07-16 18:37:08 +0530 | [diff] [blame] | 435 | dwc3_omap_set_mailbox(omap, OMAP_DWC3_ID_GROUND); |
Chanwoo Choi | 5960387 | 2015-07-01 13:11:30 +0900 | [diff] [blame] | 436 | |
| 437 | omap->edev = edev; |
George Cherian | 025b431 | 2014-07-16 18:37:08 +0530 | [diff] [blame] | 438 | } |
| 439 | |
| 440 | return 0; |
| 441 | } |
| 442 | |
Bill Pemberton | 41ac7b3 | 2012-11-19 13:21:48 -0500 | [diff] [blame] | 443 | static int dwc3_omap_probe(struct platform_device *pdev) |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 444 | { |
Felipe Balbi | 45b3cd4a | 2012-01-25 11:07:03 +0200 | [diff] [blame] | 445 | struct device_node *node = pdev->dev.of_node; |
| 446 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 447 | struct dwc3_omap *omap; |
| 448 | struct resource *res; |
Chanho Park | 802ca85 | 2012-02-15 18:27:55 +0900 | [diff] [blame] | 449 | struct device *dev = &pdev->dev; |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 450 | struct regulator *vbus_reg = NULL; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 451 | |
Andy Shevchenko | b09e99e | 2014-05-15 15:53:32 +0300 | [diff] [blame] | 452 | int ret; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 453 | int irq; |
| 454 | |
| 455 | u32 reg; |
| 456 | |
| 457 | void __iomem *base; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 458 | |
Kishon Vijay Abraham I | 4495afc | 2013-02-26 20:03:28 +0530 | [diff] [blame] | 459 | if (!node) { |
| 460 | dev_err(dev, "device node not found\n"); |
| 461 | return -EINVAL; |
| 462 | } |
| 463 | |
Chanho Park | 802ca85 | 2012-02-15 18:27:55 +0900 | [diff] [blame] | 464 | omap = devm_kzalloc(dev, sizeof(*omap), GFP_KERNEL); |
Jingoo Han | 734d5a5 | 2014-07-17 12:45:11 +0900 | [diff] [blame] | 465 | if (!omap) |
Chanho Park | 802ca85 | 2012-02-15 18:27:55 +0900 | [diff] [blame] | 466 | return -ENOMEM; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 467 | |
| 468 | platform_set_drvdata(pdev, omap); |
| 469 | |
Kishon Vijay Abraham I | e36a0c8 | 2013-02-26 20:03:27 +0530 | [diff] [blame] | 470 | irq = platform_get_irq(pdev, 0); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 471 | if (irq < 0) { |
Chanho Park | 802ca85 | 2012-02-15 18:27:55 +0900 | [diff] [blame] | 472 | dev_err(dev, "missing IRQ resource\n"); |
| 473 | return -EINVAL; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 474 | } |
| 475 | |
Kishon Vijay Abraham I | e36a0c8 | 2013-02-26 20:03:27 +0530 | [diff] [blame] | 476 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
Felipe Balbi | 8bbcd17 | 2013-07-12 15:33:35 +0300 | [diff] [blame] | 477 | base = devm_ioremap_resource(dev, res); |
| 478 | if (IS_ERR(base)) |
| 479 | return PTR_ERR(base); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 480 | |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 481 | if (of_property_read_bool(node, "vbus-supply")) { |
| 482 | vbus_reg = devm_regulator_get(dev, "vbus"); |
| 483 | if (IS_ERR(vbus_reg)) { |
| 484 | dev_err(dev, "vbus init failed\n"); |
| 485 | return PTR_ERR(vbus_reg); |
| 486 | } |
| 487 | } |
| 488 | |
Chanho Park | 802ca85 | 2012-02-15 18:27:55 +0900 | [diff] [blame] | 489 | omap->dev = dev; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 490 | omap->irq = irq; |
| 491 | omap->base = base; |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 492 | omap->vbus_reg = vbus_reg; |
Kishon Vijay Abraham I | ddff14f | 2013-03-07 18:51:43 +0530 | [diff] [blame] | 493 | dev->dma_mask = &dwc3_omap_dma_mask; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 494 | |
Kishon Vijay Abraham I | af310e9 | 2013-01-25 08:30:47 +0530 | [diff] [blame] | 495 | pm_runtime_enable(dev); |
| 496 | ret = pm_runtime_get_sync(dev); |
| 497 | if (ret < 0) { |
| 498 | dev_err(dev, "get_sync failed with err %d\n", ret); |
Kishon Vijay Abraham I | 594daba | 2013-06-03 21:43:39 +0530 | [diff] [blame] | 499 | goto err0; |
Kishon Vijay Abraham I | af310e9 | 2013-01-25 08:30:47 +0530 | [diff] [blame] | 500 | } |
| 501 | |
George Cherian | 30fef1a | 2014-07-16 18:37:06 +0530 | [diff] [blame] | 502 | dwc3_omap_map_offset(omap); |
George Cherian | d2f0cf89 | 2014-07-16 18:37:07 +0530 | [diff] [blame] | 503 | dwc3_omap_set_utmi_mode(omap); |
Felipe Balbi | 9962444 | 2011-09-01 22:26:25 +0300 | [diff] [blame] | 504 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 505 | /* check the DMA Status */ |
Ido Shayevitz | ab5e59d | 2012-04-24 14:18:38 +0300 | [diff] [blame] | 506 | reg = dwc3_omap_readl(omap->base, USBOTGSS_SYSCONFIG); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 507 | omap->dma_status = !!(reg & USBOTGSS_SYSCONFIG_DMADISABLE); |
| 508 | |
Chanho Park | 802ca85 | 2012-02-15 18:27:55 +0900 | [diff] [blame] | 509 | ret = devm_request_irq(dev, omap->irq, dwc3_omap_interrupt, 0, |
Felipe Balbi | dd17a6b | 2011-09-06 10:57:41 +0300 | [diff] [blame] | 510 | "dwc3-omap", omap); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 511 | if (ret) { |
Chanho Park | 802ca85 | 2012-02-15 18:27:55 +0900 | [diff] [blame] | 512 | dev_err(dev, "failed to request IRQ #%d --> %d\n", |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 513 | omap->irq, ret); |
Kishon Vijay Abraham I | 594daba | 2013-06-03 21:43:39 +0530 | [diff] [blame] | 514 | goto err1; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 515 | } |
| 516 | |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 517 | dwc3_omap_enable_irqs(omap); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 518 | |
George Cherian | 025b431 | 2014-07-16 18:37:08 +0530 | [diff] [blame] | 519 | ret = dwc3_omap_extcon_register(omap); |
| 520 | if (ret < 0) |
| 521 | goto err2; |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 522 | |
Kishon Vijay Abraham I | 4495afc | 2013-02-26 20:03:28 +0530 | [diff] [blame] | 523 | ret = of_platform_populate(node, NULL, NULL, dev); |
| 524 | if (ret) { |
| 525 | dev_err(&pdev->dev, "failed to create dwc3 core\n"); |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 526 | goto err3; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 527 | } |
| 528 | |
| 529 | return 0; |
Kishon Vijay Abraham I | 594daba | 2013-06-03 21:43:39 +0530 | [diff] [blame] | 530 | |
Kishon Vijay Abraham I | 8061ad7 | 2013-07-08 09:54:43 +0900 | [diff] [blame] | 531 | err3: |
Chanwoo Choi | 5960387 | 2015-07-01 13:11:30 +0900 | [diff] [blame] | 532 | extcon_unregister_notifier(omap->edev, EXTCON_USB, &omap->vbus_nb); |
| 533 | extcon_unregister_notifier(omap->edev, EXTCON_USB_HOST, &omap->id_nb); |
Kishon Vijay Abraham I | 594daba | 2013-06-03 21:43:39 +0530 | [diff] [blame] | 534 | err2: |
| 535 | dwc3_omap_disable_irqs(omap); |
| 536 | |
| 537 | err1: |
| 538 | pm_runtime_put_sync(dev); |
| 539 | |
| 540 | err0: |
| 541 | pm_runtime_disable(dev); |
| 542 | |
| 543 | return ret; |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 544 | } |
| 545 | |
Bill Pemberton | fb4e98a | 2012-11-19 13:26:20 -0500 | [diff] [blame] | 546 | static int dwc3_omap_remove(struct platform_device *pdev) |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 547 | { |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 548 | struct dwc3_omap *omap = platform_get_drvdata(pdev); |
| 549 | |
Chanwoo Choi | 5960387 | 2015-07-01 13:11:30 +0900 | [diff] [blame] | 550 | extcon_unregister_notifier(omap->edev, EXTCON_USB, &omap->vbus_nb); |
| 551 | extcon_unregister_notifier(omap->edev, EXTCON_USB_HOST, &omap->id_nb); |
Felipe Balbi | 9a4b5da | 2013-02-11 11:03:59 +0200 | [diff] [blame] | 552 | dwc3_omap_disable_irqs(omap); |
Felipe Balbi | 3d0184d | 2014-09-02 14:12:26 -0500 | [diff] [blame] | 553 | of_platform_depopulate(omap->dev); |
Kishon Vijay Abraham I | af310e9 | 2013-01-25 08:30:47 +0530 | [diff] [blame] | 554 | pm_runtime_put_sync(&pdev->dev); |
| 555 | pm_runtime_disable(&pdev->dev); |
Kishon Vijay Abraham I | 94c6a43 | 2013-01-25 08:30:45 +0530 | [diff] [blame] | 556 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 557 | return 0; |
| 558 | } |
| 559 | |
Felipe Balbi | 2c2dc89 | 2013-02-11 10:31:15 +0200 | [diff] [blame] | 560 | static const struct of_device_id of_dwc3_match[] = { |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 561 | { |
Kishon Vijay Abraham I | e36a0c8 | 2013-02-26 20:03:27 +0530 | [diff] [blame] | 562 | .compatible = "ti,dwc3" |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 563 | }, |
George Cherian | ff7307b | 2013-06-12 14:53:46 +0530 | [diff] [blame] | 564 | { |
| 565 | .compatible = "ti,am437x-dwc3" |
| 566 | }, |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 567 | { }, |
| 568 | }; |
Felipe Balbi | 2c2dc89 | 2013-02-11 10:31:15 +0200 | [diff] [blame] | 569 | MODULE_DEVICE_TABLE(of, of_dwc3_match); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 570 | |
Jingoo Han | 19fda7c | 2013-03-26 01:52:48 +0000 | [diff] [blame] | 571 | #ifdef CONFIG_PM_SLEEP |
Felipe Balbi | f3e117f | 2013-02-11 11:12:02 +0200 | [diff] [blame] | 572 | static int dwc3_omap_suspend(struct device *dev) |
| 573 | { |
| 574 | struct dwc3_omap *omap = dev_get_drvdata(dev); |
| 575 | |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 576 | omap->utmi_otg_ctrl = dwc3_omap_read_utmi_ctrl(omap); |
George Cherian | 7ee2566 | 2013-12-17 18:47:54 +0530 | [diff] [blame] | 577 | dwc3_omap_disable_irqs(omap); |
Felipe Balbi | f3e117f | 2013-02-11 11:12:02 +0200 | [diff] [blame] | 578 | |
| 579 | return 0; |
| 580 | } |
| 581 | |
| 582 | static int dwc3_omap_resume(struct device *dev) |
| 583 | { |
| 584 | struct dwc3_omap *omap = dev_get_drvdata(dev); |
| 585 | |
Bin Liu | 2283219 | 2015-03-24 15:08:49 -0500 | [diff] [blame] | 586 | dwc3_omap_write_utmi_ctrl(omap, omap->utmi_otg_ctrl); |
George Cherian | 7ee2566 | 2013-12-17 18:47:54 +0530 | [diff] [blame] | 587 | dwc3_omap_enable_irqs(omap); |
Felipe Balbi | f3e117f | 2013-02-11 11:12:02 +0200 | [diff] [blame] | 588 | |
| 589 | pm_runtime_disable(dev); |
| 590 | pm_runtime_set_active(dev); |
| 591 | pm_runtime_enable(dev); |
| 592 | |
| 593 | return 0; |
| 594 | } |
| 595 | |
| 596 | static const struct dev_pm_ops dwc3_omap_dev_pm_ops = { |
Felipe Balbi | f3e117f | 2013-02-11 11:12:02 +0200 | [diff] [blame] | 597 | |
| 598 | SET_SYSTEM_SLEEP_PM_OPS(dwc3_omap_suspend, dwc3_omap_resume) |
| 599 | }; |
| 600 | |
| 601 | #define DEV_PM_OPS (&dwc3_omap_dev_pm_ops) |
| 602 | #else |
| 603 | #define DEV_PM_OPS NULL |
Jingoo Han | 19fda7c | 2013-03-26 01:52:48 +0000 | [diff] [blame] | 604 | #endif /* CONFIG_PM_SLEEP */ |
Felipe Balbi | f3e117f | 2013-02-11 11:12:02 +0200 | [diff] [blame] | 605 | |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 606 | static struct platform_driver dwc3_omap_driver = { |
| 607 | .probe = dwc3_omap_probe, |
Bill Pemberton | 7690417 | 2012-11-19 13:21:08 -0500 | [diff] [blame] | 608 | .remove = dwc3_omap_remove, |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 609 | .driver = { |
| 610 | .name = "omap-dwc3", |
Felipe Balbi | 2c2dc89 | 2013-02-11 10:31:15 +0200 | [diff] [blame] | 611 | .of_match_table = of_dwc3_match, |
Felipe Balbi | f3e117f | 2013-02-11 11:12:02 +0200 | [diff] [blame] | 612 | .pm = DEV_PM_OPS, |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 613 | }, |
| 614 | }; |
| 615 | |
Axel Lin | cc27c96 | 2011-11-27 20:16:27 +0800 | [diff] [blame] | 616 | module_platform_driver(dwc3_omap_driver); |
| 617 | |
Sebastian Andrzej Siewior | 7ae4fc4 | 2011-10-19 19:39:50 +0200 | [diff] [blame] | 618 | MODULE_ALIAS("platform:omap-dwc3"); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 619 | MODULE_AUTHOR("Felipe Balbi <balbi@ti.com>"); |
Felipe Balbi | 5945f78 | 2013-06-30 14:15:11 +0300 | [diff] [blame] | 620 | MODULE_LICENSE("GPL v2"); |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 621 | MODULE_DESCRIPTION("DesignWare USB3 OMAP Glue Layer"); |