[PATCH 1/4] drivers: Introduce vibrator uclass
Tom Rini
trini at konsulko.com
Fri Jan 28 23:39:07 CET 2022
On Wed, Dec 22, 2021 at 05:36:04PM -0500, Samuel Dionne-Riel wrote:
> Signed-off-by: Samuel Dionne-Riel <samuel at dionne-riel.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> arch/sandbox/dts/test.dts | 10 +++
> configs/sandbox_defconfig | 2 +
> drivers/Kconfig | 2 +
> drivers/Makefile | 1 +
> drivers/vibrator/Kconfig | 21 +++++++
> drivers/vibrator/Makefile | 5 ++
> drivers/vibrator/vibrator-uclass.c | 62 +++++++++++++++++++
> include/dm/uclass-id.h | 1 +
> include/vibrator.h | 87 +++++++++++++++++++++++++++
> test/dm/Makefile | 1 +
> test/dm/vibrator.c | 97 ++++++++++++++++++++++++++++++
> 11 files changed, 289 insertions(+)
> create mode 100644 drivers/vibrator/Kconfig
> create mode 100644 drivers/vibrator/Makefile
> create mode 100644 drivers/vibrator/vibrator-uclass.c
> create mode 100644 include/vibrator.h
> create mode 100644 test/dm/vibrator.c
I don't know how, but this is breaking the SDL-based test on sandbox for
me. It runs fine before, and then with this applied I get the "SDL
renderer does not exist" error message.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220128/b31c78b6/attachment.sig>
More information about the U-Boot
mailing list