summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorVignesh R <vigneshr@ti.com>2016-06-09 08:32:04 +0300
committerSasha Levin <alexander.levin@verizon.com>2016-08-22 19:22:58 +0300
commit9077788194eda170368cd97862ce9571b972c4cd (patch)
tree2834bf17293030733a783ed0b017e161ea74a909 /CREDITS
parenta83f985a3ac1927c21484bfc10fbda417e489777 (diff)
downloadlinux-9077788194eda170368cd97862ce9571b972c4cd.tar.xz
gpio: pca953x: Fix NBANK calculation for PCA9536
[ Upstream commit a246b8198f776a16d1d3a3bbfc2d437bad766b29 ] NBANK() macro assumes that ngpios is a multiple of 8(BANK_SZ) and hence results in 0 banks for PCA9536 which has just 4 gpios. This is wrong as PCA9356 has 1 bank with 4 gpios. This results in uninitialized PCA953X_INVERT register. Fix this by using DIV_ROUND_UP macro in NBANK(). Cc: stable@vger.kernel.org Signed-off-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions