mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH v5 0/2] Add support for select accessory detect mode to HPDETL or HPDETR
@ 2015-05-04  4:42 Inha Song
  2015-05-04  4:42 ` [alsa-devel] [PATCH v5 1/2] extcon: arizona: Add support for select accessory detect mode when headphone detection Inha Song
  2015-05-04  4:42 ` [alsa-devel] [PATCH v5 2/2] mfd: arizona: Update DT binding to support hpdet channel Inha Song
  0 siblings, 2 replies; 5+ messages in thread
From: Inha Song @ 2015-05-04  4:42 UTC (permalink / raw)
  To: cw00.choi, galak, ijc+devicetree, mark.rutland, pawel.moll, robh+dt
  Cc: sameo, lee.jones, ckeepax, broonie, rf, devicetree, linux-kernel,
	alsa-devel, patches, Inha Song

This set of patches adds support for select accessory detect mode to HPDETL or HPDETR.

Changes in v5:
  - Rebased on extcon-next branch.

Changes in v4:
  - Set the hpdet_channel default value to HPDETL in variable declaration.
  - Fix the indentation in binding documentation.

Changes in v3:
  - Set the hpdet_channel default value to HPDETL If the value is unknown or invalid.

Changes in v2:
  - Use the value in pdata instead of hpdet_channel in extcon_info.
  - Wrap arizona_extcon_of_get in IS_ENABLED(CONFIG_OF).
  - Change hpdet_channel type to unsigned from signed in pdata.
  - Move ARIZONA_ACCDET_MODE_* define to dt-binding header and directly set it to pdata.


Inha Song (2):
  extcon: arizona: Add support for select accessory detect mode when
    headphone detection
  mfd: arizona: Update DT binding to support hpdet channel

 Documentation/devicetree/bindings/mfd/arizona.txt |  6 ++++
 drivers/extcon/extcon-arizona.c                   | 38 ++++++++++++++++++-----
 include/dt-bindings/mfd/arizona.h                 |  4 +++
 include/linux/mfd/arizona/pdata.h                 |  3 ++
 4 files changed, 43 insertions(+), 8 deletions(-)

-- 
2.0.0.390.gcb682f8


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

end of thread, other threads:[~2015-05-04  5:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-04  4:42 [alsa-devel] [PATCH v5 0/2] Add support for select accessory detect mode to HPDETL or HPDETR Inha Song
2015-05-04  4:42 ` [alsa-devel] [PATCH v5 1/2] extcon: arizona: Add support for select accessory detect mode when headphone detection Inha Song
2015-05-04  5:14   ` Chanwoo Choi
2015-05-04  4:42 ` [alsa-devel] [PATCH v5 2/2] mfd: arizona: Update DT binding to support hpdet channel Inha Song
2015-05-04  5:17   ` Chanwoo Choi

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

Powered by JetHome