summaryrefslogtreecommitdiff
path: root/drivers/demo
AgeCommit message (Expand)Author
2021-10-05demo: migrate uclass to livetreePatrick Delaunay
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-18sandbox: Add 64-bit sandboxMario Six
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-02-12dm: Add Kconfig for driver/demoSimon Glass
2015-01-29dm: demo: Add a simple GPIO demonstrationSimon Glass
2014-09-24kbuild: refactor some makefilesMasahiro Yamada
2014-07-23dm: Give the demo uclass a nameSimon Glass
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add a demonstration/example driverSimon Glass