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 B506FCDB47E for ; Fri, 13 Oct 2023 23:43:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232326AbjJMXnM (ORCPT ); Fri, 13 Oct 2023 19:43:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232383AbjJMXnK (ORCPT ); Fri, 13 Oct 2023 19:43:10 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 692D8C0; Fri, 13 Oct 2023 16:43:09 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A580BC433C9; Fri, 13 Oct 2023 23:43:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697240589; bh=kIvC6oLJ2+AUx/IOgUHH4CZaon+yoM/YFfB71HCTxoc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DmEHKd62ExSoKx+QQTE8u6t6elMWQi+ciycFGNKuR3+RMCBnOSd6WPu4Ar5bfSDyV xh2CYO2261DINbmmhtcLu48ob/63h140+lRZ25WKDYryUxGsPokoFvwO5zt061fpCu uWvVYFoMb+OjR/yj6D/0gyNF5RwtBOcvwsvHO2peuMUReiVB67TnGQ5vzQvhcJkrLM c05TEqAaWXjQYuuke1xVlZE/t0oBH3Trqw4qmImFfE8DvbcWeBkWKrZnxiy8X/YmD1 KTOkWb4aBraL8iM4R44weNIwUm0B7qeJ8hRB2k/hPsDfIzL98dtKmCWZhyWj0fFboH uYkxKBu92Zfqg== Date: Fri, 13 Oct 2023 16:43:06 -0700 From: Jakub Kicinski To: Herve Codina Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Andrew Lunn , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lee Jones , Linus Walleij , Qiang Zhao , Li Yang , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Shengjiu Wang , Xiubo Li , Fabio Estevam , Nicolin Chen , Christophe Leroy , Randy Dunlap , netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org, Simon Horman , Christophe JAILLET , Thomas Petazzoni Subject: Re: [PATCH v8 23/30] wan: qmc_hdlc: Add runtime timeslots changes support Message-ID: <20231013164306.423c8723@kernel.org> In-Reply-To: <20231011061437.64213-24-herve.codina@bootlin.com> References: <20231011061437.64213-1-herve.codina@bootlin.com> <20231011061437.64213-24-herve.codina@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, 11 Oct 2023 08:14:27 +0200 Herve Codina wrote: > QMC channels support runtime timeslots changes but nothing is done at > the QMC HDLC driver to handle these changes. > > Use existing IFACE ioctl in order to configure the timeslots to use. > > Signed-off-by: Herve Codina > Reviewed-by: Christophe Leroy Acked-by: Jakub Kicinski