]> git.baikalelectronics.ru Git - kernel.git/commit
musb: tusb6010: use io{read,write}*_rep accessors
authorMatthew Leach <matthew@mattleach.net>
Mon, 17 Dec 2012 23:59:45 +0000 (15:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:13 +0000 (17:15 -0800)
commit3058345dcbe4f9c6cb5bf3a698d11dc513a002c7
tree3649f5cd113c53bf0eaeb4e44e9218c555a9b777
parent75204d3aada6e6c1e268d7e35e05c383d0a5225a
musb: tusb6010: use io{read,write}*_rep accessors

The {read,write}s{b,w,l} operations are not defined by all architectures
and are being removed from the asm-generic/io.h interface.

This patch replaces the usage of these string functions in the tusb6010
accessors with io{read,write}{8,16,32}_rep calls instead.

Signed-off-by: Matthew Leach <matthew@mattleach.net>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Cc: Felipe Balbi <balbi@ti.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Ben Herrenschmidt <benh@kernel.crashing.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/musb/tusb6010.c