Message ID | 20220901183343.3188903-1-Mr.Bossman075@gmail.com |
---|---|
Headers | show |
Series | Add support for i.MXRT1170-evk | expand |
On Thu, Sep 1, 2022 at 8:33 PM Jesse Taube <mr.bossman075@gmail.com> wrote: > This patch contains: > - Update to imxrt_defconfig > - Devicetree > - Clock driver > - Pinctrl driver No it does not, I already merged that. I think you should probably split up your series per-subsystem so the clock bindings and changes can be merged separately etc. Then the DTS files can be added to the ARM SoC tree as a final step. When you send everything in one bundle like this subsystem maintainers don't know if they can merge e.g. just the clock patches separately and be done with their part (like what I did with pinctrl). Yours. Linus Walleij
On 9/2/22 04:06, Linus Walleij wrote: > On Thu, Sep 1, 2022 at 8:33 PM Jesse Taube <mr.bossman075@gmail.com> wrote: > >> This patch contains: >> - Update to imxrt_defconfig >> - Devicetree >> - Clock driver >> - Pinctrl driver > > No it does not, I already merged that. > > I think you should probably split up your series per-subsystem so the > clock bindings and changes can be merged separately etc. > > Then the DTS files can be added to the ARM SoC tree as a final step. > > When you send everything in one bundle like this subsystem maintainers > don't know if they can merge e.g. just the clock patches separately > and be done with their part (like what I did with pinctrl). Do you think its possible to add Docs for Device tree compatibles that aren't added yet? Thanks, Jesse Taube > > Yours. > Linus Walleij
On Fri, Sep 2, 2022 at 2:57 PM Jesse Taube <mr.bossman075@gmail.com> wrote: > On 9/2/22 04:06, Linus Walleij wrote: > > On Thu, Sep 1, 2022 at 8:33 PM Jesse Taube <mr.bossman075@gmail.com> wrote: > > > >> This patch contains: > >> - Update to imxrt_defconfig > >> - Devicetree > >> - Clock driver > >> - Pinctrl driver > > > > No it does not, I already merged that. > > > > I think you should probably split up your series per-subsystem so the > > clock bindings and changes can be merged separately etc. > > > > Then the DTS files can be added to the ARM SoC tree as a final step. > > > > When you send everything in one bundle like this subsystem maintainers > > don't know if they can merge e.g. just the clock patches separately > > and be done with their part (like what I did with pinctrl). > > Do you think its possible to add Docs for Device tree compatibles that > aren't added yet? Bindings and drivers are orthogonal, we only submit them together to provide context for reviewers. It is also possible to submit device trees with compatibles and entire nodes without bindings because there essentially is no real police for this. Of course it is not recommended. If you are confident that bindings and device trees will come in the same merge window it is fine to merge them separately through different trees. Yours, Linus Walleij