Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751232AbdH0H3F (ORCPT ); Sun, 27 Aug 2017 03:29:05 -0400 Received: from forward1j.cmail.yandex.net ([5.255.227.19]:56533 "EHLO forward1j.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750798AbdH0H3E (ORCPT ); Sun, 27 Aug 2017 03:29:04 -0400 X-Greylist: delayed 452 seconds by postgrey-1.27 at vger.kernel.org; Sun, 27 Aug 2017 03:29:03 EDT Authentication-Results: mxback12g.mail.yandex.net; dkim=pass header.i=@yandex.ru From: Evgeniy Polyakov Envelope-From: drustafa@yandex.ru To: Jan Kandziora , LKML Cc: Linux-I2C In-Reply-To: <20170719201409.5968-1-jjj@gmx.de> References: <20170719201409.5968-1-jjj@gmx.de> Subject: Re: [PATCH v4 1/2] wire: export w1_touch_bit MIME-Version: 1.0 Message-Id: <1192111503818490@web4g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sun, 27 Aug 2017 10:21:30 +0300 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 788 Lines: 20 Hi 19.07.2017, 23:14, "Jan Kandziora" : > The w1_ds28e17 driver from the next part of this patch needs to emit > single-bit read timeslots to the DS28E17. The w1 subsystem already > has this function but it is not exported outside drivers/w1/w1_io.c > > This subpatch exports the w1_touch_bit symbol with EXPORT_SYMBOL_GPL, > same as the other exported symbols in drivers/w1/w1_io.c > > May be also useful later for writing drivers for other Onewire chips > which do single-bit communication. > > Signed-off-by: Jan Kandziora > --- > Changes in v4 against v3 in this subpatch: >   - adapted to linux-4.12.0 Greg, please pull this patch series into the tree, it has been adopted to the latest vanilla tree to date. Acked-by: Evgeniy Polyakov