
Hi list,
This is the second version of cleaning up the SRAM initialization code in the musb-new variant for sunxis.
Patch 1 ("only perform ... when necessary") has not changed since v1. Patch 2 has had the following changes: - Remove one-off bit/reg #defines, per feedback from Andre. - Switch to the Linux multiline comment style, per feedback from Andre. - Reword the commit message, since this change isn't as "speculative" as I had originally thought. - Perhaps controversially, introduce a `void *syscon_base;` under that TODO comment I mentioned before, to further invite somebody to "DO" it. :)
Thank you once again for your continued efforts, Sam
Sam Edwards (2): usb: musb-new: sunxi: only perform SRAM initialization when necessary usb: musb-new: sunxi: clarify the purpose of SRAM initialization
drivers/usb/musb-new/sunxi.c | 43 ++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 9 deletions(-)