summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-21Add new upstream files to srcTobias Klauser3-0/+19434
2009-05-24New upstream release 15.7a, fixing CVE-2009-014815.7a-1Tobias Klauser19-129/+2265
2006-11-13Initial import15.6-2Tobias Klauser43-0/+14357
6:45:01 +0100 committerArnd Bergmann <arnd@arndb.de>2012-10-26 15:14:50 +0200 commitb2656a138ab7bc4e7abd3b1cbd6d1f105c7a7186 (patch) treeb53b536fceca52a11a68ea5ab53ad55589a60887 /include/asm-generic/io.h parent9b04ebd1584766229c58fedaa8fe4dfff575ac3a (diff)
asm-generic: io: remove {read,write} string functions
The {read,write}s{b,w,l} functions are not defined across all architectures and therefore shouldn't be used by portable drivers. We should encourage driver writers to use the io{read,write}{8,16,32}_rep functions instead. This patch removes the {read,write} string functions for the generic IO header as they have no place in a new architecture port. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Mike Frysinger <vapier@gentoo.org> Cc: Ben Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'include/asm-generic/io.h')