summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/state'Sascha Hauer2023-06-221-2/+2
|\
| * cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-081-2/+2
* | treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-135-0/+5
|/
* Rename struct driver_d to driverSascha Hauer2023-01-107-7/+7
* Rename struct device_d to deviceSascha Hauer2023-01-107-17/+17
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-104-7/+7
* Remove unused struct partitionSascha Hauer2022-11-232-2/+0
* misc: ubootvar: always initialize struct ubootvar_data::flagAhmad Fatoum2022-09-121-1/+1
* misc: Add storage-by-uuid driverSascha Hauer2022-02-083-0/+223
* misc: acpi-test: retire test driver in favor of WDAT driverAhmad Fatoum2022-01-173-68/+0
* misc: sram: remove duplicated resource handling codeAhmad Fatoum2021-12-131-8/+1
* state: make first boot less verboseAhmad Fatoum2021-12-071-1/+3
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-225-5/+5
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-155-34/+5
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-015-34/+5
* | misc: acpi-test: bump down debug message on removeAhmad Fatoum2021-11-011-1/+1
|/
* misc: add power sequencing driver for initializing StarFive peripheralsAhmad Fatoum2021-06-243-0/+103
* vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-291-1/+1
* Merge branch 'for-next/randfixes'Sascha Hauer2019-12-101-0/+1
|\
| * ubootvarfs: depend on OFTREELucas Stach2019-12-021-0/+1
* | misc: add ACPI test driverAhmad Fatoum2019-12-093-0/+68
|/
* misc: Add a driver to expose U-Boot environment variable dataAndrey Smirnov2019-06-073-0/+373
* misc: fix /dev/mem sizeSascha Hauer2019-02-061-3/+32
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* commands: Move /dev/mem driver to drivers/miscAndrey Smirnov2019-01-293-0/+48
* rename file_operations -> cdev_operationsSascha Hauer2018-04-062-2/+2
* 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
* Merge branch 'for-next/misc'Sascha Hauer2016-05-091-0/+1
|\
| * state: Fix Kconfig dependenciesSascha Hauer2016-04-281-0/+1
* | string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+1
|/
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* 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-123-0/+86
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+3
* resource: Let dev_get_resource return an error pointerSascha Hauer2014-09-161-0/+2
* Merge branch 'for-next/ioresource'Sascha Hauer2014-05-051-1/+1
|\
| * common: Allow for I/O mapped I/OMichel Stam2014-04-081-1/+1
* | treewide: fix signedness mixups in printf format specifiersLucas Stach2014-04-231-1/+1
|/
* misc: Add devicetree SRAM driverSascha Hauer2014-01-293-0/+82
* misc Kconfig: always ask for misc devicesSascha Hauer2014-01-291-8/+2
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-20/+20
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1