summaryrefslogtreecommitdiff
path: root/drivers/reset/reset-uclass.c
AgeCommit message (Expand)Author
2021-04-09drivers: reset: Handle gracefully NULL pointersJean-Jacques Hiblot
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-09-30drivers: reset: Add a managed API to get reset controllers from the DTJean-Jacques Hiblot
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05reset: Rename free() to rfree()Simon Glass
2019-05-09reset: Get the RESET by index without deviceJagan Teki
2018-09-11dm: reset: Update uclass to allow querying reset statusAndreas Dannenberg
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-17reset: fix reset_get_bulk when phandle errorNeil Armstrong
2018-04-10reset: Add get/assert/deassert/release for bulk of reset signalsNeil Armstrong
2017-07-28reset: add reset_release_all()Patrice Chotard
2017-07-28reset: add reset_request()Patrice Chotard
2017-06-01dm: reset: Update uclass to support livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-06-19Add a reset driver framework/uclassStephen Warren