summaryrefslogtreecommitdiff
path: root/drivers/sysreset/sysreset_syscon.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-04sysreset: Mark driver probe functions as staticSamuel Holland1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-24sysreset: syscon: Support value propertyBin Meng1-5/+17
2020-07-24sysreset: syscon: Don't assume default value for offset and mask propertyBin Meng1-2/+12
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-07-12sysreset: syscon: add support for power offPatrick Delaunay1-2/+4
2019-04-27sysreset: syscon: remove POWER reset causePatrick Delaunay1-0/+3
2019-04-12sysreset: use syscon_regmap_lookup_by_phandlePatrick Delaunay1-13/+2
2018-07-20sysreset: syscon: update regmap access to sysconPatrick Delaunay1-7/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-10sysreset: syscon: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-2/+2
2017-05-10sysreset: add syscon-reboot driverÁlvaro Fernández Rojas1-0/+78