All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL REQUEST] renesas/logic-analyzer-for-geert for renesas drivers
@ 2021-03-30  9:35 Wolfram Sang
  0 siblings, 0 replies; only message in thread
From: Wolfram Sang @ 2021-03-30  9:35 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Geert Uytterhoeven, Wolfram Sang

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-30  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-30  9:35 [PULL REQUEST] renesas/logic-analyzer-for-geert for renesas drivers Wolfram Sang

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.