summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ubootvar.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-6/+6
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-3/+3
* Remove unused struct partitionSascha Hauer2022-11-231-1/+0
* misc: ubootvar: always initialize struct ubootvar_data::flagAhmad Fatoum2022-09-121-1/+1
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* misc: Add a driver to expose U-Boot environment variable dataAndrey Smirnov2019-06-071-0/+360