From: Dan Williams Date: Wed, 21 May 2014 01:08:52 +0000 (-0700) Subject: usb: make usb_port flags atomic, rename did_runtime_put to child_usage X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c3834e4af3acc4d7fc52faba2711c666655632;p=pandora-kernel.git usb: make usb_port flags atomic, rename did_runtime_put to child_usage We want to manipulate ->did_runtime_put in usb_port_runtime_resume(), but we don't want that to collide with other updates. Move usb_port flags to new port-bitmap fields in usb_hub. "did_runtime_put" is renamed "child_usage_bits" to reflect that it is strictly standing in for the fact that usb_devices are not the device_model children of their parent port. Signed-off-by: Dan Williams Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed