Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1238339
| Path | csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Yingjoe Chen <yingjoe.chen@mediatek.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/3] add GPT timer support for mt8173 |
| Date | Fri, 02 Oct 2015 17:10:02 +0200 |
| Message-ID | <qfa8a-6Wx-5@gated-at.bofh.it> (permalink) |
| X-Original-To | Matthias Brugger <matthias.bgg@gmail.com>, Rob Herring <robh+dt@kernel.org> |
| X-Listener-Flag | 11101 |
| X-Mailer | git-send-email 1.9.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Mtk | N |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 41 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Daniel Lezcano <daniel.lezcano@linaro.org>, Thomas Gleixner <tglx@linutronix.de>, Stephen Boyd <sboyd@codeaurora.org>, Michael Turquette <mturquette@baylibre.com>, James Liao <jamesjj.liao@mediatek.com>, <devicetree@vger.kernel.org>, Arnd Bergmann <arnd@arndb.de>, Catalin Marinas <catalin.marinas@arm.com>, <linux-kernel@vger.kernel.org>, <linux-mediatek@lists.infradead.org>, Sascha Hauer <kernel@pengutronix.de>, Olof Johansson <olof@lixom.net>, <srv_heupstream@mediatek.com>, <linux-arm-kernel@lists.infradead.org>, Daniel Kurtz <djkurtz@chromium.org>, <linux-clk@vger.kernel.org>, Yingjoe Chen <yingjoe.chen@mediatek.com>, <erin.lo@mediatek.com> |
| X-Original-Date | Fri, 2 Oct 2015 23:05:16 +0800 |
| X-Original-Message-ID | <1443798319-45744-1-git-send-email-yingjoe.chen@mediatek.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1238339 |
Show key headers only | View raw
This is based on v4.3-rc1 + clockevents-4.4[1] and James's mediatek-clk tree[2]. Changes compare to previous version[3]: - Add more MediaTek SoC to mtk-timer binding - Update commit message to better describe the purpose. Changes compare to v2[4]: - the first two mtk_timer related changes are removed because they are replaced/accepted in clockevents tree. - Remove 'add 13mhz clock for MT8173' because it is accepted in mediatek-clk tree. - Kconfig.platforms path change. [1] https://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.4 [2] http://lists.infradead.org/pipermail/linux-mediatek/2015-August/002069.html [3] http://lists.infradead.org/pipermail/linux-mediatek/2015-September/002301.html [4] http://lists.infradead.org/pipermail/linux-mediatek/2015-July/001544.html Daniel Kurtz (1): arm64: dts: mt8173: add timer node Yingjoe Chen (2): dt-bindings: add more MediaTek SoC to mtk-timer binding arm64: mediatek: enable MTK_TIMER Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 8 +++++--- arch/arm64/Kconfig.platforms | 1 + arch/arm64/boot/dts/mediatek/mt8173.dtsi | 9 +++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/3] add GPT timer support for mt8173 Yingjoe Chen <yingjoe.chen@mediatek.com> - 2015-10-02 17:10 +0200 [PATCH v4 2/3] arm64: mediatek: enable MTK_TIMER Yingjoe Chen <yingjoe.chen@mediatek.com> - 2015-10-02 17:10 +0200 [PATCH v4 3/3] arm64: dts: mt8173: add timer node Yingjoe Chen <yingjoe.chen@mediatek.com> - 2015-10-02 17:10 +0200 [PATCH v4 1/3] dt-bindings: add more MediaTek SoC to mtk-timer binding Yingjoe Chen <yingjoe.chen@mediatek.com> - 2015-10-02 17:10 +0200 Re: [PATCH v4 0/3] add GPT timer support for mt8173 Yingjoe Chen <yingjoe.chen@mediatek.com> - 2015-10-02 17:20 +0200
csiph-web