[PATCH] arm: omap3: cm-t35: remove MACH_CM_T3730

2014-02-16 Thread Paul Bolle
The Kconfig symbol MACH_CM_T3730 was added in v3.1. It has never been used. Setting it has no effect. There are no calls for machine_is_cm_t3730(). This symbol can safely be removed. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Tested only with git grep. arch/arm/mach-omap2/Kconfig | 4

[PATCH] arm: omap: remove OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF

2014-02-16 Thread Paul Bolle
The Kconfig symbols OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF were added in v2.6.36. They have never been used. Setting them has no effect. These symbols can safely be removed. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Tested with git grep. A sort of related cleanup would be removing the

Re: [PATCH v2] ARM: dts: tps65910 backup battery regulator

2014-02-16 Thread Markus Pargmann
Hi, On Thu, Jan 16, 2014 at 05:08:23PM +0100, Markus Pargmann wrote: This patch adds a devicetree node for the backup battery regulator. Signed-off-by: Markus Pargmann m...@pengutronix.de --- Hi, Mark Brown applied [1] the other part of the series which adds 'vbb' as

Re: [PATCH v4 0/2] usb: musb dsps updates

2014-02-16 Thread Markus Pargmann
Hi, On Fri, Jan 17, 2014 at 10:22:34AM +0100, Markus Pargmann wrote: Hi, The two remaining patches from the previous series usb: musb bugfixes. In v4 I used the device name for the debugfs root dir and added a commit message to the second patch. Felipe, could you please have a look at

Re: [PATCH] drm/tilcdc: Defer probe if no encoders/connectors found

2014-02-16 Thread Markus Pargmann
Hi, On Wed, Dec 18, 2013 at 02:56:01PM +0100, Markus Pargmann wrote: At the moment this driver fails to load if no encoders/connectors were found. In case other drivers that register encoders/connectors (tilcdc_panel) are defered it would be better to check for encoders/connectors later

Re: [PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900

2014-02-16 Thread Pavel Machek
On Wed 2014-02-05 13:33:02, Sebastian Reichel wrote: Without enabling the workaround for ARM errata 430973 thumb compiled userland crashes randomly on the Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org Reviewed-by: Pavel Machek pa...@ucw.cz +static void __init

[PATCH 1/1] ARM: OMAP5: Fix reboot handling

2014-02-16 Thread Vaibhav Bedia
Use the correct register offset for issuing the reset command in OMAP5. Since dev_inst is set dynamically OMAP4 should not be affected by this change. Signed-off-by: Vaibhav Bedia vaibhav.be...@gmail.com --- Applies on top of v3.14-rc3 arch/arm/mach-omap2/prminst44xx.c | 4 ++-- 1 file changed,

CONFIG_PREEMPT in omap2plus_defconfig

2014-02-16 Thread Vaibhav Bedia
Hello, Is there a specific reason why CONFIG_PREEMPT is not enabled in omap2plus_defconfig? Regards, Vaibhav -- 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

Re: [PATCH 1/1] ARM: OMAP5: Fix reboot handling

2014-02-16 Thread Lokesh Vutla
Hi Vaibhav, On Monday 17 February 2014 04:45 AM, Vaibhav Bedia wrote: Use the correct register offset for issuing the reset command in OMAP5. Since dev_inst is set dynamically OMAP4 should not be affected by this change. Thanks for the patch. This fixes reboot on OMAP5 and DRA7 also..:)

[PATCH] ARM: OMAP2+: AM43xx: implement support for machine restart

2014-02-16 Thread Lokesh Vutla
Add restart hook so that AM4372 builds can restart the platform. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- Applies on top of v3.14-rc3 + Fix reboot handling patch from Vaibhav[1] [1] https://patchwork.kernel.org/patch/3659031/ arch/arm/mach-omap2/Makefile|1 +

Re: [PATCH 1/1] ARM: OMAP5: Fix reboot handling

2014-02-16 Thread Rajendra Nayak
On Monday 17 February 2014 04:45 AM, Vaibhav Bedia wrote: Use the correct register offset for issuing the reset command in OMAP5. Since dev_inst is set dynamically OMAP4 should not be affected by this change. Signed-off-by: Vaibhav Bedia vaibhav.be...@gmail.com Acked-by: Rajendra Nayak

[PATCH 1/1] ARM: OMAP: Kill warning in CPUIDLE code with !CONFIG_SMP

2014-02-16 Thread Mugunthan V N
From: Santosh Shilimkar santosh.shilim...@ti.com for non SMP build, NR_CPUS is 1 and hence the code complains with below warnings. arch/arm/mach-omap2/cpuidle44xx.c:207:8: warning: array subscript is above array bounds [-Warray-bounds] arch/arm/mach-omap2/cpuidle44xx.c:212:11: warning: array