User Details
- User Since
- Jul 21 2017, 11:02 PM (305 w, 4 d)
Jan 31 2023
Jan 27 2023
Jan 13 2023
Jan 10 2023
Thank you for the patch. Overall - LGTM, however I got a request from Amazon, to wait with landing after their release 2.6.2 patches (a matter of day or two).
If you wish, I can take care of their patches and this one - is that ok for you?
Jan 9 2023
Nov 23 2022
Nov 18 2022
The default config Armada 38x should run with is sys/arm/conf/GENERIC. Can you please add a commit with that?
Oct 5 2022
Oct 4 2022
That looks really good, thanks a lot!
Sep 29 2022
Overall, LGTM - thank you for this patch! One nit/suggestion inline. Do you have an example code locally that shows real-life usage - I would like to see a code snippet/diff.
Sep 25 2022
On the occasion, it would be great to extend device_get_property or add a new routine (e.g. device_get_reference) for obtaining phandles in a unified way. That would allow minimizing the code related to HW description in https://reviews.freebsd.org/D36638 (and some future code I'm working on :) ).
Sep 6 2022
Sep 5 2022
Sep 2 2022
Sep 1 2022
Aug 19 2022
Jul 30 2022
Jul 27 2022
Jul 26 2022
Jul 18 2022
Jul 7 2022
Jul 6 2022
I agree the wrapper routines should not be suffixed with _locked. However, because we have a different case than e6000sw_readreg/e6000sw_readreg_wrapper, I propose a following change:
new functions should take the original name (the DEVMETHODs declarations will remain intact). i.e.:
- e6000sw_writephy_wrapper -> e6000sw_writephy
- e6000sw_readphy_wrapper -> e6000sw_readphy
Jul 5 2022
LGTM, thanks!
Jul 4 2022
Jul 3 2022
Thanks for splitting all the patches!