Re: [PATCH 3/3] drivers: bus: Move omap gpmc code to live under drivers

2014-11-21 Thread Lokesh Vutla
Hi Tony, On Friday 21 November 2014 03:58 AM, Tony Lindgren wrote: Just move to drivers as further clean-up can now happen there finally. Cc: Arnd Bergmann a...@arndb.de Cc: Roger Quadros rog...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/Kconfig

Re: [PATCH 3/3] drivers: bus: Move omap gpmc code to live under drivers

2014-11-21 Thread Roger Quadros
Hi Tony, On 11/21/2014 12:28 AM, Tony Lindgren wrote: Just move to drivers as further clean-up can now happen there finally. Cc: Arnd Bergmann a...@arndb.de Cc: Roger Quadros rog...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/Kconfig

Re: [PATCH 1/3] ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header

2014-11-21 Thread Roger Quadros
Tony, On 11/21/2014 12:28 AM, Tony Lindgren wrote: We still need to support platform data for omap3 until it's booting in device tree only mode. So let's add platform_data/omap-gpmc.h for that, and a minimal linux/omap-gpmc.h for the save and restore used by the PM code. Once omap3 boots

Re: [PATCH 2/3] ARM: OMAP2+: Move GPMC initcall to devices.c

2014-11-21 Thread Roger Quadros
On 11/21/2014 12:28 AM, Tony Lindgren wrote: This will us allow to just move gpmc.c to live under drivers in the next patch. Note that we now also remove the omap specific check for the initcall. That's OK as gpmc_probe() checks for the pdata and bails out for other platforms compiled in.

Re: [PATCH v2 2/3] ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on am43x-evm

2014-11-21 Thread Vignesh R
On Friday 21 November 2014 10:56 AM, Paul Walmsley wrote: On Fri, 21 Nov 2014, Vignesh R wrote: On 11/20/2014 12:39 PM, Paul Walmsley wrote: On Tue, 4 Nov 2014, Vignesh R wrote: This patch adds hwmod support for tscadc to work on am43xx-evm. The am33xx hwmod structures of tscadc has been

[PATCH v3 1/2] ARM: OMAP2+: hwmod: AM43x: add hwmod support for ADC on AM43xx

2014-11-21 Thread Vignesh R
This patch adds hwmod support for ADC on AM43xx. Since clockdomain and offsets of adc_tsc are different from AM33xx, ADC data has been directly added to AM43xx hwmod file. Signed-off-by: Vignesh R vigne...@ti.com --- arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 39 ++

[PATCH v3 2/2] ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and am43x-epos-evm

2014-11-21 Thread Vignesh R
This patch adds tscadc DT entries for am437x-gp-evm and am43x-epos-evm. Signed-off-by: Vignesh R vigne...@ti.com --- arch/arm/boot/dts/am4372.dtsi| 20 arch/arm/boot/dts/am437x-gp-evm.dts | 8 arch/arm/boot/dts/am43x-epos-evm.dts | 8 3 files

[PATCH v3 0/2] Add support for ADC on am437x-gp and am43x-epos-evm

2014-11-21 Thread Vignesh R
This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm. tscadc DT node has been added to am437x-gp and am43x-epos DT files. With these patches, ADC functionalities are now available on am43xx. Change log: v3: Add ADC hwmod data to AM43xx hwmod file instead of sharing hwmod

Re: [PATCH 3/3] drivers: bus: Move omap gpmc code to live under drivers

2014-11-21 Thread Arnd Bergmann
On Friday 21 November 2014 11:15:05 Roger Quadros wrote: On 11/21/2014 12:28 AM, Tony Lindgren wrote: Just move to drivers as further clean-up can now happen there finally. Awesome! arch/arm/mach-omap2/Kconfig | 1 + arch/arm/mach-omap2/Makefile

Re: [PATCH v7.1 00/19] Rework OMAP4+ HDMI audio support

2014-11-21 Thread Mark Brown
On Thu, Nov 20, 2014 at 12:59:44PM +0200, Tomi Valkeinen wrote: The series looks good to me, and works for me. Do you have any comments for the sound/ parts? If not, I can merge this series via fbdev tree, and for that I'd like your ack on the sound/ patches. I've not reviewed it yet and I'm

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

2014-11-21 Thread Sekhar Nori
On Thursday 20 November 2014 08:10 PM, Richard Cochran wrote: On Thu, Nov 20, 2014 at 07:26:00PM +0530, Sekhar Nori wrote: I tested this using lcd7 cape connected to beaglebone black. The latest kernel I could find on this board was a TI BSP based v3.14 kernel. So I had to port these patches

Re: [PATCH v7.1 00/19] Rework OMAP4+ HDMI audio support

2014-11-21 Thread Jyri Sarha
On 11/21/2014 01:23 PM, Mark Brown wrote: On Thu, Nov 20, 2014 at 12:59:44PM +0200, Tomi Valkeinen wrote: The series looks good to me, and works for me. Do you have any comments for the sound/ parts? If not, I can merge this series via fbdev tree, and for that I'd like your ack on the

Re: [PATCH v7.1 00/19] Rework OMAP4+ HDMI audio support

2014-11-21 Thread Jyri Sarha
On 11/21/2014 01:23 PM, Mark Brown wrote: With this specific series I also need to figure out what all the video side is about (like I said earlier a lot of the patches look like they're supposed to be simple fixes for the video code not terribly closely tied to the rest of the series but none

Re: [PATCH 0/3] mmc: omap_hsmmc: make more use of mmc library functionality

2014-11-21 Thread Ulf Hansson
Thanks. What should I rebase against? Is 3.18-rc sufficient or is there some other tree I should work against? Thanks, NeilBrown git://git.linaro.org/people/ulf.hansson/mmc.git Kind regards Uffe -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a

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

2014-11-21 Thread Richard Cochran
On Fri, Nov 21, 2014 at 05:40:12PM +0530, Sekhar Nori wrote: Not sure how to reproduce the jumping on pen-up. Does the cursor stay in exactly the same spot when you lift up the stylus? Then you don't have the issue. On the BB white using the LCD4 cape and the shipped debian kernel, the cursor

[PATCH 00/11] Exynos7: Adding USB 3.0 support

2014-11-21 Thread Vivek Gautam
The series has dependency on a) [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC http://www.spinics.net/lists/linux-samsung-soc/msg38734.html b) [GIT PULL] Samsung clock changes for 3.19 - specifically the clock dt bindings header.

[PATCH 01/11] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-21 Thread Vivek Gautam
USB and Power regulator on Exynos7 require gpios available in BUS1 pin controller block. So adding the BUS1 pinctrl support. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Linus Walleij linus.wall...@linaro.org ---

[PATCH 02/11] dwc3: exynos: Remove local variable for clock from probe

2014-11-21 Thread Vivek Gautam
There's no need to keep one local variable for clock, and then assign the same to 'clk' member of dwc3_exynos. Just cleaning it up. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- drivers/usb/dwc3/dwc3-exynos.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff

[PATCH 03/11] dwc3: exynos: Add provision for suspend clock

2014-11-21 Thread Vivek Gautam
DWC3 controller on Exynos SoC series have separate control for suspend clock which replaces pipe3_rx_pclk as clock source to a small part of DWC3 core that operates when SS PHY is in its lowest power state (P3) in states SS.disabled and U3. Suggested-by: Anton Tikhomirov av.tikhomi...@samsung.com

[PATCH 04/11] dwc3: exynos: Add provision for AXI UpScaler clock on exynos7

2014-11-21 Thread Vivek Gautam
DWC3 controller on Exynos7 SoC has separate control for AXI UpScaler which connects DWC3 DRD controller to AXI bus. Get the gate clock for the same to control it across power cycles. Suggested-by: Anton Tikhomirov av.tikhomi...@samsung.com Signed-off-by: Vivek Gautam gautam.vi...@samsung.com ---

[PATCH 05/11] phy: exynos5-usbdrd: Add pipe-clk, utmi-clk and itp-clk support

2014-11-21 Thread Vivek Gautam
Exynos7 SoC has now separate gate control for 125MHz pipe3 phy clock, as well as 60MHz utmi phy clock. Additionally, separate gate control is available for the clock used for ITP (Isochronous Transfer Packet) generation. So get the same and control in the phy-exynos5-usbdrd driver. Suggested-by:

[PATCH 06/11] phy: exynos5-usbdrd: Add facility for VBUS-BOOST-5V supply

2014-11-21 Thread Vivek Gautam
Some Exynos boards have a separate regulator controlling a Boost 5V supply which goes as input for VBUS regulator. So adding a control for the same in driver, to enable vbus supply on the port. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- drivers/phy/phy-exynos5-usbdrd.c | 32

[PATCH 07/11] phy: exynos7-usbdrd: Update dependency for ARCH_EXYNOS

2014-11-21 Thread Vivek Gautam
This PHY controller is also present on Exynos7 platform in arch-exynos family. So PHY_EXYNOS5_USBDRD should now depend on ARCH_EXYNOS. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- drivers/phy/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 08/11] clk: exynos7: Add required clock tree for USB

2014-11-21 Thread Vivek Gautam
Adding required gate clocks for USB3.0 DRD controller present on Exynos7. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- drivers/clk/samsung/clk-exynos7.c | 64 +++ include/dt-bindings/clock/exynos7-clk.h |9 - 2 files changed, 72

[PATCH 09/11] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-21 Thread Vivek Gautam
BUS1 pinctrl provides gpios for usb and power regulator available on exynos7-espresso board. So add relevant device node for pinctrl-bus1. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Vivek Gautam gautam.vi...@samsung.com ---

[PATCH 10/11] arm64: dts: Enable USB 3.0 controller on exynos7

2014-11-21 Thread Vivek Gautam
Adding USB 3.0 DRD controller device node, with its clock and phy information to enable using the same on Exynos7. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm64/boot/dts/exynos/exynos7.dtsi | 35 +++ 1 file changed, 35 insertions(+) diff --git

[PATCH 11/11] arm64: dts: exynos7-espresso: Add regulators for Vbus and Vbus-Boost

2014-11-21 Thread Vivek Gautam
Adding fixed voltage regulators for Vbus and Vbus-boost required by USB 3.0 DRD controller on Exynos7-espresso board. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 43 +++ 1 file changed, 43 insertions(+) diff

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

2014-11-21 Thread Johannes Pointner
I tested version 4 of the patch series on a custom design and I saw also the jumps as described by Richard. I played a little with the sample delay and it got better but I couldn't completely remove the jumps. The other issue I had with version 3, the pen_ups during the busy loop, is solved. I

Re: [PATCH 00/11] Exynos7: Adding USB 3.0 support

2014-11-21 Thread Felipe Balbi
On Fri, Nov 21, 2014 at 07:05:43PM +0530, Vivek Gautam wrote: The series has dependency on a) [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC http://www.spinics.net/lists/linux-samsung-soc/msg38734.html b) [GIT PULL] Samsung clock changes for 3.19 - specifically the clock dt

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

2014-11-21 Thread Sekhar Nori
On Friday 21 November 2014 08:41 PM, Johannes Pointner wrote: I tested version 4 of the patch series on a custom design and I saw also the jumps as described by Richard. I played a little with the sample delay and it got better but I couldn't completely remove the jumps. And before the

Re: [PATCH 3/4] i2c: omap: don't reset controller if Arbitration Lost detected

2014-11-21 Thread Felipe Balbi
On Fri, Nov 21, 2014 at 01:28:44AM +0400, Alexander Kochetkov wrote: Arbitration Lost is a expected situation in a multimaster environment. IP correctly detect it. The only reason for reseting IP in the AL case is to be sure to avoid advisory 1.94 (omap3) and errata i595 (omap4): I2C: After

Re: [PATCH 2/4] i2c: omap: implement workaround for handling invalid BB-bit values

2014-11-21 Thread Felipe Balbi
On Fri, Nov 21, 2014 at 01:28:43AM +0400, Alexander Kochetkov wrote: In a multimaster environment, after IP software reset, BB-bit value doesn't correspond to the current bus state. It may happen what BB-bit will be 0, while the bus is busy due to another I2C master activity. Any transfer

Re: [PATCH 1/4] i2c: omap: cleanup register definitions

2014-11-21 Thread Felipe Balbi
On Fri, Nov 21, 2014 at 01:28:42AM +0400, Alexander Kochetkov wrote: Delete STAT_AD0 mask as unrelated to current IP (omap1?). Delete DEBUG conditional around SYSTEST masks group. Add SYSTEST functional mode masks for SCL and SDA. Add STAT_BF mask. Signed-off-by: Alexander Kochetkov

Re: [PATCH 4/4] i2c: omap: add notes related to i2c multimaster mode

2014-11-21 Thread Felipe Balbi
On Fri, Nov 21, 2014 at 01:28:45AM +0400, Alexander Kochetkov wrote: No functional changes. Signed-off-by: Alexander Kochetkov al.koc...@gmail.com heh: Tested on BBB and AM437x Starter Kit Tested-by: Felipe Balbi ba...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH] i2c: omap: fix i207 errata handling

2014-11-21 Thread Felipe Balbi
On Fri, Nov 21, 2014 at 04:16:51AM +0400, Alexander Kochetkov wrote: commit 6d9939f651419a63e091105663821f9c7d3fec37 (i2c: omap: split out [XR]DR and [XR]RDY) changed the way how errata i207 (I2C: RDR Flag May Be Incorrectly Set) get handled. 6d9939f6514 code doesn't correspond to workaround

Re: [PATCH 1/3] ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header

2014-11-21 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [141121 01:30]: On 11/21/2014 12:28 AM, Tony Lindgren wrote: +#include linux/omap-gpmc.h +#include linux/platform_data/omap-gpmc.h I think we should get rid for mach-omap2/gpmc.h and include the above two headers wherever needed. Well I'm trying to keep the

Re: [PATCH v7.1 00/19] Rework OMAP4+ HDMI audio support

2014-11-21 Thread Mark Brown
On Fri, Nov 21, 2014 at 02:35:07PM +0200, Jyri Sarha wrote: On 11/21/2014 01:23 PM, Mark Brown wrote: With this specific series I also need to figure out what all the video side is about (like I said earlier a lot of the patches look like they're supposed to be simple fixes for the video code

Re: [PATCH 2/3] ARM: OMAP2+: Move GPMC initcall to devices.c

2014-11-21 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [141121 01:43]: On 11/21/2014 12:28 AM, Tony Lindgren wrote: This will us allow to just move gpmc.c to live under drivers in the next patch. Note that we now also remove the omap specific check for the initcall. That's OK as gpmc_probe() checks for the

Re: [PATCH 3/3] drivers: bus: Move omap gpmc code to live under drivers

2014-11-21 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [141121 03:17]: On Friday 21 November 2014 11:15:05 Roger Quadros wrote: On 11/21/2014 12:28 AM, Tony Lindgren wrote: Just move to drivers as further clean-up can now happen there finally. Awesome! arch/arm/mach-omap2/Kconfig

Re: [PATCH v7.1 00/19] Rework OMAP4+ HDMI audio support

2014-11-21 Thread Mark Brown
On Fri, Nov 21, 2014 at 02:10:11PM +0200, Jyri Sarha wrote: OMAP HDMI audio is fundamentally different to the case on Armada or on BBB. In omap the whole HDMI IP is integrated to the SoC and there really is no codec in the ASoC sense. The the cpu-dai transmits the audio directly to hdmi wire

Re: [PATCH 1/3] ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header

2014-11-21 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [141121 08:18]: * Roger Quadros rog...@ti.com [141121 01:30]: On 11/21/2014 12:28 AM, Tony Lindgren wrote: +#include linux/omap-gpmc.h +#include linux/platform_data/omap-gpmc.h I think we should get rid for mach-omap2/gpmc.h and include the above two

Re: [PATCH 3/3] drivers: bus: Move omap gpmc code to live under drivers

2014-11-21 Thread Tony Lindgren
* Lokesh Vutla lokeshvu...@ti.com [141121 00:09]: On Friday 21 November 2014 03:58 AM, Tony Lindgren wrote: --- a/drivers/bus/Makefile +++ b/drivers/bus/Makefile @@ -5,7 +5,8 @@ obj-$(CONFIG_BRCMSTB_GISB_ARB) += brcmstb_gisb.o obj-$(CONFIG_IMX_WEIM) += imx-weim.o

Re: [PATCH v3 1/2] ARM: OMAP2+: hwmod: AM43x: add hwmod support for ADC on AM43xx

2014-11-21 Thread Paul Walmsley
On Fri, 21 Nov 2014, Vignesh R wrote: This patch adds hwmod support for ADC on AM43xx. Since clockdomain and offsets of adc_tsc are different from AM33xx, ADC data has been directly added to AM43xx hwmod file. Signed-off-by: Vignesh R vigne...@ti.com Thanks, will try to queue this for

Re: [PATCH 3/4] i2c: omap: don't reset controller if Arbitration Lost detected

2014-11-21 Thread Wolfram Sang
On Fri, Nov 21, 2014 at 01:28:44AM +0400, Alexander Kochetkov wrote: Arbitration Lost is a expected situation in a multimaster environment. IP correctly detect it. The only reason for reseting IP in the AL case is to be sure to avoid advisory 1.94 (omap3) and errata i595 (omap4): I2C: After

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

2014-11-21 Thread Johannes Pointner
Before the patches were also jumps but I thought it is something Vignesh should know. Maybe there is some fix for that too? As Richard also noted, it would be nice if ti could let us know how to get the delay values right. By trial and error is IMHO not the best way. For the testing I used 3.16.7.

[PATCH 3/3] memory: gpmc: Move omap gpmc code to live under drivers

2014-11-21 Thread Tony Lindgren
Just move to drivers as further clean-up can now happen there finally. Let's also add Roger and me to the MAINTAINERS so we get notified for any patches related to GPMC. Cc: Arnd Bergmann a...@arndb.de Cc: Roger Quadros rog...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- MAINTAINERS

[PATCH 2/3] ARM: OMAP2+: Move GPMC initcall to devices.c

2014-11-21 Thread Tony Lindgren
This will us allow to just move gpmc.c to live under drivers in the next patch. Note that we now also remove the omap specific check for the initcall. That's OK as gpmc_probe() checks for the pdata and bails out for other platforms compiled in. Also the postcore_initcall() maybe possible to

[PATCH 1/3] ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header

2014-11-21 Thread Tony Lindgren
We still need to support platform data for omap3 until it's booting in device tree only mode. So let's add platform_data/omap-gpmc.h for that, and a minimal linux/omap-gpmc.h for the save and restore used by the PM code. Let's also keep a minimal mach-omap2/gpmc.h still around to avoid churn on

[PATCHv2 0/3] Move omap GPMC to live in drivers/memory

2014-11-21 Thread Tony Lindgren
Hi, Here's version 2 of the patches to move omap GPMC (General Purpose Memory Controller) to live under drivers for further clean-up work. Changes from the first version are: - Few randconfig fixes for the first patch in the series - Don't include mach-omap2/gpmc.h any longer in any files we

Re: [PATCH 3/3] memory: gpmc: Move omap gpmc code to live under drivers

2014-11-21 Thread Felipe Balbi
On Fri, Nov 21, 2014 at 10:34:16AM -0800, Tony Lindgren wrote: Just move to drivers as further clean-up can now happen there finally. Let's also add Roger and me to the MAINTAINERS so we get notified for any patches related to GPMC. Cc: Arnd Bergmann a...@arndb.de Cc: Roger Quadros

Re: [PATCH 3/3] memory: gpmc: Move omap gpmc code to live under drivers

2014-11-21 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [141121 10:40]: On Fri, Nov 21, 2014 at 10:34:16AM -0800, Tony Lindgren wrote: --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -41,6 +41,14 @@ config TI_EMIF parameters and other settings during frequency, voltage and temperature

[GIT PULL v2] ARM: OMAP2+: some more hwmod clock patches for v3.19

2014-11-21 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony The following changes since commit 79005fbd3e1d671d08c45c9140ee9826efdc367c: ARM: OMAP2+: hwmod: drop unnecessary list initialization (2014-11-13 09:36:55 -0700) are available in the git repository at:

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

2014-11-21 Thread Richard Cochran
On Fri, Nov 21, 2014 at 07:17:18PM +0100, Johannes Pointner wrote: Before the patches were also jumps but I thought it is something Vignesh should know. Maybe there is some fix for that too? As Richard also noted, it would be nice if ti could let us know how to get the delay values right. By

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

2014-11-21 Thread Griffis, Brad
-Original Message- From: Richard Cochran [mailto:richardcoch...@gmail.com] On Fri, Nov 21, 2014 at 07:17:18PM +0100, Johannes Pointner wrote: Before the patches were also jumps but I thought it is something Vignesh should know. Maybe there is some fix for that too? I believe

[PATCH v2 3/4] i2c: omap: don't reset controller if Arbitration Lost detected

2014-11-21 Thread Alexander Kochetkov
Arbitration Lost is an expected situation in a multimaster environment. I2C controller (IP) correctly detect and report AL. The only one visible reason for reseting IP in the AL case is to avoid advisory 1.94 (omap3) and errata i595 (omap4): I2C: After an Arbitration is Lost the Module

Re: [PATCH] i2c: omap: fix i207 errata handling

2014-11-21 Thread Alexander Kochetkov
21 нояб. 2014 г., в 19:08, Felipe Balbi ba...@ti.com написал(а): Tested on BBB and AM437x Starter Kit Tested-by: Felipe Balbi ba...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com 21 нояб. 2014 г., в 0:10, Aaro Koskinen aaro.koski...@iki.fi написал(а): I could not see any breakage or

Re: [PATCH] i2c: omap: fix i207 errata handling

2014-11-21 Thread Alexander Kochetkov
21 нояб. 2014 г., в 3:29, Alexander Kochetkov al.koc...@gmail.com написал(а): Found by code review. Real impact haven't seen. Tested on Beagleboard XM C. Does anybody know the certain rare conditions when RDR errata appears? I tested without luck (Beagleboard XM C). Spent half a day

Re: [GIT PULL v2] ARM: OMAP2+: some more hwmod clock patches for v3.19

2014-11-21 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [141121 11:19]: Hi Tony The following changes since commit 79005fbd3e1d671d08c45c9140ee9826efdc367c: ARM: OMAP2+: hwmod: drop unnecessary list initialization (2014-11-13 09:36:55 -0700) are available in the git repository at:

Re: [PATCH v2 2/2] ARM: dts: Add devicetree for NovaTech OrionLXm

2014-11-21 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [141117 11:10]: On Mon, Nov 17, 2014 at 01:02:35PM -0600, George McCollister wrote: This adds the NovaTech OrionLXm which is based on the AM335x SoC http://www.novatechweb.com/substation-automation/orionlxm/ RAM: 512MiB Flash: 4GB eMMC Ethernet PHYs: 2x

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

2014-11-21 Thread Tony Lindgren
* NeilBrown ne...@suse.de [141118 19:45]: On Wed, 12 Nov 2014 16:31:54 -0600 Felipe Balbi ba...@ti.com wrote: this is actually what the USB Battery Charging spec requires us to implement. If Linux is doing differently, it's a bug on Linux which should be fixed :-) No host is allowed

Re: [PATCH v13 5/9] arm: omap1: Migrate debug_ll macros to use 8250.S

2014-11-21 Thread Tony Lindgren
* Daniel Thompson daniel.thomp...@linaro.org [141117 06:53]: The omap1's debug-macro.S is similar to the generic 8250 code. Compared to the 8520 code the omap1 macro automatically determines what UART to use based on breadcrumbs left by the bootloader and automatically copes with the eccentric

Re: [PATCH v5 06/10] ARM: dts: am4372: Add DCAN nodes

2014-11-21 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [141117 05:10]: The SoC contains 2 DCAN modules. Add them. Thanks applying all into omap-for-v3.19/dt-v2. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] ARM: Gumstix DuoVero: Bind vdac regulator to hdmi node

2014-11-21 Thread Tony Lindgren
* Adam YH Lee adam.yh@gmail.com [141113 10:06]: The HDMI node does not have a power supply attached. As a result its power regulator, VDAC, shuts off on boot and screen loses signal. This attaches VDAC (vdda_hdmi_dac) to HDMI's vdda-supply. Applying into omap-for-v3.19/dt-v2 thanks. Tony

Re: [PATCH] ARM: DTS: OMAP3-N900: add si4713 support

2014-11-21 Thread Tony Lindgren
* Sebastian Reichel s...@kernel.org [141114 17:49]: Add si4713 node to the N900 device tree file. Applying into omap-for-v3.19/dt-v2 thanks. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] DTS: ARM: OMAP3-N900: Add n900-battery support

2014-11-21 Thread Tony Lindgren
* Sebastian Reichel s...@kernel.org [141114 18:10]: This adds support for the N900's battery to the Nokia N900 DTS file. Applying this too thanks. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

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

2014-11-21 Thread Tony Lindgren
* Lokesh Vutla lokeshvu...@ti.com [141119 04:26]: 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 Applying into omap-for-v3.19/dt-v2 thanks. Tony --- Changes since v1: - Fixed rtc

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

2014-11-21 Thread Tony Lindgren
* Dmitry Lifshitz lifsh...@compulab.co.il [141118 01:15]: 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 Applying all into omap-for-v3.19/dt-v2 thanks. Tony Dmitry

Re: [PATCH v5 06/10] ARM: dts: am4372: Add DCAN nodes

2014-11-21 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [141121 15:52]: * Roger Quadros rog...@ti.com [141117 05:10]: The SoC contains 2 DCAN modules. Add them. Thanks applying all into omap-for-v3.19/dt-v2. Oops, have to drop these as they cause this on make dtbs: DTC arch/arm/boot/dts/dra7-evm.dtb

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

2014-11-21 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [141121 16:04]: * Dmitry Lifshitz lifsh...@compulab.co.il [141118 01:15]: 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 Applying

Re: [PATCH v3 2/2] ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and am43x-epos-evm

2014-11-21 Thread Tony Lindgren
* Vignesh R vigne...@ti.com [141121 02:18]: This patch adds tscadc DT entries for am437x-gp-evm and am43x-epos-evm. Applying into omap-for-v3.19/dt-v2 thanks. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

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

2014-11-21 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [141118 10:08]: 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. Applying patches 1 - 5 to omap-for-v3.19/soc thanks. Tony -- To unsubscribe from this list: send the line

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

2014-11-21 Thread Felipe Balbi
Hi Wolfram, On Tue, Nov 18, 2014 at 02:19:07PM -0600, Felipe Balbi wrote: 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

Re: [PATCH v2 3/4] i2c: omap: don't reset controller if Arbitration Lost detected

2014-11-21 Thread Felipe Balbi
On Sat, Nov 22, 2014 at 02:51:47AM +0400, Alexander Kochetkov wrote: Arbitration Lost is an expected situation in a multimaster environment. I2C controller (IP) correctly detect and report AL. The only one visible reason for reseting IP in the AL case is to avoid advisory 1.94 (omap3) and