linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pwm: lpss: split driver to core and probe drivers
@ 2014-07-28 14:27 Andy Shevchenko
  2014-07-28 14:27 ` [PATCH v2 1/2] pwm: lpss: properly split driver to parts Andy Shevchenko
  2014-07-28 14:27 ` [PATCH v2 2/2] pwm: lpss: pci: move to use pcim_enable_device() Andy Shevchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2014-07-28 14:27 UTC (permalink / raw)
  To: Thierry Reding, linux-pwm, Mika Westerberg, One Thousand Gnomes
  Cc: Andy Shevchenko

This small series makes the architecture of pwm-lpss driver cleaner.

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

-- 
2.0.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-28 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 14:27 [PATCH v2 0/2] pwm: lpss: split driver to core and probe drivers Andy Shevchenko
2014-07-28 14:27 ` [PATCH v2 1/2] pwm: lpss: properly split driver to parts Andy Shevchenko
2014-07-28 14:27 ` [PATCH v2 2/2] pwm: lpss: pci: move to use pcim_enable_device() Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).