From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QWxleGFuZGVyIFNoaXlhbg==?= Subject: =?UTF-8?B?UmU6IFtQQVRDSCAxMC8xMF0gQVNvQzogaW14LXNzaTogQWRkIGlteDI3IGFu?= =?UTF-8?B?ZCBwY2ExMDAgRFQgc3VwcG9ydA==?= Date: Sun, 10 Mar 2013 22:55:26 +0400 Message-ID: <1362941726.17062673@f71.mail.ru> References: <1362940391-8338-1-git-send-email-mpa@pengutronix.de> <1362940391-8338-11-git-send-email-mpa@pengutronix.de> Reply-To: =?UTF-8?B?QWxleGFuZGVyIFNoaXlhbg==?= Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1362940391-8338-11-git-send-email-mpa@pengutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: =?UTF-8?B?TWFya3VzIFBhcmdtYW5u?= Cc: =?UTF-8?B?RmFiaW8gRXN0ZXZhbQ==?= , alsa-devel@alsa-project.org, devicetree-discuss@lists.ozlabs.org, =?UTF-8?B?TWFyayBCcm93bg==?= , =?UTF-8?B?TGlhbSBHaXJkd29vZA==?= , =?UTF-8?B?R3JhbnQgTGlrZWx5?= , =?UTF-8?B?U2FzY2hhIEhhdWVy?= , =?UTF-8?B?U2hhd24gR3Vv?= , =?UTF-8?B?VGltdXIgVGFiaQ==?= , linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org Hello. > Add devicetree bindings for generic imx-ssi support and specifically for > pca100 with two custom reset functions. At the moment those functions > are defined in mach-pca100.c. So until DT is the only method for > booting, the ac97 reset functions have to be exported in mach-pca100.c. > > Signed-off-by: Markus Pargmann ... > + if (of_property_read_bool(pdev->dev.of_node, "imx-ssi-net")) > + ssi->flags |= IMX_SSI_NET; This line does not make sense until the patch is not applied: http://lists.infradead.org/pipermail/linux-arm-kernel/2012-June/106482.html --- From mboxrd@z Thu Jan 1 00:00:00 1970 From: shc_work@mail.ru (=?UTF-8?B?QWxleGFuZGVyIFNoaXlhbg==?=) Date: Sun, 10 Mar 2013 22:55:26 +0400 Subject: =?UTF-8?B?UmU6IFtQQVRDSCAxMC8xMF0gQVNvQzogaW14LXNzaTogQWRkIGlteDI3IGFu?= =?UTF-8?B?ZCBwY2ExMDAgRFQgc3VwcG9ydA==?= In-Reply-To: <1362940391-8338-11-git-send-email-mpa@pengutronix.de> References: <1362940391-8338-1-git-send-email-mpa@pengutronix.de> <1362940391-8338-11-git-send-email-mpa@pengutronix.de> Message-ID: <1362941726.17062673@f71.mail.ru> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. > Add devicetree bindings for generic imx-ssi support and specifically for > pca100 with two custom reset functions. At the moment those functions > are defined in mach-pca100.c. So until DT is the only method for > booting, the ac97 reset functions have to be exported in mach-pca100.c. > > Signed-off-by: Markus Pargmann ... > + if (of_property_read_bool(pdev->dev.of_node, "imx-ssi-net")) > + ssi->flags |= IMX_SSI_NET; This line does not make sense until the patch is not applied: http://lists.infradead.org/pipermail/linux-arm-kernel/2012-June/106482.html ---