| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-07-09 | USB: Chipidea: rename struct ci13xxx variables from udc to ci | Richard Zhao | 1 | -73/+73 | |
| struct ci13xxx represent the controller, which may be device or host, so name its variables as ci. Signed-off-by: Richard Zhao <[email protected]> Reviewed-by: Felipe Balbi <[email protected]> Signed-off-by: Alexander Shishkin <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2012-05-11 | usb: chipidea: split the driver code into units | Alexander Shishkin | 1 | -0/+804 | |
| Split the driver into the following parts: * core -- resources, register access, capabilities, etc; * udc -- device controller functionality; * debug -- logging events. Signed-off-by: Alexander Shishkin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||