Re: emxx_udc device tree bindings

2018-09-20 Thread Dan Carpenter
I don't know about device tree... There a bunch of easy aesthetic things one could do. 1) Get rid of forward declarations. (I haven't looked if this is easy). 2) Remove underscore prefixes from names. 3) Fix the comments. (Delete most of them). 4) pr_info("=== %s()\n", __func__); <-- delete use

emxx_udc device tree bindings

2018-09-20 Thread Arkadiusz Lis
Hi all, I would like to help getting emxx_udc driver out of staging. One of the things to do is to adjust it to using device tree. The bindings are not defined yet. I have a blurred idea what properties are needed however I've never done it and your support and comments will be really appreciated