All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Baldyga <r.baldyga@samsung.com>
To: lee.jones@linaro.org, dmitry.torokhov@gmail.com, a.zummo@towertech.it
Cc: sameo@linux.intel.com, myungjoo.ham@samsung.com,
	cw00.choi@samsung.com, cooloney@gmail.com, rpurdie@rpsys.net,
	sre@kernel.org, dbaryshkov@gmail.com, dwmw2@infradead.org,
	lgirdwood@gmail.com, broonie@kernel.org,
	paul.gortmaker@windriver.com, sachin.kamat@linaro.org,
	k.kozlowski@samsung.com, linux-kernel@vger.kernel.org,
	linux-input@vger.kernel.org, linux-leds@vger.kernel.org,
	linux-pm@vger.kernel.org, rtc-linux@googlegroups.com
Subject: Re: [PATCH v5 0/3] mfd: max8997: add regmap support
Date: Wed, 28 Jan 2015 15:20:11 +0100	[thread overview]
Message-ID: <54C8F01B.5030300@samsung.com> (raw)
In-Reply-To: <1415776996-11569-1-git-send-email-r.baldyga@samsung.com>

Hi,

The first version of this patchset was send to kernel list almost 9
months ago and still I don't have all needed Acks. The missing ones are
for changes in INPUT and RTC subsystems.

Dmitry, Alessandro, could you please have a look at this patches and
give your Acks?

Best regards,
Robert Baldyga

On 11/12/2014 08:23 AM, Robert Baldyga wrote:
> This patchset modifies max8997 driver and associated function drivers to use
> register maps instead of operating directly on i2c bus. This change allowed
> to simplify irq handling, and to move some initializations to individual
> function drivers. Hence now when some functions are not enabled, their i2c
> clients, regmaps and irqs are not registered.
> 
> Because patches are under review for very long time and I still don't have
> all needed Acks, I'm resending this series rebased to the latest next branch.
> 
> Best regards
> Robert Baldyga
> Samsung R&D Institute Poland
> 
> Changelog:
> 
> v5:
> - rebase patches to last next branch
> 
> v4:
> - remove patch moving regmap handling to function drivers
> 
> v3: https://lkml.org/lkml/2014/3/13/101
> - fix error handling
> - fix deinitializations order
> - move muic irq enum values renaming to separate patch
> 
> v2: https://lkml.org/lkml/2014/3/12/237
> - rebase patches on Lee Jones' MFD tree
> - add missing selects in Kconfig
> - add missing deinitializations
> - add interrupt disabling when suspend
> - few minor changes and typo fixes
> 
> v1: https://lkml.org/lkml/2014/3/11/291
> 
> Robert Baldyga (3):
>   mfd: max8997: use regmap to access registers
>   mfd: max8997: handle IRQs using regmap
>   mfd: max8997: change irq names to upper case
> 
>  drivers/extcon/extcon-max8997.c     |  66 +++---
>  drivers/input/misc/max8997_haptic.c |  34 ++--
>  drivers/leds/leds-max8997.c         |  13 +-
>  drivers/mfd/Kconfig                 |   3 +-
>  drivers/mfd/Makefile                |   2 +-
>  drivers/mfd/max8997-irq.c           | 387 ------------------------------------
>  drivers/mfd/max8997.c               | 245 +++++++++++++++--------
>  drivers/power/max8997_charger.c     |  33 +--
>  drivers/regulator/max8997.c         |  87 ++++----
>  drivers/rtc/rtc-max8997.c           |  58 +++---
>  include/linux/mfd/max8997-private.h |  82 ++++++--
>  11 files changed, 381 insertions(+), 629 deletions(-)
>  delete mode 100644 drivers/mfd/max8997-irq.c
> 

  parent reply	other threads:[~2015-01-28 14:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12  7:23 [PATCH v5 0/3] mfd: max8997: add regmap support Robert Baldyga
2014-11-12  7:23 ` [PATCH v5 1/3] mfd: max8997: use regmap to access registers Robert Baldyga
2014-11-12 17:01   ` Sebastian Reichel
2015-01-29 18:01   ` Dmitry Torokhov
2014-11-12  7:23 ` [PATCH v5 2/3] mfd: max8997: handle IRQs using regmap Robert Baldyga
2014-11-12  7:23 ` [PATCH v5 3/3] mfd: max8997: change irq names to upper case Robert Baldyga
2015-01-30  1:00   ` Chanwoo Choi
2015-01-28 14:20 ` Robert Baldyga [this message]
2015-01-29 18:03   ` [PATCH v5 0/3] mfd: max8997: add regmap support Dmitry Torokhov
2015-02-17  8:49     ` Robert Baldyga
2016-05-03 15:56       ` [rtc-linux] " Alexandre Belloni
2016-05-03 15:56         ` Alexandre Belloni

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=54C8F01B.5030300@samsung.com \
    --to=r.baldyga@samsung.com \
    --cc=a.zummo@towertech.it \
    --cc=broonie@kernel.org \
    --cc=cooloney@gmail.com \
    --cc=cw00.choi@samsung.com \
    --cc=dbaryshkov@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=k.kozlowski@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=paul.gortmaker@windriver.com \
    --cc=rpurdie@rpsys.net \
    --cc=rtc-linux@googlegroups.com \
    --cc=sachin.kamat@linaro.org \
    --cc=sameo@linux.intel.com \
    --cc=sre@kernel.org \
    /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.