History log of /freebsd-14.2/sys/modules/allwinner/Makefile (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# 031beb4e 16-Aug-2023 Warner Losh <[email protected]>

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

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


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0
# cbba9a7b 16-Apr-2020 Emmanuel Vadot <[email protected]>

arm: allwinner: aw_mmc: Make it possible to unload the module

While here, add a makefile in sys/modules/allwinner so it is built.
Also add the PNP info so devmatch will load this module automaticall

arm: allwinner: aw_mmc: Make it possible to unload the module

While here, add a makefile in sys/modules/allwinner so it is built.
Also add the PNP info so devmatch will load this module automatically.

MFC after: 1 month

show more ...


Revision tags: release/12.1.0, release/11.3.0
# 16de4430 25-Apr-2019 Emmanuel Vadot <[email protected]>

arm: allwinner: aw_pwm: compile it as module too

MFC after: 1 month


# 3de30075 25-Apr-2019 Emmanuel Vadot <[email protected]>

arm: allwinner: Add pnp info to aw_rsb and compile it as module too

MFC after: 1 month


# 56c37d89 25-Apr-2019 Emmanuel Vadot <[email protected]>

arm: allwinner: Add pnp info to if_awg and compile it as module too

While here make it depend on aw_sid as it's needed for mac generation.

MFC after: 1 month


# abc15d70 25-Apr-2019 Emmanuel Vadot <[email protected]>

arm: allwinner: Add pnp info to aw_rtc and compile it as module too

MFC after: 1 month


# dbc8d8a2 25-Apr-2019 Emmanuel Vadot <[email protected]>

arm: allwinner: Add pnp info to axp81x and compile it as module too

MFC after: 1 month


# f9b1c6a0 25-Apr-2019 Emmanuel Vadot <[email protected]>

arm: allwinner: Add pnp info to aw_thermal and compile it as module too

MFC after: 1 month


# db0e5bf3 25-Apr-2019 Emmanuel Vadot <[email protected]>

arm: allwinner: Add pnpinfo for aw_sid and add module Makefile

MFC after: 1 month


Revision tags: release/12.0.0, release/11.2.0
# de80d00f 17-May-2018 Emmanuel Vadot <[email protected]>

alwinner: Add missing files in r333708