Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1663793 > unrolled thread
| Started by | <sean.wang@mediatek.com> |
|---|---|
| First post | 2017-06-12 18:00 +0200 |
| Last post | 2017-06-12 18:00 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v2 0/3] add support of hardware random generator on MediaTek MT7622 <sean.wang@mediatek.com> - 2017-06-12 18:00 +0200
[PATCH v2 3/3] MAINTAINERS: add entry for MediaTek Random Number Generator <sean.wang@mediatek.com> - 2017-06-12 18:00 +0200
| From | <sean.wang@mediatek.com> |
|---|---|
| Date | 2017-06-12 18:00 +0200 |
| Subject | [PATCH v2 0/3] add support of hardware random generator on MediaTek MT7622 |
| Message-ID | <tRzV0-40Z-15@gated-at.bofh.it> |
From: Sean Wang <sean.wang@mediatek.com>
Changes since v1:
- update the bindings with the specific "mediatek,mt7622-rng"
instead of the generic one as "mediatek,generic-rng"
The series add support of hardware RNG on MediaTek MT7622 and
, runtime PM support and add me as the maintainer for the existing
and following chipset.
Sean Wang (3):
dt-bindings: rng: add MediaTek MT7622 Hardware Random Generator
bindings
hwrng: mtk - add runtime PM support
MAINTAINERS: add entry for MediaTek Random Number Generator
Documentation/devicetree/bindings/rng/mtk-rng.txt | 4 ++-
MAINTAINERS | 5 +++
drivers/char/hw_random/mtk-rng.c | 42 +++++++++++++++++++++++
3 files changed, 50 insertions(+), 1 deletion(-)
--
1.9.1
[toc] | [next] | [standalone]
| From | <sean.wang@mediatek.com> |
|---|---|
| Date | 2017-06-12 18:00 +0200 |
| Subject | [PATCH v2 3/3] MAINTAINERS: add entry for MediaTek Random Number Generator |
| Message-ID | <tRzV2-40Z-61@gated-at.bofh.it> |
| In reply to | #1663793 |
From: Sean Wang <sean.wang@mediatek.com> I work for MediaTek on maintaining the MediaTek RNG driver for the existing SoCs and adding support for the following SoCs. Signed-off-by: Sean Wang <sean.wang@mediatek.com> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cf86519..da473d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8262,6 +8262,11 @@ L: linux-wireless@vger.kernel.org S: Maintained F: drivers/net/wireless/mediatek/mt7601u/ +MEDIATEK RANDOM NUMBER GENERATOR SUPPORT +M: Sean Wang <sean.wang@mediatek.com> +S: Maintained +F: drivers/char/hw_random/mtk-rng.c + MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES M: Peter Senna Tschudin <peter.senna@collabora.com> M: Martin Donnelly <martin.donnelly@ge.com> -- 1.9.1
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web