From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: [PATCH 0/3] at91/ssc: fixes on ASoC tree for 3.8 Date: Mon, 17 Dec 2012 12:23:23 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-sound-owner@vger.kernel.org To: broonie@opensource.wolfsonmicro.com, voice.shen@atmel.com Cc: Jean-Christophe PLAGNIOL-VILLARD , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-sound@vger.kernel.org, Nicolas Ferre List-Id: alsa-devel@alsa-project.org Hi Mark, This series goes on top of current Linus' git tree and fixes an error that we have while compiling DTBs for AT91: ERROR (phandle_references): Reference to non-existent node or label "pinctrl_ssc0_tx" ERROR: Input tree has errors, aborting (use -f to force output) make[3]: *** [arch/arm/boot/dts/at91sam9g20ek.dtb] Error 2 I have included pending material that is dealing with SSC and pinctrl. The pinctrl part can be merged more easily now that the big pinctrl update for AT91 has been merged upstream. I have also included a typo patch that you have already taken as 315656b (ASoC: atmel-ssc: change disable to disable in dts node) in your topic/atmel branch but that was not described properly. If you find it easier, I can provide you a git tree for this material: just tell me... Thanks for your help, best regards, Bo Shen (3): ARM: at91/dts: fix typo in SSC status property ARM: at91/dts: add pinctrl support for SSC peripheral ASoC: atmel-ssc: add pinctrl selection to driver arch/arm/boot/dts/at91sam9260.dtsi | 18 +++++++++++++++++ arch/arm/boot/dts/at91sam9263.dtsi | 40 ++++++++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9g45.dtsi | 40 ++++++++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9n12.dtsi | 26 +++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9x5.dtsi | 32 +++++++++++++++++++++++------- drivers/misc/atmel-ssc.c | 8 ++++++++ 6 files changed, 153 insertions(+), 11 deletions(-) -- 1.8.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Date: Mon, 17 Dec 2012 11:23:23 +0000 Subject: [PATCH 0/3] at91/ssc: fixes on ASoC tree for 3.8 Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: broonie@opensource.wolfsonmicro.com, voice.shen@atmel.com Cc: Jean-Christophe PLAGNIOL-VILLARD , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-sound@vger.kernel.org, Nicolas Ferre Hi Mark, This series goes on top of current Linus' git tree and fixes an error that we have while compiling DTBs for AT91: ERROR (phandle_references): Reference to non-existent node or label "pinctrl_ssc0_tx" ERROR: Input tree has errors, aborting (use -f to force output) make[3]: *** [arch/arm/boot/dts/at91sam9g20ek.dtb] Error 2 I have included pending material that is dealing with SSC and pinctrl. The pinctrl part can be merged more easily now that the big pinctrl update for AT91 has been merged upstream. I have also included a typo patch that you have already taken as 315656b (ASoC: atmel-ssc: change disable to disable in dts node) in your topic/atmel branch but that was not described properly. If you find it easier, I can provide you a git tree for this material: just tell me... Thanks for your help, best regards, Bo Shen (3): ARM: at91/dts: fix typo in SSC status property ARM: at91/dts: add pinctrl support for SSC peripheral ASoC: atmel-ssc: add pinctrl selection to driver arch/arm/boot/dts/at91sam9260.dtsi | 18 +++++++++++++++++ arch/arm/boot/dts/at91sam9263.dtsi | 40 ++++++++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9g45.dtsi | 40 ++++++++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9n12.dtsi | 26 +++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9x5.dtsi | 32 +++++++++++++++++++++++------- drivers/misc/atmel-ssc.c | 8 ++++++++ 6 files changed, 153 insertions(+), 11 deletions(-) -- 1.8.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Mon, 17 Dec 2012 12:23:23 +0100 Subject: [PATCH 0/3] at91/ssc: fixes on ASoC tree for 3.8 Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Mark, This series goes on top of current Linus' git tree and fixes an error that we have while compiling DTBs for AT91: ERROR (phandle_references): Reference to non-existent node or label "pinctrl_ssc0_tx" ERROR: Input tree has errors, aborting (use -f to force output) make[3]: *** [arch/arm/boot/dts/at91sam9g20ek.dtb] Error 2 I have included pending material that is dealing with SSC and pinctrl. The pinctrl part can be merged more easily now that the big pinctrl update for AT91 has been merged upstream. I have also included a typo patch that you have already taken as 315656b (ASoC: atmel-ssc: change disable to disable in dts node) in your topic/atmel branch but that was not described properly. If you find it easier, I can provide you a git tree for this material: just tell me... Thanks for your help, best regards, Bo Shen (3): ARM: at91/dts: fix typo in SSC status property ARM: at91/dts: add pinctrl support for SSC peripheral ASoC: atmel-ssc: add pinctrl selection to driver arch/arm/boot/dts/at91sam9260.dtsi | 18 +++++++++++++++++ arch/arm/boot/dts/at91sam9263.dtsi | 40 ++++++++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9g45.dtsi | 40 ++++++++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9n12.dtsi | 26 +++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9x5.dtsi | 32 +++++++++++++++++++++++------- drivers/misc/atmel-ssc.c | 8 ++++++++ 6 files changed, 153 insertions(+), 11 deletions(-) -- 1.8.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752403Ab2LQLXa (ORCPT ); Mon, 17 Dec 2012 06:23:30 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:43403 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752255Ab2LQLX3 (ORCPT ); Mon, 17 Dec 2012 06:23:29 -0500 From: Nicolas Ferre To: , CC: Jean-Christophe PLAGNIOL-VILLARD , Olof Johansson , , , , , Nicolas Ferre Subject: [PATCH 0/3] at91/ssc: fixes on ASoC tree for 3.8 Date: Mon, 17 Dec 2012 12:23:23 +0100 Message-ID: X-Mailer: git-send-email 1.8.0 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, This series goes on top of current Linus' git tree and fixes an error that we have while compiling DTBs for AT91: ERROR (phandle_references): Reference to non-existent node or label "pinctrl_ssc0_tx" ERROR: Input tree has errors, aborting (use -f to force output) make[3]: *** [arch/arm/boot/dts/at91sam9g20ek.dtb] Error 2 I have included pending material that is dealing with SSC and pinctrl. The pinctrl part can be merged more easily now that the big pinctrl update for AT91 has been merged upstream. I have also included a typo patch that you have already taken as 315656b (ASoC: atmel-ssc: change disable to disable in dts node) in your topic/atmel branch but that was not described properly. If you find it easier, I can provide you a git tree for this material: just tell me... Thanks for your help, best regards, Bo Shen (3): ARM: at91/dts: fix typo in SSC status property ARM: at91/dts: add pinctrl support for SSC peripheral ASoC: atmel-ssc: add pinctrl selection to driver arch/arm/boot/dts/at91sam9260.dtsi | 18 +++++++++++++++++ arch/arm/boot/dts/at91sam9263.dtsi | 40 ++++++++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9g45.dtsi | 40 ++++++++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9n12.dtsi | 26 +++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9x5.dtsi | 32 +++++++++++++++++++++++------- drivers/misc/atmel-ssc.c | 8 ++++++++ 6 files changed, 153 insertions(+), 11 deletions(-) -- 1.8.0