All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH v3 2/2] pwm: Add a driver for Chrome OS EC PWM
Date: Sun, 11 Apr 2021 21:16:32 +0200	[thread overview]
Message-ID: <20210411211632.478a6ee3@crub> (raw)
In-Reply-To: <20201022204927.26290-2-alpernebiyasak@gmail.com>

On Thu, 22 Oct 2020 23:49:27 +0300
Alper Nebi Yasak alpernebiyasak at gmail.com wrote:
...
>  doc/device-tree-bindings/pwm/cros-ec-pwm.txt | 23 ++++++
>  drivers/misc/cros_ec.c                       | 17 ++++
>  drivers/pwm/Kconfig                          |  9 +++
>  drivers/pwm/Makefile                         |  1 +
>  drivers/pwm/cros_ec_pwm.c                    | 84 ++++++++++++++++++++
>  include/cros_ec.h                            | 13 +++
>  6 files changed, 147 insertions(+)
>  create mode 100644 doc/device-tree-bindings/pwm/cros-ec-pwm.txt
>  create mode 100644 drivers/pwm/cros_ec_pwm.c

applied to u-boot-video/master, thanks!

--
Anatolij

  reply	other threads:[~2021-04-11 19:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 20:49 [PATCH v3 1/2] video: backlight: Support PWMs without a known period_ns Alper Nebi Yasak
2020-10-22 20:49 ` [PATCH v3 2/2] pwm: Add a driver for Chrome OS EC PWM Alper Nebi Yasak
2021-04-11 19:16   ` Anatolij Gustschin [this message]
2021-04-11 19:15 ` [PATCH v3 1/2] video: backlight: Support PWMs without a known period_ns Anatolij Gustschin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210411211632.478a6ee3@crub \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.