From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A38ADC433F5 for ; Tue, 28 Dec 2021 08:38:59 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5732D83A28; Tue, 28 Dec 2021 09:36:00 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="R+umjAO3"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D2E51839FD; Tue, 28 Dec 2021 09:34:37 +0100 (CET) Received: from mail-oi1-x22a.google.com (mail-oi1-x22a.google.com [IPv6:2607:f8b0:4864:20::22a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 166B2838AB for ; Tue, 28 Dec 2021 09:34:27 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-oi1-x22a.google.com with SMTP id w7so8268088oiw.0 for ; Tue, 28 Dec 2021 00:34:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=D1Nd+5UnoYIJZt4Z9H/IBpPR/P1pNaq9yMQAJ7zyDJU=; b=R+umjAO39UViwNEuoPCq5c5O4h6sfcR7PJJVyh7YksbI6/cZQOJ1h93uFWF2Z6Wd7W /WTGlPTNqyZpLZ3ajYsfe8aJlVlAZ8GpxfqYYp5fZ4BJbIOHdqBxvz292T7cFwrAfCCD wqHN/syQMscFqcLaAgAPGhB4qZhrjwy0kUGFI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=D1Nd+5UnoYIJZt4Z9H/IBpPR/P1pNaq9yMQAJ7zyDJU=; b=oZo0AwKl7j9GlfBwHW7/Dic05CMVeqhJ3/fRrjIasCMXfoY5i0hpbpaO00ysjsSY/R HWqwaTRWpF+oVZNtyroaE5h4XvXphzvBWtrmkoc0kLUOrrdV4lAA1pA9pn0sEphrlE8k 8DpRaVuHC8LnazzwxcmPJPUmvBwlm4/q2BHbOzhRvieMCjcBH+cERzooT2li7gf5cIdQ aYqXrv+ud4I72g38lWIOCHg0OrtN58HDs9Xk5/CZFLdHQlGOJi8GzL8/VOb08hlMOrhg jr3CKdn7gNBJUWhOwuqKkRufaJoaTJHhsNlEPyZNeMzWkQqk9DTZUcuYrFbU62+4Vyyc L8VA== X-Gm-Message-State: AOAM532ygD+0V0KPp9np51nGlwpIs5a5PMm8A3AUXpcZ1negjB8kqH3r aka9ltl5RwIOwc/kh/5Z+WbdxeCLPlfAd9H3b0ZdhnVe8lGZd5r5 X-Google-Smtp-Source: ABdhPJwsdAWRHbC+ECdLKFbi1OhDrE2kYFQSIHlT/Uy7n61e674DNxMgpH5ZAVZMRwtcITJ+h7Gw+sDp/i40+BO7dZE= X-Received: by 2002:a05:6808:2289:: with SMTP id bo9mr7485376oib.53.1640680465572; Tue, 28 Dec 2021 00:34:25 -0800 (PST) MIME-Version: 1.0 References: <20211222223607.3734687-1-samuel@dionne-riel.com> <20211222223607.3734687-2-samuel@dionne-riel.com> In-Reply-To: <20211222223607.3734687-2-samuel@dionne-riel.com> From: Simon Glass Date: Tue, 28 Dec 2021 01:34:03 -0700 Message-ID: Subject: Re: [PATCH 1/4] drivers: Introduce vibrator uclass To: Samuel Dionne-Riel Cc: U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Wed, 22 Dec 2021 at 15:37, Samuel Dionne-Riel wrote: > > Signed-off-by: Samuel Dionne-Riel > --- > 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 Reviewed-by: Simon Glass