summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/io.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04xtensa: adopt generic io routinesMax Filippov1-75/+0
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
2007-08-28[XTENSA] Move string-io functions to io.c from pci.cChris Zankel1-0/+75
The string-io functions (outs{bwl}, ins{bwl}) are independent from the PCI option and should be in a separate file. Signed-off-by: Chris Zankel <chris@zankel.net>