11 Aug, 2016
1 commit
-
Add missing platform_set_drvdata() in omap_otg_probe(), otherwise
calling platform_get_drvdata() in remove returns NULL.This is detected by Coccinelle semantic patch.
Signed-off-by: Wei Yongjun
Signed-off-by: Felipe Balbi
21 Jun, 2016
1 commit
-
Space required after that ','.
Reviewed-by: Aaro Koskinen
Signed-off-by: Sandhya Bankar
Signed-off-by: Felipe Balbi
17 Nov, 2015
1 commit
-
otg_dev->extcon was referenced before otg_dev was initialized. Fix.
Cc: # v4.3
Fixes: a2fd2423240f ("usb: phy: omap-otg: Replace deprecated API of extcon")
Reviewed-by: Chanwoo Choi
Signed-off-by: Aaro Koskinen
Signed-off-by: Felipe Balbi
29 Jul, 2015
1 commit
-
This patch removes the deprecated notifier API of extcon framwork
and then use the new extcon API with the unique id to indicate
the each external connector (USB, USB-HOST).Alter deprecated API as following:
- extcon_register_interest() -> extcon_register_notifier()
- extcon_get_cable_state(*edev, char *) -> extcon_get_cable_state_(*edev, id)[ balbi@ti.com : fix build break ]
Cc: Greg Kroah-Hartman
Signed-off-by: Chanwoo Choi
Signed-off-by: Felipe Balbi
20 Oct, 2014
1 commit
-
A platform_driver does not need to set an owner, it will be populated by the
driver core.Signed-off-by: Wolfram Sang
07 Dec, 2013
1 commit
-
Transceivers need to manage OTG controller state on OMAP1 to enable
switching between peripheral and host modes. Provide a driver for that.Signed-off-by: Aaro Koskinen
Signed-off-by: Felipe Balbi