The patch titled Subject: const_structs.checkpatch: add pinctrl_ops and pinmux_ops has been added to the -mm tree. Its filename is const_structscheckpatch-add-pinctrl_ops-and-pinmux_ops.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/const_structscheckpatch-add-pinctrl_ops-and-pinmux_ops.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/const_structscheckpatch-add-pinctrl_ops-and-pinmux_ops.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx> Subject: const_structs.checkpatch: add pinctrl_ops and pinmux_ops All usages of include/linux of these are const pointers, and all instances in the kernel except one, that are not const can be made const (patches have been posted for those separately). Link: https://lkml.kernel.org/r/20200830224352.37114-1-rikard.falkeborn@xxxxxxxxx Signed-off-by: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx> Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> Cc: Andreas Färber <afaerber@xxxxxxx Cc: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/const_structs.checkpatch | 2 ++ 1 file changed, 2 insertions(+) --- a/scripts/const_structs.checkpatch~const_structscheckpatch-add-pinctrl_ops-and-pinmux_ops +++ a/scripts/const_structs.checkpatch @@ -40,6 +40,8 @@ nvkm_device_chip of_device_id pci_raw_ops phy_ops +pinctrl_ops +pinmux_ops pipe_buf_operations platform_hibernation_ops platform_suspend_ops _ Patches currently in -mm which might be from rikard.falkeborn@xxxxxxxxx are const_structscheckpatch-add-phy_ops.patch const_structscheckpatch-add-pinctrl_ops-and-pinmux_ops.patch