Re: cpuidle results in ethernet degredation ?

2015-08-05 Thread Tony Lindgren
* Ran Shalit ransha...@gmail.com [150804 02:35]: but why does it happen in small packet test and not in big packets ? No idea.. Maybe there's some extra delay caused at the Ethernet controller fifo or something with small packets. as to your suggestion above, Can you please give a hint as

Re: [PATCH 01/10] ARM: dts: dra7: Add dt node for PCIe registers in sysctrl space

2015-08-05 Thread Roger Quadros
On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add new device tree node for the control module register space where PCIe registers are present. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Roger Quadros rog...@ti.com cheers, -roger --- arch/arm/boot/dts/dra7.dtsi |

Re: [PATCH 02/10] ARM: dts: dra7: Use syscon-phy-power instead of ctrl-module in SATA PHY node

2015-08-05 Thread Roger Quadros
On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-phy-power property and remove the deprecated ctrl-module property from SATA PHY node. Since omap_control_sata note is no longer used, remove it. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Roger Quadros

Re: [PATCH 05/10] ARM: dts: dra7: Use syscon-phy-power instead of ctrl-module in USB PHY node

2015-08-05 Thread Roger Quadros
On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-phy-power property and remove the deprecated ctrl-module property from USB PHY devicetree nodes. Since omap_control_usb2phy1, omap_control_usb3phy1 and omap_control_usb2phy2 devicetree nodes are no longer used, remove it. s/it/them

Re: [PATCH 06/10] ARM: dts: am4372: Use syscon-phy-power instead of ctrl-module in USB PHY node

2015-08-05 Thread Roger Quadros
On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-phy-power property and remove the deprecated ctrl-module property from USB PHY device tree node. Since am43xx_control_usb2phy1 and am43xx_control_usb2phy2 devicetree nodes are no longer used, remove it. Signed-off-by: Kishon

Re: [PATCH 07/10] ARM: dts: OMAP5: Use syscon-phy-power instead of ctrl-module in USB PHY node

2015-08-05 Thread Roger Quadros
On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-phy-power property and remove the deprecated ctrl-module property from USB PHY devicetree node. Since omap_control_usb2phy and omap_control_usb3phy devicetree nodes are no longer used, remove it. Signed-off-by: Kishon Vijay

Re: [PATCH 08/10] ARM: dts: OMAP5: Use syscon-phy-power instead of ctrl-module in SATA PHY node

2015-08-05 Thread Roger Quadros
On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-phy-power property and remove the deprecated ctrl-module property from SATA PHY node. Since omap_control_sata devicetree node is no longer used, remove it. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Roger

Re: [PATCH] usb: musb: omap2430: use *syscon* framework API to write to mailbox register

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150804 07:11]: Deprecate using phy-omap-control driver to write to the mailbox register and start using *syscon* framework to do the same. .. @@ -512,6 +558,40 @@ static const struct musb_platform_ops omap2430_ops = { static u64 omap2430_dmamask =

Re: [PATCH 09/10] ARM: dts: omap4: Use syscon-phy-power instead of ctrl-module in USB PHY node

2015-08-05 Thread Roger Quadros
On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-phy-power property and remove the deprecated ctrl-module property from USB PHY dt node. Since omap_control_usb2phy devicetree node is no longer used, remove it. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Roger

Re: [PATCH 10/10] ARM: dts: omap4: Use syscon-otghs instead of ctrl-module in USB node

2015-08-05 Thread Roger Quadros
Kishon, On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-otghs property and remove the deprecated ctrl-module property from MUSB devicetree node. Since omap_control_usbotg devicetree node is no longer used, remove it. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

Re: [PATCH 10/10] ARM: dts: omap4: Use syscon-otghs instead of ctrl-module in USB node

2015-08-05 Thread Roger Quadros
On 05/08/15 11:02, Roger Quadros wrote: Kishon, On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-otghs property and remove the deprecated ctrl-module property from MUSB devicetree node. Since omap_control_usbotg devicetree node is no longer used, remove it. Signed-off-by:

Re: [PATCH 6/7] phy: omap-usb2: Add a new compatible string for USB2 PHY2

2015-08-05 Thread Roger Quadros
On 04/08/15 18:20, Kishon Vijay Abraham I wrote: The USB2 PHY2 has a different register map compared to USB2 PHY1 to power on/off the PHY. In order to handle it, add a new compatible string. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

Re: [PATCH 6/7] phy: omap-usb2: Add a new compatible string for USB2 PHY2

2015-08-05 Thread Roger Quadros
On 05/08/15 11:23, Roger Quadros wrote: On 04/08/15 18:20, Kishon Vijay Abraham I wrote: The USB2 PHY2 has a different register map compared to USB2 PHY1 to power on/off the PHY. In order to handle it, add a new compatible string. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

Re: [PATCH 7/7] phy: omap-usb2: use *syscon* framework API to power on/off the PHY

2015-08-05 Thread Roger Quadros
On 04/08/15 18:20, Kishon Vijay Abraham I wrote: Deprecate using phy-omap-control driver to power on/off the PHY, and use *syscon* framework to do the same. This handles powering on/off the PHY for the USB2 PHYs used in various TI SoCs. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com

Re: [PATCH v3 3/3] ARM: dts: dra7: Add scm_conf@1c04 node

2015-08-05 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150804 02:13]: This region contains CTRL_CORE_SMA_SW2..9 registers which are not specific to any domain and can be reasonably accessed via syscon driver. Signed-off-by: Roger Quadros rog...@ti.com Applying all three into omap-for-v4.3/dt thanks. Tony ---

Re: [PATCH 1/2] regulator: pbias: use untranslated address to program pbias regulator

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150727 04:27]: vsel_reg and enable_reg of the pbias regulator descriptor should actually have the offset from syscon. However after the pbias device tree node is moved as a child node of syscon, vsel_reg and enable_reg has the absolute address because of

Re: [PATCH 0/4] omap: Fix broken pbias device creation

2015-08-05 Thread Tony Lindgren
* Grygorii Strashko grygorii.stras...@ti.com [150729 02:01]: On 07/27/2015 03:16 PM, Kishon Vijay Abraham I wrote: pbias device creation got broken once SCM cleanup got merged. This patch series re-enables device creation by adding simple-bus in the compatible property of the syscon dt node.

Re: [PATCH 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms

2015-08-05 Thread Tony Lindgren
Ping, looks like these are still pending. Probably should be applied directly by the arm-soc maintainers. Regards, Tony * Nishanth Menon n...@ti.com [150409 14:17]: Hi, As of next-20150409 tag, the following platforms (I have access to) report failures for AM437x-sk and legacy beaglebone

Re: [PATCH v2 1/3] mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle

2015-08-05 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [150717 13:59]: --- a/Documentation/devicetree/bindings/mailbox/omap-mailbox.txt +++ b/Documentation/devicetree/bindings/mailbox/omap-mailbox.txt @@ -75,6 +75,14 @@ data that represent the following: Cell #3 (usr_id) - mailbox user id for identifying the

Re: [PATCH 4/4] ARM: dts: AM4372: Add the wkup_m3_ipc node

2015-08-05 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [150717 14:10]: From: Suman Anna s-a...@ti.com Add the Wakeup M3 IPC device node for the wkup_m3_ipc driver on AM4372 SoC. This node uses the IPC registers, part of the Control Module, and is therefore added as a child of the scm node. Applying the last two

Re: [PATCH 2/2] ARM: dts: am57xx-evm: Add 'gpios' property with gpio2_8

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150728 06:42]: gpio2_8 is connected to the PCIe_RESETn line and it has to be driven low in order to reset the PCIe cards. So added gpios property to pcie dt node. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com This should not conflict with the

Re: [PATCH 00/11] omap_hsmmc: voltage switching and tuning

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150730 00:49]: Patch series implements voltage switching and tuning for omap_hsmmc driver. Did basic read/write test in J6, J6 Eco, Beagle-x15, AM437x EVM, Beaglebone black, OMAP5 uEVM and OMAP4 PANDA. Your tests are missing omap3? I suggest you add

[PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string

2015-08-05 Thread Keerthy
Compared to da830-rtc compatibility am3352-rtc is more compatible to the one in am437x. Hence adding the am3352-rtc compatible to cover the entire feature set. The ti,am4372-rtc has no Documentation and not used even in the driver hence removing it. Signed-off-by: Keerthy j-keer...@ti.com ---

[PATCH 4/8] ARM: dts: AM4372: Add external clock flag

2015-08-05 Thread Keerthy
The rtc IP has a bit to switch source from internal to external clock. Adding a flag to convey the source. Signed-off-by: Keerthy j-keer...@ti.com --- arch/arm/boot/dts/am437x-idk-evm.dts | 1 + arch/arm/boot/dts/am437x-sk-evm.dts | 1 + 2 files changed, 2 insertions(+) diff --git

[PATCH 8/8] ARM: dts: AM437x-gp-evm: Enable RTC

2015-08-05 Thread Keerthy
Enable RTC and select external clock as the source so that RTC ticks even during suspend/resume. Signed-off-by: Keerthy j-keer...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts

[PATCH 6/8] ARM: dts: am43x-epos-evm: Add the am438 compatible string

2015-08-05 Thread Keerthy
The SoCs on am43x-epos-evm are named am438x. Hence add the compatiblity string and remove the am4372 string. Signed-off-by: Keerthy j-keer...@ti.com --- arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts

[PATCH 2/8] ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on for RTC DCDCs

2015-08-05 Thread Keerthy
From: Dave Gerlach d-gerl...@ti.com DCDC5 and DCDC6 supply rtc and need to be on for accessing the module. On A1 revision of the TPS65218, FSEAL bit would be undefined without coin-cell present which in many cases led to it being set, causing DCDC5 and DCDC6 to stay active, but also leading to

[PATCH 0/8] ARM: AM4372: Enable RTC

2015-08-05 Thread Keerthy
The series brings multiple fixes needed to get rtc ticking on am437x-gp-evm. This is tested on latest 4.2-rc5. Boot tested on AM437X-GP-EVM also tested rtc ticking via sysfs nodes. Dave Gerlach (1): ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on for RTC DCDCs

[PATCH 3/8] rtc: omap: Add external clock enabling support

2015-08-05 Thread Keerthy
Based on the board property switch the source from internal to external clock. Switching to external source is needed for rtcwake to work in low power modes. Signed-off-by: Keerthy j-keer...@ti.com --- Documentation/devicetree/bindings/rtc/rtc-omap.txt | 2 ++ drivers/rtc/rtc-omap.c

Re: [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150730 01:16]: Miscellaneous fixes in dts files for MMC device tree nodes. Did basic read/write test in J6, J6 Eco and Beagle-x15 Balaji T K (1): ARM: dts: dra7-evm: add evm_3v3_sd regulator Kishon Vijay Abraham I (5): ARM: dts: dra72-evm:

Re: [PATCH 0/3] ARM: dts: am437x-gp-evm: Add eMMC and eMMC/NAND selection

2015-08-05 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150804 08:38]: Hi, On this board either eMMC or NAND can work based on the level of spi2_cs0.gpio0_23. Add a gpio-hog to enable configuration of this pin in the device tree. Add eMMC node but keep it disabled. Thanks applying all into omap-for-v4.3/dt.

Re: [PATCH 5/8] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs

2015-08-05 Thread Tony Lindgren
* Keerthy j-keer...@ti.com [150805 03:53]: --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -228,6 +228,8 @@ static void __init omap3_cpuinfo(void) cpu_name = AM335X; } else if (soc_is_am437x()) { cpu_name = AM437x; + } else if

Re: [PATCH 2/8] ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on for RTC DCDCs

2015-08-05 Thread Tony Lindgren
* Keerthy j-keer...@ti.com [150805 03:53]: From: Dave Gerlach d-gerl...@ti.com DCDC5 and DCDC6 supply rtc and need to be on for accessing the module. On A1 revision of the TPS65218, FSEAL bit would be undefined without coin-cell present which in many cases led to it being set, causing

Re: [PATCH 3/8] rtc: omap: Add external clock enabling support

2015-08-05 Thread Alexandre Belloni
On 05/08/2015 at 13:41:19 +0200, Alexandre Belloni wrote : Hi, On 05/08/2015 at 04:13:17 -0700, Tony Lindgren wrote : * Keerthy j-keer...@ti.com [150805 03:53]: Based on the board property switch the source from internal to external clock. Switching to external source is needed for

Re: [RFC PATCH 1/5] spi: introduce flag for memory mapped read

2015-08-05 Thread Mark Brown
On Tue, Aug 04, 2015 at 11:29:52PM +0530, R, Vignesh wrote: On 8/4/2015 9:21 PM, Mark Brown wrote: On Mon, Aug 03, 2015 at 10:27:19AM +0530, Vignesh R wrote: I still can't tell from the above what this interface is supposed to do. It sounds like the use of memory mapped mode is supposed to

Re: [PATCH 3/8] rtc: omap: Add external clock enabling support

2015-08-05 Thread Keerthy
On Wednesday 05 August 2015 05:13 PM, Alexandre Belloni wrote: On 05/08/2015 at 13:41:19 +0200, Alexandre Belloni wrote : Hi, On 05/08/2015 at 04:13:17 -0700, Tony Lindgren wrote : * Keerthy j-keer...@ti.com [150805 03:53]: Based on the board property switch the source from internal to

[PATCH] memory: omap-gpmc: Don't try to save the GPMC context

2015-08-05 Thread Tomeu Vizoso
...if there isn't one already. If for some reason the GPMC device hasn't been probed yet, gpmc_base is going to be NULL. Because there's no context yet to be saved, just turn these functions into no-ops until that device gets probed. Unable to handle kernel NULL pointer dereference at virtual

Re: [RFC PATCH 1/5] spi: introduce flag for memory mapped read

2015-08-05 Thread Michal Suchanek
On 5 August 2015 at 13:50, Mark Brown broo...@kernel.org wrote: On Tue, Aug 04, 2015 at 11:29:52PM +0530, R, Vignesh wrote: On 8/4/2015 9:21 PM, Mark Brown wrote: On Mon, Aug 03, 2015 at 10:27:19AM +0530, Vignesh R wrote: I still can't tell from the above what this interface is supposed to

Re: [RFC PATCH 1/5] spi: introduce flag for memory mapped read

2015-08-05 Thread Mark Brown
On Wed, Aug 05, 2015 at 02:40:01PM +0200, Michal Suchanek wrote: On 5 August 2015 at 13:50, Mark Brown broo...@kernel.org wrote: As far as I can tell you want to set a per spi_message flag saying that the message is a flash read command? If that's what this is trying to do then why do you

Re: [PATCH] memory: omap-gpmc: Don't try to save the GPMC context

2015-08-05 Thread Javier Martinez Canillas
Hello Tomeu, On Wed, Aug 5, 2015 at 2:24 PM, Tomeu Vizoso tomeu.viz...@collabora.com wrote: ...if there isn't one already. I think is better to instead splitting the subject line like this, to change it for something that fits like memory: omap-gpmc: Don't try to save uninitialized GPMC

Re: [PATCH] usb: musb: omap2430: use *syscon* framework API to write to mailbox register

2015-08-05 Thread Kishon Vijay Abraham I
Hi, On Tuesday 04 August 2015 09:28 PM, Felipe Balbi wrote: Hi, On Tue, Aug 04, 2015 at 07:36:09PM +0530, Kishon Vijay Abraham I wrote: Deprecate using phy-omap-control driver to write to the mailbox register and start using *syscon* framework to do the same. Signed-off-by: Kishon Vijay

[PATCH] ARM: omap2plus_defconfig: make PCF857x built-in

2015-08-05 Thread Kishon Vijay Abraham I
One of the lines from PCF857x is connected to the vdd line of MMC1 in DRA74x and DRA72x EVMs and is modelled as a regulator. If PCF857x is not made as built-in, the regulator_get in omap_hsmmc fails making it difficult to use MMC1 as rootfs. Make PCF857x built-in. Signed-off-by: Kishon Vijay

Re: [PATCH] usb: musb: omap2430: use *syscon* framework API to write to mailbox register

2015-08-05 Thread Kishon Vijay Abraham I
Hi Tony, On Wednesday 05 August 2015 01:31 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150804 07:11]: Deprecate using phy-omap-control driver to write to the mailbox register and start using *syscon* framework to do the same. .. @@ -512,6 +558,40 @@ static const struct

Re: [PATCH 1/7] phy: ti-pipe3: cleanup ti_pipe3_probe()

2015-08-05 Thread Kishon Vijay Abraham I
Hi, On Tuesday 04 August 2015 09:30 PM, Felipe Balbi wrote: On Tue, Aug 04, 2015 at 08:50:40PM +0530, Kishon Vijay Abraham I wrote: No functional change. Add separate functions for pll, clocks and syscon to make ti_pipe3_probe clean. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com I

Re: [PATCH 2/7] phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probe

2015-08-05 Thread Kishon Vijay Abraham I
Hi, On Tuesday 04 August 2015 09:36 PM, Felipe Balbi wrote: On Tue, Aug 04, 2015 at 08:50:41PM +0530, Kishon Vijay Abraham I wrote: No functional change. Previously omap_control_phy_power() was used to power there is a slight functional change. You moved PHY power off from before to after

Re: [PATCH 6/7] phy: omap-usb2: Add a new compatible string for USB2 PHY2

2015-08-05 Thread Kishon Vijay Abraham I
Hi Roger, On Wednesday 05 August 2015 01:55 PM, Roger Quadros wrote: On 05/08/15 11:23, Roger Quadros wrote: On 04/08/15 18:20, Kishon Vijay Abraham I wrote: The USB2 PHY2 has a different register map compared to USB2 PHY1 to power on/off the PHY. In order to handle it, add a new compatible

Re: [PATCH 7/7] phy: omap-usb2: use *syscon* framework API to power on/off the PHY

2015-08-05 Thread Kishon Vijay Abraham I
Hi, On Wednesday 05 August 2015 02:05 PM, Roger Quadros wrote: On 04/08/15 18:20, Kishon Vijay Abraham I wrote: Deprecate using phy-omap-control driver to power on/off the PHY, and use *syscon* framework to do the same. This handles powering on/off the PHY for the USB2 PHYs used in various TI

Re: [PATCH 10/10] ARM: dts: omap4: Use syscon-otghs instead of ctrl-module in USB node

2015-08-05 Thread Kishon Vijay Abraham I
Hi Roger, On Wednesday 05 August 2015 01:38 PM, Roger Quadros wrote: On 05/08/15 11:02, Roger Quadros wrote: Kishon, On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-otghs property and remove the deprecated ctrl-module property from MUSB devicetree node. Since

[PATCH] gpio: omap: Fix missing raw locks conversion

2015-08-05 Thread Axel Lin
Fix below build warning: CC drivers/gpio/gpio-omap.o drivers/gpio/gpio-omap.c: In function 'omap_gpio_irq_type': drivers/gpio/gpio-omap.c:504:3: warning: passing argument 1 of 'spin_unlock_irqrestore' from incompatible pointer type [enabled by default] include/linux/spinlock.h:360:29:

Re: [PATCH 00/11] omap_hsmmc: voltage switching and tuning

2015-08-05 Thread Kishon Vijay Abraham I
Hi, On Wednesday 05 August 2015 04:13 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150730 00:49]: Patch series implements voltage switching and tuning for omap_hsmmc driver. Did basic read/write test in J6, J6 Eco, Beagle-x15, AM437x EVM, Beaglebone black, OMAP5 uEVM and

Re: [PATCH 1/2] regulator: pbias: use untranslated address to program pbias regulator

2015-08-05 Thread Kishon Vijay Abraham I
Hi Tony, On Wednesday 05 August 2015 03:17 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150727 04:27]: vsel_reg and enable_reg of the pbias regulator descriptor should actually have the offset from syscon. However after the pbias device tree node is moved as a child node

Re: [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards

2015-08-05 Thread Kishon Vijay Abraham I
Hi, On Wednesday 05 August 2015 04:24 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150730 01:16]: Miscellaneous fixes in dts files for MMC device tree nodes. Did basic read/write test in J6, J6 Eco and Beagle-x15 Balaji T K (1): ARM: dts: dra7-evm: add evm_3v3_sd

Re: [PATCH v2 1/3] mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle

2015-08-05 Thread Suman Anna
Hi Tony, On 08/05/2015 05:28 AM, Tony Lindgren wrote: * Dave Gerlach d-gerl...@ti.com [150717 13:59]: --- a/Documentation/devicetree/bindings/mailbox/omap-mailbox.txt +++ b/Documentation/devicetree/bindings/mailbox/omap-mailbox.txt @@ -75,6 +75,14 @@ data that represent the following:

Re: [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string

2015-08-05 Thread Felipe Balbi
On Wed, Aug 05, 2015 at 04:19:45PM +0530, Keerthy wrote: Compared to da830-rtc compatibility am3352-rtc is more compatible to the one in am437x. Hence adding the am3352-rtc compatible to cover the entire feature set. The ti,am4372-rtc has no Documentation and not used even in the driver

Re: [PATCH 2/7] phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probe

2015-08-05 Thread Felipe Balbi
On Wed, Aug 05, 2015 at 07:42:24PM +0530, Kishon Vijay Abraham I wrote: Hi, On Tuesday 04 August 2015 09:36 PM, Felipe Balbi wrote: On Tue, Aug 04, 2015 at 08:50:41PM +0530, Kishon Vijay Abraham I wrote: No functional change. Previously omap_control_phy_power() was used to power there

Re: [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string

2015-08-05 Thread Keerthy
Felipe, On Wednesday 05 August 2015 09:01 PM, Felipe Balbi wrote: On Wed, Aug 05, 2015 at 04:19:45PM +0530, Keerthy wrote: Compared to da830-rtc compatibility am3352-rtc is more compatible to the one in am437x. Hence adding the am3352-rtc compatible to cover the entire feature set. The

Re: [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string

2015-08-05 Thread Felipe Balbi
On Wed, Aug 05, 2015 at 09:21:05PM +0530, Keerthy wrote: Felipe, On Wednesday 05 August 2015 09:01 PM, Felipe Balbi wrote: On Wed, Aug 05, 2015 at 04:19:45PM +0530, Keerthy wrote: Compared to da830-rtc compatibility am3352-rtc is more compatible to the one in am437x. Hence adding the

Re: [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string

2015-08-05 Thread Keerthy
On Wednesday 05 August 2015 09:44 PM, Felipe Balbi wrote: On Wed, Aug 05, 2015 at 09:21:05PM +0530, Keerthy wrote: Felipe, On Wednesday 05 August 2015 09:01 PM, Felipe Balbi wrote: On Wed, Aug 05, 2015 at 04:19:45PM +0530, Keerthy wrote: Compared to da830-rtc compatibility am3352-rtc is

Re: [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string

2015-08-05 Thread Felipe Balbi
On Wed, Aug 05, 2015 at 09:48:08PM +0530, Keerthy wrote: On Wednesday 05 August 2015 09:44 PM, Felipe Balbi wrote: On Wed, Aug 05, 2015 at 09:21:05PM +0530, Keerthy wrote: Felipe, On Wednesday 05 August 2015 09:01 PM, Felipe Balbi wrote: On Wed, Aug 05, 2015 at 04:19:45PM +0530, Keerthy

[PATCH v2 1/2] ARM: dts: omap3-devkit8000: add LCD panels

2015-08-05 Thread Anthoine Bourgeois
Devkit8000 was sold with a 4.3 LCD or 7.0 or without. This patch creates one dts file per bundle. Changes since v1: - rebase on omap-for-v4.3/dt Signed-off-by: Anthoine Bourgeois anthoine.bourge...@gmail.com --- arch/arm/boot/dts/Makefile | 2 +

[PATCH v2 2/2] ARM: dts: omap3-devkit8000: Add ADS7846 Touchscreen support

2015-08-05 Thread Anthoine Bourgeois
This patch is the touchscreen part for LCD screens sold with devkit8000 board. Changes since v1: - rebase on omap-for-v4.3/dt Signed-off-by: Anthoine Bourgeois anthoine.bourge...@gmail.com --- arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi | 35 ++ 1 file changed, 35

Re: [PATCH 6/7] ARM: dts: omap3-devkit8000: add LCD panels

2015-08-05 Thread Anthoine Bourgeois
On Wed, Aug 05, 2015 at 04:08:12AM -0700, Tony Lindgren wrote: * Anthoine Bourgeois anthoine.bourge...@gmail.com [150804 13:54]: Devkit8000 was sold with a 4.3 LCD or 7.0 or without. This patch creates one dts file per bundle. Applying patches 1 - 5 into omap-for-v4.3/dt thanks. However, the

Re: [PATCH 3/8] rtc: omap: Add external clock enabling support

2015-08-05 Thread Keerthy
On Wednesday 05 August 2015 06:05 PM, Alexandre Belloni wrote: On 05/08/2015 at 17:31:22 +0530, Keerthy wrote : This is a special one where in the enable bit is present in the rtc register space and not in the prcm register space. Since there was a concern on the external clock not being

Re: [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string

2015-08-05 Thread Keerthy
On Wednesday 05 August 2015 10:21 PM, Felipe Balbi wrote: On Wed, Aug 05, 2015 at 09:48:08PM +0530, Keerthy wrote: On Wednesday 05 August 2015 09:44 PM, Felipe Balbi wrote: On Wed, Aug 05, 2015 at 09:21:05PM +0530, Keerthy wrote: Felipe, On Wednesday 05 August 2015 09:01 PM, Felipe Balbi

Re: [PATCH v2 2/2] ARM: dts: am57xx-beagle-x15: use palmas-usb for USB2

2015-08-05 Thread Chanwoo Choi
On 08/05/2015 07:37 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150727 06:13]: The VBUS line of USB2 is connected to VBUS detect logic on the PMIC. Use the palmas-usb driver to report VBUS events to the USB driver. As the palmas-usb driver supports GPIO based ID reporting