Message ID | 20230824213132.827338-1-vadim.fedorenko@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7F4AAA927 for <netdev@vger.kernel.org>; Thu, 24 Aug 2023 21:31:42 +0000 (UTC) Received: from out-59.mta0.migadu.com (out-59.mta0.migadu.com [91.218.175.59]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB86A1BCD for <netdev@vger.kernel.org>; Thu, 24 Aug 2023 14:31:38 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1692912696; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=O86LtYQ9fADSwthB28/IgSHvb0HvYsTZ0vt3NfH7+MQ=; b=ayo9CrC9mztH/S9dMkPSpFdVh4+4el27yM+VMFkYXipzG+r7yRJQC8wbfqv4ciUUb0sg64 XQmbmOYie/6fgOzVyttWc0DPbhTAy/wr4xZT8tIBmiCX1+2WWgMtCxOu+N282aCo9whwjK 0WgSTVmesVNc1LUlve4Iy7CXtuBi9vY= From: Vadim Fedorenko <vadim.fedorenko@linux.dev> To: Jakub Kicinski <kuba@kernel.org>, Jiri Pirko <jiri@resnulli.us>, Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>, Jonathan Lemon <jonathan.lemon@gmail.com>, Paolo Abeni <pabeni@redhat.com> Cc: Vadim Fedorenko <vadim.fedorenko@linux.dev>, Milena Olech <milena.olech@intel.com>, Michal Michalik <michal.michalik@intel.com>, linux-arm-kernel@lists.infradead.org, poros@redhat.com, mschmidt@redhat.com, netdev@vger.kernel.org, linux-clk@vger.kernel.org, Bart Van Assche <bvanassche@acm.org>, intel-wired-lan@lists.osuosl.org Subject: [PATCH net-next v7 0/9] Create common DPLL configuration API Date: Thu, 24 Aug 2023 22:31:23 +0100 Message-Id: <20230824213132.827338-1-vadim.fedorenko@linux.dev> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org |
Series |
Create common DPLL configuration API
|
expand
|
On Thu, 24 Aug 2023 22:31:23 +0100 Vadim Fedorenko wrote:
> 41 files changed, 8050 insertions(+), 96 deletions(-)
After some deliberation we decided to play it safe and defer
DPLL to v6.7, sorry.