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 0BB09C433EF for ; Mon, 4 Apr 2022 04:58:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377265AbiDDFAd (ORCPT ); Mon, 4 Apr 2022 01:00:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355325AbiDDFA3 (ORCPT ); Mon, 4 Apr 2022 01:00:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBE59D9B for ; Sun, 3 Apr 2022 21:58:33 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 0C106B80E76 for ; Mon, 4 Apr 2022 04:58:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 627DAC340F2; Mon, 4 Apr 2022 04:58:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649048310; bh=y7a1KzrMsaHOSdBHFzdNdrtAM5WIC8VqSSnGE+cL0aI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hUQrGoK8OlcdeAiWPfXxuLMDMvojF0LZQuT7Dvy6Nls4xgUsAh9QgCv2CHIguykZ5 isYCs4v2iWMClOjBpMZtC7dNZoqvkfJIGj8QGPVeTsjF1tnVymgM5uaoNjg4J2oEi9 bocGkMPt/N5H30C+mwCBOFsYeNkbiXoAqpvz2yFY= Date: Mon, 4 Apr 2022 06:58:26 +0200 From: Greg KH To: Yusuf Khan Cc: linux-kernel@vger.kernel.org, jasowang@redhat.com, mikelley@microsoft.com, mst@redhat.com, javier@javigon.com, arnd@arndb.de, will@kernel.org, axboe@kernel.dk, Christoph Grenz Subject: Re: [PATCH v10 1/3] drivers: ddcci: add drivers for DDCCI Message-ID: References: <20220403230850.2986-1-yusisamerican@gmail.com> <20220403230850.2986-2-yusisamerican@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220403230850.2986-2-yusisamerican@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 03, 2022 at 04:08:49PM -0700, Yusuf Khan wrote: > This patch adds the main DDCCI driver. This interfaces with I2C to allow the > kernel to communicate with DDCCI supporting monitors, it exports a chardev > and sysfs interface for userspace. Where is the Documentation/ABI/ entries for the sysfs code, and where is the userspace code that uses the chardev interface? And why chardev? This text says _what_ you are doing, but not _why_ you are doing it. thanks, greg k-h