[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230427181916.2983697-1-opendmb@gmail.com>
Date: Thu, 27 Apr 2023 11:19:14 -0700
From: Doug Berger <opendmb@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Al Cooper <alcooperx@...il.com>,
XuDong Liu <m202071377@...t.edu.cn>,
Dongliang Mu <dzm91@...t.edu.cn>,
Jiri Slaby <jirislaby@...nel.org>,
Florian Fainelli <f.fainelli@...il.com>,
Broadcom internal kernel review list
<bcm-kernel-feedback-list@...adcom.com>,
linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Doug Berger <opendmb@...il.com>
Subject: [PATCH 0/2] serial: 8250_bcm7271: Fix clock handling
XuDong Liu offered a patch to correct some clock issues detected
in the probe function and Christophe JAILLET pointed out that
there was a similar issue in remove.
Since no V2 has appeared, I am providing this pair of commits to
address both cases. This set chooses to use a managed clock to
avoid the need to explicitly call clk_put from the driver.
Doug Berger (2):
serial: 8250_bcm7271: balance clk_enable calls
serial: 8250_bcm7271: fix leak in `brcmuart_probe`
drivers/tty/serial/8250/8250_bcm7271.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
2.34.1
Powered by blists - more mailing lists