All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>
Subject: [PULL REQUEST] renesas/logic-analyzer-for-geert for renesas drivers
Date: Tue, 30 Mar 2021 11:35:28 +0200	[thread overview]
Message-ID: <20210330093528.GA13903@ninjato> (raw)

[-- Attachment #1: Type: text/plain, Size: 1488 bytes --]

Hi Geert,

here is the GPIO logic analyzer for renesas-drivers. I left out the DTS
patch for Salvator-XS because it makes no sense in your repo.

Please pull.

Kind regards,

   Wolfram


The following changes since commit a5e13c6df0e41702d2b2c77c8ad41677ebb065b3:

  Linux 5.12-rc5 (2021-03-28 15:48:16 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/logic-analyzer-for-geert

for you to fetch changes up to 1c8e77fc124170235027221a6ade3989134f06d7:

  misc: add simple logic analyzer using polling (2021-03-30 11:31:31 +0200)

----------------------------------------------------------------
Wolfram Sang (1):
      misc: add simple logic analyzer using polling

 Documentation/dev-tools/gpio-logic-analyzer.rst    |  63 ++++
 Documentation/dev-tools/index.rst                  |   1 +
 .../bindings/misc/gpio-logic-analyzer.yaml         |  40 +++
 drivers/misc/Kconfig                               |  12 +
 drivers/misc/Makefile                              |   1 +
 drivers/misc/gpio-logic-analyzer.c                 | 355 +++++++++++++++++++++
 tools/debugging/gpio-logic-analyzer                | 156 +++++++++
 7 files changed, 628 insertions(+)
 create mode 100644 Documentation/dev-tools/gpio-logic-analyzer.rst
 create mode 100644 Documentation/devicetree/bindings/misc/gpio-logic-analyzer.yaml
 create mode 100644 drivers/misc/gpio-logic-analyzer.c
 create mode 100755 tools/debugging/gpio-logic-analyzer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

                 reply	other threads:[~2021-03-30  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210330093528.GA13903@ninjato \
    --to=wsa+renesas@sang-engineering.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /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.