rockchip: don't crash if we get an FDT we can't parse
Thanks for the review! I dropped the commit to remove the date and replaced it with one that updates it. I think you're correct that "re-enumerate," when read literally with regard to the USB spec, is something only the host can do. However, it's used to refer to a device reconnecting with a different set of descriptors in many places, including the DFU spec itself. See Section 2: "The device re-enumerates and executes the upgraded firmware." It's also used in that way in the Cypress EZ-USB peripheral...
man: Document -e and -E options
man: Fix some inconsistent formatting
man: Update date
BTW, if Pandoc is too heavy of a dependency, Groff can also generate HTML directly. It's not quite as nicely formatted, IMO, but still totally acceptable. Let me know if you want me to update the series to use that instead.
"will-reset" worked perfectly; thanks! I've submitted Merge Request #9 to automate the generation of an HTML man page and to add entries for -e and -E.
Various man page updates