Message ID | 20220920073826.20811-1-johan+linaro@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-msm-owner@kernel.org> 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 2DAD0C6FA97 for <linux-arm-msm@archiver.kernel.org>; Tue, 20 Sep 2022 07:39:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230432AbiITHjL (ORCPT <rfc822;linux-arm-msm@archiver.kernel.org>); Tue, 20 Sep 2022 03:39:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230373AbiITHjD (ORCPT <rfc822;linux-arm-msm@vger.kernel.org>); Tue, 20 Sep 2022 03:39:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86288606B8; Tue, 20 Sep 2022 00:39:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 23F16B81C00; Tue, 20 Sep 2022 07:39:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23281C43141; Tue, 20 Sep 2022 07:38:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663659539; bh=eMzRMOuITtXlZDAcCmKMPvOjEHytU8mCI4T2I/LUy8Y=; h=From:To:Cc:Subject:Date:From; b=l/lrpngFflAzqTa/76oLoQ0FmopYCDJfwjEiNJY0kakl8JbMMM5a/AU1TptxXb3w9 rAdgGARNHfi5tPVbOUL2TGeCjTf4iSuMHfCDk/t6mHUZ+YsRSZMPJw+yH5GqWlYRWt SZQf0+XZCCqKjIZvCMsb6Khn/0EvPxLzfL1ODpS5gp5DwKm5Uj9XoqqCuofKrKh+s7 44NKMui20J5gRQIlBxMjmTDVQhJRcI/7Z65qHl7uZUXQWG8eQuiIlUhNBPeS/DToIZ NYBjs2uVvPCKU1Ksyp21e8NGoZZYCGISdK1F0wk+iazqzLnsmbhcAI6p+r4Lsm0wnI 9dN2bkv7Xp/Ow== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from <johan+linaro@kernel.org>) id 1oaXqO-0005Qc-Hg; Tue, 20 Sep 2022 09:39:01 +0200 From: Johan Hovold <johan+linaro@kernel.org> To: Vinod Koul <vkoul@kernel.org> Cc: Andy Gross <agross@kernel.org>, Bjorn Andersson <andersson@kernel.org>, Konrad Dybcio <konrad.dybcio@somainline.org>, Kishon Vijay Abraham I <kishon@ti.com>, Dmitry Baryshkov <dmitry.baryshkov@linaro.org>, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold <johan+linaro@kernel.org> Subject: [PATCH 00/17] phy: qcom-qmp: config and misc clean ups Date: Tue, 20 Sep 2022 09:38:09 +0200 Message-Id: <20220920073826.20811-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-arm-msm.vger.kernel.org> X-Mailing-List: linux-arm-msm@vger.kernel.org |
Series |
phy: qcom-qmp: config and misc clean ups
|
expand
|
On 20-09-22, 09:38, Johan Hovold wrote: > Here's the next and hopefully last set of QMP driver cleanups for a > while. > > These patches drops further configuration parameters that are unused or > redundant since the QMP driver split. > > This notably includes consolidating the lane configuration, which for > legacy reasons was inconsistent. > Applied, thanks for the cleanup!