From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 28 Apr 2016 08:10:18 +0200 Subject: [U-Boot] [PATCH] i2c: designware_i2c: Optionally check enable status register In-Reply-To: <5721A879.2070704@denx.de> References: <1461740532-27074-1-git-send-email-sr@denx.de> <5721A879.2070704@denx.de> Message-ID: <5721A94A.4090206@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heiko, On 28.04.2016 08:06, Heiko Schocher wrote: > Am 27.04.2016 um 09:02 schrieb Stefan Roese: >> Some platforms don't implement the enable status register at offset 0x9c. >> The SPEAr600 platform is one of them. The recently added check to this >> status register can't be performend on these platforms. >> >> This patch introduces a new config option that can be enabled on such >> platforms not supporting this register. >> >> Signed-off-by: Stefan Roese >> Cc: Heiko Schocher >> --- >> drivers/i2c/designware_i2c.c | 9 +++++++++ >> 1 file changed, 9 insertions(+) > > No objections, but I miss an entry in drivers/i2c/Kconfig or at least an > entry in README. Please add this, thanks! Yes, I am aware that this is not available via Kconfig. I hesitate to add it to the README, as this is a bit outdated. And we should move to Kconfig anyways. I'll work on a patch to move this driver and this config option to Kconfig instead. Thanks, Stefan