]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: sandbox: Add a emulated PCI device as an example
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:29 +0000 (12:25 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:29 +0000 (21:47 +0200)
commit50f875fb83234ba2f767f28e0ecbd9813a7221df
tree5b97e659789222202d62a92f52b0610c898c50fc
parent8554abaa88264520e7d4b4ecdeba0111312dfbcd
dm: sandbox: Add a emulated PCI device as an example

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>
drivers/misc/swap_case.c [new file with mode: 0644]