Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-16 | usb_power_delivery: convert double quotes to single quotes | Vincent Palatin | |
For consistency with other decoders, convert all the double quotes around strings to single quotes. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> | |||
2015-11-21 | usb_power_delivery: Minor typo and whitespace fixes. | Uwe Hermann | |
2015-11-21 | usb_power_delivery: Use the same license header format as other PDs. | Uwe Hermann | |
2015-11-21 | USB Power Delivery protocol decoder | Vincent Palatin | |
Decode and packetize the Biphase Mark Coding (aka differential Manchester) as used in the Universal Serial Bus Power Delivery Specification Revision 2.0 v1.1, then decode the packet content. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> |