Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1547541
| Path | csiph.com!goblin1!goblin.stu.neva.ru!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Herbert Xu <herbert@gondor.apana.org.au> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 0/2] Add MediaTek crypto accelerator driver |
| Date | Tue, 27 Dec 2016 11:10:02 +0100 |
| Message-ID | <sSWRI-FY-11@gated-at.bofh.it> (permalink) |
| References | <sPVSa-1FQ-5@gated-at.bofh.it> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| 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 | 37 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | "David S. Miller" <davem@davemloft.net>, Matthias Brugger <matthias.bgg@gmail.com>, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sean Wang <sean.wang@mediatek.com>, Roy Luo <cheng-hao.luo@mediatek.com> |
| X-Original-Date | Tue, 27 Dec 2016 18:06:13 +0800 |
| X-Original-Message-ID | <20161227100613.GG10629@gondor.apana.org.au> |
| X-Original-References | <1482114045-18716-1-git-send-email-ryder.lee@mediatek.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1547541 |
Show key headers only | View raw
On Mon, Dec 19, 2016 at 10:20:43AM +0800, Ryder Lee wrote: > Hello, > > This adds support for the MediaTek hardware accelerator on > some SoCs. > > This driver currently implement: > - SHA1 and SHA2 family(HMAC) hash algorithms. > - AES block cipher in CBC/ECB mode with 128/196/256 bits keys. > > Chances since v3: > -remove unused structure member > -drop interrupt-parent from DT bindings documentation > > Changes since v2: > - use byteorder conversion macros and type identifiers for descriptors > - revise register definition macros to make it more clear > - revise DT compatiable string > > Changes since v1: > - remove EXPORT_SYMBOL > - remove unused PRNG setting > - sort headers in alphabetical order > - add a definition for IRQ unmber > - replace ambiguous definition > - add more annotation and function comment > - add COMPILE_TEST in Kconfig > > Ryder Lee (2): > Add crypto driver support for some MediaTek chips > crypto: mediatek - add DT bindings documentation All applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/2] Add MediaTek crypto accelerator driver Ryder Lee <ryder.lee@mediatek.com> - 2016-12-19 03:30 +0100 Re: [PATCH v3 0/2] Add MediaTek crypto accelerator driver Herbert Xu <herbert@gondor.apana.org.au> - 2016-12-27 11:10 +0100
csiph-web