Re: [Uclinux-dist-devel] [alsa-devel] [PATCH 1/5] ASoC codec: SSM2602: remove unsupported sample rates

2009-06-03 Thread Karl Beldan
Mark Brown wrote: On Tue, Jun 02, 2009 at 12:18:53AM -0400, Mike Frysinger wrote: From: Cliff Cai cliff@analog.com Signed-off-by: Cliff Cai cliff@analog.com Signed-off-by: Mike Frysinger vap...@gentoo.org Applied, thanks. These samples rates are supported by the codec, updating

Re: [Uclinux-dist-devel] [alsa-devel] [PATCH 2/5] ASoC codec: SSM2602: assign last substream to the master when shutting down

2009-06-04 Thread Karl Beldan
Mike Frysinger wrote: On Wed, Jun 3, 2009 at 10:53, Mark Brown wrote: On Wed, Jun 03, 2009 at 08:37:54AM -0400, Mike Frysinger wrote: On Wed, Jun 3, 2009 at 06:52, Mark Brown wrote: However, given that this fix has missed two kernel releases due to the very slow rate of responses to review

Re: [Uclinux-dist-devel] [alsa-devel] [PATCH 2/5] ASoC codec: SSM2602: assign last substream to the master when shutting down

2009-06-04 Thread Karl Beldan
Cai, Cliff wrote: -Original Message- From: Mike Frysinger [mailto:vapier@gmail.com] Sent: Thursday, June 04, 2009 4:46 PM To: Cai, Cliff Cc: Karl Beldan; Mark Brown; uclinux-dist-devel@blackfin.uclinux.org; alsa-de...@alsa-project.org Subject: Re: [alsa-devel] [Uclinux

Re: [Uclinux-dist-devel] [alsa-devel] [PATCH 2/5] ASoC codec: SSM2602: assign last substream to the master when shutting down

2009-06-13 Thread Karl Beldan
On Thu, Jun 4, 2009 at 10:59 AM, Mark Brownbroo...@opensource.wolfsonmicro.com wrote: On Wed, Jun 03, 2009 at 09:26:34PM -0400, Mike Frysinger wrote: it could be.  i was going by the changes that werent in 2.6.30.  i thought i looked for previous submissions, but i must have missed previous

Re: [Uclinux-dist-devel] net/dsa

2010-07-21 Thread Karl Beldan
On Tue, Jul 20, 2010 at 11:54 PM, Lennert Buytenhek buyt...@wantstofly.org wrote: On Tue, Jul 20, 2010 at 11:28:19PM +0200, Karl Beldan wrote: I found the dsa code very handy to help manage a switch. Ah.  What particular part are you using? The whole thing but the cascading stuff. I

Re: [Uclinux-dist-devel] [PATCH 2/2] net: dsa: introduce MICREL KSZ8893MQL/BL ethernet switch chip support

2010-07-21 Thread Karl Beldan
On Wed, Jul 21, 2010 at 6:05 PM, Mike Frysinger vapier@gmail.com wrote: On Wed, Jul 21, 2010 at 11:16, Lennert Buytenhek wrote: On Wed, Jul 21, 2010 at 09:37:22AM -0400, Mike Frysinger wrote: +static int ksz8893m_setup(struct dsa_switch *ds) +{ +     int i; +     int ret; + +     ret =

Re: [Uclinux-dist-devel] [PATCH 2/2 v2] net: dsa: introduce MICREL KSZ8893MQL/BL ethernet switch chip support

2010-07-21 Thread Karl Beldan
On 7/21/10, Mike Frysinger vap...@gentoo.org wrote: [...] net/dsa/Kconfig|7 + net/dsa/Makefile |1 + net/dsa/ksz8893m.c | 341 net/dsa/ksz8893m.h | 163 + 4 files changed, 512 insertions(+), 0

Re: [Uclinux-dist-devel] [PATCH 2/2] net: dsa: introduce MICREL KSZ8893MQL/BL ethernet switch chip support

2010-07-22 Thread Karl Beldan
On Wed, Jul 21, 2010 at 11:00 PM, Mike Frysinger vapier@gmail.com wrote: On Wed, Jul 21, 2010 at 16:31, Karl Beldan wrote: On Wed, Jul 21, 2010 at 6:05 PM, Mike Frysinger wrote: On Wed, Jul 21, 2010 at 11:16, Lennert Buytenhek wrote: On Wed, Jul 21, 2010 at 09:37:22AM -0400, Mike Frysinger