[PATCH v2] arm: omap3: cm-t35: add support for cm-t3730

2011-05-08 Thread Igor Grinberg
cm-t3730 is basically the same board as cm-t35, but has DM3730 SoC assembled and therefore some changes are required. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Acked-by: Mike Rapoport m...@compulab.co.il --- v2: Add debug uart entry arch/arm/mach-omap2/Kconfig |

[PATCH] OMAP: don't trace functions called from sched_clock

2011-05-08 Thread Rabin Vincent
omap_readl() is used from the sched_clock() implementations and so must be marked notrace to avoid recursion in ftrace. Same thing with mpu_read() for OMAP1. Signed-off-by: Rabin Vincent ra...@rab.in --- arch/arm/mach-omap1/io.c |2 +- arch/arm/mach-omap1/time.c |2 +-

Re: [PATCH 4/4] USB: TWL6025 allow different regulator name

2011-05-08 Thread Liam Girdwood
On Wed, 2011-04-27 at 13:45 +0300, Felipe Balbi wrote: Hi, On Wed, Apr 27, 2011 at 10:39:51AM +0100, Graeme Gregory wrote: The twl6025 uses a different regulator for USB than the 6030 so select the correct regulator name depending on the subclass of device. Signed-off-by: Graeme

OMAP1: unnecessary timer interrupt handler code?

2011-05-08 Thread Russell King - ARM Linux
MPU timer 2 is used on OMAP1 for the clock source and scheduler clock. It registers an interrupt, which counts the number of overflows of this timer. However, this counter is only referenced by the interrupt handler. So, it seems that the following code serves very little purpose. Can it be

Re: [PATCH 1/4] MFD: TWL6025: add phoenix lite support to twl6030

2011-05-08 Thread Liam Girdwood
On Wed, 2011-04-27 at 13:40 +0300, Felipe Balbi wrote: On Wed, Apr 27, 2011 at 10:39:48AM +0100, Graeme Gregory wrote: + /* TWL6025 LDO regulators */ + struct regulator_init_data *ldo1; + struct regulator_init_data *ldo2; + struct regulator_init_data

[PATCH 1/2] Initial BN Nook Color (encore) support.

2011-05-08 Thread green
From: Oleg Drokin gr...@linuxhacker.ru Bare-bones board file, comes with serial console, gpio keys, MMC/SDCard and USB support. Signed-off-by: Oleg Drokin gr...@linuxhacker.ru --- arch/arm/mach-omap2/Kconfig |5 + arch/arm/mach-omap2/Makefile |2 +

[PATCH 2/2] Add tps65921 chip

2011-05-08 Thread green
From: Oleg Drokin gr...@linuxhacker.ru Very similar to TPS65920 List of differences: http://www.ti.com/litv/pdf/swcu066b Signed-off-by: Oleg Drokin gr...@linuxhacker.ru --- drivers/mfd/twl-core.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/twl-core.c

Initial BN Nook Color support, take three

2011-05-08 Thread green
This is yet another attempt. All previous feedback incorporated. Rebased against devel-cleanup. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html