Searched hist:"0547 fad2dd7ccaaf3c914ba49073fa37e4e241eb" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | usbnet.h | diff 0547fad2dd7ccaaf3c914ba49073fa37e4e241eb Mon Nov 05 22:53:04 CST 2012 Ming Lei <ming.lei@canonical.com> usbnet: introduce usbnet_{read|write}_cmd_nopm
This patch introduces the below two helpers to prepare for solving the usbnet runtime PM problem, which may cause some network utilities (ifconfig, ethtool,...) touch a suspended device.
usbnet_read_cmd_nopm() usbnet_write_cmd_nopm()
The above two helpers should be called by usbnet resume/suspend callback to avoid deadlock.
Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/usb/ |
H A D | usbnet.c | diff 0547fad2dd7ccaaf3c914ba49073fa37e4e241eb Mon Nov 05 22:53:04 CST 2012 Ming Lei <ming.lei@canonical.com> usbnet: introduce usbnet_{read|write}_cmd_nopm
This patch introduces the below two helpers to prepare for solving the usbnet runtime PM problem, which may cause some network utilities (ifconfig, ethtool,...) touch a suspended device.
usbnet_read_cmd_nopm() usbnet_write_cmd_nopm()
The above two helpers should be called by usbnet resume/suspend callback to avoid deadlock.
Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|