15 Jul, 2017
1 commit
-
Each text file under Documentation follows a different
format. Some doesn't even have titles!Change its representation to follow the adopted standard,
using ReST markups for it to be parseable by Sphinx:- Add a title for the document and for API chapter;
- mark literal blocks;
- Adjust whitespacing.Signed-off-by: Mauro Carvalho Chehab
Signed-off-by: Jonathan Corbet
02 Dec, 2013
1 commit
-
Fix some typos in three documentations.
Signed-off-by: Xishi Qiu
Acked-by: Rob Landley
Signed-off-by: Jiri Kosina
04 Nov, 2008
1 commit
-
Impact: add documentation
Signed-off-by: Keith Packard
Signed-off-by: Ingo Molnar
31 Oct, 2008
1 commit
-
Impact: add new generic io_map_*() APIs
Graphics devices have large PCI apertures which would consume a significant
fraction of a 32-bit address space if mapped during driver initialization.
Using ioremap at runtime is impractical as it is too slow.This new set of interfaces uses atomic mappings on 32-bit processors and a
large static mapping on 64-bit processors to provide reasonable 32-bit
performance and optimal 64-bit performance.The current implementation sits atop the io_map_atomic fixmap-based
mechanism for 32-bit processors.This includes some editorial suggestions from Randy Dunlap for
Documentation/io-mapping.txtSigned-off-by: Keith Packard
Signed-off-by: Eric Anholt
Signed-off-by: Ingo Molnar