Re: [PATCH] arm: omap: RX-51: ARM errata 430973 workaround

2013-03-31 Thread Pavel Machek
Hi! You can do without ret variable... Also more detailed changelog would be nice... like what exact problem this works around. Sure i can, but I don't see a reason to ignore SM's return value. Changelog of what? I guess if you read the thread over the ML you'll have your questions

Re: [PATCH 00/28] OMAP: DSS related board file changes

2013-03-31 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/28/13 18:48, Tomi Valkeinen wrote: On 2013-03-28 17:31, Igor Grinberg wrote: On 03/28/13 14:48, Tomi Valkeinen wrote: So here are the DSS related board file changes for 3.10. First there are a bunch of patches adding the Kconfig options so

Re: [PATCH 00/28] OMAP: DSS related board file changes

2013-03-31 Thread Igor Grinberg
On 03/28/13 18:57, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@ti.com [130328 09:53]: On 2013-03-28 17:31, Igor Grinberg wrote: On 03/28/13 14:48, Tomi Valkeinen wrote: I've missed this discussion, can you please point to it? Well, not so much discussion, but a few mails under

Re: [PATCH 08/28] ARM: OMAP: CM-T35: Kconfig option for the display options

2013-03-31 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/28/13 19:02, Tomi Valkeinen wrote: On 2013-03-28 18:09, Igor Grinberg wrote: On 03/28/13 14:49, Tomi Valkeinen wrote: Boards with multiple display options for the same video bus have all the possible linux display devices present at the

Re: [PATCH] OMAP3 ROM Random Number Generator support

2013-03-31 Thread Pali Rohár
On Thursday 28 March 2013 22:44:11 Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [130328 10:58]: Here is new version of patch: --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -486,6 +486,23 @@ static void omap_init_mcspi(void) static inline

[PATCH] RX-51: Fix probe order of SPI devices

2013-03-31 Thread Pali Rohár
From: Joni Lapilainen joni.lapilai...@gmail.com Without this patch LCD panel on Nokia RX-51 is still black Signed-off-by: Joni Lapilainen joni.lapilai...@gmail.com Signed-off-by: Pali Rohár pali.ro...@gmail.com --- arch/arm/mach-omap2/board-rx51-peripherals.c |2 +- 1 file changed, 1

Re: [PATCH] RX-51: Fix probe order of SPI devices

2013-03-31 Thread Pali Rohár
On Sunday 31 March 2013 12:52:23 Sebastian Reichel wrote: On Sun, Mar 31, 2013 at 12:09:21PM +0200, Pali Rohár wrote: From: Joni Lapilainen joni.lapilai...@gmail.com Without this patch LCD panel on Nokia RX-51 is still black Signed-off-by: Joni Lapilainen joni.lapilai...@gmail.com

Re: [PATCH] OMAP3 ROM Random Number Generator support

2013-03-31 Thread Ивайло Димитров
Hi Pali, Yep, the code looks almost identical, I guess with some tweaks all SMC code from that patch could be removed and instead used the one from SMC PPA API. What I don't get, is why one needs to disable/enable fiqs/irqs: +static int call_sec_rom(u32 appl_id, u32 proc_id, u32 flag, ...)

Re: [PATCH] OMAP3 ROM Random Number Generator support

2013-03-31 Thread Pali Rohár
On Sunday 31 March 2013 14:05:42 Ивайло Димитров wrote: Hi Pali, Yep, the code looks almost identical, I guess with some tweaks all SMC code from that patch could be removed and instead used the one from SMC PPA API. What I don't get, is why one needs to disable/enable fiqs/irqs:

Re: [PATCH] Revert lockdep: check that no locks held at freeze time

2013-03-31 Thread Shawn Guo
On Sun, Mar 31, 2013 at 12:04:40AM +, Paul Walmsley wrote: This reverts commit 6aa9707099c4b25700940eb3d016f16c4434360d. Commit 6aa970 causes problems with NFS root filesystems. The failures were noticed on OMAP2 and 3 boards during kernel init: [5.508148] [ BUG: swapper/0/1

[PATCH] RX-51: ARM errata 430973 workaround

2013-03-31 Thread Pali Rohár
Closed and signed Nokia X-Loader bootloader stored in RX-51 nand does not set IBE bit in ACTLR and starting kernel in non-secure mode. So direct write to ACTLR by our kernel does not working and the code for ARM errata 430973 in commit 7ce236fcd6fd45b0441a2d49acb2ceb2de2e8a47 that sets IBE bit is

Re: [PATCH 00/28] OMAP: DSS related board file changes

2013-03-31 Thread Greg Kroah-Hartman
On Sun, Mar 31, 2013 at 11:39:01AM +0300, Igor Grinberg wrote: Well, actually, if there was a way to add a device while somehow marking it so that no driver will be bound to it... Then the user could use the standard sysfs interface to bind a driver to the device. I wonder if that could be

[PATCH] Revert OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generation

2013-03-31 Thread Paul Walmsley
This reverts commit 1776fd059c40907297d6c26c51876575d63fd9e2. Commit 1776fd059c40 causes UART sluggishness on the OMAP37xx EVM. This can be demonstrated by pasting in a ten-character string, like ff, at the serial console. The string will be echoed back two to three characters at a

OMAP baseline test results for v3.9-rc5

2013-03-31 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.9-rc5. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.9-rc5/20130331205513/ Test summary Build: FAIL ( 2/16): am33xx_only, omap2plus_defconfig_2430sdp_only Pass (14/16): n800_multi_omap2xxx,

Re: [PATCH 6/8] SERIAL: OMAP: Remove the slave idle handling from the driver

2013-03-31 Thread Santosh Shilimkar
On Sunday 31 March 2013 07:10 AM, Paul Walmsley wrote: (and also please add Greg's ack when this is reposted) Yes. His ack is already picked up in the pull request I sent. Will add a note about DMA support in the commit. Regards, Santosh -- To unsubscribe from this list: send the line