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

2015-08-04 Thread Michal Suchanek
On 5 August 2015 at 07:35, Vignesh R wrote: > > > On 08/05/2015 10:51 AM, Michal Suchanek wrote: >> Hello, >> >> On 4 August 2015 at 19:59, 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: >>> >>> TI QSPI co

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

2015-08-04 Thread Vignesh R
On 08/05/2015 10:51 AM, Michal Suchanek wrote: > Hello, > > On 4 August 2015 at 19:59, 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: >>> @use_mmap_mode: Some SPI controller chips are optimized for interactin

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

2015-08-04 Thread Michal Suchanek
Hello, On 4 August 2015 at 19:59, 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: >> >>> @use_mmap_mode: Some SPI controller chips are optimized for interacting >>> with serial flash memories. These chips have memory map

Re: [PATCH 00/13] Enhance twl4030_charger functionality. - V3

2015-08-04 Thread Sebastian Reichel
Hi, On Thu, Jul 30, 2015 at 10:11:24AM +1000, NeilBrown wrote: > Following is most of my twl4030_charger patches, rebased against > git://git.infradead.org/battery-2.6 > > Since the previous set I have added the conversion to > module_platform_driver so EPROBE_DEFER can be used, and fixed > a fe

Re: [PATCH v2 3/3] soc: ti: Add wkup_m3_ipc driver

2015-08-04 Thread Dave Gerlach
On 07/20/2015 01:16 AM, Tony Lindgren wrote: * Dave Gerlach [150717 13:59]: + +/* Public functions */ ... +EXPORT_SYMBOL_GPL(wkup_m3_set_mem_type); +EXPORT_SYMBOL_GPL(wkup_m3_set_resume_address); +EXPORT_SYMBOL_GPL(wkup_m3_request_pm_status); +EXPORT_SYMBOL_GPL(wkup_m3_prepare_low_power); +EX

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

2015-08-04 Thread Anthoine Bourgeois
Devkit8000 was sold with a 4.3" LCD or 7.0" or without. This patch creates one dts file per bundle. --- arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/omap3-devkit8000-common.dtsi | 370 + arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi |

[PATCH 2/7] ARM: dts: omap3-devkit8000: Add PMU stat support

2015-08-04 Thread Anthoine Bourgeois
This patch declares the LEDB usage to the PMU stat monitor. --- arch/arm/boot/dts/omap3-devkit8000.dts | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts index 07b0f5a..96c7020 100644

[PATCH 5/7] ARM: dts: omap3-devkit8000: Add DSS' DVI support

2015-08-04 Thread Anthoine Bourgeois
This commit adds the support of DVI output on the devkit8000 board. --- arch/arm/boot/dts/omap3-devkit8000.dts | 103 - 1 file changed, 102 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts in

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

2015-08-04 Thread Anthoine Bourgeois
This patch is the touchscreen part for LCD screens sold with devkit8000 board. --- arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi | 35 ++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi b/arch/arm/boot/dts/omap3-devkit8000

[PATCH 3/7] ARM: dts: omap3-devkit8000: Add keymap support

2015-08-04 Thread Anthoine Bourgeois
The keymap is convert in devicetree from the legacy board file. --- arch/arm/boot/dts/omap3-devkit8000.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts index 96c7020..980e3b8 100644 --- a

[PATCH 4/7] ARM: dts: omap3-devkit8000: Add S-video output support

2015-08-04 Thread Anthoine Bourgeois
This commit adds the support of TV output on the devkit8000 board. --- arch/arm/boot/dts/omap3-devkit8000.dts | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts index 980e3b8..9d0c438 100644

[PATCH 1/7] ARM: dts: omap3-devkit8000: Add user button support

2015-08-04 Thread Anthoine Bourgeois
This patch links the user button to the BTN_EXTRA action. --- arch/arm/boot/dts/omap3-devkit8000.dts | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts index 2af54cb..07b0f5a 100644 --- a/arch/arm/boot

[PATCH 0/7] Convert devkit8000 board file to device tree

2015-08-04 Thread Anthoine Bourgeois
This serie converts some structures and informations from devkit8000's board file to the device tree format. One patch per feature. Anthoine Bourgeois (7): ARM: dts: omap3-devkit8000: Add user button support ARM: dts: omap3-devkit8000: Add PMU stat support ARM: dts: omap3-devkit8000: Add key

Regarding unused cross trigger interface omap4 helpers in mainline

2015-08-04 Thread Amit Pundir
Hi, I stumbled upon these upstream helpers while sorting out a merge conflict and after looking around a bit, it turned out that these CTI helpers have no users in mainline tree at all. Introduced in commit 14eec97ff463 "arm: introduce cross trigger interface helpers", these CTI helpers were inte

Re: [PATCH v5 40/46] usb: gadget: epautoconf: rework ep_matches() function

2015-08-04 Thread Felipe Balbi
On Fri, Jul 31, 2015 at 04:00:52PM +0200, Robert Baldyga wrote: > Rework ep_matches() function to make it shorter and more readable. > > Signed-off-by: Robert Baldyga this regresses at least mass storage. How did you test it ? I'll keep all patches up to this one, please fix the problem, rebase

Re: [V3] [TWL4030 MADC] Fix ADC[3:6] readings

2015-08-04 Thread Adam Lee
Hello Jonathan, thanks for your comment. Just submitted V4 with corrections: 1. regulator configuration is now done before iio_device_register 2. devm_regulator_put has been removed as it is not necessary Let me know! Adam On Sun, Aug 2, 2015 at 9:55 AM, Jonathan Cameron wrote: > On 21/07/15

[V4] [TWL4030 MADC] Correction and clean-up

2015-08-04 Thread Adam YH Lee
The V4 of this patch addresses issues raised by Jonathan [1]. "iio_device_register" call should be the last call in the probe. All regulators should be configured before that call. Remove devm_regulator_put as it is not necessary. "devm_allocators" (devm_regulator_get, in this case) does device r

[V4] [TWL4030 MADC] Fix ADC[3:6] readings

2015-08-04 Thread Adam YH Lee
MADC[3:6] reads incorrect values without these two following changes: - enable the 3v1 bias regulator for ADC[3:6] - configure ADC[3:6] lines as input, not as USB Signed-off-by: Adam YH Lee --- drivers/iio/adc/twl4030-madc.c | 34 ++ 1 file changed, 34 insertions

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

2015-08-04 Thread R, Vignesh
On 8/4/2015 9:21 PM, Mark Brown wrote: > On Mon, Aug 03, 2015 at 10:27:19AM +0530, Vignesh R wrote: > >> @use_mmap_mode: Some SPI controller chips are optimized for interacting >> with serial flash memories. These chips have memory mapped interface, >> through which entire serial flash memory sl

Re: [PATCH v5 00/46] usb: gadget: rework ep matching and claiming mechanism

2015-08-04 Thread Felipe Balbi
Hi, On Fri, Jul 31, 2015 at 04:00:12PM +0200, Robert Baldyga wrote: > Hello, > > This patch series reworks endpoint matching and claiming mechanism in > epautoconf. From v2 there are couple of new patches adding 'ep_match' > to usb_gadget_ops and removing chip-specific quirk handling from generic

Re: [PATCH v5 07/46] usb: dwc3: gadget: add ep capabilities support

2015-08-04 Thread Felipe Balbi
On Fri, Jul 31, 2015 at 04:00:19PM +0200, Robert Baldyga wrote: > Convert endpoint configuration to new capabilities model. > > Signed-off-by: Robert Baldyga > --- > drivers/usb/dwc3/gadget.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/drivers/usb/dwc3/gadget.c b/dri

Re: [PATCH 5/7] phy: omap-usb2: use omap_usb_power_off to power off the PHY during probe

2015-08-04 Thread Felipe Balbi
On Tue, Aug 04, 2015 at 08:50:44PM +0530, Kishon Vijay Abraham I wrote: > No functional change. Previously omap_control_phy_power() was used to power same comment as before. > off the PHY during probe. But once phy-omap-usb2 driver is adapted to > use syscon, omap_control_phy_power() cannot be us

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

2015-08-04 Thread Felipe Balbi
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 pm_runtime_enable(), clk_prepare_enable() and creation of the PHY

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

2015-08-04 Thread Felipe Balbi
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 I think this needs to be splitted into smaller patches. Seems like the very

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

2015-08-04 Thread Felipe Balbi
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 Abraham I > --- > Documentation/devicetree/bindings/usb/oma

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

2015-08-04 Thread Mark Brown
On Mon, Aug 03, 2015 at 10:27:19AM +0530, Vignesh R wrote: > @use_mmap_mode: Some SPI controller chips are optimized for interacting > with serial flash memories. These chips have memory mapped interface, > through which entire serial flash memory slave can be read/written as if > though they are

Re: [RFC PATCH 4/5] ARM: dts: DRA7: Add memory map region entries for qspi

2015-08-04 Thread Mark Brown
On Mon, Aug 03, 2015 at 10:32:09AM +0530, Vignesh R wrote: > On 07/31/2015 11:49 PM, Mark Brown wrote: > >> - reg = <0x4790 0x100>; > >> + reg = <0x4790 0x100>, > >> +<0x3000 0x3ff>; > >> + reg-names = "qspi

Re: [PATCH v3 2/3] ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY

2015-08-04 Thread Kishon Vijay Abraham I
On Tuesday 04 August 2015 02:11 PM, Tony Lindgren wrote: > * Roger Quadros [150804 01:22]: >> Tony, >> >> On 17/07/15 16:47, Roger Quadros wrote: >>> This register is required to be passed to the SATA PHY driver >>> to workaround errata i783 (SATA Lockup After SATA DPLL Unlock/Relock). >>> >>> S

[PATCH 00/10] ARM: dts: use syscon property instead of ctrl-module

2015-08-04 Thread Kishon Vijay Abraham I
This series is split from [1] to include only the dt patches. This series is basically to deprecate using ctrl-module property and use corresponding syscon properties to program the control module registers. Changes from [1] in PHY patches include *) series created after applying [2] Did basic e

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

2015-08-04 Thread Kishon Vijay Abraham I
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 --- arch/arm/boot/dts/omap5.dtsi | 10 +- 1 file changed, 1 insertion(+),

[PATCH 1/3] ARM: dts: am43xx: Introduce MUX_MODE9 for pinctrl

2015-08-04 Thread Roger Quadros
From: Dave Gerlach Some pins on AM43XX support MODE9 for the pinctrl settings so add a binding to describe this. Signed-off-by: Dave Gerlach Signed-off-by: Roger Quadros --- include/dt-bindings/pinctrl/am43xx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/pinctrl/am

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

2015-08-04 Thread Kishon Vijay Abraham I
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 --- arch/arm/boot/dts/dra7.dtsi | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-

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

2015-08-04 Thread Roger Quadros
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. cheers, -roger Dave Gerlach (1): ARM: dts: am43xx: Introduce MUX_MODE9 for pinctrl Roger Quadros

[PATCH 2/3] ARM: dts: am437x-gp-evm: Add gpio-hog for configuring eMMC/NAND driver

2015-08-04 Thread Roger Quadros
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. Move pinmux for spi2_cs0 (SEL_eMMCorNANDn) out of NAND node into gpio0 so it is initialized with gpio0. Signed-off-by: Roger Quadros --- arc

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

2015-08-04 Thread Kishon Vijay Abraham I
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 Abraham I --- arch/arm/boot/dts/omap5.dtsi | 16 ++

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

2015-08-04 Thread Kishon Vijay Abraham I
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 --- arch/arm/boot/dts/omap4.dtsi |8 +--- 1 file changed, 1 insertion(+

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

2015-08-04 Thread Kishon Vijay Abraham I
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 Vijay Abraham I --- arch/arm/boot/dts/am4372.dtsi |

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

2015-08-04 Thread Kishon Vijay Abraham I
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 --- arch/arm/boot/dts/omap4.dtsi |8 +--- 1 file changed, 1 insertion(+

[PATCH 3/3] ARM: dts: am437x-gp-evm: Add eMMC support

2015-08-04 Thread Roger Quadros
Add eMMC pinmux and mmc2 related bits. We keep the mmc2 controller disabled as it conflits with gpmc/NAND. To enable emmc, simply set mmc2 controller node to "okay" and set the gpmc node to "disabled" and change the SelEMMCorNAND gpio-hog to output-high. Signed-off-by: Roger Quadros --- arch/ar

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

2015-08-04 Thread Kishon Vijay Abraham I
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. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/b

[PATCH 04/10] ARM: dts: dra7: Use "ti,dra7x-usb2-phy2" compatible string for USB2 PHY2

2015-08-04 Thread Kishon Vijay Abraham I
The USB2 PHY2 has a different register map compared to USB2 PHY1 to power on/off the PHY. In order to handle it, use the new compatible string "ti,dra7x-usb2-phy2" for the second instance of USB2 PHY. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra7.dtsi |2 +- 1 file changed

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

2015-08-04 Thread Kishon Vijay Abraham I
Add new device tree node for the control module register space where PCIe registers are present. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra7.dtsi |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index aa6ab

[PATCH 03/10] ARM: dts: dra7: Use "syscon-phy-power" and "syscon-pcs" in PCIe PHY node

2015-08-04 Thread Kishon Vijay Abraham I
Add "syscon-phy-power" property and "syscon-pcs" property which can be used to perform the control module initializations and remove the deprecated "ctrl-module" property from PCIe PHY dt nodes. Phandle to "sysclk" clock node is also added to the PCIe PHY node since some of the syscon initializati

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

2015-08-04 Thread Kishon Vijay Abraham I
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 --- Documentation/devicetree/bindings/phy/ti-phy.txt |6 +- driver

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

2015-08-04 Thread Kishon Vijay Abraham I
No functional change. Previously omap_control_phy_power() was used to power off the PHY during probe. But once PIPE3 driver is adapted to use syscon, omap_control_phy_power() cannot be used. Hence used ti_pipe3_power_off to power off the PHY. Signed-off-by: Kishon Vijay Abraham I Acked-by: Roger

[PATCH 3/7] phy: ti-pipe3: use *syscon* framework API to power on/off the PHY

2015-08-04 Thread Kishon Vijay Abraham I
Deprecate using phy-omap-control driver to power on/off the PHY and use *syscon* framework to do the same. Signed-off-by: Kishon Vijay Abraham I --- Documentation/devicetree/bindings/phy/ti-phy.txt | 10 ++- drivers/phy/phy-ti-pipe3.c | 90 ++ 2 file

[PATCH 4/7] phy: ti-pipe3: use *syscon* framework API to set PCS value of the PHY

2015-08-04 Thread Kishon Vijay Abraham I
Deprecate using phy-omap-control driver to set PCS value of the PHY and start using *syscon* API to do the same. Signed-off-by: Kishon Vijay Abraham I Acked-by: Roger Quadros --- Documentation/devicetree/bindings/phy/ti-phy.txt |2 ++ drivers/phy/phy-ti-pipe3.c | 34

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

2015-08-04 Thread Kishon Vijay Abraham I
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 --- Documentation/devicetree/bindings/phy/ti-phy.txt |2 ++ drivers/phy/phy-omap-usb2.c |

[PATCH 0/7] phy: use syscon framework APIs to set ctrl mod reg

2015-08-04 Thread Kishon Vijay Abraham I
This series is split from [1] to include only the PHY patches. This series is basically to deprecate using phy-omap-control and use syscon APIs to program the control module registers. Changes from [1] in PHY patches include *) cleanup ti_pipe3_probe *) have mask, power_on and power_off values in

[PATCH 5/7] phy: omap-usb2: use omap_usb_power_off to power off the PHY during probe

2015-08-04 Thread Kishon Vijay Abraham I
No functional change. Previously omap_control_phy_power() was used to power off the PHY during probe. But once phy-omap-usb2 driver is adapted to use syscon, omap_control_phy_power() cannot be used. Hence used omap_usb_power_off to power off the PHY. Signed-off-by: Kishon Vijay Abraham I Acked-by

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

2015-08-04 Thread Kishon Vijay Abraham I
No functional change. Add separate functions for pll, clocks and syscon to make ti_pipe3_probe clean. Signed-off-by: Kishon Vijay Abraham I --- drivers/phy/phy-ti-pipe3.c | 165 1 file changed, 104 insertions(+), 61 deletions(-) diff --git a/drivers

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

2015-08-04 Thread Kishon Vijay Abraham I
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 Abraham I --- Documentation/devicetree/bindings/usb/omap-usb.txt |7 +- drivers/usb/musb/omap2430.c| 115 ++

Re: [PATCH 3/3] serial: 8250: omap: restore registers on shutdown

2015-08-04 Thread Sebastian Andrzej Siewior
On 08/03/2015 09:32 PM, Peter Hurley wrote: >> You mean a function in 8250-dma API which does what I did just here >> with the wait_event() and the wake_up in the callback? That way I could >> move the termios_wait into the dma struct instead of keeping in the >> omap specific part. I am also not

Re: cpuidle results in ethernet degredation ?

2015-08-04 Thread Ran Shalit
On Tue, Aug 4, 2015 at 11:09 AM, Tony Lindgren wrote: > * Ran Shalit [150803 07:03]: >> >> I am using GPMC with smsc911x controller. >> If I understand you correctly, I can overcome this, but asking the >> hardware not get into inactive state. > > Correct. Probably the automatic way to block deep

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

2015-08-04 Thread Roger Quadros
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 --- v3: removed #address/size-cells. arch/arm/boot/dts/dra7.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch

Re: [PATCH v3 0/5] ARM: dts: OMAP2+: Enable USB dual-role on supported boards

2015-08-04 Thread Tony Lindgren
* Roger Quadros [150727 02:30]: > Tony, > > On 21/07/15 13:54, Tony Lindgren wrote: > > * Roger Quadros [150708 03:45]: > >> Hi, > >> > >> Enables dual-role feaure on supported boards. > >> > >> Depends on > >> [1] - core USB DRD support - > >> http://thread.gmane.org/gmane.linux.kernel/1991413

Re: [PATCH v3 2/3] ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY

2015-08-04 Thread Tony Lindgren
* Roger Quadros [150804 01:22]: > Tony, > > On 17/07/15 16:47, Roger Quadros wrote: > > This register is required to be passed to the SATA PHY driver > > to workaround errata i783 (SATA Lockup After SATA DPLL Unlock/Relock). > > > > Signed-off-by: Roger Quadros > > Can you please Ack or pick t

Re: [PATCH v3 2/3] ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY

2015-08-04 Thread Roger Quadros
Tony, On 17/07/15 16:47, Roger Quadros wrote: > This register is required to be passed to the SATA PHY driver > to workaround errata i783 (SATA Lockup After SATA DPLL Unlock/Relock). > > Signed-off-by: Roger Quadros Can you please Ack or pick this for -fixes. Kishon has already picked patch 1 i

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

2015-08-04 Thread Roger Quadros
On 03/08/15 18:51, Kishon Vijay Abraham I wrote: > Hi Roger, > > On Monday 27 July 2015 03:57 PM, Roger Quadros wrote: >> 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 Qu

Re: cpuidle results in ethernet degredation ?

2015-08-04 Thread Tony Lindgren
* Ran Shalit [150803 07:03]: > > I am using GPMC with smsc911x controller. > If I understand you correctly, I can overcome this, but asking the > hardware not get into inactive state. Correct. Probably the automatic way to block deeper idle states here with GPMC would be to implement DMA transfe

Re: Nokia N900 - audio TPA6130A2 problems

2015-08-04 Thread Peter Ujfalusi
On 08/03/2015 09:48 PM, Jarkko Nikula wrote: > It is well possible that some regression got introduced to TPA6130A2 I2C > communication over the years without nobody than you now notices. We > used to do QA back in Meego N900 days but that was pre 3.x kernels. No major changes has been done to the