History log of /freebsd-current/sys/arm/allwinner/a31/files.a31
Revision Date Author Comments
# e37e8677 25-Dec-2023 Emmanuel Vadot <manu@FreeBSD.org>

clk: Move allwinner driver into the common directory

No need to keep it under sys/arm/allwinner/clkng
It's easier to find which controller we support by looking under one directory.
It will also be shared with Allwinner RiscV SoC.

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D43188


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# fd8516cc 28-Feb-2017 Emmanuel Vadot <manu@FreeBSD.org>

allwinner: A31: Add ccung driver

This adds clocks support for the aw_ccung on the A31 SoC.
Newer DTS files require this.
All the clocks except two CSI are defined and exported on the clock domain.


# 013cb2e9 23-Apr-2016 Jared McNeill <jmcneill@FreeBSD.org>

Add support for Allwinner A31/A31S R-GPIO (CPUs-PORT) controller.

Submitted by: Emmanuel Vadot <manu@bidouilliste.com>
Reviewed by: jmcneill
Differential Revision: https://reviews.freebsd.org/D5930


# 473bbf69 21-Apr-2016 Jared McNeill <jmcneill@FreeBSD.org>

Replace the A20 kernel config with a generic ALLWINNER kernel config that
supports A20, A31, and A31S. Adds support for the BananaPi M2 (A31S) board.

Submitted by: Emmanuel Vadot <manu@bidouilliste.com>
Reviewed by: jmcneill
Differential Revision: https://reviews.freebsd.org/D5580