summaryrefslogtreecommitdiffstats
path: root/drivers/misc/state.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* state: make first boot less verboseAhmad Fatoum2021-12-071-1/+3
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-10/+1
* state: remove unused arguments from state_new_from_node()Sascha Hauer2018-02-221-1/+1
* state: Do not load state during state_new_from_nodeSascha Hauer2017-03-311-0/+6
* state: driver: handle EPROBE_DEFERSascha Hauer2016-10-201-2/+6
* state: Refactor state frameworkMarkus Pargmann2016-07-081-63/+2
* state: disable load commandEnrico Jorns2015-11-271-1/+0
* state: use name of device node as name if alias is not availableMarc Kleine-Budde2015-11-271-1/+1
* state: make use of of_find_path_by_node() and add return -EPROBE_DEFER if dev...Marc Kleine-Budde2015-11-271-22/+9
* state: backend: support phandle and of_path referencesMarc Kleine-Budde2015-05-151-14/+58
* of_path: of_find_path(): add possibility to return .bb deviceMarc Kleine-Budde2015-04-231-1/+1
* state: add framework for persistent state handlingSascha Hauer2015-03-121-0/+81