From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-serial@vger.kernel.org
Subject: Re: [PATCH] tty: ar933x_uart: use the clk API to get the uart clock
Date: Tue, 27 Aug 2013 16:27:07 -0700 [thread overview]
Message-ID: <20130827232707.GA10719@kroah.com> (raw)
In-Reply-To: <1377634465-8353-1-git-send-email-juhosg@openwrt.org>
On Tue, Aug 27, 2013 at 10:14:25PM +0200, Gabor Juhos wrote:
> The AR933x UARTs are only used on the Atheros AR933x
> SoCs. The base clock frequency of the UART is passed
> to the driver via platform data. The SoC support code
> implements the generic clock API, and the clock rate
> can be retrieved via that.
>
> Update the code to get the clock rate via the generic
> clock API instead of using the platform data.
>
> Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
> ---
> Note:
>
> Because the driver specific platform data only contains
> the clock frequency it can be removed. In order to avoid
> merge conflicts between different trees, it will be removed
> by a later patch once this one is merged upstream.
I don't understand what you mean by this.
Also, this patch doesn't even apply to my tty-next tree, so I can't
accept it as-is, so please fix it up, work with the people whose patches
yours is conflicting with, and figure out how to do this with the least
amount of merge issues.
thanks,
greg k-h
next prev parent reply other threads:[~2013-08-27 23:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-27 20:14 [PATCH] tty: ar933x_uart: use the clk API to get the uart clock Gabor Juhos
2013-08-27 23:27 ` Greg Kroah-Hartman [this message]
2013-08-28 8:02 ` Gabor Juhos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130827232707.GA10719@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=juhosg@openwrt.org \
--cc=linux-serial@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.