From: Sergei Shtylyov Date: Fri, 5 Sep 2014 23:34:32 +0000 (+0400) Subject: i2c: rcar: fix RCAR_IRQ_ACK_{RECV|SEND} X-Git-Tag: fixes-for-v3.18-merge-window~67^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938916fbb8e8cb67eacb784f4eda17e2950c16c5;p=pandora-kernel.git i2c: rcar: fix RCAR_IRQ_ACK_{RECV|SEND} Bits 8-31 of all registers reflect the value of bits 0-7 on reads and should be 0 on writes, according to the manuals. RCAR_IRQ_ACK_{RECV|SEND} macros have all 1's in bits 8-31, thus going against the manuals, so fix them. Signed-off-by: Sergei Shtylyov Cc: stable@vger.kernel.org Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed