From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932152AbdJUPTI (ORCPT ); Sat, 21 Oct 2017 11:19:08 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:52119 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932099AbdJUPTG (ORCPT ); Sat, 21 Oct 2017 11:19:06 -0400 X-Google-Smtp-Source: ABhQp+Qfor3/QsGhPpxTB6CMSZWBYQ37gJzDcobkJt1almsjFcPu7MrrdLgy6VeRoBJ0SnwHUYMENw== Date: Sat, 21 Oct 2017 08:19:02 -0700 From: Tejun Heo To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, Alexander Graf , Rob Herring , Anurag Kumar Vulisha , linux-ide@vger.kernel.org Subject: Re: [PATCH v2 2/9] ata: ceva: Move sata port phy oob settings to device-tree Message-ID: <20171021151902.GF1302522@devbig577.frc2.facebook.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 21, 2017 at 01:17:17PM +0200, Michal Simek wrote: > From: Anurag Kumar Vulisha > > In SATA Speed negotiation happens with OOB(Out of Band) signals. These OOB > signal timing values are configured through vendor specific registers in the > SATA controller. These OOB timings depends on the generator and detector clock > frequency, which varies from board to board (ex: ep108 and zc1751 has different > clock frequencies). > To avoid maintaing these OOB settings in the driver, it is better to move these > settings to the device-tree node and read from the device-tree. > > This patch does the same. > > Signed-off-by: Anurag Kumar Vulisha > Signed-off-by: Michal Simek Applied to libata/for-4.15. Thanks. -- tejun