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 X-Spam-Level: X-Spam-Status: No, score=-4.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FE21C4363D for ; Mon, 5 Oct 2020 09:44:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BAC002080A for ; Mon, 5 Oct 2020 09:44:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601891086; bh=wfqrqp3sXIqeXVfkVgb2TdRQFL89GTzWa+PkHd4D2VM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=PLMrccccN7+mujHJ+1GsyW+2wmRF5ct5B/GTZg2SSm4voxK8ZF2+HMnqBJTPCLUjR 60V9VzwKHJcTXUIbK6Xbc2eSnIfuN9WxoCUfiYESnVb037q3FYUDy3D55lP6CShKQd zj2BDiU6pTjk6uf/kXdXQVwA0f3CaWODxuG0l+cA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725936AbgJEJop (ORCPT ); Mon, 5 Oct 2020 05:44:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:42524 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725887AbgJEJop (ORCPT ); Mon, 5 Oct 2020 05:44:45 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 55DC120796; Mon, 5 Oct 2020 09:44:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601891084; bh=wfqrqp3sXIqeXVfkVgb2TdRQFL89GTzWa+PkHd4D2VM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tPhXU6Tv5i7qW4ymK6OJYboa8PsW2JucaFp9UpPSIvMVcNQZBjCuBPNI2eIL1MtoG ijoqujUIfM4IiNL9hpIToeWXxePL8/7/AIKFkNxX7eDtv0/TkPoX9MeF25vd2oAiyD vkEvJ51cdoax8xrkPsjYXsu4ra7FeBuk66EOmVKM= Date: Mon, 5 Oct 2020 11:45:30 +0200 From: Greg Kroah-Hartman To: Thierry Reding Cc: Lars Poeschel , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Lee Jones , "open list:PWM SUBSYSTEM" , open list Subject: Re: [PATCH] pwm: sysfs: Set class on pwm devices Message-ID: <20201005094530.GA154185@kroah.com> References: <20200929121953.2817843-1-poeschel@lemonage.de> <20200930065726.fjcsm4pfh65medgl@pengutronix.de> <20200930092056.maz5biy2ugr6yc3p@lem-wkst-02.lemonage> <20200930094146.73s3qzvf5ekjeavc@pengutronix.de> <20201001090531.gubfwmznlto2ng6l@lem-wkst-02.lemonage> <20201001112449.GA2364834@kroah.com> <20201005093016.GD425362@ulmo> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201005093016.GD425362@ulmo> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 05, 2020 at 11:30:16AM +0200, Thierry Reding wrote: > On Thu, Oct 01, 2020 at 01:24:49PM +0200, Greg Kroah-Hartman wrote: > > On Thu, Oct 01, 2020 at 11:05:31AM +0200, Lars Poeschel wrote: > > > On Wed, Sep 30, 2020 at 11:41:46AM +0200, Uwe Kleine-König wrote: > > > > Hello, > > > > > > > > I added Greg Kroah-Hartman who I discussed this with via irc a bit to > > > > Cc:. > > > > > > > > On Wed, Sep 30, 2020 at 11:20:56AM +0200, Lars Poeschel wrote: > > > > > thank you for your review! > > > > > > > > > > On Wed, Sep 30, 2020 at 08:57:26AM +0200, Uwe Kleine-König wrote: > > > > > > On Tue, Sep 29, 2020 at 02:19:53PM +0200, poeschel@lemonage.de wrote: > > > > > > > From: Lars Poeschel > > > > > > > > > > > > > > This adds a class to exported pwm devices. > > > > > > > Exporting a pwm through sysfs did not yield udev events. The > > > > > > > > > > > > I wonder what is your use-case here. This for sure also has a place to > > > > > > be mentioned in the commit log. I suspect there is a better way to > > > > > > accomplish you way. > > > > > > > > > > Use-case is to be able to use a pwm from a non-root userspace process. > > > > > I use udev rules to adjust permissions. > > > > > > > > Hmm, how do you trigger the export? Without being aware of all the > > > > details in the sysfs code I would expect that the exported stuff is > > > > available instantly once the write used to export the PWM is completed. > > > > So changing the permissions can be done directly after triggering the > > > > export in the same process. > > > > > > The export is triggered through the userspace process itself. Why can it > > > do this ? Because there is another udev rule, that changes permissions > > > when a pwmchip appears. > > > Then I'd like to have the second udev rule, that changes permissions on > > > the freshly exported pwm. The userspace process can't do this. > > > You are right I could propably do everything from within udev: If a > > > pwmchip appears, export certain pwms and right away change their > > > permissions. It does not also not feel right. It'd require knowledge > > > from the userspace application to be mapped to udev. > > > > The way the kernel code is now, yes, you will not have any way to > > trigger it by userspace as the kernel is creating a "raw" struct device > > that isn't assigned to anything. That is what needs to be fixed here. > > > > > > Out of interest: What do you use the pwm for? Isn't there a suitable > > > > kernel driver that can do the required stuff? Compared to the kernel-API > > > > the sysfs interface isn't atomic. Is this an annoyance? > > > > > > Use-case is generating a voltage from the pwm. This voltage is used to > > > signal different states and does not change very often. This is > > > absolutely not annoying that this is not atomic. We just change the duty > > > cycle on the fly. Everything else is configured one time at startup. > > > I'd call what I need pwm-dac. I could not find a ready to use driver. > > > Maybe I could misuse some kernel driver for this. Maybe I could use > > > pwm-led or pwm-brightness or pwm-fan. Propably pwm-regulator could work, > > > there is even a userspace facing part for this, but this is not > > > devicetree ready. > > > ...and the worst, please don't blame me: The application is java, so > > > ioctl is a problem. > > > > I thought java could do ioctls, otherwise how would it ever be able to > > talk to serial ports? > > > > Anyway, this needs to be fixed in the kernel... > > If atomicity was a problem, we could potentially add a mechanism to the > sysfs interface to enable that. I don't see a good way of doing that in > a single file, since that works against how sysfs is designed. But one > thing I could imagine is adding a file ("lock", or whatever you want to > call it) that you can use for atomic fencing: > > $ echo 1 > lock # locks the hardware state > $ echo 100 > period > $ echo 50 > duty_cycle > $ echo 0 > lock # flushes state to hardware > > But it sounds like that's not even a big issue. That is exactly what configfs was designed for :) thanks, greg k-h