mbox series

[0/3] power: reset: at91-sama5d2_shdwc: add support for SAMA7G5

Message ID 1608123453-1423-1-git-send-email-claudiu.beznea@microchip.com
Headers show
Series power: reset: at91-sama5d2_shdwc: add support for SAMA7G5 | expand

Message

Claudiu Beznea Dec. 16, 2020, 12:57 p.m. UTC
Hi,

This series adds support for SAMA7G5 shutdown controller.

Thank you,
Claudiu Beznea

Claudiu Beznea (3):
  power: reset: at91-sama5d2_shdwc: fix wkupdbc mask
  dt-bindings: atmel-sysreg: add microchip,sama7g5-shdwc
  power: reset: at91-sama5d2_shdwc: add support for sama7g5

 .../devicetree/bindings/arm/atmel-sysregs.txt      |  5 +-
 drivers/power/reset/at91-sama5d2_shdwc.c           | 74 ++++++++++++++++------
 2 files changed, 58 insertions(+), 21 deletions(-)

Comments

Sebastian Reichel Jan. 16, 2021, 1:58 p.m. UTC | #1
Hi,

On Wed, Dec 16, 2020 at 02:57:30PM +0200, Claudiu Beznea wrote:
> This series adds support for SAMA7G5 shutdown controller.

> 

> Thank you,

> Claudiu Beznea

> 

> Claudiu Beznea (3):

>   power: reset: at91-sama5d2_shdwc: fix wkupdbc mask

>   dt-bindings: atmel-sysreg: add microchip,sama7g5-shdwc

>   power: reset: at91-sama5d2_shdwc: add support for sama7g5

> 

>  .../devicetree/bindings/arm/atmel-sysregs.txt      |  5 +-

>  drivers/power/reset/at91-sama5d2_shdwc.c           | 74 ++++++++++++++++------

>  2 files changed, 58 insertions(+), 21 deletions(-)


Thanks, queued.

-- Sebastian