From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753620AbdIROTW (ORCPT ); Mon, 18 Sep 2017 10:19:22 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:38639 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753439AbdIROTT (ORCPT ); Mon, 18 Sep 2017 10:19:19 -0400 X-ME-Sender: X-Sasl-enc: KZ2MW42SEbmldEkE31HPlMusSzPa3WbWsKtmP5Eh3RoT 1505744357 Date: Mon, 18 Sep 2017 16:19:29 +0200 From: GregKH To: Jan Kandziora Cc: LKML , Evgeniy Polyakov , Linux-I2C Subject: Re: [PATCH v4 1/2] wire: export w1_touch_bit Message-ID: <20170918141929.GA10178@kroah.com> References: <20170918130346.3886-1-jjj@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170918130346.3886-1-jjj@gmx.de> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: > 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 > Acked-by: Evgeniy Polyakov > --- > Changes in v4 against v3 in this subpatch: > - adapted to linux-4.12.0 > > No changes in v3 against v2,v1 in this subpatch. You should change it as it does not apply to 4.14-rc1 :( Please rebase your patches and resend them, with Evgeniy's acks added to them. thanks, greg k-h