diff options
| author | Yury Norov <ynorov@nvidia.com> | 2026-04-17 13:59:53 -0400 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-04-23 09:53:53 +0200 |
| commit | a56604e397575647bfc425a8df176948577a364e (patch) | |
| tree | 0863ec1342456a05cb8a6ccc840d0e0113bf98c7 /scripts/Makefile.thinlto | |
| parent | 5ccb19ae1cb3620a76254db5c60121d092d9a0f6 (diff) | |
gpio: pca953x: drop bitmap_complement() where feasible
The driver reproduces the following pattern:
bitmap_complement(tmp, data1, nbits);
bitmap_and(dst, data2, tmp, nbits);
This can be done in a single pass:
bitmap_andnot(dst, data2, data1, nbits);
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Yury Norov <ynorov@nvidia.com>
Link: https://patch.msgid.link/20260417175955.375275-2-ynorov@nvidia.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
