From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Wed, 4 Mar 2015 14:07:15 +0100 Subject: [PATCH v2 0/2] ARM: at91: dt: at91sam9n12ek: enable udp device In-Reply-To: <54F42E12.4010808@atmel.com> References: <1423533335-25135-1-git-send-email-voice.shen@atmel.com> <54F42E12.4010808@atmel.com> Message-ID: <54F70383.1030707@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Le 02/03/2015 10:32, Bo Shen a ?crit : > Hi Nicolas, > > On 02/10/2015 09:55 AM, Bo Shen wrote: >> This patch series enable usb device support on at91sam9n12ek board. >> >> Changes in v2: >> - Base on next-20150209 (so, remove the modification of udc driver). >> - Add pinctrl for usb1 vbus sense. >> >> Bo Shen (2): >> ARM: at91: dt: at91sam9n12: add udp device node >> ARM: at91: dt: at91sam9n12ek: enable udp > > Any comments for this patch series? (aka ping?) Hi, For the 2 patches: Acked-by: Nicolas Ferre And I've just taken these 2 patches on top of the at91-4.1-dt branch. Thanks for the "heads up" ! Bye, >> arch/arm/boot/dts/at91sam9n12.dtsi | 9 +++++++++ >> arch/arm/boot/dts/at91sam9n12ek.dts | 14 ++++++++++++++ >> 2 files changed, 23 insertions(+) >> > > Best Regards, > Bo Shen > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH v2 0/2] ARM: at91: dt: at91sam9n12ek: enable udp device Date: Wed, 4 Mar 2015 14:07:15 +0100 Message-ID: <54F70383.1030707@atmel.com> References: <1423533335-25135-1-git-send-email-voice.shen@atmel.com> <54F42E12.4010808@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <54F42E12.4010808-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bo Shen Cc: balbi-l0cyMroinI0@public.gmane.org, alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, sylvain.rochet-ETtyaVkrhkNWk0Htik3J/w@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Le 02/03/2015 10:32, Bo Shen a =E9crit : > Hi Nicolas, >=20 > On 02/10/2015 09:55 AM, Bo Shen wrote: >> This patch series enable usb device support on at91sam9n12ek board. >> >> Changes in v2: >> - Base on next-20150209 (so, remove the modification of udc drive= r). >> - Add pinctrl for usb1 vbus sense. >> >> Bo Shen (2): >> ARM: at91: dt: at91sam9n12: add udp device node >> ARM: at91: dt: at91sam9n12ek: enable udp >=20 > Any comments for this patch series? (aka ping?) Hi, =46or the 2 patches: Acked-by: Nicolas Ferre And I've just taken these 2 patches on top of the at91-4.1-dt branch. Thanks for the "heads up" ! Bye, >> arch/arm/boot/dts/at91sam9n12.dtsi | 9 +++++++++ >> arch/arm/boot/dts/at91sam9n12ek.dts | 14 ++++++++++++++ >> 2 files changed, 23 insertions(+) >> >=20 > Best Regards, > Bo Shen >=20 --=20 Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758294AbbCDNHR (ORCPT ); Wed, 4 Mar 2015 08:07:17 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:32344 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754030AbbCDNHP (ORCPT ); Wed, 4 Mar 2015 08:07:15 -0500 Message-ID: <54F70383.1030707@atmel.com> Date: Wed, 4 Mar 2015 14:07:15 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Bo Shen CC: , , , , , , Subject: Re: [PATCH v2 0/2] ARM: at91: dt: at91sam9n12ek: enable udp device References: <1423533335-25135-1-git-send-email-voice.shen@atmel.com> <54F42E12.4010808@atmel.com> In-Reply-To: <54F42E12.4010808@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 02/03/2015 10:32, Bo Shen a écrit : > Hi Nicolas, > > On 02/10/2015 09:55 AM, Bo Shen wrote: >> This patch series enable usb device support on at91sam9n12ek board. >> >> Changes in v2: >> - Base on next-20150209 (so, remove the modification of udc driver). >> - Add pinctrl for usb1 vbus sense. >> >> Bo Shen (2): >> ARM: at91: dt: at91sam9n12: add udp device node >> ARM: at91: dt: at91sam9n12ek: enable udp > > Any comments for this patch series? (aka ping?) Hi, For the 2 patches: Acked-by: Nicolas Ferre And I've just taken these 2 patches on top of the at91-4.1-dt branch. Thanks for the "heads up" ! Bye, >> arch/arm/boot/dts/at91sam9n12.dtsi | 9 +++++++++ >> arch/arm/boot/dts/at91sam9n12ek.dts | 14 ++++++++++++++ >> 2 files changed, 23 insertions(+) >> > > Best Regards, > Bo Shen > -- Nicolas Ferre