devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Daniel Kaehn <kaehndan@gmail.com>
Cc: tiwai@suse.com, alsa-devel@alsa-project.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v7 2/2] Add generic serial MIDI driver using serial bus API
Date: Wed, 11 May 2022 09:28:01 -0500	[thread overview]
Message-ID: <20220511142801.GA236225-robh@kernel.org> (raw)
In-Reply-To: <20220509145933.1161526-3-kaehndan@gmail.com>

On Mon, May 09, 2022 at 09:59:33AM -0500, Daniel Kaehn wrote:
> Generic serial MIDI driver adding support for using serial devices
> compatible with the serial bus as raw MIDI devices, allowing using
> additional serial devices not compatible with the existing
> serial-u16550 driver. Supports only setting standard serial baudrates on
> the underlying serial device; however, the underlying serial device can
> be configured so that a requested 38.4 kBaud is actually the standard MIDI
> 31.25 kBaud. Supports DeviceTree configuration.
> 
> Signed-off-by: Daniel Kaehn <kaehndan@gmail.com>
> ---
>  sound/drivers/Kconfig          |  18 ++
>  sound/drivers/Makefile         |   2 +
>  sound/drivers/serial-generic.c | 374 +++++++++++++++++++++++++++++++++
>  3 files changed, 394 insertions(+)
>  create mode 100644 sound/drivers/serial-generic.c

Reviewed-by: Rob Herring <robh@kernel.org>

  reply	other threads:[~2022-05-11 14:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 14:59 [PATCH v7 0/2] Add generic serial MIDI driver using serial bus API Daniel Kaehn
2022-05-09 14:59 ` [PATCH v7 1/2] dt-bindings: sound: Add generic serial MIDI device Daniel Kaehn
2022-05-11 14:28   ` Rob Herring
2022-05-09 14:59 ` [PATCH v7 2/2] Add generic serial MIDI driver using serial bus API Daniel Kaehn
2022-05-11 14:28   ` Rob Herring [this message]
2022-05-12  9:55 ` [PATCH v7 0/2] " Takashi Iwai

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=20220511142801.GA236225-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kaehndan@gmail.com \
    --cc=tiwai@suse.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).