All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: u-boot@lists.denx.de
Subject: [PULL u-boot] Please pull u-boot-amlogic-20210222
Date: Mon, 22 Feb 2021 15:30:36 +0100	[thread overview]
Message-ID: <2417b7bc-0dad-64ce-c4a9-ed4d9851df44@baylibre.com> (raw)

Hi Tom,

These changes adds support for reading the ADC key on the Khadas VIM3 & VIM3L, in the same
time it adds plumbing for ADC keys and a test for sandbox.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/6461

Thanks,
Neil

The following changes since commit 496f49464d90b564da5f1a2f4eecb5553e01edf9:

  Merge branch '2021-02-16-assorted-improvements' (2021-02-16 15:14:34 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210222

for you to fetch changes up to 2d339efb1ff941705a770e93494427912689ce18:

  button: add udevice forward declaration (2021-02-22 11:07:57 +0100)

----------------------------------------------------------------
- adds adc-keys button driver
- fix meson-saradc driver to get reference voltage
- add adc-keys test for sandbox
- enable adc-keys for VIM3 & VIM3L boards
- fix button.h build

----------------------------------------------------------------
Marek Szyprowski (5):
      dt-bindings: input: adc-keys bindings documentation
      button: add a simple Analog to Digital Converter device based button driver
      adc: meson-saradc: add support for getting reference voltage value
      configs: khadas-vim3(l): enable Function button support
      test: add a simple test for the adc-keys button driver

Neil Armstrong (1):
      button: add udevice forward declaration

 arch/sandbox/dts/test.dts                   |  28 +++++-
 configs/khadas-vim3_defconfig               |   2 +
 configs/khadas-vim3l_defconfig              |   2 +
 configs/sandbox_defconfig                   |   1 +
 doc/device-tree-bindings/input/adc-keys.txt |  67 +++++++++++++
 drivers/adc/meson-saradc.c                  |  21 ++++
 drivers/button/Kconfig                      |   8 ++
 drivers/button/Makefile                     |   1 +
 drivers/button/button-adc.c                 | 146 ++++++++++++++++++++++++++++
 include/button.h                            |   2 +
 test/dm/button.c                            |  50 +++++++++-
 11 files changed, 325 insertions(+), 3 deletions(-)
 create mode 100644 doc/device-tree-bindings/input/adc-keys.txt
 create mode 100644 drivers/button/button-adc.c

WARNING: multiple messages have this Message-ID (diff)
From: "Neil Armstrong" <narmstrong@baylibre.com>
To: trini@konsulko.com
Cc: u-boot-amlogic@groups.io, U-Boot Mailing List <u-boot@lists.denx.de>
Subject: [PULL u-boot] Please pull u-boot-amlogic-20210222
Date: Mon, 22 Feb 2021 15:30:36 +0100	[thread overview]
Message-ID: <2417b7bc-0dad-64ce-c4a9-ed4d9851df44@baylibre.com> (raw)

Hi Tom,

These changes adds support for reading the ADC key on the Khadas VIM3 & VIM3L, in the same
time it adds plumbing for ADC keys and a test for sandbox.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/6461

Thanks,
Neil

The following changes since commit 496f49464d90b564da5f1a2f4eecb5553e01edf9:

  Merge branch '2021-02-16-assorted-improvements' (2021-02-16 15:14:34 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210222

for you to fetch changes up to 2d339efb1ff941705a770e93494427912689ce18:

  button: add udevice forward declaration (2021-02-22 11:07:57 +0100)

----------------------------------------------------------------
- adds adc-keys button driver
- fix meson-saradc driver to get reference voltage
- add adc-keys test for sandbox
- enable adc-keys for VIM3 & VIM3L boards
- fix button.h build

----------------------------------------------------------------
Marek Szyprowski (5):
      dt-bindings: input: adc-keys bindings documentation
      button: add a simple Analog to Digital Converter device based button driver
      adc: meson-saradc: add support for getting reference voltage value
      configs: khadas-vim3(l): enable Function button support
      test: add a simple test for the adc-keys button driver

Neil Armstrong (1):
      button: add udevice forward declaration

 arch/sandbox/dts/test.dts                   |  28 +++++-
 configs/khadas-vim3_defconfig               |   2 +
 configs/khadas-vim3l_defconfig              |   2 +
 configs/sandbox_defconfig                   |   1 +
 doc/device-tree-bindings/input/adc-keys.txt |  67 +++++++++++++
 drivers/adc/meson-saradc.c                  |  21 ++++
 drivers/button/Kconfig                      |   8 ++
 drivers/button/Makefile                     |   1 +
 drivers/button/button-adc.c                 | 146 ++++++++++++++++++++++++++++
 include/button.h                            |   2 +
 test/dm/button.c                            |  50 +++++++++-
 11 files changed, 325 insertions(+), 3 deletions(-)
 create mode 100644 doc/device-tree-bindings/input/adc-keys.txt
 create mode 100644 drivers/button/button-adc.c

             reply	other threads:[~2021-02-22 14:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-22 14:30 Neil Armstrong [this message]
2021-02-22 14:30 ` [PULL u-boot] Please pull u-boot-amlogic-20210222 Neil Armstrong
2021-02-22 20:03 ` Tom Rini
2021-02-23  8:20   ` Neil Armstrong
2021-02-23  8:20     ` Neil Armstrong

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=2417b7bc-0dad-64ce-c4a9-ed4d9851df44@baylibre.com \
    --to=narmstrong@baylibre.com \
    --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.