summaryrefslogtreecommitdiff
path: root/drivers/demo
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-5/+5
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-4/+4
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass3-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-3/+3
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-02-19sandbox: Add 64-bit sandboxMario Six1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-2/+2
2015-08-13drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+4
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-02-12dm: Add Kconfig for driver/demoSimon Glass1-0/+26
2015-01-30dm: demo: Add a simple GPIO demonstrationSimon Glass2-0/+91
2014-09-25kbuild: refactor some makefilesMasahiro Yamada1-1/+1
2014-07-23dm: Give the demo uclass a nameSimon Glass1-0/+1
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass2-2/+2
2014-05-27dm: rename device struct to udeviceHeiko Schocher3-8/+8
2014-03-04dm: Add a demonstration/example driverSimon Glass5-0/+288