public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Input: Merge max77843 haptic driver into max77693
@ 2015-07-29  6:31 Krzysztof Kozlowski
  2015-07-29  6:31 ` [PATCH 1/4] Input: max77693: Remove a read-only pwm_divisor field Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2015-07-29  6:31 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Mark Brown, linux-kernel, linux-input, Jaewon Kim,
	Krzysztof Kozlowski

Hi,


Description
===========
The Maxim 77843 haptic driver differs from 77693 by:
1. Setting the bias.
2. Different configuration register.
3. Not enabling the low-sys DAC.
4. Using same regmap for PMIC and haptic blocks.

The patchset merges max77843 driver into the max77693.


Dependencies
============
The patchset *depends on* "regulator: Merge max77843 into max77693" [0]
which was applied by Mark Brown (regulator tree). The mentioned
regulator patchset actually changed also MFD drivers and other headers
so the child drivers (like max77693 regulator or haptic) can be used
with both max77693 and max77843 main MFD drivers.


Merging ideas
=============
0. Patches 1 and 2 can be applied directly.
For rest of it (patches 3 and 4):
1. If this will go to v4.3, then maybe Mark Brown could prepare
   an immutable branch (or a tag) with the [0] patchset?
2. If this will go to v4.4, then patchset can wait till MFD/regulator
   changes reach Linus' tree.


Best regards,
Krzysztof

[0] https://lkml.org/lkml/2015/7/15/554


Krzysztof Kozlowski (4):
  Input: max77693: Remove a read-only pwm_divisor field
  Input: max77693: Prepare for adding support for Maxim 77843
  Input: max77693: Add support for Maxim 77843
  Input: Remove the max77843 haptic driver

 drivers/input/misc/Kconfig           |  18 +-
 drivers/input/misc/Makefile          |   1 -
 drivers/input/misc/max77693-haptic.c |  91 +++++++--
 drivers/input/misc/max77843-haptic.c | 359 -----------------------------------
 4 files changed, 82 insertions(+), 387 deletions(-)
 delete mode 100644 drivers/input/misc/max77843-haptic.c

-- 
1.9.1


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

end of thread, other threads:[~2015-07-29 23:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29  6:31 [PATCH 0/4] Input: Merge max77843 haptic driver into max77693 Krzysztof Kozlowski
2015-07-29  6:31 ` [PATCH 1/4] Input: max77693: Remove a read-only pwm_divisor field Krzysztof Kozlowski
2015-07-29  6:31 ` [PATCH 2/4] Input: max77693: Prepare for adding support for Maxim 77843 Krzysztof Kozlowski
2015-07-29  6:31 ` [PATCH 3/4] Input: max77693: Add " Krzysztof Kozlowski
2015-07-29  6:31 ` [PATCH 4/4] Input: Remove the max77843 haptic driver Krzysztof Kozlowski
2015-07-29  6:55   ` Krzysztof Kozlowski
2015-07-29 17:08 ` [PATCH 0/4] Input: Merge max77843 haptic driver into max77693 Dmitry Torokhov
2015-07-29 23:43   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox