From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH V1] i2c: designware: fix wrong tx/rx fifo for ACPI Date: Tue, 29 Nov 2016 11:26:31 +0200 Message-ID: <20161129092631.GQ1459@lahna.fi.intel.com> References: <1480390327-24562-1-git-send-email-tnhuynh@apm.com> <20161129090431.GM1459@lahna.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga11.intel.com ([192.55.52.93]:59780 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756777AbcK2J0m (ORCPT ); Tue, 29 Nov 2016 04:26:42 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Tin Huynh Cc: Jarkko Nikula , Andy Shevchenko , Wolfram Sang , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Loc Ho , Thang Nguyen , Phong Vo , patches On Tue, Nov 29, 2016 at 04:15:13PM +0700, Tin Huynh wrote: > Yes , My IP core supports 16 bytes size only . Should we get this > parameter from ACPI table instead of 32 ? What if we set the default 32 from ACPI as currently but then read the value from hardware as well and pick the smaller one of the two?