[RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Pavel Machek
For device tree people: Yes, I know I'll have to create file in documentation, but does the binding below look acceptable? I'll clean up driver code a bit more, remove the printks. Anything else obviously wrong? Signed-off-by: Pavel Machek pa...@ucw.cz Thanks,

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Lars-Peter Clausen
On 11/16/2014 08:59 AM, Pavel Machek wrote: [...] + adp1653: adp1653@30 { + compatible = ad,adp1653; The Analog Devices vendor prefix is adi. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: dtb size limit? was Re: Tiny dts change breaks boot on n900

2014-11-16 Thread Pavel Machek
On Mon 2014-11-10 15:25:40, Andreas Färber wrote: Am 10.11.2014 um 12:58 schrieb Pavel Machek: If I replace the blo[ck] below with a = 1; b = 2; c = 3; d = 4; Resulting kernel boots. Replacing it with a-really-long-attribute-name-hopefully-this-breaks-stuff = 1; b =

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 09:11:04, Lars-Peter Clausen wrote: On 11/16/2014 08:59 AM, Pavel Machek wrote: [...] +adp1653: adp1653@30 { +compatible = ad,adp1653; The Analog Devices vendor prefix is adi. Thanks, will be fixed in next version. -- (english)

Re: dtb size limit? was Re: Tiny dts change breaks boot on n900

2014-11-16 Thread Geert Uytterhoeven
On Mon, Nov 10, 2014 at 1:58 PM, Pavel Machek pa...@ucw.cz wrote: Breaks the boot. I'm using dtb append option. Any ideas? Nonbooting dtb is 68910 bytes. Perhaps because it's not a multiple of 4? $ factor 68910 68910: 2 3 5 2297 Does padding some property with 2 bytes help?

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Andreas Färber
Hi Pavel, Am 16.11.2014 um 08:59 schrieb Pavel Machek: For device tree people: Yes, I know I'll have to create file in documentation, but does the binding below look acceptable? [...] diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 739fcf2..ed0bfc1

Re: N900 modem support in 3.18-rc1

2014-11-16 Thread Pavel Machek
On Thu 2014-11-13 20:18:04, Aaro Koskinen wrote: Hi, On Thu, Nov 13, 2014 at 09:45:36AM -0800, Tony Lindgren wrote: * Pavel Machek pa...@ucw.cz [141113 08:23]: OTOH ofono seems pretty reasonable. So I played a bit, and result is python/pygtk gui which can receive an sms, initiate a

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 11:09:51, Andreas Färber wrote: Hi Pavel, Am 16.11.2014 um 08:59 schrieb Pavel Machek: For device tree people: Yes, I know I'll have to create file in documentation, but does the binding below look acceptable? [...] diff --git a/arch/arm/boot/dts/omap3-n900.dts

Re: N900 modem support in 3.18-rc1

2014-11-16 Thread Robert Jarzmik
Pavel Machek pa...@ucw.cz writes: On Thu 2014-11-13 20:18:04, Aaro Koskinen wrote: Hi, On Thu, Nov 13, 2014 at 09:45:36AM -0800, Tony Lindgren wrote: * Pavel Machek pa...@ucw.cz [141113 08:23]: OTOH ofono seems pretty reasonable. So I played a bit, and result is python/pygtk gui

Re: [PATCH 2/2] i2c: omap: fix Too much work in one IRQ irq handling

2014-11-16 Thread Felipe Balbi
Hi, On Sat, Nov 15, 2014 at 08:42:03AM +0300, Alexander Kochetkov wrote: Hello again. (please, never top-post) Sorry. Sorry for the inaccurate presentation of ideas. I am not a native English speaker. neither am I ;-) First about patches: [PATCH 1/2] and [PATCH 2/2] - intended to

Fail to enter retention

2014-11-16 Thread Ran Shalit
Hello, I'm using OMAP3530 with custom board. I have enabled all power mode features as described in PSP wiki, but it still fails to enter any state different from state0. ~ # cat /dbg/pm_debug/count usbhost_pwrdm (ON),OFF:0,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 sgx_pwrdm

Re: [GIT PULL] omap fixes against v3.18-rc4

2014-11-16 Thread Olof Johansson
On Tue, Nov 11, 2014 at 08:53:58AM -0800, Tony Lindgren wrote: The following changes since commit 4b91f7f3c8b20e073b7bfc098625b37f99789508: ARM: OMAP2+: Warn about deprecated legacy booting mode (2014-10-29 12:19:20 -0700) are available in the git repository at:

OMAP baseline test results for v3.18-rc4

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

Re: [PATCH v4 2/6] input: touchscreen: ti_am335x_tsc: Remove udelay in interrupt handler

2014-11-16 Thread Vignesh R
On Sunday 16 November 2014 12:57 AM, Richard Cochran wrote: On Fri, Nov 14, 2014 at 10:37:27AM +0530, Vignesh R wrote: From: Brad Griffis bgrif...@ti.com TSC interrupt handler had udelay to avoid reporting of false pen-up interrupt to user space. This patch implements workaround suggesting

[RFC PATCH] ARM: DRA: hwmod: RTC: Add reset function for RTC

2014-11-16 Thread Lokesh Vutla
RTC IP have kicker feature which prevents spurious writes to its registers. In order to write into any of the RTC registers, KICK values has te be written to KICK registers. Currently hwmod is updating the IDLEMODE in rtc sysconfig register without writing into any kick register which is a noop.

[PATCH] ARM: dts: DRA7: Add node for RTC

2014-11-16 Thread Lokesh Vutla
Add node for RTC. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com [n...@ti.com: update with rtc crossbar number] Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/boot/dts/dra7.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/dra7.dtsi