Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478325
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 0/5] gpio: pca953x: code refactoring |
| Date | 2016-09-07 16:10 +0200 |
| Message-ID | <seLI5-JF-3@gated-at.bofh.it> (permalink) |
| References | <seLf3-jD-17@gated-at.bofh.it> |
| Organization | Intel Finland Oy |
On Wed, 2016-09-07 at 15:37 +0200, Bartosz Golaszewski wrote: > I'm working on converting the pca953x driver to using regmap, but > since > it's not a trivial task I figured I'd post a couple refactoring > patches > I did so far for 4.9. > > The first patch just fixes a couple coding style issues. The second > removes a couple unnecessary switches. Last three refactor the > read/write_regs functions to avoid if-elses by using function pointers > to smaller, specialized routines. Still few style comments, otherwise Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > > Tested with pca9534 and pca9535 chips. > > v1 -> v2: > - constified the offset structures in patch 2/5 > > v2 -> v3: > - modified the order of the patches so that minor coding style fixes > no longer create noise for the later changes > - moved the **_write_regs_16() assignments to where other variants > are assigned > > Bartosz Golaszewski (5): > gpio: pca953x: code shrink > gpio: pca953x: refactor pca953x_write_regs() > gpio: pca953x: refactor pca953x_read_regs() > gpio: pca953x: remove an unused variable > gpio: pca953x: coding style fixes > > drivers/gpio/gpio-pca953x.c | 268 ++++++++++++++++++++++------------- > --------- > 1 file changed, 134 insertions(+), 134 deletions(-) > -- Andy Shevchenko <andriy.shevchenko@linux.intel.com> Intel Finland Oy
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/5] gpio: pca953x: code refactoring Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-07 15:40 +0200
[PATCH v3 2/5] gpio: pca953x: refactor pca953x_write_regs() Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-07 15:40 +0200
[PATCH v3 3/5] gpio: pca953x: refactor pca953x_read_regs() Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-07 15:40 +0200
Re: [PATCH v3 3/5] gpio: pca953x: refactor pca953x_read_regs() Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2016-09-07 16:00 +0200
Re: [PATCH v3 3/5] gpio: pca953x: refactor pca953x_read_regs() Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-07 17:00 +0200
[PATCH v3 1/5] gpio: pca953x: code shrink Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-07 15:40 +0200
Re: [PATCH v3 0/5] gpio: pca953x: code refactoring Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2016-09-07 16:10 +0200
csiph-web