On Tue, Jul 29, 2014 at 11:57:11AM +0300, Andy Shevchenko wrote: > On Mon, 2014-07-28 at 17:29 +0200, Thierry Reding wrote: > > On Mon, Jul 28, 2014 at 06:03:10PM +0300, Andy Shevchenko wrote: > > > This small series makes the architecture of pwm-lpss driver cleaner. > > > > > > Since v2: > > > - fix one more typo in Kconfig (tested with one line removed in my config > > > now) > > > > > > Since v1: > > > - hide struct definition in the core part > > > - rename pwm-lpss-plat to pwm-lpss-platform > > > - fix Kconfig dependencies and other typos > > > - add Mika's Reviewed-by tag > > > - fix spelling in the commit messages > > > > > > Andy Shevchenko (2): > > > pwm: lpss: properly split driver to parts > > > pwm: lpss: pci: move to use pcim_enable_device() > > > > > > drivers/pwm/Kconfig | 21 ++++++- > > > drivers/pwm/Makefile | 2 + > > > drivers/pwm/pwm-lpss-pci.c | 68 ++++++++++++++++++++++ > > > drivers/pwm/pwm-lpss-platform.c | 61 ++++++++++++++++++++ > > > drivers/pwm/pwm-lpss.c | 125 > > > ++-------------------------------------- > > > drivers/pwm/pwm-lpss.h | 29 ++++++++++ > > > 6 files changed, 186 insertions(+), 120 deletions(-) > > > create mode 100644 drivers/pwm/pwm-lpss-pci.c > > > create mode 100644 drivers/pwm/pwm-lpss-platform.c > > > create mode 100644 drivers/pwm/pwm-lpss.h > > > > I'd like an Acked-by from Alan on this since he had strong objections > > when I requested exactly this a while back. > > Meanwhile he is in Cc list, could you share the link to the previous > discussion?
See: http://patchwork.ozlabs.org/patch/339493/ Thierry
pgply0WWsG2ZK.pgp
Description: PGP signature
