Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751318AbdH0Lee (ORCPT ); Sun, 27 Aug 2017 07:34:34 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34871 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750787AbdH0Led (ORCPT ); Sun, 27 Aug 2017 07:34:33 -0400 From: Andrew Worsley To: zbr@ioremap.net Cc: afd@ti.com, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Date: Sun, 27 Aug 2017 21:34:21 +1000 Message-Id: <20170827113423.788-1-amworsley@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 644 Lines: 16 Hi, this extends the one wire master DS2482 driver to support other interfacing modes and adds a slave one wire DS28E05 EEPROM driver. This allows the one wire master DS2482 driver to support the OverDrive interface mode which is required for it to talk to the DS28E05 slave chip. These patches are against the recent 4.13.0-rc6 mainline kernel and compile against it. The code was tested against the recent Debian stable 4.9 kernel. The code did require some changes between the two kernels to compile but are functionally the same. Hopefully it is useful for some other people wanting to use these or similar chips. Thanks Andrew Worsley