From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756063AbdJJJaL (ORCPT ); Tue, 10 Oct 2017 05:30:11 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:8717 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755134AbdJJJaK (ORCPT ); Tue, 10 Oct 2017 05:30:10 -0400 X-IronPort-AV: E=Sophos;i="5.42,504,1500966000"; d="scan'208";a="7734191" Subject: Re: [PATCH 00/14] at91 fixes and enhancements To: , , , , CC: , , References: <1507565377-1545-1-git-send-email-claudiu.beznea@microchip.com> From: m18063 Message-ID: <45089013-3ffa-010f-ef4b-0be693abc2e3@microchip.com> Date: Tue, 10 Oct 2017 12:30:06 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1507565377-1545-1-git-send-email-claudiu.beznea@microchip.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please ignore this series since I did some mistakes. I will send version 2. Thank you, Claudiu On 09.10.2017 19:09, Claudiu Beznea wrote: > Hi, > > This series contains fixes and enhancements for Atmel/Microchip boards, > mainly for SoM1-EK board, SAMA5D2 Xplained board and SAM9x5 boards. > Please accept them for 4.15. > > Thank you, > Claudiu Beznea > > Claudiu Beznea (14): > ARM: dts: at91: sama5d27_som1_ek: add disabled/okay status > ARM: dts: at91: sama5d27_som1_ek: update serial aliases > ARM: dts: at91: sama5d27_som1_ek: set USER button as a wakeup source > ARM: dts: at91: sama5d27_som1_ek: add aliases for i2c > ARM: dts: at91: sama5d27_som1_ek: add pinmuxing for pwm0 > ARM: dts: at91: sama5d27_som1_ek: remove not connected CAN0 > ARM: dts: at91: sama5d27_som1_ek: remove pull-up on SD/MMC lines > ARM: dts: at91: sama5d2_xplained: Add charger node of pmic. > ARM: dts: at91: sama5d2_xplained: set PB_USER as wakeup source > ARM: dts: at91: sama5d2_xplained: add pinmuxing for pwm0 > ARM: dts: at91: sama5d2_xplained: remove pull-up on SD/MMC lines > ARM: dts: at91: at91sam9x25ek: add CAN1 interface > ARM: dts: at91: at91sam9x25ek: add pwm0 > ARM: dts: at91: at91sam9x5ek: use DMA for USART0 > > arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 46 ++++++++++++++--------------- > arch/arm/boot/dts/at91-sama5d2_xplained.dts | 39 ++++++++++++++++-------- > arch/arm/boot/dts/at91sam9x25ek.dts | 10 +++++++ > arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 ++ > 4 files changed, 62 insertions(+), 35 deletions(-) >