summaryrefslogtreecommitdiff
path: root/drivers/misc/swap_case.c
AgeCommit message (Collapse)Author
2015-05-15sandbox: Add missing errno.h includes in a few filesSimon Glass
These files use error numbering, so add the include. Signed-off-by: Simon Glass <sjg@chromium.org>
2015-04-18dm: sandbox: Add a emulated PCI device as an exampleSimon Glass
This device sits on the sandbox PCI bus and provides a case-swapping service for sandbox. It illustrates the use of both PCI I/O and PCI memory accesses. Signed-off-by: Simon Glass <sjg@chromium.org>