From mboxrd@z Thu Jan 1 00:00:00 1970 From: marek.vasut@gmail.com (Marek Vasut) Date: Fri, 11 Jun 2010 17:52:08 +0200 Subject: [PATCH 2/2] pxa/spitz: Rework spitz In-Reply-To: <20100611143600.GA1307@ucw.cz> References: <1276238740-10640-1-git-send-email-marek.vasut@gmail.com> <201006110852.45838.marek.vasut@gmail.com> <20100611143600.GA1307@ucw.cz> Message-ID: <201006111752.08130.marek.vasut@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dne P? 11. ?ervna 2010 16:36:00 Pavel Machek napsal(a): > On Fri 2010-06-11 08:52:45, Marek Vasut wrote: > > Dne P? 11. ?ervna 2010 08:45:40 Marek Vasut napsal(a): > > > This huge patch mostly shuffles code. The spitz.c file contained > > > terrible mess and needed a cleanup, here it is: > > > > > > 1) Made every part modular, components are not built in if not > > > selected. 2) Removed loads of preprocessor goo, mostly "#ifdef > > > MACH_AKITA .... #endif" and similar code. The kernel size will grow by > > > a few kb now, but the file is much more readable. > > > 3) Reworked SD/CF power setting function and made it reentrant. > > > > > > Signed-off-by: Marek Vasut > > > --- > > > > > > arch/arm/mach-pxa/include/mach/spitz.h | 2 - > > > arch/arm/mach-pxa/spitz.c | 748 > > > > > > ++++++++++++++++++-------------- 2 files changed, 420 insertions(+), > > > 330 deletions(-) > > > > Pavel, Eric, I tested this on metan's Z, could you give it a go ? > > quick test on 2.6.35-rc2 (of the 2nd version), and all seems > well. What should I look for? > Pavel Nothing, the functionality should be the same ... I just felt like it needs rework, it was frustrating digging in it in the state it is in now. The way it is now it's much easier to hack on it. There are still open issues: 1) CPUfreq on Zaurus is still broken. (doesn't work on other devices - causes freezes) 2) PCMCIA driver looses interrupts. (pcmcia-sharpsl needs rework) 3) We need driver for the CPU PMIC. (I already wrote it) 4) Weird mess on the LCD when using DMA (also happens on other devices) So we'll have at least another four following patches sometimes later. Pavel, can we get this in? Can I get your Ack and get this one applied? Thanks