> Your threading of these two patches is broken. The usual way to do this is > > git format-patch HEAD~2 > git send-email *.patch > > You will then get uniform subject lines and the two emails threaded > together. Thanks, Andrew, I did something like that. However, bindings and net-next have different requirements. One needs the mail to go to devicetree@xxxxxxxxxxxxxxx and the other a different prefix. So, I used send-email twice. Or should I use net-next for both and send both also to devicetree@? I did forget to set the "In-Reply-To:" in the second message. Luiz