These patches add few fixes: - remove unneeded disconnect from ErlySusp interrupt handling - remove deprecated driver dependency CONFIG_S3C_DEV_USB_HSOTG - fix driver unregistration function - fix "protocol stall" handling, by enqueue new ep0 request when stalled - add correct interrput handling in dedicated-fifos mode - fix endpoint halt clearing, when it is not currently halted Chanho Park (1): usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intr Marek Szyprowski (2): usb: s3c-hsotg: change dependency to PLAT_SAMSUNG usb: s3c-hsotg: fix unregistration function Robert Baldyga (3): USB: gadget: s3c-hsotg: fix "protocol stall" handling USB: gadget: s3c-hsotg: fix dedicated fifos handling USB: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALT drivers/usb/gadget/Kconfig | 2 +- drivers/usb/gadget/s3c-hsotg.c | 81 +++++++++++++++++++++++++++------------- 2 files changed, 56 insertions(+), 27 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html