From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ASoC: ak4554: add DT support Date: Fri, 05 Jul 2013 10:55:57 -0600 Message-ID: <51D6FA9D.30105@wwwdotorg.org> References: <87wqp5wwuy.wl%kuninori.morimoto.gx@renesas.com> <51D693D5.3080307@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from avon.wwwdotorg.org (avon.wwwdotorg.org [70.85.31.133]) by alsa0.perex.cz (Postfix) with ESMTP id 8ECFB264F0F for ; Fri, 5 Jul 2013 18:56:01 +0200 (CEST) In-Reply-To: <51D693D5.3080307@metafoo.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Lars-Peter Clausen Cc: Linux-ALSA , Stephen Warren , Kuninori Morimoto , Mark Brown , Liam Girdwood , Simon , Kuninori Morimoto List-Id: alsa-devel@alsa-project.org On 07/05/2013 03:37 AM, Lars-Peter Clausen wrote: >> + - compatible : "asahi-kasei,ak4554" > > The vendor prefix for Asahi Kasei is documented as "ak" in > Documentation/devicetree/bindings/vendor-prefixes.txt. But it doesn;t seem > to be used in any upstream drivers, Stephen add that prefix maybe he knows > if it is used. If it is unused you should probably send a patch updating the > Documentation. It's used at: arch/arm/boot/dts/tegra20-seaboard.dts:499: compatible = "ak,ak8975"; ... although I see that somebody has incorrectly modified ./drivers/iio/magnetometer/ak8975.c to support the "asahi-kasei," vendor prefix:-(