Message ID | 20230203141801.59083-1-hal.feng@starfivetech.com (mailing list archive) |
---|---|
Headers | show |
Series | Basic pinctrl support for StarFive JH7110 RISC-V SoC | expand |
On Fri, 3 Feb 2023 22:17:57 +0800, Hal Feng wrote: > This patch series adds basic pinctrl support for StarFive JH7110 SoC. > > Changes since v3: > - Rebased on Linus's "devel" branch of linux-pinctrl repo, which was based on > on tag v6.2-rc1. > - Dropped patch 1. > Patch 2 & 3: > - Added a reference for '-pins$' patternProperties. > - Put "additionalProperties: false" before properties section. (by Rob) > - Improved the description. > - Changed the node name in examples from "gpio" to "pinctrl". > Patch 4: > - Added some missing headers. (by Andreas) > > v3: https://lore.kernel.org/all/20221220005529.34744-1-hal.feng@starfivetech.com/ Hi, Linus, I have resent the patches rebased on your "devel" branch. Rob has added Reviewed-by tags for DT bindings, but the DT binding patches still need to be modified a little bit. Could you apply this series if I modify the DT bindings patches and resend as v5? Or it need another round of review? Best regards, Hal
On Wed, Feb 8, 2023 at 3:31 AM Hal Feng <hal.feng@starfivetech.com> wrote: > I have resent the patches rebased on your "devel" branch. Rob has added > Reviewed-by tags for DT bindings, but the DT binding patches still need > to be modified a little bit. Could you apply this series if I modify the > DT bindings patches and resend as v5? Or it need another round of review? No more review needed for small fixes. Just resend a v5 and include the review tags and I will apply it. After a few revisions this is usually fine. Yours, Linus Walleij