From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Wed, 06 Dec 2017 11:36:16 -0800 Subject: [PATCH 0/2] add Meson8/Meson8b serial core clock handling In-Reply-To: <1509445230.13838.26.camel@baylibre.com> (Jerome Brunet's message of "Tue, 31 Oct 2017 11:20:30 +0100") References: <20171028123430.7796-1-martin.blumenstingl@googlemail.com> <1509445230.13838.26.camel@baylibre.com> Message-ID: <7hindjsl73.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Jerome Brunet writes: > On Sat, 2017-10-28 at 14:34 +0200, Martin Blumenstingl wrote: >> This patchset adds the tty/serial core clock handling to the UARTs >> on Meson8 and Meson8b. >> >> Basically this is the Meson8 and Meson8b version of a patchset from >> Helmut Klein and Neil Armstrong, who implemented this for Meson GX >> (see [0]). Back then I asked Neil to drop Meson8b from his patchset >> because I was working on the Meson8 clock controller at that time. >> >> This also removes the last users that rely on the "amlogic,meson-uart" >> binding. Removing that binding from the meson_uart driver is not part >> of this series though. >> >> >> [0] http://lists.infradead.org/pipermail/linux-amlogic/2017-June/004173.html >> > > Acked-by: Jerome Brunet Applied to v4.16/dt with Jerome's ack. Kevin