Cleancache (was Transcendent Memory): core files
On Fri, 28 May 2010 10:35:50 -0700 Dan Magenheimer <dan.magenheimer(a)oracle.com> wrote: [PATCH V2 2/7] Cleancache (was Transcendent Memory): core files Cleancache core files. Credits: Cleancache_ops design derived from Jeremy Fitzhardinge design for tmem; sysfs code modelled after mm/ksm.c ... 10 Jun 2010 00:12
[RFC][PATCH 19/26] USB: Add JZ4740 ohci support
This patch adds ohci glue code for JZ4740 SoCs ohci module. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Cc: David Brownell <dbrownell(a)users.sourceforge.net> Cc: linux-usb(a)vger.kernel.org --- drivers/usb/Kconfig | 1 + drivers/usb/host/ohci-hcd.c ... 2 Jun 2010 15:22
[RFC][PATCH 14/26] MIPS: JZ4740: Add Kbuild files
This patch adds the Kbuild files for the JZ4740 architecture and adds JZ4740 support to the MIPS Kbuild files. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/Kconfig | 13 +++++++++++++ arch/mips/Makefile | 6 ++++++ arch/mips/jz4740/Kconfig | 8 ++++++++ arch/mips/j... 2 Jun 2010 15:22
[RFC][PATCH 26/26] alsa: ASoC: JZ4740: Add qi_lb60 board driver
This patch adds ASoC support for the qi_lb60 board. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: Mark Brown <broonie(a)opensource.wolfsonmicro.com> Cc: Liam Girdwood <lrg(a)slimlogic.co.uk> Cc: alsa-devel(a)alsa-project.org --- sound/soc/jz4740/Kconfig | 8 ++ sound/soc/jz4740/Makefile | 4 + s... 2 Jun 2010 15:22
[RFC][PATCH 08/26] MIPS: JZ4740: Add gpio support
This patch adds gpiolib support for JZ4740 SoCs. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/include/asm/mach-jz4740/gpio.h | 398 ++++++++++++++++++++ arch/mips/jz4740/gpio.c | 605 ++++++++++++++++++++++++++++++ 2 files changed, 1003 insertions(+), 0 deletions(-) cre... 2 Jun 2010 15:22
[RFC][PATCH 06/26] MIPS: JZ4740: Add power-management and system reset support
This patch adds support for suspend/resume and poweroff/reboot on a JZ4740 SoC. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/jz4740/pm.c | 56 +++++++++++++++++++++++++++++++ arch/mips/jz4740/reset.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++ arch/mips/jz4740/reset.h | 7... 2 Jun 2010 15:22
[RFC][PATCH 07/26] MIPS: JZ4740: Add setup code
This patch adds plat_mem_setup and get_system_type for JZ4740 SoCs. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/jz4740/setup.c | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 arch/mips/jz4740/setup.c diff --git a/arch/mips/... 2 Jun 2010 15:22
[RFC][PATCH 01/26] MIPS: Add base support for Ingenic JZ4740 System-on-a-Chip
This patch adds a new cpu type for the JZ4740 to the Linux MIPS architecture code. It also adds the iomem addresses for the different components found on a JZ4740 SoC. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/include/asm/bootinfo.h | 6 ++++++ arch/mips/include/asm/cpu.h ... 2 Jun 2010 15:22
[RFC][PATCH 04/26] MIPS: JZ4740: Add timer support
This patch adds support for the timer/counter unit on a JZ4740 SoC. This code is used as a common base for the JZ4740 clocksource/clockevent implementation and PWM support. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/include/asm/mach-jz4740/timer.h | 22 +++++ arch/mips/jz4740/timer.c ... 2 Jun 2010 15:22
strange problem with ricoh-mmc
Hi, Maybe this is my fault, don't know, but I found and now confident that new and possible old version of ricoh-mmc causes troubles after suspend/resume. Namely there are two problems. One is that sometimes card detection on xD controller stops working. That is it doesn't respond to insert/remove events, and... 2 Jun 2010 22:00