Re: [PATCH v3] serial: 8250-mtk: modify mtk uart power and clock management

From: Greg Kroah-Hartman
Date: Thu Jul 25 2019 - 14:04:40 EST


On Fri, Jul 19, 2019 at 10:59:42AM +0800, Changqi Hu wrote:
> modify mtk uart runtime interface, add uart clock use count.
> merge patch v1 and patch v2 together.
>
> Signed-off-by: Changqi Hu <changqi.hu@xxxxxxxxxxxx>
> ---
> drivers/tty/serial/8250/8250_mtk.c | 50 ++++++++++++++++++++++++--------------
> 1 file changed, 32 insertions(+), 18 deletions(-)

Always describe what changed from the previous versions in the area
below the --- line.

Also, your changelog needs a lot more work. Please read the section
entitled "The canonical patch format" in the kernel file,
Documentation/SubmittingPatches for a description of how to do this.

thanks,

greg k-h's patch email bot

thanks,

greg k-h