All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] OP-TEE/OP-TEE drivers: simplify context matches
@ 2026-01-26 10:11 ` Rouven Czerwinski via B4 Relay
  0 siblings, 0 replies; 21+ messages in thread
From: Rouven Czerwinski @ 2026-01-26 10:11 UTC (permalink / raw)
  To: Jens Wiklander, Sumit Garg, Olivia Mackall, Herbert Xu,
	Clément Léger, Alexandre Belloni
  Cc: op-tee, linux-kernel, linux-crypto, linux-rtc, Rouven Czerwinski

Both the OP-TEE core and some OP-TEE drivers use an if/else expression
to check a boolean which can instead be returned directly. Implement
this change.

---
Rouven Czerwinski (3):
      optee: simplify OP-TEE context match
      hwrng: optee - simplify OP-TEE context match
      rtc: optee: simplify OP-TEE context match

 drivers/char/hw_random/optee-rng.c | 5 +----
 drivers/rtc/rtc-optee.c            | 5 +----
 drivers/tee/optee/device.c         | 5 +----
 3 files changed, 3 insertions(+), 12 deletions(-)
---
base-commit: 63804fed149a6750ffd28610c5c1c98cce6bd377
change-id: 20260126-optee-simplify-context-match-d5b3467bfacc

Best regards,
-- 
Rouven Czerwinski <rouven.czerwinski@linaro.org>


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2026-03-04  9:34 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26 10:11 [PATCH 0/3] OP-TEE/OP-TEE drivers: simplify context matches Rouven Czerwinski
2026-01-26 10:11 ` Rouven Czerwinski via B4 Relay via OP-TEE
2026-01-26 10:11 ` Rouven Czerwinski via B4 Relay
2026-01-26 10:11 ` [PATCH 1/3] optee: simplify OP-TEE context match Rouven Czerwinski
2026-01-26 10:11   ` Rouven Czerwinski via B4 Relay via OP-TEE
2026-01-26 10:11   ` Rouven Czerwinski via B4 Relay
2026-02-10  5:22   ` Sumit Garg
2026-02-10  5:22     ` Sumit Garg via OP-TEE
2026-03-04  9:34     ` Jens Wiklander
2026-01-26 10:11 ` [PATCH 2/3] hwrng: optee - " Rouven Czerwinski
2026-01-26 10:11   ` Rouven Czerwinski via B4 Relay via OP-TEE
2026-01-26 10:11   ` Rouven Czerwinski via B4 Relay
2026-02-06 10:57   ` Herbert Xu
2026-02-06 10:57     ` Herbert Xu via OP-TEE
2026-01-26 10:11 ` [PATCH 3/3] rtc: optee: " Rouven Czerwinski
2026-01-26 10:11   ` Rouven Czerwinski via B4 Relay via OP-TEE
2026-01-26 10:11   ` Rouven Czerwinski via B4 Relay
2026-01-29 16:05   ` Alexandre Belloni
2026-01-29 16:05     ` Alexandre Belloni via OP-TEE
2026-01-30 15:03     ` Rouven Czerwinski
2026-01-30 15:03       ` Rouven Czerwinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.