commit | 532c80140bd3e353b917b729240a0075db39da30 | [log] [tgz] |
---|---|---|
author | Manu Gautam <mgautam@codeaurora.org> | Thu Dec 06 15:45:22 2018 +0530 |
committer | Hemant Kumar <hemantk@codeaurora.org> | Wed Jan 09 17:43:50 2019 -0800 |
tree | 4223584dc4e7b65a074a5e710c412d17d4a8ae2f | |
parent | 93b3d48fc3ecb3358385b7cfe605ade1bf015399 [diff] |
usb: dwc3-msm: add enum for drd_states to remove otg_state usage otg_state enum defines states for USB OTG devices. Since, driver supports only role change (DRD) and no OTG support, hence, instead of using otg_states create separate drd_state enums. Change-Id: Ifda1fac712e751c980ce51b60b473e5921f2001d Signed-off-by: Manu Gautam <mgautam@codeaurora.org>