From patchwork Fri Jul 14 13:02:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 703298 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 84290C00528 for ; Fri, 14 Jul 2023 13:04:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235825AbjGNNEG (ORCPT ); Fri, 14 Jul 2023 09:04:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235147AbjGNNEF (ORCPT ); Fri, 14 Jul 2023 09:04:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E9E630D7; Fri, 14 Jul 2023 06:04:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C9BDD61D12; Fri, 14 Jul 2023 13:04:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20175C433C7; Fri, 14 Jul 2023 13:04:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689339843; bh=inXxnXQ/Z52rcwIHwMcs8kHBBJmTFZPs88JABaXwQzU=; h=From:To:Cc:Subject:Date:From; b=ZV1mcBUvMyyudY7N7L9HDkThtT3bK+m2/nWhHZsHRebVsD6nKnfE8aRg+WkHelmip x71jGE68/bf3QbDXrSAMMa0W4Q6ujyLqP3f36Pk7gHj59K647rcy5iuFgwm2POPPoc QGnrMpQ+kiQXon+BYABG4/nMQKIyq09R7usgTgD1oDb7F68RE1iPRvZhgXULFju+X3 9ymUW2LnFmN5qBGCWTJJHbUgmPvw9PBm9Z21TtFVTs2CP1u/CrW3i6D6AEo3/hSTHX TZN4gXtnQTcluVbyjfKszvDmz5kZA5SMMk/XASSHFDBAdiEf+EhviZ5EPYk4UiYOcp o+G3jvpm2EqBA== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qKISq-0003ni-1b; Fri, 14 Jul 2023 15:04:04 +0200 From: Johan Hovold To: Greg Kroah-Hartman Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Jiri Slaby , linux-arm-msm@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/2] serial: qcom-geni: fix opp vote on shutdown Date: Fri, 14 Jul 2023 15:02:12 +0200 Message-ID: <20230714130214.14552-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This series fixes the missing opp vote removal when closing a serial port, which, for example, can lead to wasted power when a UART connected Bluetooth controller is not in use. Included is also a clean up of a related debug printk. Johan Johan Hovold (2): serial: qcom-geni: fix opp vote on shutdown serial: qcom-geni: clean up clock-rate debug printk drivers/tty/serial/qcom_geni_serial.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)