From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08809C4332F for ; Wed, 4 Jan 2023 14:08:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239473AbjADOIy (ORCPT ); Wed, 4 Jan 2023 09:08:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239639AbjADOHI (ORCPT ); Wed, 4 Jan 2023 09:07:08 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD00A3AA84; Wed, 4 Jan 2023 06:06:39 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6A12761426; Wed, 4 Jan 2023 14:06:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42357C433EF; Wed, 4 Jan 2023 14:06:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672841198; bh=JiU6G0FN3DjTsufjBDI7TmTwZLWAaHwTdoMjG8Y9dKw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U4/bFaPXye1faIR8T6yCiUvtkqXvNI4QuUd5IQDj9xyK2bA1Xz+Q3H6vnjKwdqnus ZNHDCOmzFWhlmOEiGkZOcLpLmbmJuasbUwUUsupS0IqKROQ9pNjVRKLoGBAdA7yLpX T4j4Qj6hbyZr7T1SlxzVYoOubFFABVAIUVNuejEM= Date: Wed, 4 Jan 2023 15:05:38 +0100 From: Greg KH To: Martin =?utf-8?B?WmHFpW92acSN?= Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, mani@kernel.org, hemantk@codeaurora.org, quic_jhugo@quicinc.com, andersson@kernel.org, Michael.Srba@seznam.cz, arnd@arndb.de, dipenp@nvidia.com, bvanassche@acm.org, iwona.winiarska@intel.com, ogabbay@kernel.org, tzimmermann@suse.de, fmdefrancesco@gmail.com, jason.m.bills@linux.intel.com, jae.hyun.yoo@linux.intel.com, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org Subject: Re: [PATCH 3/3] wiegand: add Wiegand GPIO bit-banged controller driver Message-ID: References: <20230104133414.39305-1-m.zatovic1@gmail.com> <20230104133414.39305-4-m.zatovic1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230104133414.39305-4-m.zatovic1@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 04, 2023 at 02:34:14PM +0100, Martin Zaťovič wrote: > +if WIEGAND > + > +config WIEGAND_GPIO > + tristate "GPIO-based wiegand master (write only)" > + help > + This driver uses GPIO pins to send wiegand data. Odd mix of tabs and spaces :( Also you need a lot more information here please. thanks, greg k-h