Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598634 > unrolled thread
| Started by | Rob Herring <robh@kernel.org> |
|---|---|
| First post | 2017-03-12 15:20 +0100 |
| Last post | 2017-03-12 15:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 01/10] ALSA SoC MAX98927 driver - Initial release Rob Herring <robh@kernel.org> - 2017-03-12 15:20 +0100
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-03-12 15:20 +0100 |
| Subject | Re: [PATCH 01/10] ALSA SoC MAX98927 driver - Initial release |
| Message-ID | <tkcvM-2Ek-1@gated-at.bofh.it> |
On Fri, Mar 03, 2017 at 11:52:39PM +0900, Ryan Lee wrote: > From: Ryan Lee <RyanS.Lee@maximintegrated.com> > > Signed-off-by: Ryan Lee <ryans.lee@maximintegrated.com> > --- > > Initial release of ALSA SoC MAX98927 driver. > > .../devicetree/bindings/sound/max98927.txt | 32 + In addition to what Mark said, please split bindings to a separate patch. > sound/soc/codecs/Kconfig | 5 + > sound/soc/codecs/Makefile | 2 + > sound/soc/codecs/max98927.c | 954 +++++++++++++++ > sound/soc/codecs/max98927.h | 1253 ++++++++++++++++++++ > 5 files changed, 2246 insertions(+) > create mode 100755 Documentation/devicetree/bindings/sound/max98927.txt > mode change 100644 => 100755 sound/soc/codecs/Kconfig > mode change 100644 => 100755 sound/soc/codecs/Makefile > create mode 100755 sound/soc/codecs/max98927.c > create mode 100755 sound/soc/codecs/max98927.h These files should not be executable. Rob
Back to top | Article view | linux.kernel
csiph-web