OMAP baseline test results for v3.15-rc8

2014-06-02 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.15-rc8. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.15-rc8/2014060200/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

Re: OMAP baseline test results for v3.15-rc8

2014-06-02 Thread Dmitry Lifshitz
Hi Paul, CM-T3517 is a bare-bone CoM without MMC/SD card slot (NAND option). MMC/SD card interface (and some other peripherals) are properties of the carrier base board SB-T35, which turns this CoM into fully functional board SBC-T3517. Please, use omap3-sbc-t3517.dtb target. Attached Linux

DELIVERY FAILURE: User muli (m...@il.ibm.com) not listed in Domino Directory

2014-06-02 Thread Postmaster
Your message Subject: Returned mail: Data format error was not delivered to: m...@il.ibm.com because: User muli (m...@il.ibm.com) not listed in Domino Directory Reporting-MTA: dns;d06hbm20.portsmouth.uk.ibm.com Final-Recipient: rfc822;muli@il.ibm.com Action: failed Status: 5.1.1

[GIT PULL] HSI changes for 3.16

2014-06-02 Thread Sebastian Reichel
Hi Linus, Please pull the following changes for the HSI subsystem, which I have taken over from Carlos Chinea carlos.chi...@nokia.com. The below patches have been worked on in the linux-omap mailinglist for 10 months and are well tested in linux-next (have been in there for more than two weeks)

Re: [RFC] OMAP DT i2c aliases

2014-06-02 Thread Nishanth Menon
On 06/01/2014 09:28 AM, Ivaylo Dimitrov wrote: Hi, patch https://lkml.org/lkml/2013/10/16/744 fixes DT i2c bus ids in case of deferred probe and assigns id 0,1 and 2 for i2c buses 1,2 and 3. Unfortunately, this breaks Maemo userspace on N900, where board code (in case of legacy boot)

Re: [RFC] OMAP DT i2c aliases

2014-06-02 Thread Ivaylo Dimitrov
On 2.06.2014 18:42, Nishanth Menon wrote: On 06/01/2014 09:28 AM, Ivaylo Dimitrov wrote: Hi, patch https://lkml.org/lkml/2013/10/16/744 fixes DT i2c bus ids in case of deferred probe and assigns id 0,1 and 2 for i2c buses 1,2 and 3. Unfortunately, this breaks Maemo userspace on N900, where

Re: [RFC] OMAP DT i2c aliases

2014-06-02 Thread Nishanth Menon
On Mon 02 Jun 2014 11:03:24 AM CDT, Ivaylo Dimitrov wrote: [...] 0,1 and 2. I've already send a patch https://lkml.org/lkml/2014/6/1/49 that will allow me to fix that from board .dts, but I was wondering if it is the correct way, or ids should be changed in omap3.dtsi for all omap devices.

Re: [GIT PULL] mfd: Immutable branch between MFD and OMAP, due for v3.16

2014-06-02 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140528 11:11]: * Lee Jones lee.jo...@linaro.org [140528 00:14]: Thanks Tony, here's the pull-request: The following changes since commit 455c6fdbd219161bd09b1165f11699d6d73de11c: Linux 3.14 (2014-03-30 20:40:15 -0700) are available in the git

Re: [RFC] OMAP DT i2c aliases

2014-06-02 Thread Ivaylo Dimitrov
On 2.06.2014 19:19, Nishanth Menon wrote: I think that slipped my check list unfortunately. :( But then, if we think that it is just n900 that is impacted, then I wonder if we can override the alias? just wondering.. That https://lkml.org/lkml/2014/6/1/49 patch will allow such override, I

Re: [PATCH v14 6/6] mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x

2014-06-02 Thread Tony Lindgren
* Balaji T K balaj...@ti.com [140529 06:42]: On Thursday 29 May 2014 01:58 PM, Andreas Fenkart wrote: The am335x can't detect pending cirq in PM runtime suspend. This patch reconfigures dat1 as a GPIO before going to suspend. SDIO interrupts are detected with the GPIO, the GPIO will only wake

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-06-02 Thread Tony Lindgren
* Linus Walleij linus.wall...@linaro.org [140425 00:53]: On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com Many bindings use the -gpio suffix in property names. Support this in addition to the -gpios suffix when

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-06-02 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140602 16:06]: * Linus Walleij linus.wall...@linaro.org [140425 00:53]: On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com Many bindings use the -gpio suffix in property names.