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 2240DCCA47C for ; Tue, 12 Jul 2022 10:01:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232630AbiGLKBY (ORCPT ); Tue, 12 Jul 2022 06:01:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232484AbiGLKBT (ORCPT ); Tue, 12 Jul 2022 06:01:19 -0400 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D38FEAA803 for ; Tue, 12 Jul 2022 03:01:17 -0700 (PDT) Received: by mail-wr1-x430.google.com with SMTP id d16so10404660wrv.10 for ; Tue, 12 Jul 2022 03:01:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=e/OZ12grJH2HGfQQ0JrIOuWpQ+l/DZyZzBE/Hw/nsTI=; b=EU7iMlqi8FpeejO7+rMoGD4Wxye2Cox8MctsGtKr3VaNp9WvOjacpSBgkbhWQhphMd Jp+D6Gnma3tnEYiiQbeFWAltneO1Gv5ZW/4B+6DkidZcjKMe+g1mqLUIE0U65Xe3qpOW Ax/gP6GnCr99NXgsejRbMRk/wh7qvVsviEGfsGxuwDi5JJ9cwLXuCF2YZFdVL1fp8rew FXAp4AHMesXA8tUzbpl05D3/Z8WgUSBZOvSqt1TbLKZKYbFSJO5/gqHqlr2YqmbxV3nJ UHe6DbLI+jWZtj25qKBDN16kHTlw7bUhDIeWm1E8K1I6IkFI92B7ox5Omkf99OOlRTWZ sgSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=e/OZ12grJH2HGfQQ0JrIOuWpQ+l/DZyZzBE/Hw/nsTI=; b=gbmcoM6tvTqh+BxKhaMWz12iAWPyBd+uWoPCGDmQtMKqNYdma+AY8XXXy3WBJdX/C7 IvobtqxEewQnzYR6Y4m+J7cIj56nRwGXdOraLcxMNcAqfaurGbXhk+1SASdcBHK9gLl6 Bmi9ZOh36aKnu9snLg94EJ4NZqhEbMwBvcCKy/NC2M2OP3N0bwQGcTs0OHpCQkjOtCpx GN7ADotEbFEAYI21a796HD36UOWe8TXiAgOa5YMUz0jgM9Q2WhtfnQcmiNlU+mMamNtm f8aRSLrikGklzxt595nJZ8/gA7+9g74X7zbHRe0KnjhFdnNb0CCxWD6jydMFU4sucNEs CFag== X-Gm-Message-State: AJIora/Hzxatk5dFKjUwXOeK9fd60NOzWBx2vmvENGRB40FRRLSOzsL3 P2LI+cjDuzWI+WSWONqSIu8GHw== X-Google-Smtp-Source: AGRyM1sIzjo8aPQG1VOThm59M5Kb+jFhuDRcT8GZoOZVqneIRfH8hw3EuPTOOyTsM10btGdQRShb5A== X-Received: by 2002:a5d:4d4e:0:b0:21d:7a79:e04c with SMTP id a14-20020a5d4d4e000000b0021d7a79e04cmr21430181wru.519.1657620076357; Tue, 12 Jul 2022 03:01:16 -0700 (PDT) Received: from rainbowdash.office.codethink.co.uk ([167.98.27.226]) by smtp.gmail.com with ESMTPSA id u9-20020a7bc049000000b0039747cf8354sm8895314wmc.39.2022.07.12.03.01.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Jul 2022 03:01:15 -0700 (PDT) From: Ben Dooks To: linux-pwm@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lee Jones , u.kleine-koenig@pengutronix.de, Thierry Reding , Krzysztof Kozlowski , Greentime Hu , Jude Onyenegecha , Sudip Mukherjee , William Salmon , Adnan Chowdhury Subject: update synopsys driver for platform/devicetree support Date: Tue, 12 Jul 2022 11:01:06 +0100 Message-Id: <20220712100113.569042-1-ben.dooks@sifive.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a series to allow the Synopsys PWM driver to be built for device-tree/platform usage. An open question is whether there should be some form of standard property for the number of PWMs that each device supports. Note, the patches 5 and 6 could be grouped together as patch 6 undoes some of the bits in 5 for configuration of clock rate.