aboutsummaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
authorRussell King <[email protected]>2015-11-03 14:51:13 +0000
committerGreg Kroah-Hartman <[email protected]>2015-12-13 19:59:48 -0800
commit9f25bc510e960c551dc295c2d1d60e3da334590c (patch)
tree0249992316d87891b184710d236bfbd71c985b43 /lib/vsprintf.c
parent7fe9a5a9d91f0e9ac65c723665bbdf899c3a4a24 (diff)
tty: amba-pl011: prepare REG_* register indexes
Prepare for REG_* register accessors. This change involves introducing pl011_reg_to_offset() to convert REG_* to the hardware register offset, and converting all call sites to use REG_* names. We need to fix up locations where we check for equivalence of register offsets as well. Much of this change was made via these sed expressions: s/ST_UART01[1x]\(_[^_]*\|_LCRH_[TR]X\)\>/REG_ST\1/ s/UART01[1x]_\(DR\|RSR\|ECR\|FR\|ILPR\|[IF]BRD\|LCRH\|CR\|IFLS\|IMSC\|RIS\|MIS\|ICR\|DMACR\)\>/REG_\1/g Signed-off-by: Russell King <[email protected]> Reviewed-by: Peter Hurley <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/vsprintf.c')
0 files changed, 0 insertions, 0 deletions