All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Sverdlin <alexander.sverdlin@gmail.com>
To: Hartley Sweeten <hsweeten@visionengravers.com>,
	Ryan Mallon <rmallon@gmail.com>,
	linux-arm-kernel@lists.infradead.org, linux-iio@vger.kernel.org
Cc: Russell King <linux@arm.linux.org.uk>,
	Jonathan Cameron <jic23@kernel.org>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald <pmeerw@pmeerw.net>,
	Jonathan Cameron <jic23@kernel.org>
Subject: [PATCH v2 4/5] edb93xx: Add ADC platform device
Date: Sat, 20 Feb 2016 19:00:05 +0100	[thread overview]
Message-ID: <56C8A9A5.5050908@gmail.com> (raw)
In-Reply-To: <56C89024.3060802@gmail.com>

This enables the creation of ADC platform device on EDB93xx series of Cirrus
Logic evaluation boards. The driver for this device must be enabled separately,
either as built-in, or a module.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
---
 arch/arm/mach-ep93xx/edb93xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c
index ad92d9f..8da0127 100644
--- a/arch/arm/mach-ep93xx/edb93xx.c
+++ b/arch/arm/mach-ep93xx/edb93xx.c
@@ -264,6 +264,7 @@ static void __init edb93xx_init_machine(void)
 	edb93xx_register_pwm();
 	edb93xx_register_fb();
 	edb93xx_register_ide();
+	ep93xx_register_adc();
 }

WARNING: multiple messages have this Message-ID (diff)
From: alexander.sverdlin@gmail.com (Alexander Sverdlin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 4/5] edb93xx: Add ADC platform device
Date: Sat, 20 Feb 2016 19:00:05 +0100	[thread overview]
Message-ID: <56C8A9A5.5050908@gmail.com> (raw)
In-Reply-To: <56C89024.3060802@gmail.com>

This enables the creation of ADC platform device on EDB93xx series of Cirrus
Logic evaluation boards. The driver for this device must be enabled separately,
either as built-in, or a module.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
---
 arch/arm/mach-ep93xx/edb93xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c
index ad92d9f..8da0127 100644
--- a/arch/arm/mach-ep93xx/edb93xx.c
+++ b/arch/arm/mach-ep93xx/edb93xx.c
@@ -264,6 +264,7 @@ static void __init edb93xx_init_machine(void)
 	edb93xx_register_pwm();
 	edb93xx_register_fb();
 	edb93xx_register_ide();
+	ep93xx_register_adc();
 }

  parent reply	other threads:[~2016-02-20 18:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <56C88EDD.3040007@gmail.com>
2016-02-20 17:59 ` [PATCH v2 1/5] clk: ep93xx: Implement clk_get_parent() Alexander Sverdlin
2016-02-20 17:59   ` Alexander Sverdlin
     [not found] ` <56C88FCB.30008@gmail.com>
2016-02-20 17:59   ` [PATCH v2 2/5] clk: ep93xx: Add ADC clock Alexander Sverdlin
2016-02-20 17:59     ` Alexander Sverdlin
     [not found]   ` <56C88FFD.9050504@gmail.com>
2016-02-20 17:59     ` [PATCH v2 3/5] ep93xx: Add ADC platform device support to core Alexander Sverdlin
2016-02-20 17:59       ` Alexander Sverdlin
     [not found]     ` <56C89024.3060802@gmail.com>
2016-02-20 18:00       ` Alexander Sverdlin [this message]
2016-02-20 18:00         ` [PATCH v2 4/5] edb93xx: Add ADC platform device Alexander Sverdlin
     [not found]       ` <56C89056.7070903@gmail.com>
2016-02-20 18:00         ` [PATCH v2 5/5] iio: adc: New driver for Cirrus Logic EP93xx ADC Alexander Sverdlin
2016-02-20 18:00           ` Alexander Sverdlin
2016-02-21 19:47           ` Jonathan Cameron
2016-02-21 19:47             ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56C8A9A5.5050908@gmail.com \
    --to=alexander.sverdlin@gmail.com \
    --cc=hsweeten@visionengravers.com \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=pmeerw@pmeerw.net \
    --cc=rmallon@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.