From: Stephen Boyd Date: Tue, 8 Nov 2011 18:34:10 +0000 (-0800) Subject: msm: timer: Use clockevents_config_and_register() X-Git-Tag: v3.3-rc1~136^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fdb577435e336e4b00b9e51626f9002b88a86c;p=pandora-kernel.git msm: timer: Use clockevents_config_and_register() Don't open code the min/max delta logic. Use the generic version instead. Also expand the number of bits we can handle because there isn't anything that says we can't handle all 32 bits. Before: max_delta_ns: 122880426391799 min_delta_ns: 122070 mult: 140737 shift: 32 After: max_delta_ns: 131071523464981 min_delta_ns: 122069 mult: 70369 shift: 31 Signed-off-by: Stephen Boyd Cc: Thomas Gleixner Cc: Marc Zyngier Signed-off-by: David Brown --- Reading git-diff-tree failed