LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] ARM: pxa: mioa701 convert to the new AC97 bus
@ 2018-05-27 19:23 Robert Jarzmik
  2018-06-20 20:22 ` Robert Jarzmik
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Jarzmik @ 2018-05-27 19:23 UTC (permalink / raw)
  To: Robert Jarzmik, Daniel Mack, Haojian Zhuang
  Cc: linux-arm-kernel, linux-kernel

This migration implies :
 - wm9713 device is removed, it will be auto-probed

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
 arch/arm/mach-pxa/mioa701.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c
index 9b6c7ea45a40..04dc78d0809f 100644
--- a/arch/arm/mach-pxa/mioa701.c
+++ b/arch/arm/mach-pxa/mioa701.c
@@ -677,14 +677,12 @@ MIO_SIMPLE_DEV(mioa701_led,	  "leds-gpio",	    &gpio_led_info)
 MIO_SIMPLE_DEV(pxa2xx_pcm,	  "pxa2xx-pcm",	    NULL)
 MIO_SIMPLE_DEV(mioa701_sound,	  "mioa701-wm9713", NULL)
 MIO_SIMPLE_DEV(mioa701_board,	  "mioa701-board",  NULL)
-MIO_SIMPLE_DEV(wm9713_acodec,	  "wm9713-codec",   NULL);
 MIO_SIMPLE_DEV(gpio_vbus,	  "gpio-vbus",      &gpio_vbus_data);
 
 static struct platform_device *devices[] __initdata = {
 	&mioa701_gpio_keys,
 	&mioa701_backlight,
 	&mioa701_led,
-	&wm9713_acodec,
 	&pxa2xx_pcm,
 	&mioa701_sound,
 	&power_dev,
-- 
2.11.0

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

* Re: [PATCH] ARM: pxa: mioa701 convert to the new AC97 bus
  2018-05-27 19:23 [PATCH] ARM: pxa: mioa701 convert to the new AC97 bus Robert Jarzmik
@ 2018-06-20 20:22 ` Robert Jarzmik
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Jarzmik @ 2018-06-20 20:22 UTC (permalink / raw)
  To: Daniel Mack; +Cc: Haojian Zhuang, linux-arm-kernel, linux-kernel

Robert Jarzmik <robert.jarzmik@free.fr> writes:

> This migration implies :
>  - wm9713 device is removed, it will be auto-probed
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
> ---
>  arch/arm/mach-pxa/mioa701.c | 2 --
>  1 file changed, 2 deletions(-)
Queued to pxa/for-next.

--
Robert

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

end of thread, other threads:[~2018-06-20 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-27 19:23 [PATCH] ARM: pxa: mioa701 convert to the new AC97 bus Robert Jarzmik
2018-06-20 20:22 ` Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).