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)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:09:45 +0000 (11:09 -0600)
commitd2cb9b2b00697eea55068f01ea0890a23313bf51
treea6bbb47ba5fe4c805afc7a633bbd1cade104bb28
parent36d0d3b4b4974f4183609ac8b4d77a1f46acba55
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]