All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102
@ 2013-02-22 12:02 ` Charles Keepax
  0 siblings, 0 replies; 6+ messages in thread
From: Charles Keepax @ 2013-02-22 12:02 UTC (permalink / raw)
  To: kgene.kim
  Cc: broonie, ben-linux, patches, linux-samsung-soc, linux-arm-kernel,
	Charles Keepax

A slightly slower rate provides more reliable jack detection during
slower insertions.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---

This patch does depend on a patch which will be coming through
the extcon tree but this should get merged during this merge
window.

switch: arizona: Support microphone detection rate configuration
commit 2e033db5ddf299de2ae568919d78b0258a5a6423

Thanks,
Charles

 arch/arm/mach-s3c64xx/mach-crag6410-module.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 755c0bb..4f5ace2 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -210,6 +210,7 @@ static struct arizona_pdata wm5102_reva_pdata = {
 	.gpio_base = CODEC_GPIO_BASE,
 	.irq_active_high = true,
 	.micd_pol_gpio = CODEC_GPIO_BASE + 4,
+	.micd_rate = 6,
 	.gpio_defaults = {
 		[2] = 0x10000, /* AIF3TXLRCLK */
 		[3] = 0x4,     /* OPCLK */
-- 
1.7.2.5

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

* [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102
@ 2013-02-22 12:02 ` Charles Keepax
  0 siblings, 0 replies; 6+ messages in thread
From: Charles Keepax @ 2013-02-22 12:02 UTC (permalink / raw)
  To: linux-arm-kernel

A slightly slower rate provides more reliable jack detection during
slower insertions.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---

This patch does depend on a patch which will be coming through
the extcon tree but this should get merged during this merge
window.

switch: arizona: Support microphone detection rate configuration
commit 2e033db5ddf299de2ae568919d78b0258a5a6423

Thanks,
Charles

 arch/arm/mach-s3c64xx/mach-crag6410-module.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 755c0bb..4f5ace2 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -210,6 +210,7 @@ static struct arizona_pdata wm5102_reva_pdata = {
 	.gpio_base = CODEC_GPIO_BASE,
 	.irq_active_high = true,
 	.micd_pol_gpio = CODEC_GPIO_BASE + 4,
+	.micd_rate = 6,
 	.gpio_defaults = {
 		[2] = 0x10000, /* AIF3TXLRCLK */
 		[3] = 0x4,     /* OPCLK */
-- 
1.7.2.5

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

* Re: [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102
  2013-02-22 12:02 ` Charles Keepax
@ 2013-02-22 12:10   ` Mark Brown
  -1 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2013-02-22 12:10 UTC (permalink / raw)
  To: Charles Keepax
  Cc: kgene.kim, ben-linux, patches, linux-samsung-soc, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

On Fri, Feb 22, 2013 at 12:02:44PM +0000, Charles Keepax wrote:

> switch: arizona: Support microphone detection rate configuration
> commit 2e033db5ddf299de2ae568919d78b0258a5a6423

The commit ID is correct there, the commit log is (as you'd expect)
extcon:

Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102
@ 2013-02-22 12:10   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2013-02-22 12:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 22, 2013 at 12:02:44PM +0000, Charles Keepax wrote:

> switch: arizona: Support microphone detection rate configuration
> commit 2e033db5ddf299de2ae568919d78b0258a5a6423

The commit ID is correct there, the commit log is (as you'd expect)
extcon:

Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130222/07f03720/attachment.sig>

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

* RE: [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102
  2013-02-22 12:10   ` Mark Brown
@ 2013-03-11  1:31     ` Kukjin Kim
  -1 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-03-11  1:31 UTC (permalink / raw)
  To: 'Mark Brown', 'Charles Keepax'
  Cc: ben-linux, patches, linux-samsung-soc, linux-arm-kernel

Mark Brown wrote:
> 
> On Fri, Feb 22, 2013 at 12:02:44PM +0000, Charles Keepax wrote:
> 
> > switch: arizona: Support microphone detection rate configuration
> > commit 2e033db5ddf299de2ae568919d78b0258a5a6423
> 
> The commit ID is correct there, the commit log is (as you'd expect)
> extcon:
> 
> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Applied, thanks.

- Kukjin

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

* [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102
@ 2013-03-11  1:31     ` Kukjin Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-03-11  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

Mark Brown wrote:
> 
> On Fri, Feb 22, 2013 at 12:02:44PM +0000, Charles Keepax wrote:
> 
> > switch: arizona: Support microphone detection rate configuration
> > commit 2e033db5ddf299de2ae568919d78b0258a5a6423
> 
> The commit ID is correct there, the commit log is (as you'd expect)
> extcon:
> 
> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Applied, thanks.

- Kukjin

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

end of thread, other threads:[~2013-03-11  1:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-22 12:02 [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102 Charles Keepax
2013-02-22 12:02 ` Charles Keepax
2013-02-22 12:10 ` Mark Brown
2013-02-22 12:10   ` Mark Brown
2013-03-11  1:31   ` Kukjin Kim
2013-03-11  1:31     ` Kukjin Kim

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.