mbox series

[v2,0/2] Add watchdog driver for Sunplus SP7021 SoC

Message ID 20211124104149.361019-1-xt.hu@cqplus1.com (mailing list archive)
Headers show
Series Add watchdog driver for Sunplus SP7021 SoC | expand

Message

Xiantao Hu Nov. 24, 2021, 10:41 a.m. UTC
This is a patch series for watchdog driver for Sunplus SP7021 SoC.

Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates
many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and
etc.) into a single chip. It is designed for industrial control.

Refer to:
https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
https://tibbo.com/store/plus1.html

Xiantao Hu (2):
  watchdog: Add watchdog driver for Sunplus SP7021
  dt-bindings: watchdog: Add Sunplus SP7021 WDT devicetree bindings
    documentation

 .../bindings/watchdog/sunplus,sp7021-wdt.yaml |  47 +++
 MAINTAINERS                                   |   7 +
 drivers/watchdog/Kconfig                      |  11 +
 drivers/watchdog/Makefile                     |   1 +
 drivers/watchdog/sunplus_wdt.c                | 322 ++++++++++++++++++
 5 files changed, 388 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/sunplus,sp7021-wdt.yaml
 create mode 100644 drivers/watchdog/sunplus_wdt.c

Comments

Guenter Roeck Nov. 24, 2021, 2:17 p.m. UTC | #1
On Wed, Nov 24, 2021 at 06:41:47PM +0800, Xiantao Hu wrote:
> This is a patch series for watchdog driver for Sunplus SP7021 SoC.
> 
> Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates
> many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and
> etc.) into a single chip. It is designed for industrial control.
> 

Why are more and more people sending patches or patch series as reply to
previous patches ? This all by ensures that patches get lost.

Is that promoted somewhere ?

Thanks,
Guenter
Xiantao Hu Nov. 25, 2021, 2:52 a.m. UTC | #2
Hi Guenter,
	This is my second submitting. I also refer to the format in others' emails.
	If the format is not correct, I will drop --in-reply-to when submit pathch next time.

Best Regards,
Xiantao
> -----Original Message-----
> From: Guenter Roeck [mailto:groeck7@gmail.com] On Behalf Of Guenter Roeck
> Sent: Wednesday, November 24, 2021 10:18 PM
> To: xt.hu[胡先韬] <xt.hu@cqplus1.com>
> Cc: wim@linux-watchdog.org; p.zabel@pengutronix.de; linux-kernel@vger.kernel.org;
> linux-watchdog@vger.kernel.org; robh+dt@kernel.org; devicetree@vger.kernel.org; Wells Lu 呂芳騰
> <wells.lu@sunplus.com>; qinjian[覃健] <qinjian@cqplus1.com>
> Subject: Re: [PATCH v2 0/2] Add watchdog driver for Sunplus SP7021 SoC
> 
> On Wed, Nov 24, 2021 at 06:41:47PM +0800, Xiantao Hu wrote:
> > This is a patch series for watchdog driver for Sunplus SP7021 SoC.
> >
> > Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates
> > many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and
> > etc.) into a single chip. It is designed for industrial control.
> >
> 
> Why are more and more people sending patches or patch series as reply to
> previous patches ? This all by ensures that patches get lost.
> 
> Is that promoted somewhere ?
> 
> Thanks,
> Guenter