[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201207111045.03275.arnd@arndb.de>
Date: Wed, 11 Jul 2012 10:45:02 +0000
From: Arnd Bergmann <arnd@...db.de>
To: Tomoya MORINAGA <tomoya.rohm@...il.com>
Cc: "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] misc/pch_phub: Enable UART clock setting by module parameter
On Wednesday 11 July 2012, Tomoya MORINAGA wrote:
> Currently, when a user wants to change UART clock,
> needs to modify this source code by hand.
> This patch enables changing UART clock by specifying UART clock
> as module parameter.
>
> Signed-off-by: Tomoya MORINAGA <tomoya.rohm@...il.com>
This looks like a rather nonscalable solution if you get to systems
with lots of clocks.
Given that you are doing it for the uart clock, shouldn't that be
set from the uart driver using an ioctl like other serial ports do?
What would be the use case for an end user to override the module
parameter? Is it about platform specific settings or policy?
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists