linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Rosin <peda@axentia.se>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Peter Rosin <peda@axentia.se>,
	Mircea Caprioru <mircea.caprioru@analog.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH v5 0/2] mux: new driver for ADGS1408/1409
Date: Wed,  1 Aug 2018 10:37:38 +0200	[thread overview]
Message-ID: <20180801083740.29859-1-peda@axentia.se> (raw)

Hi Greg,

Here's a new mux driver for v4.19-rc1. It's been in -next for a
couple of days, and the risk is low since it is a completely
new driver with no strange entanglements. And it's tiny.

There was a report from -next about a trivial conflict in MAINTAINERS,
but I guess that's more or less standard...

That said, the commit time is really fresh, that's because I initially
forgot to add Robs tag and only just realized. Sorry about that.

I know you don't want to pull, but I included the output from
request-pull anyway, so you may do as you wish...

Cheers,
Peter

The following changes since commit d72e90f33aa4709ebecc5005562f52335e106a60:

  Linux 4.18-rc6 (2018-07-22 14:12:20 -0700)

are available in the git repository at:

  https://gitlab.com/peda-linux/mux.git adgs1408

for you to fetch changes up to fad6692ba25138cd127d12569062e9fcc4674cb3:

  mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux (2018-08-01 10:11:59 +0200)

----------------------------------------------------------------
Mircea Caprioru (2):
  dt-bindings: mux: add adi,adgs1408
  mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux

 .../devicetree/bindings/mux/adi,adgs1408.txt       |  48 ++++++++
 MAINTAINERS                                        |   6 +
 drivers/mux/Kconfig                                |  10 ++
 drivers/mux/Makefile                               |   2 +
 drivers/mux/adgs1408.c                             | 131 +++++++++++++++++++++
 5 files changed, 197 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mux/adi,adgs1408.txt
 create mode 100644 drivers/mux/adgs1408.c

-- 
2.11.0


             reply	other threads:[~2018-08-01  8:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-01  8:37 Peter Rosin [this message]
2018-08-01  8:37 ` [PATCH v5 1/2] dt-bindings: mux: add adi,adgs1408 Peter Rosin
2018-08-01  8:37 ` [PATCH v5 2/2] mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux Peter Rosin

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=20180801083740.29859-1-peda@axentia.se \
    --to=peda@axentia.se \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mircea.caprioru@analog.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).