public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add basic microphone detection bindings
@ 2015-06-18 14:43 Charles Keepax
  2015-06-18 14:43 ` [PATCH v2 1/5] extcon: arizona: Update to use the new device properties API Charles Keepax
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Charles Keepax @ 2015-06-18 14:43 UTC (permalink / raw)
  To: lee.jones, cw00.choi
  Cc: myungjoo.ham, sameo, devicetree, linux-kernel, patches

This series adds basic microphone detection DT/ACPI bindings
using the device properties API.

The MFD parts and the extcon parts can go seperately through
there respective trees, but I sent them together so everyone
can see what is going on. There is no build dependency
although the MFD patch will fix a couple of Sparse warnings
that you get if using -Wsparse-all.

Changes since v1:
 - Removed double include of property.h

Thanks,
Charles

Charles Keepax (5):
  extcon: arizona: Update to use the new device properties API
  extcon: arizona: Add basic microphone detection DT/ACPI bindings
  extcon: arizona: Convert to gpiod
  mfd: arizona: Update DT doc for new mic detection bindings
  mfd: arizona: Update several pdata members to unsigned

 Documentation/devicetree/bindings/mfd/arizona.txt |   16 +++++
 drivers/extcon/extcon-arizona.c                   |   73 ++++++++++++++++++--
 include/linux/mfd/arizona/pdata.h                 |   12 ++--
 3 files changed, 87 insertions(+), 14 deletions(-)

-- 
1.7.2.5


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

end of thread, other threads:[~2015-06-19 11:59 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-18 14:43 [PATCH v2 0/5] Add basic microphone detection bindings Charles Keepax
2015-06-18 14:43 ` [PATCH v2 1/5] extcon: arizona: Update to use the new device properties API Charles Keepax
2015-06-19  2:14   ` Chanwoo Choi
2015-06-18 14:43 ` [PATCH v2 2/5] extcon: arizona: Add basic microphone detection DT/ACPI bindings Charles Keepax
2015-06-19  2:25   ` Chanwoo Choi
2015-06-19  8:17     ` Charles Keepax
2015-06-19  8:28       ` Chanwoo Choi
2015-06-19  9:08         ` Charles Keepax
2015-06-19 10:31           ` Chanwoo Choi
2015-06-19 10:44             ` Charles Keepax
2015-06-19 11:03               ` Chanwoo Choi
2015-06-19 11:59                 ` Charles Keepax
2015-06-18 14:43 ` [PATCH v2 3/5] extcon: arizona: Convert to gpiod Charles Keepax
2015-06-19  2:36   ` Chanwoo Choi
2015-06-19  8:14     ` Charles Keepax
2015-06-19  8:39       ` Chanwoo Choi
2015-06-19  9:13         ` Charles Keepax
2015-06-19  9:50           ` Chanwoo Choi
2015-06-19  9:54             ` Charles Keepax
2015-06-18 14:43 ` [PATCH v2 4/5] mfd: arizona: Update DT doc for new mic detection bindings Charles Keepax
2015-06-18 14:43 ` [PATCH v2 5/5] mfd: arizona: Update several pdata members to unsigned Charles Keepax

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