Re: OMAP baseline test results for v4.1-rc5

2015-05-31 Thread Jeroen Hofstee
Hi, On 30-05-15 17:56, Jeroen Hofstee wrote: Hello Paul, On 30-05-15 17:50, Paul Walmsley wrote: Here are some basic OMAP test results for Linux v4.1-rc5. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v4.1-rc5/20150529162206/ The cmt3517 seems to have these some

Re: [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep

2015-05-31 Thread Matthijs van Duin
Sorry for the late response, I only just noticed this since I wasn't CC'd. This fix was not ever Reported-By or Tested-By me as it claims. It is in fact wrong: rtc { system-power-controller; } needs to be present for every variety of beaglebone (more generally every design with a TPS65217 whose

Re: [PATCH] serial: 8250_omap: provide complete custom startup shutdown callbacks

2015-05-31 Thread Greg Kroah-Hartman
On Tue, May 26, 2015 at 09:09:26AM -0700, Tony Lindgren wrote: * Peter Hurley pe...@hurleysoftware.com [150526 07:14]: On 05/20/2015 04:07 PM, Sebastian Andrzej Siewior wrote: The currently in-use port-startup and port-shutdown are okay. The startup part for instance does the tiny omap

Re: [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep

2015-05-31 Thread Robert Nelson
On Sun, May 31, 2015 at 7:20 PM, Matthijs van Duin matthijsvand...@gmail.com wrote: Sorry for the late response, I only just noticed this since I wasn't CC'd. This fix was not ever Reported-By or Tested-By me as it claims. It is in fact wrong: rtc { system-power-controller; } needs to be

Re: [PATCHv3 00/10] ARM: DRA7: add display support

2015-05-31 Thread Paul Walmsley
Hi Tomi On Wed, 6 May 2015, Tomi Valkeinen wrote: This series adds the arch/arm/ side of the display support for DRA7 (DRA72x, DRA74x, AM54xx) SoCs. Also support for HDMI output on x15 and DRA72 EVM boards is added. This series is v3, and is based on v4.1-rc2. There are no differences to

Re: OMAP baseline test results for v4.1-rc5

2015-05-31 Thread Paul Walmsley
+ Tero Hello Jeroen, On Mon, 1 Jun 2015, Jeroen Hofstee wrote: On 30-05-15 17:56, Jeroen Hofstee wrote: Hello Paul, On 30-05-15 17:50, Paul Walmsley wrote: Here are some basic OMAP test results for Linux v4.1-rc5. Logs and other details at:

Re: [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep

2015-05-31 Thread Matthijs van Duin
Here's a version that attempts to address Tony's earlier request to include some comments in the patch itself. Since I saw no way to concisely summarize the issues, I included links to relevant messages (and enough info to locate the thread again in case of link rot). Since the patch itself

Re: [PATCH 3/5] serial: omap: Switch wake-up interrupt to generic wakeirq

2015-05-31 Thread Greg Kroah-Hartman
On Thu, May 28, 2015 at 07:56:16AM -0700, Tony Lindgren wrote: Hi Greg, * Tony Lindgren t...@atomide.com [150513 16:38]: We can now use generic wakeirq handling and remove the custom handling for the wake-up interrupts. How do you prefer to handle the two omap specific serial driver

Re: [PATCH] serial: 8250_omap: provide complete custom startup shutdown callbacks

2015-05-31 Thread Greg Kroah-Hartman
On Tue, May 26, 2015 at 09:09:26AM -0700, Tony Lindgren wrote: * Peter Hurley pe...@hurleysoftware.com [150526 07:14]: On 05/20/2015 04:07 PM, Sebastian Andrzej Siewior wrote: The currently in-use port-startup and port-shutdown are okay. The startup part for instance does the tiny omap