From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751656AbdGYMBE (ORCPT ); Tue, 25 Jul 2017 08:01:04 -0400 Received: from mail.thorsis.com ([213.211.200.15]:39936 "EHLO mail.thorsis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbdGYMBD (ORCPT ); Tue, 25 Jul 2017 08:01:03 -0400 From: Alexander Dahl To: linux-arm-kernel@lists.infradead.org Cc: Boris Brezillon , Nicolas Ferre , Alexandre Belloni , linux-kernel@vger.kernel.org, Lee Jones Subject: [PATCH 0/3] memory: atmel-ebi: Fix setting EBI timings through dts Date: Tue, 25 Jul 2017 14:00:21 +0200 Message-Id: <1500984024-26403-1-git-send-email-ada@thorsis.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, this small patch series based on v4.13-rc2 fixes three things I found when trying to run the latest rc on an at91samg20 based platform with a SRAM like memory connected to the EBI interface, for which the timings should be set through dts. For all register settings of interest I checked the hardware manuals of the at91sam9g20 and the sama5d3x to not cause regressions, as well as the actual register settings in the running system. (I used the devmem tool from busybox for that.) Greets Alex