[U-Boot] [PATCH 1/5] usb: dwc3: Add helper functions to enable snooping and burst settings

York Sun york.sun at nxp.com
Fri May 12 20:21:25 UTC 2017


On 05/03/2017 04:15 AM, yinbo.zhu wrote:
> From: Rajat Srivastava <rajat.srivastava at nxp.com>
>
> Adds helper functions to enable snooping and outstanding burst beat
> settings.
>
> Signed-off-by: Rajat Srivastava <rajat.srivastava at nxp.com>
> Signed-off-by: Rajesh Bhagat <rajesh.bhagat at nxp.com>
> ---
>  drivers/usb/dwc3/core.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
>  drivers/usb/dwc3/core.h |  7 +++++++
>  2 files changed, 52 insertions(+)
>

Look like you repost this patch in another set without mentioning it. 
Since this set is older, I am going to mark them as "Superseded". Some 
tips for your future patches.

1. Copy maintainers
Use patman to generate patches, or call get_maintainer.pl to get the 
maintainers.

2. Add change logs
Please update change log every time you post a new version.

3. Do not assign to different maintainers in patchwork
Maybe you did, or someone did it for you. These two patches were 
assigned to different maintainers.

4. Keep your patches in meaningful set
It is not a good idea to mix architecture or board specific patches with 
general drivers. It is not easy to assign them to one maintainer. Try to 
separate them and add a note describing dependency if necessary.

Happy coding!

York


More information about the U-Boot mailing list