
21 Mar
2015
21 Mar
'15
12:16 a.m.
On 5 March 2015 at 12:25, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
drivers/misc/Makefile | 1 + drivers/misc/swap_case.c | 285 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 286 insertions(+) create mode 100644 drivers/misc/swap_case.c
Applied to u-boot-dm/next.