[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1430117397-13517-1-git-send-email-s.hauer@pengutronix.de>
Date: Mon, 27 Apr 2015 08:49:53 +0200
From: Sascha Hauer <s.hauer@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org,
Matthias Brugger <matthias.bgg@...il.com>,
linux-mediatek@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-serial@...r.kernel.org,
Alan Cox <alan@...ux.intel.com>
Subject: [PATCH v2] tty: serial: 8250_mtk: Add support for second clock
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/sha/linux-2.6.git tags/v4.1-mtk-uart-clk-v2
for you to fetch changes up to 02e3f747bea47f6c02dc3f52e40869ea8ce5342a:
tty: serial: 8250_mtk: Add support for bus clock (2015-04-27 08:39:06 +0200)
----------------------------------------------------------------
This series adds support for the second clock on the Mediatek UART.
This is necessary for SoCs needing a bus clock to be enabled before
the UART can be accessed.
Changes since v1:
- keep support old binding with unnamed clk
- hopefully clarify commit message
- do not leak in if() with unnecessary braces.
----------------------------------------------------------------
Sascha Hauer (4):
tty: serial: 8250_mtk: remove unnecessary test
tty: serial: 8250_mtk: Use devm_clk_get
tty: serial: 8250_mtk: use pm_runtime callbacks for enabling
tty: serial: 8250_mtk: Add support for bus clock
.../devicetree/bindings/serial/mtk-uart.txt | 12 ++-
drivers/tty/serial/8250/8250_mtk.c | 104 ++++++++++++---------
2 files changed, 70 insertions(+), 46 deletions(-)
--
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