All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: linux-kernel@vger.kernel.org,
	Mika Westerberg <mika.westerberg@linux.intel.com>
Subject: Re: [PATCH v1 0/4] mfd: reorganize Intel drivers
Date: Tue, 30 Dec 2014 21:29:04 +0200	[thread overview]
Message-ID: <1419967744.12456.0.camel@linux.intel.com> (raw)
In-Reply-To: <1418313236-10764-1-git-send-email-andriy.shevchenko@linux.intel.com>

On Thu, 2014-12-11 at 17:53 +0200, Andy Shevchenko wrote:
> This patchset creates a new folder under drivers/mfd and moves there Intel
> related drivers.
> 
> There is no functional change. The names of the kernel configuration variables
> are kept the same.

Lee, gentle ping for this series. What do you think besides the
necessity of updating MAINTAINERS file?

> 
> Andy Shevchenko (4):
>   mfd: change a layout for the Intel related drivers
>   mfd: intel/lpc/sch: move driver to dedicated folder
>   mfd: intel/lpc/ich: move driver to dedicated folder
>   mfd: intel/pmic: move driver to dedicated folder
> 
>  .../platform/intel-mid/device_libs/platform_msic.c |  2 +-
>  .../intel-mid/device_libs/platform_msic_audio.c    |  2 +-
>  .../intel-mid/device_libs/platform_msic_battery.c  |  2 +-
>  .../intel-mid/device_libs/platform_msic_gpio.c     |  2 +-
>  .../intel-mid/device_libs/platform_msic_ocd.c      |  2 +-
>  .../device_libs/platform_msic_power_btn.c          |  2 +-
>  .../intel-mid/device_libs/platform_msic_thermal.c  |  2 +-
>  drivers/acpi/pmic/intel_pmic_crc.c                 |  2 +-
>  drivers/gpio/gpio-crystalcove.c                    |  2 +-
>  drivers/gpio/gpio-ich.c                            |  2 +-
>  drivers/gpio/gpio-msic.c                           |  2 +-
>  drivers/mfd/Kconfig                                | 42 ++--------------------
>  drivers/mfd/Makefile                               |  6 +---
>  drivers/mfd/intel/Kconfig                          | 19 ++++++++++
>  drivers/mfd/intel/Makefile                         |  9 +++++
>  drivers/mfd/intel/lpc/Kconfig                      | 17 +++++++++
>  drivers/mfd/intel/lpc/Makefile                     |  2 ++
>  drivers/mfd/{lpc_ich.c => intel/lpc/ich.c}         | 10 ++----
>  drivers/mfd/{lpc_sch.c => intel/lpc/sch.c}         |  2 +-
>  drivers/mfd/intel/mid/Kconfig                      |  8 +++++
>  drivers/mfd/intel/mid/Makefile                     |  1 +
>  drivers/mfd/{intel_msic.c => intel/mid/msic.c}     |  2 +-
>  .../{intel_soc_pmic_core.c => intel/pmic_core.c}   |  7 ++--
>  .../{intel_soc_pmic_core.h => intel/pmic_core.h}   |  2 +-
>  .../mfd/{intel_soc_pmic_crc.c => intel/pmic_crc.c} |  7 ++--
>  drivers/platform/x86/intel_mid_powerbtn.c          |  2 +-
>  drivers/platform/x86/intel_mid_thermal.c           |  2 +-
>  drivers/watchdog/iTCO_wdt.c                        |  2 +-
>  include/linux/mfd/{lpc_ich.h => intel/ich.h}       |  6 +---
>  include/linux/mfd/{intel_msic.h => intel/msic.h}   |  2 +-
>  .../linux/mfd/{intel_soc_pmic.h => intel/pmic.h}   |  0
>  31 files changed, 90 insertions(+), 80 deletions(-)
>  create mode 100644 drivers/mfd/intel/Kconfig
>  create mode 100644 drivers/mfd/intel/Makefile
>  create mode 100644 drivers/mfd/intel/lpc/Kconfig
>  create mode 100644 drivers/mfd/intel/lpc/Makefile
>  rename drivers/mfd/{lpc_ich.c => intel/lpc/ich.c} (98%)
>  rename drivers/mfd/{lpc_sch.c => intel/lpc/sch.c} (99%)
>  create mode 100644 drivers/mfd/intel/mid/Kconfig
>  create mode 100644 drivers/mfd/intel/mid/Makefile
>  rename drivers/mfd/{intel_msic.c => intel/mid/msic.c} (99%)
>  rename drivers/mfd/{intel_soc_pmic_core.c => intel/pmic_core.c} (97%)
>  rename drivers/mfd/{intel_soc_pmic_core.h => intel/pmic_core.h} (94%)
>  rename drivers/mfd/{intel_soc_pmic_crc.c => intel/pmic_crc.c} (96%)
>  rename include/linux/mfd/{lpc_ich.h => intel/ich.h} (81%)
>  rename include/linux/mfd/{intel_msic.h => intel/msic.h} (99%)
>  rename include/linux/mfd/{intel_soc_pmic.h => intel/pmic.h} (100%)
> 


-- 
Andy Shevchenko <andriy.shevchenko@intel.com>
Intel Finland Oy


  parent reply	other threads:[~2014-12-30 19:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-11 15:53 [PATCH v1 0/4] mfd: reorganize Intel drivers Andy Shevchenko
2014-12-11 15:53 ` [PATCH v1 1/4] mfd: change a layout for the Intel related drivers Andy Shevchenko
2015-01-20 12:33   ` Andy Shevchenko
2014-12-11 15:53 ` [PATCH v1 2/4] mfd: intel/lpc/sch: move driver to dedicated folder Andy Shevchenko
2014-12-11 15:53 ` [PATCH v1 3/4] mfd: intel/lpc/ich: " Andy Shevchenko
2014-12-11 15:53 ` [PATCH v1 4/4] mfd: intel/pmic: " Andy Shevchenko
2014-12-11 16:06 ` [PATCH v1 0/4] mfd: reorganize Intel drivers Joe Perches
2014-12-12 10:10   ` Andy Shevchenko
2014-12-12 10:15     ` Joe Perches
2014-12-30 19:29 ` Andy Shevchenko [this message]
2015-01-20 13:48 ` Lee Jones
2015-01-20 14:16   ` Andy Shevchenko
2015-01-20 15:46     ` Lee Jones
2015-01-20 16:15       ` Andy Shevchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1419967744.12456.0.camel@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.