summaryrefslogtreecommitdiffstats
path: root/drivers/demo
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-5/+5
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-132-4/+4
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-133-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-7/+7
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-132-3/+3
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* sandbox: Add 64-bit sandboxMario Six2018-02-181-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-082-2/+2
* drivers: hierarchize drivers Kconfig menuMasahiro Yamada2015-08-121-0/+4
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* dm: Add Kconfig for driver/demoSimon Glass2015-02-121-0/+26
* dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-292-0/+91
* kbuild: refactor some makefilesMasahiro Yamada2014-09-241-1/+1
* dm: Give the demo uclass a nameSimon Glass2014-07-231-0/+1
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-202-2/+2
* dm: rename device struct to udeviceHeiko Schocher2014-05-273-8/+8
* dm: Add a demonstration/example driverSimon Glass2014-03-045-0/+288