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 68D13C43334 for ; Tue, 5 Jul 2022 07:12:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229636AbiGEHMx (ORCPT ); Tue, 5 Jul 2022 03:12:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229485AbiGEHMx (ORCPT ); Tue, 5 Jul 2022 03:12:53 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5C1D64F0; Tue, 5 Jul 2022 00:12:51 -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 89FDEB81607; Tue, 5 Jul 2022 07:12:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67B01C341C7; Tue, 5 Jul 2022 07:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657005169; bh=jecdmO07RSUAbMoa7+ZQbRfH07PxhO+rt6YpHbFgc9Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D3pp3WGDqfye6d51EI4wCI+SDPBOfnPLX9gA7eqrUEWIinoFh2oXK8pGRFkz/xTRf JkQ0CbS/5GqosbOEJK/BTEt6JtP3++D4v4XFVg9EQ5q5dtYdL8i1I1Y29tlk/ReifA 5MjpURFxrf0AyQa9H1IvlgjaaUh+7Nn+1/LvncY+Z4K83kyvjKkDAQWVmeJ9fyc95o SRiFrOpZvUpNThuatSBGzDYOYYVfypoKsof5R6F5U8jNIOqrl94YPONQosUmH0p15c W0/Z1rx4EwnRuQ/UQpY9TPaEGOP1PDW2MtABEnBHh8ums6xqWAtG3vSOv4nJVq+98Q DohKCURq6vTFQ== Date: Tue, 5 Jul 2022 12:42:44 +0530 From: Vinod Koul To: Johan Hovold Cc: Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] phy: qcom-qmp: clean up defines Message-ID: References: <20220609120338.4080-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220609120338.4080-1-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 09-06-22, 14:03, Johan Hovold wrote: > Here are some trivial cleanups of the QMP defines for issues found while > adding support for SC8280XP. Applied, thanks -- ~Vinod