usb: misc: usb3503: Add to select the ports to disable
authorDongjin Kim <tobetter@gmail.com>
Tue, 21 May 2013 20:20:08 +0000 (05:20 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:05 +0000 (11:47 +0900)
commit2c27a9a56c2fce8ff687b8800e64cc129e3d190b
treeeedad323629a88b8646472b155b638d6c547a20b
parentb0f6a2e4b6fa59d58ef84d6df59ec83d085aea8c
usb: misc: usb3503: Add to select the ports to disable

This patch is to disable the USB ports unconnected to USB3503. In order to
disable the port, 'port_off_mask' must be set.

* Disable PORT1 only
.port_off_mask = USB3503_OFF_PORT1;

* Disable PORT1 and PORT3 only
.port_off_mask = USB3503_OFF_PORT1 | USB3503_OFF_PORT3;

* Enables all ports
.port_off_mask = 0;

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
[mszyprow: mainline commit e8e44a4896a5f0bde1af36a31b7ec662bdaa44ef]
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Ie8e44a4896a5f0bde1af36a31b7ec662bdaa44ef
drivers/usb/misc/usb3503.c
include/linux/platform_data/usb3503.h