All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND v7 0/6] regulator: mfd: max8997: Add regmap
@ 2016-06-17  6:10 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 36+ messages in thread
From: Krzysztof Kozlowski @ 2016-06-17  6:10 UTC (permalink / raw)
  To: Kukjin Kim, Krzysztof Kozlowski, MyungJoo Ham, Chanwoo Choi,
	Dmitry Torokhov, Richard Purdie, Jacek Anaszewski, Lee Jones,
	Sebastian Reichel, Dmitry Eremin-Solenikov, David Woodhouse,
	Liam Girdwood, Mark Brown, Alessandro Zummo, Alexandre Belloni,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-input-u79uwXL29TY76Z2rM5mHXA,
	linux-leds-u79uwXL29TY76Z2rM5mHXA,
	linux-pm-u79uwXL29TY76Z2rM5mHXA,
	rtc-linux-/JYPxA39Uh5TLH3MbocFFw
  Cc: r.baldyga-anjuHVi6/WSaMJb+Lgu22Q, Bartlomiej Zolnierkiewicz

Dear Mark,

I'm pushing old Robert's work and I miss only ack from you.
Could you take a look at patch 1/6?


Changes since v6
================
1. Add some acks.
2. Remove patches already applied.


Best regards,
Krzysztof


Krzysztof Kozlowski (3):
  extcon: max8997: Fix handling error code of regmap_irq_get_virq()
  rtc: max8997: Check for ERRNO of regmap_irq_get_virq()
  extcon: max8997: Fix inconsistent indenting

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       |  72 +++----
 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             | 383 ----------------------------------
 drivers/mfd/max8997.c                 | 245 +++++++++++++++-------
 drivers/power/max8997_charger.c       |  33 +--
 drivers/regulator/max8997-regulator.c |  87 ++++----
 drivers/rtc/rtc-max8997.c             |  60 +++---
 include/linux/mfd/max8997-private.h   |  82 ++++++--
 11 files changed, 385 insertions(+), 629 deletions(-)
 delete mode 100644 drivers/mfd/max8997-irq.c

-- 
1.9.1

-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/d/optout.

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

end of thread, other threads:[~2016-06-17 13:00 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-17  6:10 [RESEND v7 0/6] regulator: mfd: max8997: Add regmap Krzysztof Kozlowski
2016-06-17  6:10 ` Krzysztof Kozlowski
2016-06-17  6:10 ` [rtc-linux] " Krzysztof Kozlowski
2016-06-17  6:10 ` Krzysztof Kozlowski
     [not found] ` <1466143833-5856-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-06-17  6:10   ` [RESEND v7 1/6] mfd: max8997: Use regmap to access registers Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10     ` [rtc-linux] " Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
     [not found]     ` <1466143833-5856-2-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-06-17  7:53       ` Lee Jones
2016-06-17  7:53         ` Lee Jones
2016-06-17  7:53         ` [rtc-linux] " Lee Jones
2016-06-17  7:53         ` Lee Jones
2016-06-17 12:59       ` Mark Brown
2016-06-17 12:59         ` Mark Brown
2016-06-17 12:59         ` [rtc-linux] " Mark Brown
2016-06-17 12:59         ` Mark Brown
2016-06-17  6:10   ` [RESEND v7 2/6] mfd: max8997: handle IRQs using regmap Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10     ` [rtc-linux] " Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10   ` [RESEND v7 3/6] mfd: max8997: Change irq names to upper case Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10     ` [rtc-linux] " Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10   ` [RESEND v7 4/6] extcon: max8997: Fix handling error code of regmap_irq_get_virq() Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10     ` [rtc-linux] " Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10   ` [RESEND v7 5/6] rtc: max8997: Check for ERRNO " Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10     ` [rtc-linux] " Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10   ` [RESEND v7 6/6] extcon: max8997: Fix inconsistent indenting Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski
2016-06-17  6:10     ` [rtc-linux] " Krzysztof Kozlowski
2016-06-17  6:10     ` Krzysztof Kozlowski

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.