From: H Hartley Sweeten Date: Fri, 20 Jun 2014 20:13:00 +0000 (-0700) Subject: staging: comedi: dt282x: tidy up the register map and bit defines X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1525 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8e8c5ab67a818ad56291007796d17f16d0fd6a;p=pandora-kernel.git staging: comedi: dt282x: tidy up the register map and bit defines For aesthetics, rename the register map defines so that the bit defines are associated with the registers. Also, convert all the bit defines into bit-shifts to make them clear. Remove all the verbose comments. All the registers and bits are named according to the User Manual for the DT2821 Series, Document UM-05073-G. That manual can be checked if necessary for the verbose information. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed