Re: [PATCH V3 00/29] bitops: add parity functions

2016-04-21 Thread Dmitry Torokhov
On Thu, Apr 14, 2016 at 10:36:41AM +0800, zengzhao...@163.com wrote: > drivers/input/joystick/grip_mp.c | 16 +-- > drivers/input/joystick/sidewinder.c | 24 + > drivers/input/mouse/elantech.c | 10 +- > drivers/input/mouse/elantech.h | 1 -

[PATCH V3 00/29] bitops: add parity functions

2016-04-13 Thread zengzhaoxiu
From: Zhaoxiu Zeng When I do "grep parity -r linux", I found many parity calculations distributed in many drivers. This patch series does: 1. provide generic and architecture-specific parity calculations 2. remove drivers' local parity calculations, use bitops' parity functions instead

[PATCH V3 00/29] bitops: add parity functions

2016-04-13 Thread zengzhaoxiu
From: Zhaoxiu Zeng When I do "grep parity -r linux", I found many parity calculations distributed in many drivers. This patch series does: 1. provide generic and architecture-specific parity calculations 2. remove drivers' local parity calculations, use bitops' parity functions instead