From: Alexander Holler <holler@ahsoftware.de>
To: rtc-linux@googlegroups.com,
Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Jason Cooper <jason@lakedaemon.net>,
Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>,
Gregory Clement <gregory.clement@free-electrons.com>,
Mark Brown <broonie@kernel.org>,
alsa-devel@alsa-project.org,
Daniel Lezcano <daniel.lezcano@linaro.org>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
linux-pm@vger.kernel.org, Tejun Heo <tj@kernel.org>,
linux-ide@vger.kernel.org, Zhang Rui <rui.zhang@intel.com>,
Bryan Wu <cooloney@gmail.com>, Richard Purdie <rpurdie@rpsys.net>,
linux-leds@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, Kishon Vijay Abraham I <kishon@ti.com>,
Alessandro Zummo <a.zummo@towertech.it>,
Wim Van Sebroeck <wim@iguana.be>,
linux-watchdog@vger.kernel.org
Subject: Re: [rtc-linux] Re: [PATCH 00/13] Remove mach-kirkwood and mach-dove
Date: Sun, 06 Jul 2014 11:49:38 +0200 [thread overview]
Message-ID: <53B91BB2.3090005@ahsoftware.de> (raw)
In-Reply-To: <20140630181640.GL18520@lunn.ch>
Am 30.06.2014 20:16, schrieb Andrew Lunn:
>> So, what do we do now with support for compressed audio streams via
>> SPDIF on kirkwood hardware? As far as I can see, it's no longer
>> possible and mainline kernels will never support this. Please tell
>> me I'm wrong...
>
> Well, it would of been nice if you had made a comment to either v1 or
> v2 of my patchset saying this is going to cause problems for some
> devices.
>
> So i will go look at your patch to add frontend and backend and see
> what it means for the current DT binding. The nice thing about
> kirkwood (and Dove) is, there is no uboot with DT support. Hence
> nobody is flashing there DT blob. They are always using appended DT.
> So i'm not against changing the binding. And it has only been in the
> kernel for one cycle, so i doubt there are too many users at the
> moment.
And most people just don't care if some DT-binding changes as they can
change the provided DT themself. At least on every sane device.
next prev parent reply other threads:[~2014-07-06 9:49 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-29 20:59 [PATCH 00/13] Remove mach-kirkwood and mach-dove Andrew Lunn
2014-06-29 20:59 ` [PATCH 03/13] ASoC: kirkwood: Remove unused drivers Andrew Lunn
2014-06-29 20:59 ` [PATCH 03/13] sound: " Andrew Lunn
2014-06-29 20:59 ` [PATCH 04/13] ASoC: kirkwood: Remove ARCH_KIRKWOOD and ARCH_DOVE dependency Andrew Lunn
2014-06-29 20:59 ` [PATCH 04/13] sound: " Andrew Lunn
2014-06-29 20:59 ` [PATCH 05/13] cpuidle: kirkwood: Replace ARCH_KIRKWOOD dependency Andrew Lunn
2014-06-29 20:59 ` [PATCH 06/13] ata: Remove ARCH_KIRKWOOD and ARCH_DOVE dependency Andrew Lunn
2014-06-29 20:59 ` [PATCH 07/13] thermal: Replace " Andrew Lunn
2014-06-29 20:59 ` [PATCH 08/13] leds: Replace ARCH_KIRKWOOD dependency Andrew Lunn
2014-06-30 17:01 ` Bryan Wu
2014-06-29 20:59 ` [PATCH 09/13] PCI: Remove ARCH_KIRKWOOD and ARCH_DOVE dependency Andrew Lunn
2014-07-05 17:54 ` Bjorn Helgaas
2014-07-05 17:52 ` Andrew Lunn
2014-06-29 21:00 ` [PATCH 12/13] watchdog: " Andrew Lunn
2014-06-29 21:35 ` [PATCH 00/13] Remove mach-kirkwood and mach-dove Russell King - ARM Linux
2014-06-30 7:16 ` [alsa-devel] " Jean-Francois Moine
2014-06-30 7:16 ` Jean-Francois Moine
2014-06-30 8:49 ` Russell King - ARM Linux
2014-06-30 9:47 ` Jean-Francois Moine
2014-06-30 9:47 ` Jean-Francois Moine
2014-06-30 10:00 ` Russell King - ARM Linux
2014-06-30 12:15 ` Sebastian Hesselbarth
2014-06-30 12:43 ` Russell King - ARM Linux
2014-06-30 13:22 ` Sebastian Hesselbarth
2014-06-30 14:25 ` Russell King - ARM Linux
2014-06-30 15:35 ` Sebastian Hesselbarth
2014-06-30 16:56 ` Russell King - ARM Linux
2014-06-30 17:31 ` Sebastian Hesselbarth
2014-06-30 19:35 ` Russell King - ARM Linux
2014-06-30 17:43 ` Andrew Lunn
2014-06-30 18:08 ` Russell King - ARM Linux
2014-06-30 18:16 ` Andrew Lunn
2014-07-06 9:49 ` Alexander Holler [this message]
2014-06-30 22:21 ` Ezequiel Garcia
2014-06-30 22:21 ` Ezequiel Garcia
2014-06-30 16:13 ` Jean-Francois Moine
2014-06-30 16:20 ` Russell King - ARM Linux
2014-07-01 16:44 ` Jean-Francois Moine
2014-07-01 16:56 ` Russell King - ARM Linux
2014-07-08 12:13 ` Jason Cooper
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=53B91BB2.3090005@ahsoftware.de \
--to=holler@ahsoftware.de \
--cc=a.zummo@towertech.it \
--cc=alsa-devel@alsa-project.org \
--cc=andrew@lunn.ch \
--cc=bhelgaas@google.com \
--cc=broonie@kernel.org \
--cc=cooloney@gmail.com \
--cc=daniel.lezcano@linaro.org \
--cc=gregory.clement@free-electrons.com \
--cc=jason@lakedaemon.net \
--cc=kishon@ti.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=rjw@rjwysocki.net \
--cc=rpurdie@rpsys.net \
--cc=rtc-linux@googlegroups.com \
--cc=rui.zhang@intel.com \
--cc=sebastian.hesselbarth@gmail.com \
--cc=sebastian.hesselbarth@googlemail.com \
--cc=tj@kernel.org \
--cc=wim@iguana.be \
/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.