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

2014-11-18 Thread Jacek Anaszewski
Hi Pavel, Sakari, On 11/17/2014 03:58 PM, Sakari Ailus wrote: Hi Pavel, On Sun, Nov 16, 2014 at 08:59:28AM +0100, Pavel Machek wrote: 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

Re: Fail to enter retention

2014-11-18 Thread Ran Shalit
Hi Tony, When I try to do suspend from userspace, I get better results and it seems that all domain been put to RET or OFF but on checking power state time it still shows 0. Do you know why ? usbhost_pwrdm (ON),OFF:0,RET:2,INA:0,ON:3,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 sgx_pwrdm

Re: Fail to enter retention

2014-11-18 Thread Ran Shalit
Hi, In coninuity to my previous message, thse is the log for time in state 0-state 6: 0 ~ # cat /sys/devices/system/cpu/cpu0/cpuidle/state0/time 761849079 ~ # cat /sys/devices/system/cpu/cpu0/cpuidle/state1/time 0 ~ # cat /sys/devices/system/cpu/cpu0/cpuidle/state2/time 0 ~ # cat

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

2014-11-18 Thread Pavel Machek
On Tue 2014-11-18 09:09:09, Jacek Anaszewski wrote: Hi Pavel, Sakari, On 11/17/2014 03:58 PM, Sakari Ailus wrote: Hi Pavel, On Sun, Nov 16, 2014 at 08:59:28AM +0100, Pavel Machek wrote: For device tree people: Yes, I know I'll have to create file in documentation, but does the binding

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

2014-11-18 Thread Pavel Machek
On Tue 2014-11-18 09:09:09, Jacek Anaszewski wrote: Hi Pavel, Sakari, On 11/17/2014 03:58 PM, Sakari Ailus wrote: Hi Pavel, On Sun, Nov 16, 2014 at 08:59:28AM +0100, Pavel Machek wrote: For device tree people: Yes, I know I'll have to create file in documentation, but does the binding

Re: USB OTG doesn't work in HOST mode on OMAP3 processor on 3.18-rc5

2014-11-18 Thread Enric Balletbo Serra
Hi Tony, 2014-11-17 19:04 GMT+01:00 Tony Lindgren t...@atomide.com: * Enric Balletbo Serra eballe...@gmail.com [141117 07:15]: Hi all, I'm trying to use the USB OTG driver of OMAP3 processor in HOST mode when it's configured in dual role mode (CONFIG_USB_MUSB_DUAL_ROLE=y) The test case

[PATCH 2/9] ARM: dts: cm-t3x: add ADS7846 touchscreen support

2014-11-18 Thread Dmitry Lifshitz
Add ADS7846 touchscreen support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 57 +++ 1 files changed, 57 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi

[PATCH 1/9] ARM: dts: cm-t3x: cleanup comments indentation

2014-11-18 Thread Dmitry Lifshitz
Fix comment style Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index b074673..e4c0c56

[PATCH 7/9] ARM: dts: sbc-t3x: add TV out display alias

2014-11-18 Thread Dmitry Lifshitz
Add display alias for TV out. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sbc-t3517.dts |1 + arch/arm/boot/dts/omap3-sbc-t3530.dts |1 + arch/arm/boot/dts/omap3-sbc-t3730.dts |1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH 4/9] ARM: dts: cm-t3x: add EEPROM support

2014-11-18 Thread Dmitry Lifshitz
Add at24 EEPROM chip support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index

[PATCH 5/9] ARM: dts: sb-t35: add EEPROM support

2014-11-18 Thread Dmitry Lifshitz
Add at24 EEPROM chip support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sb-t35.dtsi | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-sb-t35.dtsi b/arch/arm/boot/dts/omap3-sb-t35.dtsi

[PATCH 9/9] ARM: dts: cm-t3x30: add keypad support

2014-11-18 Thread Dmitry Lifshitz
Add twl4030 matrtix keypad support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi

[PATCH 8/9] ARM: dts: sbc-t3x30: add audio support

2014-11-18 Thread Dmitry Lifshitz
Add audio related DT nodes Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 16 arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 14 ++ arch/arm/boot/dts/omap3-sb-t35.dtsi | 16 3 files changed, 46

[PATCH 0/9] ARM: dts: sbc-t3x: add more features support

2014-11-18 Thread Dmitry Lifshitz
Add support for more SBC-T3x single board computers features: * CM-T3x CoM and SB-T35 baseboard EEPROMs * TV out * Touchscreen * CM-T3x30 audio * CM-T3x30 keypad Dmitry Lifshitz (9): ARM: dts: cm-t3x: cleanup comments indentation ARM: dts: cm-t3x: add ADS7846 touchscreen support ARM:

[PATCH 6/9] ARM: dts: cm-t3x: add TV out support

2014-11-18 Thread Dmitry Lifshitz
Add TV out support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index

[PATCH 3/9] ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk

2014-11-18 Thread Dmitry Lifshitz
Remove ADS7846 touchscreen pdata quirk for CM-T3x CoMs Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/mach-omap2/pdata-quirks.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c

Re: ASoC: omap-mcbsp: Deletion of an unnecessary check before the function call kfree

2014-11-18 Thread Mark Brown
On Mon, Nov 17, 2014 at 02:15:01PM +0100, SF Markus Elfring wrote: From: Markus Elfring elfr...@users.sourceforge.net Date: Mon, 17 Nov 2014 14:05:27 +0100 The kfree() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed.

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

2014-11-18 Thread Jacek Anaszewski
On 11/18/2014 09:46 AM, Pavel Machek wrote: On Tue 2014-11-18 09:09:09, Jacek Anaszewski wrote: Hi Pavel, Sakari, On 11/17/2014 03:58 PM, Sakari Ailus wrote: Hi Pavel, On Sun, Nov 16, 2014 at 08:59:28AM +0100, Pavel Machek wrote: For device tree people: Yes, I know I'll have to create file

Re: USB OTG doesn't work in HOST mode on OMAP3 processor on 3.18-rc5

2014-11-18 Thread Enric Balletbo Serra
2014-11-18 10:02 GMT+01:00 Enric Balletbo Serra eballe...@gmail.com: Hi Tony, 2014-11-17 19:04 GMT+01:00 Tony Lindgren t...@atomide.com: * Enric Balletbo Serra eballe...@gmail.com [141117 07:15]: Hi all, I'm trying to use the USB OTG driver of OMAP3 processor in HOST mode when it's

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

2014-11-18 Thread Sergei Shtylyov
Hello. On 11/18/2014 8:01 AM, Lokesh Vutla wrote: 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(+)

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

2014-11-18 Thread Pavel Machek
I've already submitted a patch [1] that updates leds common bindings. I hasn't been merged yet, as the related LED Flash class patch [2] still needs some indicator leds related discussion [3]. I think this is a good moment to discuss the flash related led common bindings. Part of

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

2014-11-18 Thread Jacek Anaszewski
On 11/18/2014 12:32 PM, Pavel Machek wrote: I've already submitted a patch [1] that updates leds common bindings. I hasn't been merged yet, as the related LED Flash class patch [2] still needs some indicator leds related discussion [3]. I think this is a good moment to discuss the flash

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

2014-11-18 Thread Pavel Machek
Hi! @@ -19,5 +30,10 @@ Examples: system-status { label = Status; linux,default-trigger = heartbeat; + iout-torch = 500 500; + iout-flash = 1000 1000; + iout-indicator = 100 100; + flash-timeout = 1000; + ... }; I don't get

Re: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-18 Thread Lee Jones
On Fri, 14 Nov 2014, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence these steps need not be saved in reg_se_cache for clearing these steps at a later stage. Also, when ADC wakes up Sequencer

gpio chip select for spi-omap2-mcspi.c

2014-11-18 Thread Urs Fässler
Hello, we need gpio chip selects in the spi-omap2-mcspi.c driver. I have seen that we are not the first ones, but there is no implementation in mainline. Is there a reason for this (not possible, problems)? Otherwise, can somebody provide some pointers where to start to implement those?

Re: USB OTG doesn't work in HOST mode on OMAP3 processor on 3.18-rc5

2014-11-18 Thread Tony Lindgren
* Enric Balletbo Serra eballe...@gmail.com [141118 01:04]: Hi Tony, 2014-11-17 19:04 GMT+01:00 Tony Lindgren t...@atomide.com: Just tested v3.18-rc5 with beagleboard xm, and the host mode enumerates the devices, then may fail with insufficient bus power at least for the WLAN device I

Re: Fail to enter retention

2014-11-18 Thread Tony Lindgren
* Ran Shalit ransha...@gmail.com [141118 00:26]: In coninuity to my previous message, thse is the log for time in state 0-state 6: On Tue, Nov 18, 2014 at 10:21 AM, Ran Shalit ransha...@gmail.com wrote: When I try to do suspend from userspace, I get better results and it seems that

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

2014-11-18 Thread Felipe Balbi
On Mon, Nov 17, 2014 at 03:41:53PM +0100, Wolfram Sang wrote: submit write request to General Call Address. In that case ISR could not correctly handle RDR (or XRDY, ARDY, or that ever). Thats becase i2c-omap driver doesn't correctly handle i2c-controller's slave mode. right, Linux

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

2014-11-18 Thread Jacek Anaszewski
Hi Pavel, On 11/18/2014 02:21 PM, Pavel Machek wrote: Hi! @@ -19,5 +30,10 @@ Examples: system-status { label = Status; linux,default-trigger = heartbeat; + iout-torch = 500 500; + iout-flash = 1000 1000; + iout-indicator =

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

2014-11-18 Thread Wolfram Sang
right, Linux doesn't support being the slave. That's also a missing feature, not a bug. This is going to change. I sent out RFC patches for slave support [1] and will send V1 this week. This won't affect your driver, though, unless you implement the backend into it. Just to

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

2014-11-18 Thread Alexander Kochetkov
Still, as of now we can't consider what Alexander mentions a bug. Good to get it sorted out, but not -rc material. Actually, I focused on fixing issues then i2c-omap acts as master in a multi master environment. And must say, that current linux/mainline driver work perfectly with minor

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

2014-11-18 Thread Felipe Balbi
On Tue, Nov 18, 2014 at 07:31:44PM +0300, Alexander Kochetkov wrote: Still, as of now we can't consider what Alexander mentions a bug. Good to get it sorted out, but not -rc material. Actually, I focused on fixing issues then i2c-omap acts as master in a multi master environment. but

Re: [PATCH] Fixes: 1d7afc9 i2c: omap: ack IRQ in parts

2014-11-18 Thread Felipe Balbi
On Mon, Nov 17, 2014 at 08:41:57PM +0400, Alexander Kochetkov wrote: commit 1d7afc95946487945cc7f5019b41255b72224b70 (i2c: omap: ack IRQ in parts) changed the interrupt handler to complete transfers without clearing XRDY (AL case) and ARDY (NACK case) flags. XRDY or ARDY interrupts will be

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

2014-11-18 Thread Pavel Machek
Hi! If the hardware LED changes with one that needs different current, the block for the adp1653 stays the same, but white LED block should be updated with different value. I think that you are talking about sub nodes. Indeed I am leaning towards this type of design. I think I am :-). I

[PATCH] i2c: omap: fix NACK and Arbitration Lost irq handling

2014-11-18 Thread Alexander Kochetkov
commit 1d7afc95946487945cc7f5019b41255b72224b70 (i2c: omap: ack IRQ in parts) changed the interrupt handler to complete transfers without clearing XRDY (AL case) and ARDY (NACK case) flags. XRDY or ARDY interrupts will be fired again. As a result, ISR keep processing transfer after it was already

Re: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-18 Thread Dmitry Torokhov
On Tue, Nov 18, 2014 at 02:30:05PM +, Lee Jones wrote: On Fri, 14 Nov 2014, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence these steps need not be saved in reg_se_cache for clearing

[PATCH 03/10] arm: omap: omap2plus_defconfig: enable AM33XX SoC sound

2014-11-18 Thread Felipe Balbi
Without this, sound on AM437x Starter Kit will not work. Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/configs/omap2plus_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index c893487..a5abc67

[PATCH 01/10] arm: omap: omap2plus_defconfig: remove unwanted ethernet drivers

2014-11-18 Thread Felipe Balbi
None of these drivers are known to be used on any platform supported by omap2plus_defconfig, by removing them we get a slight smaller kernel. Signed-off-by: Felipe Balbi ba...@ti.com --- Depends on [1] [1] http://marc.info/?l=linux-omapm=141632534806371w=2 arch/arm/configs/omap2plus_defconfig

[PATCH 02/10] arm: omap: omap2plus_defconfig: enable EDT FT5X06 touchscreen

2014-11-18 Thread Felipe Balbi
AM437x Starter Kit ships with EDT FT5306 touchscreen device. By enabling the driver we make sure touchscreen will work out of the box. Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 04/10] arm: omap: omap2plus_defconfig: enable XHCI

2014-11-18 Thread Felipe Balbi
AM437x devices have a DWC3 IP inside of them. The host side implementation of DWC3 is XHCI compliant. By enabling XHCI driver, we get the USB host port on AM437x Starter Kit working out of the box. Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file

[PATCH 08/10] arm: boot: dts: imx28-tx28: switch over to new edt-ft5x06 compatible

2014-11-18 Thread Felipe Balbi
now that we have the new vendor-less edt-ft5x06 i2c_device_id, we can use it Cc: devicet...@vger.kernel.org Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/imx28-tx28.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx28-tx28.dts

[PATCH 10/10] arm: boot: dts: imx6qdl-tx6: switch over to new edt-ft5x06 compatible

2014-11-18 Thread Felipe Balbi
now that we have the new vendor-less edt-ft5x06 i2c_device_id, we can use it Cc: devicet...@vger.kernel.org Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/imx6qdl-tx6.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6qdl-tx6.dtsi

[PATCH 06/10] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Felipe Balbi
i2c devices match against struct i2c_device_id even for CONFIG_OF case, so adding a struct of_device_id doesn't change anything. As a result, currently, edt-ft5x06 will not autoprobe if built as a module. To fix the issue and still maintain backwards compatibility with all DTS files currently in

[PATCH 09/10] arm: boot: dts: imx53-tx53-x03x: switch over to new edt-ft5x06 compatible

2014-11-18 Thread Felipe Balbi
now that we have the new vendor-less edt-ft5x06 i2c_device_id, we can use it Cc: devicet...@vger.kernel.org Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/imx53-tx53-x03x.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx53-tx53-x03x.dts

[PATCH 07/10] arm: boot: dts: am437x-sk: switch over to new edt-ft5306 compatible

2014-11-18 Thread Felipe Balbi
now that we have the new vendor-less edt-ft5306 i2c_device_id, we can use it Cc: devicet...@vger.kernel.org Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/am437x-sk-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts

[PATCH 05/10] arm: omap: omap2plus_defconfig: enable ECAP and EHRPWM

2014-11-18 Thread Felipe Balbi
Many of AM335x and AM437x hook backlight to one of these two devices. By enabling their drivers we make sure pwm-backlight can do its thing. Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/configs/omap2plus_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

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

2014-11-18 Thread Pavel Machek
On Mon 2014-11-17 07:06:17, Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [141117 07:03]: On Monday 17 November 2014 15:55:46 Tony Lindgren wrote: There's nothing stopping us from initializing the camera code from pdata-quirks.c for now to keep it working. Certainly the

Fix Penguin Penalty 17th October2014 ( mail-archive.com )

2014-11-18 Thread freshman60284
Dear Sir Did your website get hit by Google Penguin update on October 17th 2014? What basically is Google Penguin Update? It is actually a code name for Google algorithm which aims at decreasing your websites search engine rankings that violate Google’s guidelines by using black hat SEO

Re: [PATCH 06/10] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Dmitry Torokhov
Hi Felipe, On Tue, Nov 18, 2014 at 12:07:04PM -0600, Felipe Balbi wrote: i2c devices match against struct i2c_device_id even for CONFIG_OF case, so adding a struct of_device_id doesn't change anything. As a result, currently, edt-ft5x06 will not autoprobe if built as a module. Why doe snot

Re: [PATCH 06/10] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Felipe Balbi
On Tue, Nov 18, 2014 at 10:38:47AM -0800, Dmitry Torokhov wrote: Hi Felipe, On Tue, Nov 18, 2014 at 12:07:04PM -0600, Felipe Balbi wrote: i2c devices match against struct i2c_device_id even for CONFIG_OF case, so adding a struct of_device_id doesn't change anything. As a result,

Re: [PATCH 06/10] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Felipe Balbi
Hi, On Tue, Nov 18, 2014 at 01:09:22PM -0600, Felipe Balbi wrote: On Tue, Nov 18, 2014 at 10:38:47AM -0800, Dmitry Torokhov wrote: Hi Felipe, On Tue, Nov 18, 2014 at 12:07:04PM -0600, Felipe Balbi wrote: i2c devices match against struct i2c_device_id even for CONFIG_OF case, so

[PATCH v2] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Felipe Balbi
Because with OF we can pass more specific compatible flags (such as edt-ft5306) instead of generic edt-ft5x06, when i2c-core's of_i2c_register_devices() tries to request_module(), it'll request it with a non-existent specific module alias. In order to have this driver autoprobing again, we just

Re: [PATCH v2] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Felipe Balbi
On Tue, Nov 18, 2014 at 01:27:42PM -0600, Felipe Balbi wrote: Because with OF we can pass more specific compatible flags (such as edt-ft5306) instead of generic edt-ft5x06, when i2c-core's of_i2c_register_devices() tries to request_module(), it'll request it with a non-existent specific

Re: [PATCH v2] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Dmitry Torokhov
On Tue, Nov 18, 2014 at 01:27:42PM -0600, Felipe Balbi wrote: Because with OF we can pass more specific compatible flags (such as edt-ft5306) instead of generic edt-ft5x06, when i2c-core's of_i2c_register_devices() tries to request_module(), it'll request it with a non-existent specific

Re: [PATCH v2] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Felipe Balbi
On Tue, Nov 18, 2014 at 11:59:02AM -0800, Dmitry Torokhov wrote: On Tue, Nov 18, 2014 at 01:27:42PM -0600, Felipe Balbi wrote: Because with OF we can pass more specific compatible flags (such as edt-ft5306) instead of generic edt-ft5x06, when i2c-core's of_i2c_register_devices() tries to

Re: [PATCH v2] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Dmitry Torokhov
On Tue, Nov 18, 2014 at 02:03:40PM -0600, Felipe Balbi wrote: On Tue, Nov 18, 2014 at 11:59:02AM -0800, Dmitry Torokhov wrote: On Tue, Nov 18, 2014 at 01:27:42PM -0600, Felipe Balbi wrote: Because with OF we can pass more specific compatible flags (such as edt-ft5306) instead of

Re: [PATCH v2] input: touchscreen: edt-ft5x06: fix driver autoprobing

2014-11-18 Thread Felipe Balbi
On Tue, Nov 18, 2014 at 12:14:21PM -0800, Dmitry Torokhov wrote: On Tue, Nov 18, 2014 at 02:03:40PM -0600, Felipe Balbi wrote: On Tue, Nov 18, 2014 at 11:59:02AM -0800, Dmitry Torokhov wrote: On Tue, Nov 18, 2014 at 01:27:42PM -0600, Felipe Balbi wrote: Because with OF we can pass more

Re: [PATCH v4 00/10] ARM: dts: TI: Add CAN support

2014-11-18 Thread Marc Kleine-Budde
On 11/13/2014 01:22 PM, Roger Quadros wrote: Hi Tony, These patches add CAN support for am33xx, am43xx and dra7 platforms. They can go in independent of [1] but depend on [1] for functionality. Tested on am335x-evm, am437x-gp-evm and dra7-evm. NOTE: - for DCAN to work on DRA7 we need

Re: Fail to enter retention

2014-11-18 Thread Ran Shalit
Hi Tony, I eventually managed to enter retention :)) I did the following changes: 1. added CONFIG_SUSPEND (though I do not use suspend/resume but only cpuidle, it seems to have some effect, I think without it the wakeup in console did not function correctly. 2. enabled sleep for all uart

Re: [PATCH] mfd: twl4030-power: Fix poweroff with PM configuration enabled

2014-11-18 Thread NeilBrown
On Wed, 12 Nov 2014 16:31:54 -0600 Felipe Balbi ba...@ti.com wrote: On Wed, Nov 12, 2014 at 01:20:27PM -0800, Tony Lindgren wrote: * Dr. H. Nikolaus Schaller h...@goldelico.com [141112 12:28]: Am 12.11.2014 um 16:45 schrieb Grazvydas Ignotas nota...@gmail.com: On Tue, Nov 4, 2014 at