Message ID | 1591779936-18577-1-git-send-email-claudiu.beznea@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | add RTT support for SAM9X60 | expand |
On Wed, 10 Jun 2020 12:05:33 +0300, Claudiu Beznea wrote: > This series adds RTT support for SAM9X60. > > Changes in v2: > - use "atmel,at91sam9260-rtt" as fallback for compatible > - in patch 1 keep only the addition of sam9x60_aic_irq_fixup > - get rid of patches 2/5 from v1 > - squash patches 4/5, 5/5 from v1 > - change commit title for patch "rtc: at91sam9: add microchip,sam9x60-rtt" > from v1 into "dt-bindings: rtc: add microchip,sam9x60-rtt" and > place it before device tree patch > > [...] Applied 2 and 3, thanks! [2/3] dt-bindings: rtc: add microchip,sam9x60-rtt commit: 73554069ded8fc6fa747423522c4295d5bbf6f52 [3/3] ARM: dts: sam9x60: add rtt commit: 5f6b33f463468b9595eebfed142756ba13ea2b60 Best regards,
On Wed, 10 Jun 2020 12:05:33 +0300, Claudiu Beznea wrote: > This series adds RTT support for SAM9X60. > > Changes in v2: > - use "atmel,at91sam9260-rtt" as fallback for compatible > - in patch 1 keep only the addition of sam9x60_aic_irq_fixup > - get rid of patches 2/5 from v1 > - squash patches 4/5, 5/5 from v1 > - change commit title for patch "rtc: at91sam9: add microchip,sam9x60-rtt" > from v1 into "dt-bindings: rtc: add microchip,sam9x60-rtt" and > place it before device tree patch > > [...] Applied to irq/irqchip-5.9: [1/3] irqchip/atmel-aic5: Add support for sam9x60 rtt fixup commit: 293953d60e214aa44b3261f5350b83f285a95eb4 Thanks, M.