K70: KHCI USB-FS driver implementation for device mode#6
Open
aAXEe wants to merge 5 commits intoEmcraftSystems:masterfrom
Open
K70: KHCI USB-FS driver implementation for device mode#6aAXEe wants to merge 5 commits intoEmcraftSystems:masterfrom
aAXEe wants to merge 5 commits intoEmcraftSystems:masterfrom
Conversation
Queue request to answer the max lun request after the request is realy ready. backport from current kernel Signed-off-by: Axel Utech <axel.utech@gmail.com>
ASM code wfi in arch/mm/proc-v7m.S may sleep and disable modules e. g. the USB full speed module. Signed-off-by: Axel Utech <axel.utech@gmail.com>
The hardware module is used by host and gadget usb drivers. This option enables the initialization for the module and its clock during startup. Signed-off-by: Axel Utech <axel.utech@gmail.com>
Add Peripheral Controller Driver for the USB-Full-Speed module for use with the Gadget-API. Signed-off-by: Axel Utech <axel.utech@gmail.com>
Improve coding style according. No functional changes. Signed-off-by: Axel Utech <axel.utech@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a device driver for the USB-FS hardware in device mode.