[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <54C8F01B.5030300@samsung.com>
Date: Wed, 28 Jan 2015 15:20:11 +0100
From: Robert Baldyga <r.baldyga@...sung.com>
To: lee.jones@...aro.org, dmitry.torokhov@...il.com,
a.zummo@...ertech.it
Cc: sameo@...ux.intel.com, myungjoo.ham@...sung.com,
cw00.choi@...sung.com, cooloney@...il.com, rpurdie@...ys.net,
sre@...nel.org, dbaryshkov@...il.com, dwmw2@...radead.org,
lgirdwood@...il.com, broonie@...nel.org,
paul.gortmaker@...driver.com, sachin.kamat@...aro.org,
k.kozlowski@...sung.com, linux-kernel@...r.kernel.org,
linux-input@...r.kernel.org, linux-leds@...r.kernel.org,
linux-pm@...r.kernel.org, rtc-linux@...glegroups.com
Subject: Re: [PATCH v5 0/3] mfd: max8997: add regmap support
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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists