Message ID | 20230331074117.356339-1-srinivas.neeli@amd.com |
---|---|
Headers | show |
Series | watchdog: xilinx_wwdt: Add Versal watchdog support | expand |
On 31/03/2023 09:41, Srinivas Neeli wrote: > Added entry for Xilinx xps-timebase watchdog driver. > > Signed-off-by: Srinivas Neeli <srinivas.neeli@amd.com> > --- > Changes in V3: > -None > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d8287eb2ab4a..4ed139d56913 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -23071,6 +23071,14 @@ F: Documentation/devicetree/bindings/media/xilinx/ > F: drivers/media/platform/xilinx/ > F: include/uapi/linux/xilinx-v4l2-controls.h > > +XILINX WATCHDOG DRIVER > +M: Srinivas Neeli <srinivas.neeli@amd.com> > +R: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> > +R: Michal Simek <michal.simek@amd.com> > +S: Maintained > +F: Documentation/devicetree/bindings/watchdog/xlnx,xps-timebase-wdt.yaml > +F: drivers/watchdog/of_xilinx_wdt.c Your patchset is not bisectable. These files do not exist. Best regards, Krzysztof
On 03/04/2023 20:30, Krzysztof Kozlowski wrote: > On 31/03/2023 09:41, Srinivas Neeli wrote: >> Added entry for Xilinx xps-timebase watchdog driver. >> >> Signed-off-by: Srinivas Neeli <srinivas.neeli@amd.com> >> --- >> Changes in V3: >> -None >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index d8287eb2ab4a..4ed139d56913 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -23071,6 +23071,14 @@ F: Documentation/devicetree/bindings/media/xilinx/ >> F: drivers/media/platform/xilinx/ >> F: include/uapi/linux/xilinx-v4l2-controls.h >> >> +XILINX WATCHDOG DRIVER >> +M: Srinivas Neeli <srinivas.neeli@amd.com> >> +R: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> >> +R: Michal Simek <michal.simek@amd.com> >> +S: Maintained >> +F: Documentation/devicetree/bindings/watchdog/xlnx,xps-timebase-wdt.yaml >> +F: drivers/watchdog/of_xilinx_wdt.c > > Your patchset is not bisectable. These files do not exist. Ah, I was too fast in judging this. It seems you document existing driver, although nothing in commit msg suggests it. Best regards, Krzysztof