From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757879Ab1GKPNv (ORCPT ); Mon, 11 Jul 2011 11:13:51 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:41561 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757800Ab1GKPNu (ORCPT ); Mon, 11 Jul 2011 11:13:50 -0400 MIME-Version: 1.0 In-Reply-To: <20110711140303.GA32532@atrey.karlin.mff.cuni.cz> References: <20110711134150.GA15506@localhost.ucw.cz> <20110711140303.GA32532@atrey.karlin.mff.cuni.cz> From: Eric Miao Date: Mon, 11 Jul 2011 23:13:30 +0800 Message-ID: Subject: Re: zaurus patches -- arm/pxa -- is Eric alive To: Cyril Hrubis Cc: Dmitry Eremin-Solenikov , Pavel Machek , rpurdie@rpsys.net, lenz@cs.wisc.edu, kernel list , arminlitzel@web.de, thommycheck@gmail.com, linux-arm-kernel , omegamoon@gmail.com, utx@penguin.cz, zaurus-devel@www.linuxtogo.org, Marek Vasut , Russell King , Linus Torvalds Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 11, 2011 at 10:03 PM, Cyril Hrubis wrote: > Hi! >> > There are some rather critical patches for zaurus C-3000 (spitz) >> > available... with no response. What is going on? >> >> Eric seems alive. At least he've sent pull requests few days ago. >> Maybe you can point to those patches, that you mention as critical? > > Perhaps the most critical one is: > > [PATCH] MAX1111: Fix race condition causing NULL pointer exception > > http://ns1.yosemitephotos.net/lists/arm-kernel/msg125356.html > > Which fixes memory corruption that caused random oops. > > And then there is a bunch of fixes for charging and power management from > Pavel Machek: Guys, I'm still alive, at least still breathing. Just too many mails and I was lost. > > Disable CF during suspend > > https://lkml.org/lkml/2011/5/21/46 The fix is trivial, think I can take it. A better approach will be to have a generic CF power control function and invoke it in pcmcia driver when suspending. > > and spitz pm > > https://lkml.org/lkml/2011/5/21/72 > https://lkml.org/lkml/2011/5/21/73 > https://lkml.org/lkml/2011/5/21/76 Looks good to me, yet I need the last one Acked by power supply people. > > -- > metan > From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric.y.miao@gmail.com (Eric Miao) Date: Mon, 11 Jul 2011 23:13:30 +0800 Subject: zaurus patches -- arm/pxa -- is Eric alive In-Reply-To: <20110711140303.GA32532@atrey.karlin.mff.cuni.cz> References: <20110711134150.GA15506@localhost.ucw.cz> <20110711140303.GA32532@atrey.karlin.mff.cuni.cz> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jul 11, 2011 at 10:03 PM, Cyril Hrubis wrote: > Hi! >> > There are some rather critical patches for zaurus C-3000 (spitz) >> > available... with no response. What is going on? >> >> Eric seems alive. At least he've sent pull requests few days ago. >> Maybe you can point to those patches, that you mention as critical? > > Perhaps the most critical one is: > > [PATCH] MAX1111: Fix race condition causing NULL pointer exception > > http://ns1.yosemitephotos.net/lists/arm-kernel/msg125356.html > > Which fixes memory corruption that caused random oops. > > And then there is a bunch of fixes for charging and power management from > Pavel Machek: Guys, I'm still alive, at least still breathing. Just too many mails and I was lost. > > Disable CF during suspend > > https://lkml.org/lkml/2011/5/21/46 The fix is trivial, think I can take it. A better approach will be to have a generic CF power control function and invoke it in pcmcia driver when suspending. > > and spitz pm > > https://lkml.org/lkml/2011/5/21/72 > https://lkml.org/lkml/2011/5/21/73 > https://lkml.org/lkml/2011/5/21/76 Looks good to me, yet I need the last one Acked by power supply people. > > -- > metan >