All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-V5 0/4] mfd: 88pm800: Add Device tree support
@ 2015-06-29 15:31 ` Vaibhav Hiremath
  0 siblings, 0 replies; 84+ messages in thread
From: Vaibhav Hiremath @ 2015-06-29 15:31 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: devicetree, robh+dt, sameo, lee.jones, linux-kernel, yizhang,
	Vaibhav Hiremath

This patch-series adds support for Device tree to 88PM800 mfd driver.
It also sets default configuration of irq clear method if board file
doesn't exist.

Testing::
 - Boot tested on PXA1928 based platform.
 - probe of mfd, rtc and regulator function passing successfully.
 - Basic read operations on registers
 - irq clear configuration

V4 => V5
=======
Link to V4: https://lkml.org/lkml/2015/6/25/67

  - Renamed binding back again to 88pm800, as 'Yi Zhang' already started
    submitting 88pm88x, so 88pm8xx won't make sense. Better name would be to
    stick with 88pm80x.
  - Added new patch to series PATCH 2/4, to remove unwanted protection around
    padata
  - As suggested by Lee, added macro based implementation for CLEAR_ON_WRITE
    and CLEAR_ON_READ.
  - and fixed other trivial comments.

V3 => V4
=======
Link to V3: https://lkml.org/lkml/2015/6/24/143

   -  irq clear method is 88PM800 feature, which is not dependent on board or
      doesn't require any wiring changes, so DT is not the way.
      Hardcoded to "irq clear on write" if board file doesn't exist.
   - Updated binding patch (PATCH 3/3) to remove irq-clr-on-wr entry.
   - Since PATCH 3/3 changed from original, removed Rob's Acked-by.

V2 => V3
=======
Link to V2: https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg914299.html

   - Replaced deprecated "regulator-compatible" property with "regulator-name".
   - Added Rob's Acked-by  to [PATCH 3/3]

V1 => V2
=======
Link to V1: http://lkml.iu.edu/hypermail/linux/kernel/1505.3/04386.html

  - Split binding changes from original commit
  - Updated binding info as per Rob's suggestion
  - Dropped PATCH 4/4, as discussed during review
  - Dropped PATCH 3/4, as it is independent RTC code change,
    so will submit it separately to ease merging.
  - Fixed all other minor comments

Attempt has been made to push some of the patches to the list sometime
back in 2013.

Link to previous patch submission:
        https://lkml.org/lkml/2013/8/14/86


TODO:
=====
   - init config for 88PM860 device
   - Rgulator driver changes to add support for 88PM860 device



Vaibhav Hiremath (4):
  mfd: 88pm800: Add device tree support
  mfd: 88pm800: Remove unnecessary protection around pdata
  mfd: 88pm800: Set default interrupt clear method
  mfd: devicetree: bindings: Add new 88pm800 mfd binding

 Documentation/devicetree/bindings/mfd/88pm800.txt | 53 +++++++++++++++++++++++
 drivers/mfd/88pm800.c                             | 52 ++++++++++++++++------
 include/linux/mfd/88pm80x.h                       | 10 ++++-
 3 files changed, 100 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/88pm800.txt

-- 
1.9.1


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

end of thread, other threads:[~2015-07-08 12:22 UTC | newest]

Thread overview: 84+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29 15:31 [PATCH-V5 0/4] mfd: 88pm800: Add Device tree support Vaibhav Hiremath
2015-06-29 15:31 ` Vaibhav Hiremath
2015-06-29 15:31 ` [PATCH-V5 1/4] mfd: 88pm800: Add device " Vaibhav Hiremath
2015-06-29 15:31   ` Vaibhav Hiremath
2015-06-29 15:31   ` Vaibhav Hiremath
2015-06-30  0:32   ` Krzysztof Kozlowski
2015-06-30  0:32     ` Krzysztof Kozlowski
2015-06-30  0:32     ` Krzysztof Kozlowski
2015-07-07  7:30   ` Lee Jones
2015-07-07  7:30     ` Lee Jones
2015-06-29 15:31 ` [PATCH-V5 2/4] mfd: 88pm800: Remove unnecessary protection around pdata Vaibhav Hiremath
2015-06-29 15:31   ` Vaibhav Hiremath
2015-06-29 15:31   ` Vaibhav Hiremath
2015-06-30  0:34   ` Krzysztof Kozlowski
2015-06-30  0:34     ` Krzysztof Kozlowski
2015-06-30  0:34     ` Krzysztof Kozlowski
2015-07-07  7:30   ` Lee Jones
2015-07-07  7:30     ` Lee Jones
2015-07-07  7:30     ` Lee Jones
2015-06-29 15:31 ` [PATCH-V5 3/4] mfd: 88pm800: Set default interrupt clear method Vaibhav Hiremath
2015-06-29 15:31   ` Vaibhav Hiremath
2015-06-29 15:31   ` Vaibhav Hiremath
2015-06-30  0:29   ` Krzysztof Kozlowski
2015-06-30  0:29     ` Krzysztof Kozlowski
2015-06-30  0:29     ` Krzysztof Kozlowski
2015-07-07  7:29   ` Lee Jones
2015-07-07  7:29     ` Lee Jones
2015-07-07  9:53     ` Vaibhav Hiremath
2015-07-07  9:53       ` Vaibhav Hiremath
2015-07-07  9:53       ` Vaibhav Hiremath
2015-07-07 10:40       ` Lee Jones
2015-07-07 10:40         ` Lee Jones
2015-07-07 10:40         ` Lee Jones
2015-07-07 10:51         ` Vaibhav Hiremath
2015-07-07 10:51           ` Vaibhav Hiremath
2015-07-07 10:51           ` Vaibhav Hiremath
2015-07-07 11:12           ` Lee Jones
2015-07-07 11:12             ` Lee Jones
2015-07-07 11:12             ` Lee Jones
2015-07-07 11:18             ` Vaibhav Hiremath
2015-07-07 11:18               ` Vaibhav Hiremath
2015-07-07 11:25               ` Vaibhav Hiremath
2015-07-07 11:25                 ` Vaibhav Hiremath
2015-07-07 11:25                 ` Vaibhav Hiremath
2015-07-07 12:54                 ` Lee Jones
2015-07-07 12:54                   ` Lee Jones
2015-07-07 12:54                   ` Lee Jones
2015-07-07 14:47                   ` Vaibhav Hiremath
2015-07-07 14:47                     ` Vaibhav Hiremath
2015-07-07 14:57                     ` Lee Jones
2015-07-07 14:57                       ` Lee Jones
2015-07-08 12:22                       ` Vaibhav Hiremath
2015-07-08 12:22                         ` Vaibhav Hiremath
2015-06-29 15:31 ` [PATCH-V5 4/4] mfd: devicetree: bindings: Add new 88pm800 mfd binding Vaibhav Hiremath
2015-06-29 15:31   ` Vaibhav Hiremath
2015-06-29 15:31   ` Vaibhav Hiremath
2015-06-30  0:30   ` Krzysztof Kozłowski
2015-06-30  0:30     ` Krzysztof Kozłowski
2015-06-30  0:30     ` Krzysztof Kozłowski
2015-07-01  7:43     ` Lee Jones
2015-07-01  7:43       ` Lee Jones
2015-07-01  8:00       ` Krzysztof Kozłowski
2015-07-01  8:00         ` Krzysztof Kozłowski
2015-06-30  0:31   ` Krzysztof Kozlowski
2015-06-30  0:31     ` Krzysztof Kozlowski
2015-06-30  0:31     ` Krzysztof Kozlowski
2015-06-30  5:40     ` Vaibhav Hiremath
2015-06-30  5:40       ` Vaibhav Hiremath
2015-06-30  5:40       ` Vaibhav Hiremath
2015-07-01 16:10   ` Rob Herring
2015-07-01 16:10     ` Rob Herring
2015-07-01 16:10     ` Rob Herring
2015-07-01 16:21     ` Vaibhav Hiremath
2015-07-01 16:21       ` Vaibhav Hiremath
2015-07-01 16:21       ` Vaibhav Hiremath
2015-07-01 17:17       ` Rob Herring
2015-07-01 17:17         ` Rob Herring
2015-07-01 17:17         ` Rob Herring
2015-07-01 17:24         ` Vaibhav Hiremath
2015-07-01 17:24           ` Vaibhav Hiremath
2015-07-01 17:24           ` Vaibhav Hiremath
2015-07-07  7:31   ` Lee Jones
2015-07-07  7:31     ` Lee Jones
2015-07-07  7:31     ` Lee Jones

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.