mbox series

[GIT,PULL] Allwinner core changes for 4.21

Message ID 20181207142553.rr6yzhddwz5epdud@flea
State New
Headers show
Series [GIT,PULL] Allwinner core changes for 4.21 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-core-for-4.21

Message

Maxime Ripard Dec. 7, 2018, 2:25 p.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following changes for the next merge window.

Thanks!
Maxime

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-core-for-4.21

for you to fetch changes up to dabfc8364ca76c8f8a24e8b5efc348869ac35d79:

  dt-bindings: watchdog: Add Allwinner ARMv5 F1C100s wdt (2018-12-05 11:58:41 +0100)

----------------------------------------------------------------
Allwinner core changes for 4.21

A few patches to enable a new Allwinner SoC based on an armv5 CPU.

----------------------------------------------------------------
Mesih Kilinc (4):
      ARM: Check ARCH_MULTI_V7 to differentiate ARMv5/v7 Allwinner SoCs
      dt-bindings: arm: Add new Allwinner ARMv5 F1C100s SoC
      ARM: sunxi: add Allwinner ARMv5 SoCs
      dt-bindings: watchdog: Add Allwinner ARMv5 F1C100s wdt

 Documentation/devicetree/bindings/arm/sunxi.txt       |  1 +
 .../devicetree/bindings/watchdog/sunxi-wdt.txt        |  1 +
 arch/arm/mach-sunxi/Kconfig                           | 19 ++++++++++++++++++-
 arch/arm/mach-sunxi/sunxi.c                           |  9 +++++++++
 4 files changed, 29 insertions(+), 1 deletion(-)

Comments

Olof Johansson Dec. 12, 2018, 9:51 p.m. UTC | #1
On Fri, Dec 07, 2018 at 03:25:53PM +0100, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Please pull the following changes for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-core-for-4.21
> 
> for you to fetch changes up to dabfc8364ca76c8f8a24e8b5efc348869ac35d79:
> 
>   dt-bindings: watchdog: Add Allwinner ARMv5 F1C100s wdt (2018-12-05 11:58:41 +0100)
> 
> ----------------------------------------------------------------
> Allwinner core changes for 4.21
> 
> A few patches to enable a new Allwinner SoC based on an armv5 CPU.


Merged, thanks!


-Olof