From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- drivers/staging/goldfish/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drivers/staging/goldfish/README (limited to 'drivers/staging/goldfish/README') diff --git a/drivers/staging/goldfish/README b/drivers/staging/goldfish/README new file mode 100644 index 000000000..183af0053 --- /dev/null +++ b/drivers/staging/goldfish/README @@ -0,0 +1,11 @@ +Audio +----- +- Move to using the ALSA framework not faking it +- Fix the wrong user page DMA (moving to ALSA may fix that too) + +NAND +---- +- Remove excess checking of parameters in calls +- Use dma coherent memory not kmalloc/__pa for the memory (this is just + a cleanliness issue not a correctness one) + -- cgit v1.2.3-54-g00ecf