aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/aw_sid.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* arm64: allwinner: aw_sid: Plug set but not used variableEmmanuel Vadot2022-05-161-3/+0
* arm: allwinner: aw_sid: Fix thermal calibration size for A64Emmanuel Vadot2020-04-151-1/+1
* allwinner: aw_thermal: Cope with DTS changesEmmanuel Vadot2020-04-141-7/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (13 of many)Pawel Biernacki2020-02-241-1/+1
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-031-1/+0
* allwinner: Rework the BUS_PASS on driversEmmanuel Vadot2019-08-101-1/+1
* arm: allwinner: Add pnpinfo for aw_sid and add module MakefileEmmanuel Vadot2019-04-251-0/+1
* aw_sid: Add nvmem interfaceEmmanuel Vadot2018-08-061-103/+224
* aw_sid(4): Use prctl read for all reads when it's requiredKyle Evans2018-04-061-25/+20
* aw_sid(4): Release resources and destroy mutex on failureKyle Evans2018-03-261-1/+6
* aw_sid(4): Add support for Allwinner H3Kyle Evans2018-01-071-0/+30
* aw_sid: Add method for reading keys via prctl registersKyle Evans2018-01-071-1/+47
* aw_sid: Add support for a64Kyle Evans2017-12-311-0/+6
* aw_sid: rewrite compat-string configuration to be more flexibleKyle Evans2017-12-311-25/+25
* Add support for reading root key on A83T/A64.Jared McNeill2016-09-031-14/+18
* Add support for the SID (Security ID Module) on Allwinner A10 and A20.Emmanuel Vadot2016-07-201-1/+75
* Add Allwinner A83T thermal sensor controller support.Jared McNeill2016-05-151-0/+135