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=-16.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MSGID_FROM_MTA_HEADER,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable 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 CA384C636CE for ; Tue, 20 Jul 2021 00:08:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B52C261107 for ; Tue, 20 Jul 2021 00:08:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347537AbhGSXXH (ORCPT ); Mon, 19 Jul 2021 19:23:07 -0400 Received: from mail-eopbgr60079.outbound.protection.outlook.com ([40.107.6.79]:32659 "EHLO EUR04-DB3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1389472AbhGSVeO (ORCPT ); Mon, 19 Jul 2021 17:34:14 -0400 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZOwUDa0JYJR4l2VmE9v6f3fxN7KrE8eDfRqslxdMdY7jjYpcH+GeTd0jjOPQzOaHGpL5qHx+3rAUoJ7QjkjW3HnhUz4P5X1yyeZU/JchdvjZM4YRKbDU/gSxE+fzGGryZqkgVE5Pv1HUpMTaTpju6M2BcxW14MCIDXCqmnFdPsIV8f/qC/ySyiFe4lT3K4sgr+RdcZNiinoLqtFWG9uTc76kdhsCzoZ52zL1fiGmNpswiFm8dPue0G6nKCSgxjiLPjDRVNC/oskqk2eB7D/sSGzVpZvC7inmN7oqZMoTeI0ltsjyrJsP05aPF5KUpC3Z5ZCMxNeJH0geC3sdzAdGxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=zMJS+QzpuzV7mCcXnMOdygdBgpD1qTCSYyz9uEwFdKI=; b=nQXGuK1LKGXehnvcQ9bEJ2hZYgujOBVBE1E5YPLbNi9DsLjaCLZubdX4m5v/Cw8DSPtAZbC2rjvpggFZTzhYXFCtujp0UmygW3i3q33yABa7pYrXNof7vqh7CaO1K/1IInMq7elznuU3Y2YNgPFGNiah1TY15OGWvoJSBv8cBabyqmmSTeebpCgSmW7ftg/l5wa4NPlQNuaM2eF2IyanTXUnFUAvViA5JenMwQqsTG/Cv6VhjWKUUc3fZ1AmXOShuvy8Hqws6k6mkcTX7v3dD8JnJuqTuIssbGx88uLoaO+6ZWJO6l2nnq9pfWiKDXEU8ZQMOnXe6pkUeNdo/8ySjQ== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=seco.com; dmarc=pass action=none header.from=seco.com; dkim=pass header.d=seco.com; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=secospa.onmicrosoft.com; s=selector2-secospa-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=zMJS+QzpuzV7mCcXnMOdygdBgpD1qTCSYyz9uEwFdKI=; b=BvAFBVUmcPCUu1vYP2DysDOIVPQAd5ZRxGogMvI6t0f4AgoLB9nHnnh39c0gGWpNdICSklTMsPfU8sGrgMbnxESWyUyy9oHTXR36gdlt4B0lxvJ+45Up+B4qFUVJ7OR4Ahxew0lS/ROR+YDdtudU5EPFvu3jhoy4Ge4kWG1kCXk= Authentication-Results: vger.kernel.org; dkim=none (message not signed) header.d=none;vger.kernel.org; dmarc=none action=none header.from=seco.com; Received: from DB7PR03MB4523.eurprd03.prod.outlook.com (2603:10a6:10:19::27) by DB7PR03MB3962.eurprd03.prod.outlook.com (2603:10a6:5:30::19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.4331.29; Mon, 19 Jul 2021 22:13:46 +0000 Received: from DB7PR03MB4523.eurprd03.prod.outlook.com ([fe80::dc6c:815b:2062:d1f1]) by DB7PR03MB4523.eurprd03.prod.outlook.com ([fe80::dc6c:815b:2062:d1f1%7]) with mapi id 15.20.4331.033; Mon, 19 Jul 2021 22:13:46 +0000 From: Sean Anderson To: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, Thierry Reding Cc: Alvaro Gamez , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , michal.simek@xilinx.com, Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sean Anderson Subject: [PATCH v5 3/3] pwm: Add support for Xilinx AXI Timer Date: Mon, 19 Jul 2021 18:13:22 -0400 Message-Id: <20210719221322.3723009-3-sean.anderson@seco.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210719221322.3723009-1-sean.anderson@seco.com> References: <20210719221322.3723009-1-sean.anderson@seco.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ClientProxiedBy: BLAPR03CA0132.namprd03.prod.outlook.com (2603:10b6:208:32e::17) To DB7PR03MB4523.eurprd03.prod.outlook.com (2603:10a6:10:19::27) MIME-Version: 1.0 X-MS-Exchange-MessageSentRepresentingType: 1 Received: from plantagenet.inhand.com (50.195.82.171) by BLAPR03CA0132.namprd03.prod.outlook.com (2603:10b6:208:32e::17) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.4331.21 via Frontend Transport; Mon, 19 Jul 2021 22:13:44 +0000 X-MS-PublicTrafficType: Email X-MS-Office365-Filtering-Correlation-Id: 9855336d-4fad-4238-3c78-08d94b027a1c X-MS-TrafficTypeDiagnostic: DB7PR03MB3962: X-MS-Exchange-Transport-Forked: True X-Microsoft-Antispam-PRVS: X-MS-Oob-TLC-OOBClassifiers: OLM:8273; X-MS-Exchange-SenderADCheck: 1 X-MS-Exchange-AntiSpam-Relay: 0 X-Microsoft-Antispam: BCL:0; X-Microsoft-Antispam-Message-Info: 4pSKsgMqh4qVgn/bBCtpMPDkBpazrwuGGUUlC/qdWA3DgazFYWT2cH6exxWtpplO6OKyFAda2LY9k1VE0HDYRWOb1ttM60Kd088bhwWac+1eyMoZMskxFtsKiDtEH1jsP1ATiw3VLQWeiQcF+0n8f9wWGm2ZR8qsYMtC7I1ex+dRDRb8fBqOLlo/8+/M19NiSsuPCtDFS0D8YyD9Or34HaYz7Rme4Q2MmiKHwF+GNy6I3wNSg+JSDNiNE7CfrqpBVX/pWZ/anrB2Vkz171+pypXJjb1SgMPZmNq7oqgiUc26PJGd/JNISyXSgw9MpfJygqQnw+2EwlQcxPZezl4YfT0CLTqrD69vpZ91TKDdlJyG0zitoirRXc7Jy68D1At9i81imWHuLiI38R+3F3cs5b5LTQ6XwsX2ED42EJdIHjGRb7ZdYrReZOxdXnxTRrsho4FRW6UzHDVGguRRyKi5RpTVvRFLPG7gpGZx7VdlCLFVIpjjEaegRSvQ0pzPMx5bSMR6ScRWXt5+0Hq8SXS+PmF8ll+TzkEe6xRKjH+VPymdICi13UCJXfLETJD82GMZ2u5FdSpSn7w+4L/rpKl7igmKPB9b8ZdfTaZQLx8IhoI3y1H04uq6ku2SU940p42QfMVyZvpJT5pAwjFF324jkelN3Y3Gg/jXE+7C+P9JU8yWPVYslAATKOzz6IR1fEnv2im177CNCETim5lVW3e1Th83GzxGcpXXpizajfB/kTm3NWu0YeQGOlXSKsYdX0ucjtqDNiCVpGUzbqEvQU/4NrQibHLyi234CauSrGc9bAU= X-Forefront-Antispam-Report: CIP:255.255.255.255;CTRY:;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:DB7PR03MB4523.eurprd03.prod.outlook.com;PTR:;CAT:NONE;SFS:(366004)(1076003)(6916009)(6666004)(38100700002)(38350700002)(83380400001)(52116002)(316002)(44832011)(2616005)(36756003)(956004)(4326008)(54906003)(186003)(6506007)(66946007)(6512007)(66556008)(5660300002)(8676002)(26005)(508600001)(966005)(86362001)(6486002)(2906002)(8936002)(30864003)(107886003)(66476007);DIR:OUT;SFP:1101; X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1 X-MS-Exchange-AntiSpam-MessageData-0: =?utf-8?B?TU9WQ202RHFYNjNUaHprSGxTSVU3Q2ZBTm5MMzVQWUJlZ1JmSmZ3Vmljd281?= =?utf-8?B?Rm9xWDFlNmZPNG53WXJWVTZKWnAxTUVPTThrdUNHYi9yY0Nkbmp3QkNpMnFx?= =?utf-8?B?UjNJbTRLVitWL09tZHEvTEFyS1czbDA5cmdLaVBsWUxxa1pyMklhNGRaaDlY?= =?utf-8?B?dDR4V0dJSUZJRFIrWUY1NGJ6N2NMMVBiNDR3bFlRWmN4S0ttM0JJTjV3bGRl?= =?utf-8?B?ZFZFK0toT2JDdUNYM1lOdDg4eStBNmRPOFpuQ1NsZlBEZ2FQWS80dzNsZVAx?= =?utf-8?B?N2tzbnVtRzdLSFQzbHMyRnRPMmZLeE9vVW5KZ0FiMlNVenFQVTNVSGZSMzc5?= =?utf-8?B?aDZ2M1A2UUxnb2VuZHNjQklvY3Vxb0RXc2xCVFdPY0pINkM4Q044TkoyRlZx?= =?utf-8?B?Q3RNNVRNVUVlMC9vQldhVk1DTTNodFcrR1pOVDQyYUVpa2ZTeGZyNXZyUXps?= =?utf-8?B?TjQzT3hIKzhsemg1RlJFR1NXU091WFhkYW9WVUdRMEJmR2w4QWpPMnc4YU04?= =?utf-8?B?WmlMMmJVQjVlOVlnM0xBYzRISnNvL1NYc2lWN0JpTUcyOXNzckN1WTVhTTUv?= =?utf-8?B?UFowT21hVSs0UjVNT1Y3ZVpOTnpGc1FrM0J3L2RFTmFZVTd3ak5wVEVkVWc1?= =?utf-8?B?MHhlbGRRWkRiT29ObWwvWkxia2ZHYkRQcjVONm1KSWJnTnFubUFWYWUxZUJW?= =?utf-8?B?VG9XS09LRXBWazFwT01DY3BSSlZDWVZpRHBVUUFPNS95YVdUY0hUeFQ3bHA4?= =?utf-8?B?OWplV3ZnTEVZaEk0SGVwSTZwTEdjbDFSWllVaGk4RGg3U1dkVUVnV2ljeGRO?= =?utf-8?B?ZUZWV1FNdktGYUZYN1FWc3F3TFZKcndHc2JIVllZcUVRR1pha2tkMzVQeEp2?= =?utf-8?B?aExJcmtsOVQzU1YxWUJ0aVdrYURvSXlJSGtVMUlBcFNXUzRVVXNtclJwK2dt?= =?utf-8?B?WkNlQzNRMndjSFBUbmNvN2x3bkxnSGR3cVpPd1o3VG1CNG5kU0ZFZkRBVi9r?= =?utf-8?B?K2V1VUhZRGY2Qkt4amxqUkw3dWJGM2R1K0lzZHpOa2VIN2tnS21UNXl0dkxy?= =?utf-8?B?NkMzWEdUOE9zN0hxazYrbjRHRU4zK1RVRURIRkh5ZXI2eGY2aGJjT25PeDlu?= =?utf-8?B?UmNRY29CQ2ZtTmoxNG9aTTV1dWFTNkQrcktTbWxsNjdHL1NxK2hDdm92TnVS?= =?utf-8?B?bGx2VWVuTmpCSHlSQnZkUzJ1Z2gvV1FGbTdYN203dGM4cSt3OGpibk5nbHo4?= =?utf-8?B?Uk5oTHVnemVQeUVrR1h4QWpaNHl6aVI3bGNIOEtsWmhmRzhNMnJ0NmRDZ1Rs?= =?utf-8?B?K0hkdWVBZWRIdzhTME1TZ3Fxc3lYcFpkaUpJZ0kvK2tVenFybnJzMEZ5WFgw?= =?utf-8?B?dytpS0oyQzc4MXhjem1iYUFMVzFFTjk1ZHBQb2paL21HRlNlTStWWmFFbmZY?= =?utf-8?B?UjZsOEFmbS9SM3RVQUFpMmg2bU5WWU95MDE4MWNtWjFWQVhBcTNQb2t5ZmNJ?= =?utf-8?B?dEUyVlYrWFBhNzJ2ckl3Q25IbnovUkJ0cE9KT1pkeFhqVnltQ2dBRU9PRkJQ?= =?utf-8?B?OXEvZlRjMzRUbytWU29ab3VoZnBJWEFVMTZFWnRLVEpJbGhnQlFhQVFsM0pN?= =?utf-8?B?Q2JuTGdGUExqWVp0WHc5dmdEaGQvUXp2MVF4aEE4ZkZWc2t5QXpONmo3WEli?= =?utf-8?B?Y0ZVUnpzRnpHRkFJcFdnalRaelhudlh3L1JPYUFqZklCYzBFb21kYjZPNmRO?= =?utf-8?Q?XI9t9Z03StYWDiM/JJhgR8CZJ6dU5RaPjwIT5RS?= X-OriginatorOrg: seco.com X-MS-Exchange-CrossTenant-Network-Message-Id: 9855336d-4fad-4238-3c78-08d94b027a1c X-MS-Exchange-CrossTenant-AuthSource: DB7PR03MB4523.eurprd03.prod.outlook.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 Jul 2021 22:13:46.1433 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: bebe97c3-6438-442e-ade3-ff17aa50e733 X-MS-Exchange-CrossTenant-MailboxType: HOSTED X-MS-Exchange-CrossTenant-UserPrincipalName: o7KtYGsJs8zYp7NXa+mMw6eShrqQlFkM4VTTeylx5zpIBNaa3P7J8j8acXA3iIcyqNGv1GhuyyiFqbUsvg+GAQ== X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB7PR03MB3962 Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org This adds PWM support for Xilinx LogiCORE IP AXI soft timers commonly found on Xilinx FPGAs. At the moment clock control is very basic: we just enable the clock during probe and pin the frequency. In the future, someone could add support for disabling the clock when not in use. This driver was written with reference to Xilinx DS764 for v1.03.a [1]. [1] https://www.xilinx.com/support/documentation/ip_documentation/axi_timer/v1_03_a/axi_timer_ds764.pdf Signed-off-by: Sean Anderson --- Uwe, I know we haven't finished our discussion on the previous series wrt what checks/rounding apply_state should do, but I want to get some feedback on the other changes I've made to this series in the meantime. Changes in v5: - Elaborate on limitation section - Rework duty-cycle and period calculations with feedback from Uwe - Use more verbose error messages - Allow non-zero #pwm-cells - Remove xlnx,axi-timer-2.0 compatible string - Correctly set duty_cycle in get_state when TLR0=TLR1 - Perform some additional checks/rounding in apply_state - Switch to regmap to abstract endianness issues Changes in v4: - Remove references to properties which are not good enough for Linux. - Don't use volatile in read/write replacements. Some arches have it and some don't. - Put common timer properties into their own struct to better reuse code. Changes in v3: - Add clockevent and clocksource support - Rewrite probe to only use a device_node, since timers may need to be initialized before we have proper devices. This does bloat the code a bit since we can no longer rely on helpers such as dev_err_probe. We also cannot rely on device resources being free'd on failure, so we must free them manually. - We now access registers through xilinx_timer_(read|write). This allows us to deal with endianness issues, as originally seen in the microblaze driver. CAVEAT EMPTOR: I have not tested this on big-endian! - Remove old microblaze driver Changes in v2: - Don't compile this module by default for arm64 - Add dependencies on COMMON_CLK and HAS_IOMEM - Add comment explaining why we depend on !MICROBLAZE - Add comment describing device - Rename TCSR_(SET|CLEAR) to TCSR_RUN_(SET|CLEAR) - Use NSEC_TO_SEC instead of defining our own - Use TCSR_RUN_MASK to check if the PWM is enabled, as suggested by Uwe - Cast dividends to u64 to avoid overflow - Check for over- and underflow when calculating TLR - Set xilinx_pwm_ops.owner - Don't set pwmchip.base to -1 - Check range of xlnx,count-width - Ensure the clock is always running when the pwm is registered - Remove debugfs file :l - Report errors with dev_error_probe MAINTAINERS | 1 + drivers/clocksource/Makefile | 5 +- drivers/pwm/Kconfig | 13 ++ drivers/pwm/Makefile | 1 + drivers/pwm/pwm-xilinx.c | 268 +++++++++++++++++++++++++++++++++++ 5 files changed, 287 insertions(+), 1 deletion(-) create mode 100644 drivers/pwm/pwm-xilinx.c diff --git a/MAINTAINERS b/MAINTAINERS index 252d71addd18..6adafd3e7a09 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20050,6 +20050,7 @@ XILINX TIMER/PWM DRIVER M: Sean Anderson S: Maintained F: drivers/clocksource/timer-xilinx* +F: drivers/pwm/pwm-xilinx.c F: include/clocksource/timer-xilinx.h XILINX UARTLITE SERIAL DRIVER diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index a7cba6ef5782..dcf434fdb726 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -88,4 +88,7 @@ obj-$(CONFIG_CSKY_MP_TIMER) += timer-mp-csky.o obj-$(CONFIG_GX6605S_TIMER) += timer-gx6605s.o obj-$(CONFIG_HYPERV_TIMER) += hyperv_timer.o obj-$(CONFIG_MICROCHIP_PIT64B) += timer-microchip-pit64b.o -obj-$(CONFIG_XILINX_TIMER) += timer-xilinx.o timer-xilinx-common.o +obj-$(CONFIG_XILINX_TIMER) += timer-xilinx.o +ifneq ($(CONFIG_XILINX_TIMER$)(CONFIG_PWM_XILINX),) +obj-y += timer-xilinx-common.o +endif diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index c76adedd58c9..974774b7c987 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -637,4 +637,17 @@ config PWM_VT8500 To compile this driver as a module, choose M here: the module will be called pwm-vt8500. +config PWM_XILINX + tristate "Xilinx AXI Timer PWM support" + depends on COMMON_CLK + select REGMAP_MMIO + help + PWM driver for Xilinx LogiCORE IP AXI timers. This timer is + typically a soft core which may be present in Xilinx FPGAs. + This device may also be present in Microblaze soft processors. + If you don't have this IP in your design, choose N. + + To compile this driver as a module, choose M here: the module + will be called pwm-xilinx. + endif diff --git a/drivers/pwm/Makefile b/drivers/pwm/Makefile index 708840b7fba8..ea785480359b 100644 --- a/drivers/pwm/Makefile +++ b/drivers/pwm/Makefile @@ -60,3 +60,4 @@ obj-$(CONFIG_PWM_TWL) += pwm-twl.o obj-$(CONFIG_PWM_TWL_LED) += pwm-twl-led.o obj-$(CONFIG_PWM_VISCONTI) += pwm-visconti.o obj-$(CONFIG_PWM_VT8500) += pwm-vt8500.o +obj-$(CONFIG_PWM_XILINX) += pwm-xilinx.o diff --git a/drivers/pwm/pwm-xilinx.c b/drivers/pwm/pwm-xilinx.c new file mode 100644 index 000000000000..291577be992f --- /dev/null +++ b/drivers/pwm/pwm-xilinx.c @@ -0,0 +1,268 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2021 Sean Anderson + * + * Limitations: + * - When changing both duty cycle and period, we may end up with one cycle + * with the old duty cycle and the new period. This is because the counters + * may only be reloaded by first stopping them, or by letting them be + * automatically reloaded at the end of a cycle. If this automatic reload + * happens after we set TLR0 but before we set TLR1 then we will will have a + * bad cycle. This could probably be fixed by reading TCR0 just before + * reprogramming, but I think it would add complexity for little gain. + * - Cannot produce 100% duty cycle by configuring the TLRs. This might be + * possible by stopping the counters at an appropriate point in the cycle, + * but this is not (yet) implemented. + * - Only produces "normal" output. + * - Always produces low output if disabled. + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +/* + * The idea here is to capture whether the PWM is actually running (e.g. + * because we or the bootloader set it up) and we need to be careful to ensure + * we don't cause a glitch. According to the data sheet, to enable the PWM we + * need to + * + * - Set both timers to generate mode (MDT=1) + * - Set both timers to PWM mode (PWMA=1) + * - Enable the generate out signals (GENT=1) + * + * In addition, + * + * - The timer must be running (ENT=1) + * - The timer must auto-reload TLR into TCR (ARHT=1) + * - We must not be in the process of loading TLR into TCR (LOAD=0) + * - Cascade mode must be disabled (CASC=0) + * + * If any of these differ from usual, then the PWM is either disabled, or is + * running in a mode that this driver does not support. + */ +#define TCSR_PWM_SET (TCSR_GENT | TCSR_ARHT | TCSR_ENT | TCSR_PWMA) +#define TCSR_PWM_CLEAR (TCSR_MDT | TCSR_LOAD) +#define TCSR_PWM_MASK (TCSR_PWM_SET | TCSR_PWM_CLEAR) + +struct xilinx_pwm_device { + struct pwm_chip chip; + struct xilinx_timer_priv priv; +}; + +static inline struct xilinx_timer_priv +*xilinx_pwm_chip_to_priv(struct pwm_chip *chip) +{ + return &container_of(chip, struct xilinx_pwm_device, chip)->priv; +} + +static bool xilinx_timer_pwm_enabled(u32 tcsr0, u32 tcsr1) +{ + return ((TCSR_PWM_MASK | TCSR_CASC) & tcsr0) == TCSR_PWM_SET && + (TCSR_PWM_MASK & tcsr1) == TCSR_PWM_SET; +} + +static int xilinx_pwm_apply(struct pwm_chip *chip, struct pwm_device *unused, + const struct pwm_state *state) +{ + bool enabled; + struct xilinx_timer_priv *priv = xilinx_pwm_chip_to_priv(chip); + u32 tlr0, tlr1, tcsr0, tcsr1; + u64 period_cycles, duty_cycles; + unsigned long rate; + + if (state->polarity != PWM_POLARITY_NORMAL) + return -EINVAL; + + /* + * To be representable by TLR, cycles must be between 2 and + * priv->max + 2. To enforce this we can reduce the duty + * cycle, but we may not increase it. + */ + rate = clk_get_rate(priv->clk); + period_cycles = mul_u64_u32_div(state->period, rate, NSEC_PER_SEC); + if (period_cycles - 2 > priv->max || period_cycles < 2) + return -ERANGE; + duty_cycles = mul_u64_u32_div(state->duty_cycle, rate, NSEC_PER_SEC); + + /* + * If we specify 100% duty cycle, we will get 0% instead, so decrease + * the duty cycle count by one. + */ + if (period_cycles == duty_cycles) + duty_cycles--; + + /* Round down to 0% duty cycle for unrepresentable duty cycles */ + if (duty_cycles < 2) + duty_cycles = period_cycles; + + regmap_read(priv->map, TCSR0, &tcsr0); + regmap_read(priv->map, TCSR1, &tcsr1); + tlr0 = xilinx_timer_tlr_cycles(priv, tcsr0, period_cycles); + tlr1 = xilinx_timer_tlr_cycles(priv, tcsr1, duty_cycles); + regmap_write(priv->map, TLR0, tlr0); + regmap_write(priv->map, TLR1, tlr1); + + enabled = xilinx_timer_pwm_enabled(tcsr0, tcsr1); + if (state->enabled) { + /* + * If the PWM is already running, then the counters will be + * reloaded at the end of the current cycle. + */ + if (!enabled) { + /* Load TLR into TCR */ + regmap_write(priv->map, TCSR0, tcsr0 | TCSR_LOAD); + regmap_write(priv->map, TCSR1, tcsr1 | TCSR_LOAD); + /* Enable timers all at once with ENALL */ + tcsr0 = (TCSR_PWM_SET & ~TCSR_ENT) | (tcsr0 & TCSR_UDT); + tcsr1 = TCSR_PWM_SET | TCSR_ENALL | (tcsr1 & TCSR_UDT); + regmap_write(priv->map, TCSR0, tcsr0); + regmap_write(priv->map, TCSR1, tcsr1); + } + } else { + regmap_write(priv->map, TCSR0, 0); + regmap_write(priv->map, TCSR1, 0); + } + + return 0; +} + +static void xilinx_pwm_get_state(struct pwm_chip *chip, + struct pwm_device *unused, + struct pwm_state *state) +{ + struct xilinx_timer_priv *priv = xilinx_pwm_chip_to_priv(chip); + u32 tlr0, tlr1, tcsr0, tcsr1; + + regmap_read(priv->map, TLR0, &tlr0); + regmap_read(priv->map, TLR1, &tlr1); + regmap_read(priv->map, TCSR0, &tcsr0); + regmap_read(priv->map, TCSR1, &tcsr1); + state->period = xilinx_timer_get_period(priv, tlr0, tcsr0); + state->duty_cycle = xilinx_timer_get_period(priv, tlr1, tcsr1); + state->enabled = xilinx_timer_pwm_enabled(tcsr0, tcsr1); + state->polarity = PWM_POLARITY_NORMAL; + + /* 100% duty cycle results in constant low output */ + if (state->period == state->duty_cycle) + state->duty_cycle = 0; +} + +static const struct pwm_ops xilinx_pwm_ops = { + .apply = xilinx_pwm_apply, + .get_state = xilinx_pwm_get_state, + .owner = THIS_MODULE, +}; + +static const struct regmap_config xilinx_pwm_regmap_config = { + .reg_bits = 32, + .reg_stride = 4, + .val_bits = 32, + .val_format_endian = REGMAP_ENDIAN_LITTLE, + .max_register = TCR1, + .disable_locking = true, /* The PWM subsystem handles locking */ +}; + +static int xilinx_timer_probe(struct platform_device *pdev) +{ + int ret; + struct device *dev = &pdev->dev; + struct device_node *np = dev->of_node; + struct xilinx_timer_priv *priv; + struct xilinx_pwm_device *pwm; + u32 pwm_cells, one_timer; + void __iomem *regs; + + ret = of_property_read_u32(np, "#pwm-cells", &pwm_cells); + if (ret == -EINVAL) + return -ENODEV; + else if (ret) + return dev_err_probe(dev, ret, "could not read #pwm-cells\n"); + + pwm = devm_kzalloc(dev, sizeof(*pwm), GFP_KERNEL); + if (!pwm) + return -ENOMEM; + platform_set_drvdata(pdev, pwm); + priv = &pwm->priv; + + regs = devm_platform_ioremap_resource(pdev, 0); + if (IS_ERR(regs)) + return PTR_ERR(regs); + + priv->map = devm_regmap_init_mmio(dev, regs, + &xilinx_pwm_regmap_config); + if (IS_ERR(priv->map)) + return dev_err_probe(dev, PTR_ERR(priv->map), + "could not create regmap\n"); + + ret = xilinx_timer_common_init(np, priv, &one_timer); + if (ret) + return ret; + + if (one_timer) + return dev_err_probe(dev, -EINVAL, + "two timers required for PWM mode\n"); + + /* + * The polarity of the generate outputs must be active high for PWM + * mode to work. We could determine this from the device tree, but + * alas, such properties are not allowed to be used. + */ + + priv->clk = devm_clk_get(dev, "s_axi_aclk"); + if (IS_ERR(priv->clk)) + return dev_err_probe(dev, PTR_ERR(priv->clk), + "could not get clock\n"); + + ret = clk_prepare_enable(priv->clk); + if (ret) + return dev_err_probe(dev, ret, "clock enable failed\n"); + clk_rate_exclusive_get(priv->clk); + + pwm->chip.dev = dev; + pwm->chip.ops = &xilinx_pwm_ops; + pwm->chip.npwm = 1; + ret = pwmchip_add(&pwm->chip); + if (ret) { + clk_rate_exclusive_put(priv->clk); + clk_disable_unprepare(priv->clk); + return dev_err_probe(dev, ret, "could not register pwm chip\n"); + } + + return 0; +} + +static int xilinx_timer_remove(struct platform_device *pdev) +{ + struct xilinx_pwm_device *pwm = platform_get_drvdata(pdev); + + pwmchip_remove(&pwm->chip); + clk_rate_exclusive_put(pwm->priv.clk); + clk_disable_unprepare(pwm->priv.clk); + return 0; +} + +static const struct of_device_id xilinx_timer_of_match[] = { + { .compatible = "xlnx,xps-timer-1.00.a", }, + {}, +}; +MODULE_DEVICE_TABLE(of, xilinx_timer_of_match); + +static struct platform_driver xilinx_timer_driver = { + .probe = xilinx_timer_probe, + .remove = xilinx_timer_remove, + .driver = { + .name = "xilinx-timer", + .of_match_table = of_match_ptr(xilinx_timer_of_match), + }, +}; +module_platform_driver(xilinx_timer_driver); + +MODULE_ALIAS("platform:xilinx-timer"); +MODULE_DESCRIPTION("Xilinx LogiCORE IP AXI Timer driver"); +MODULE_LICENSE("GPL v2"); -- 2.25.1