On 14/12/2020 18:45, Scott Branden wrote:
>
>
> On 2020-12-14 8:04 a.m., matthias@kernel.org wrote:
>> From: Matthias Brugger
>>
>> When trying to disable the block we bitwise or the control
>> register with value zero. This will leave the block always
default:
dev_err_ratelimited(dev->dev, "tx urb failed: %d\n",
urb->status);
- fallthrough;
- case 0:
break;
}
Reviewed-by: Matthias Brugger
(-)
Reviewed-by: Matthias Brugger
diff --git a/Documentation/devicetree/bindings/rng/mtk-rng.txt
b/Documentation/devicetree/bindings/rng/mtk-rng.txt
index a6d62a2..366b99b 100644
--- a/Documentation/devicetree/bindings/rng/mtk-rng.txt
+++ b/Documentation/devicetree/bindings/rng/mtk-rng.txt
@@ -2,7
On 07/06/17 15:20, Sean Wang wrote:
On Tue, 2017-06-06 at 13:07 +0200, Matthias Brugger wrote:
On 31/05/17 20:44, sean.w...@mediatek.com wrote:
From: Sean Wang
Add the generic binding for allowing the support of RNG on MediaTek SoCs
such as MT7622.
Signed-off-by: Sean Wang
On 31/05/17 20:44, sean.w...@mediatek.com wrote:
From: Sean Wang
Add the generic binding for allowing the support of RNG on MediaTek SoCs
such as MT7622.
Signed-off-by: Sean Wang
---
Documentation/devicetree/bindings/rng/mtk-rng.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
On 26/05/17 11:43, Ryder Lee wrote:
This patch removes unnecessary clock in binding file.
Signed-off-by: Ryder Lee
---
In the driver clocks are get by name, so this change does not break
backwards compatibility.
Reviewed-by: Matthias Brugger
Documentation/devicetree/bindings/crypto
On 19/05/17 08:53, Corentin Labbe wrote:
This patch simply replace all occurrence of HMAC IPAD/OPAD value by their
define.
Signed-off-by: Corentin Labbe
---
Reviewed-by: Matthias Brugger
drivers/crypto/mediatek/mtk-sha.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions
Biesheuvel
---
This is a meaningful patch by itself imho, but also fixes the issue reported
by Matthias where their v4.8 based GCC does not understand the -mcpu=generic+crc
command line option, resulting in failed builds.
This patch fixes the issue, thanks.
Tested-by: Matthias Brugger
arch
On 08/12/16 10:19, Ryder Lee wrote:
Hello,
On Mon, 2016-12-05 at 11:18 +0100, Matthias Brugger wrote:
On 05/12/16 08:01, Ryder Lee wrote:
Add DT bindings documentation for the crypto driver
Signed-off-by: Ryder Lee
---
.../devicetree/bindings/crypto/mediatek-crypto.txt | 32
On 05/12/16 08:01, Ryder Lee wrote:
Add DT bindings documentation for the crypto driver
Signed-off-by: Ryder Lee
---
.../devicetree/bindings/crypto/mediatek-crypto.txt | 32 ++
1 file changed, 32 insertions(+)
create mode 100644 Documentation/devicetree/bindings/crypto/m
10 matches
Mail list logo