Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1735049

Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec
Date 2017-09-19 18:10 +0200
Message-ID <urtfX-7CA-11@gated-at.bofh.it> (permalink)
References (3 earlier) <upx4m-293-3@gated-at.bofh.it> <upESe-7ea-11@gated-at.bofh.it> <ur04j-3Pu-31@gated-at.bofh.it> <urpFn-5m4-7@gated-at.bofh.it> <ursDg-7av-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Tue, Sep 19, 2017 at 04:22:53PM +0100, Lee Jones wrote:

> However, since this is a new driver, you can just take it with my:

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/wm97xx-mfd

for you to fetch changes up to ae9d1b5fbd7b7ee1c2d2f62a7cee3c0455e06f94:

  Input: wm97xx: add new AC97 bus support (2017-09-19 17:07:28 +0100)

----------------------------------------------------------------
mfd/Input: Changes for the new wm97xx MFD

The newly added proper driver model support for ac97 means we can now
have a real MFD for the wm97xx devices rather than the hacks that have
been used.  Since they're mainly audio devices they're going via ASoC,
these are the other changes for cross tree merging.

----------------------------------------------------------------
Robert Jarzmik (3):
      Input: wm97xx: split out touchscreen registering
      mfd: wm97xx-core: core support for wm97xx Codec
      Input: wm97xx: add new AC97 bus support

 drivers/input/touchscreen/Kconfig       |   2 +-
 drivers/input/touchscreen/wm97xx-core.c | 252 +++++++++++++++-------
 drivers/mfd/Kconfig                     |  14 ++
 drivers/mfd/Makefile                    |   1 +
 drivers/mfd/wm97xx-core.c               | 366 ++++++++++++++++++++++++++++++++
 include/linux/mfd/wm97xx.h              |  25 +++
 6 files changed, 577 insertions(+), 83 deletions(-)
 create mode 100644 drivers/mfd/wm97xx-core.c
 create mode 100644 include/linux/mfd/wm97xx.h

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Robert Jarzmik <robert.jarzmik@free.fr> - 2017-09-13 21:40 +0200
  Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-14 09:50 +0200
    Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-14 18:10 +0200
      Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-18 11:00 +0200
        Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-19 14:20 +0200
          Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-19 17:30 +0200
            Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-19 17:30 +0200
            Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-19 18:10 +0200
            Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-19 18:10 +0200
              Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-20 10:30 +0200
                Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-20 13:40 +0200
  Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-14 09:50 +0200
  Applied "mfd: wm97xx-core: core support for wm97xx Codec" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-09-19 18:20 +0200

csiph-web