All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Penkler <dpenkler@gmail.com>
To: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org
Cc: Dave Penkler <dpenkler@gmail.com>
Subject: [PATCH 0/2] staging: gpib: Handle device clear and trigger
Date: Sun, 28 Sep 2025 13:33:57 +0200	[thread overview]
Message-ID: <20250928113359.6197-1-dpenkler@gmail.com> (raw)

This patch series addresses the handling of device clear and trigger
commands sent from the controller when the board is operating in
device mode.

Patch1: Send device clear and trigger events
Patch2: Return -EINTR when ATN is set on read when a device clear
        command is issued.

Dave Penkler (2):
  staging: gpib: Fix sending clear and trigger events
  staging: gpib: Return -EINTR on device clear

 drivers/staging/gpib/ni_usb/ni_usb_gpib.c | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

-- 
2.51.0


             reply	other threads:[~2025-09-28 11:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-28 11:33 Dave Penkler [this message]
2025-09-28 11:33 ` [PATCH 1/2] staging: gpib: Fix sending clear and trigger events Dave Penkler
2025-09-28 11:33 ` [PATCH 2/2] staging: gpib: Return -EINTR on device clear Dave Penkler

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=20250928113359.6197-1-dpenkler@gmail.com \
    --to=dpenkler@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    /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.