Re: [PATCH v5 18/48] mfd: twl4030-power: Register with kernel power-off handler

2014-11-10 Thread Pavel Machek
Hi! @@ -611,7 +611,7 @@ twl4030_power_configure_resources(const struct twl4030_power_data *pdata) * After a successful execution, TWL shuts down the power to the SoC * and all peripherals connected to it. */ -void twl4030_power_off(void) +static void twl4030_power_off(struct

Re: [PATCH v4 6/8] net: can: c_can: Disable pins when CAN interface is down

2014-11-10 Thread Roger Quadros
On 11/07/2014 04:54 PM, Marc Kleine-Budde wrote: On 11/07/2014 03:49 PM, Roger Quadros wrote: DRA7 CAN IP suffers from a problem which causes it to be prevented from fully turning OFF (i.e. stuck in transition) if the module was disabled while there was traffic on the CAN_RX line. To work

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

2014-11-10 Thread Lee Jones
On Fri, 07 Nov 2014, Vignesh R wrote: From: Brad Griffis bgrif...@ti.com TSC interrupt handler had udelay to avoid reporting of false pen-up interrupt to user space. This patch implements workaround suggesting in Advisory 1.0.31 of silicon errata for am335x, thus eliminating udelay and

Re: tsc2005 touchscreen: implement disable attribute

2014-11-10 Thread Pali Rohár
On Sunday 09 November 2014 21:01:42 Dmitry Torokhov wrote: On Sun, Nov 09, 2014 at 01:49:19PM +0100, Pali Rohár wrote: On Sunday 09 November 2014 13:40:25 Sebastian Reichel wrote: Hi, On Sun, Nov 09, 2014 at 12:56:37PM +0100, Pavel Machek wrote: Implement disable attribute for

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

2014-11-10 Thread Lee Jones
On Fri, 07 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

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

2014-11-10 Thread Lee Jones
On Mon, 10 Nov 2014, Lee Jones wrote: On Fri, 07 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

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

2014-11-10 Thread Vignesh R
On Monday 10 November 2014 02:56 PM, Lee Jones wrote: On Mon, 10 Nov 2014, Lee Jones wrote: On Fri, 07 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

Re: [PATCH 1/4] input: touchscreen: ti_am335x_tsc Interchange touchscreen and ADC steps

2014-11-10 Thread Vignesh R
On Friday 07 November 2014 01:30 PM, Richard Cochran wrote: On Fri, Nov 07, 2014 at 11:04:05AM +0530, Vignesh R wrote: Currently, there is too much noise in the TSC hardware that is being removed by delta filtering. The so called filter was only programmed because the fifo entries were

Re: [RFCv2 0/8] [media] si4713 DT binding

2014-11-10 Thread Hans Verkuil
Hi Sebastian, I've tested the whole 8-part patch series with my si4713 USB dev board, and it is working fine. I've accepted patches 1-4. The others need to be reposted since patch 5 had a change request. Regards, Hans On 11/07/2014 01:49 PM, Hans Verkuil wrote: On 10/21/14 17:06,

Re: [PATCH v4 00/10] ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driver

2014-11-10 Thread Ulf Hansson
On 8 November 2014 15:33, Andreas Fenkart afenk...@gmail.com wrote: v4: - rework patch descriptions - dropped patch removing unused defines in mach-omap2/mmc.h - rebase 3.18.0-rc3 - compile test omap1 and omap2 compile tested OMAP1: CONFIG_MACH_OMAP_INNOVATOR=y CONFIG_MACH_OMAP_H2=y

Re: ASoC: omap: enable sound support on n900 on devicetree-based boot

2014-11-10 Thread Mark Brown
On Sun, Nov 09, 2014 at 08:41:51PM +0100, Pavel Machek wrote: With device tree, it is possible (and encouraged) to build N900 kernels without CONFIG_MACH_NOKIA_RX51. Update config file to enable the driver build in this case. Applied, thanks. signature.asc Description: Digital signature

Tiny dts change breaks boot on n900

2014-11-10 Thread Pavel Machek
Hi! I'm confused: This fixes boot on n900. Strange thing is ... adp1653 driver is not even compiled in -- it is module. It looks like tiny change in dts noone should care about breaks boot... I don't even have adp1653 device parsing code written. Something similar happened before -- change in

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

2014-11-10 Thread Lee Jones
On Sun, 02 Nov 2014, Tony Lindgren wrote: Commit e7cd1d1eb16f (mfd: twl4030-power: Add generic reset configuration) enabled configuring the PM features for twl4030. This caused poweroff command to fail on devices that have the BCI charger on twl4030 wired, or have power wired for VBUS.

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

2014-11-10 Thread Pavel Machek
On Mon 2014-11-10 13:31:18, Pavel Machek wrote: Hi! I'm confused: This fixes boot on n900. Strange thing is ... adp1653 driver is not even compiled in -- it is module. It looks like tiny change in dts noone should care about breaks boot... I don't even have adp1653 device parsing code

Re: [PATCH v5 18/48] mfd: twl4030-power: Register with kernel power-off handler

2014-11-10 Thread Guenter Roeck
On 11/10/2014 12:46 AM, Pavel Machek wrote: Hi! @@ -611,7 +611,7 @@ twl4030_power_configure_resources(const struct twl4030_power_data *pdata) * After a successful execution, TWL shuts down the power to the SoC * and all peripherals connected to it. */ -void twl4030_power_off(void)

Re: [PATCH v5 18/48] mfd: twl4030-power: Register with kernel power-off handler

2014-11-10 Thread Guenter Roeck
On 11/10/2014 06:09 AM, Guenter Roeck wrote: On 11/10/2014 12:46 AM, Pavel Machek wrote: Hi! @@ -611,7 +611,7 @@ twl4030_power_configure_resources(const struct twl4030_power_data *pdata) * After a successful execution, TWL shuts down the power to the SoC * and all peripherals connected

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

2014-11-10 Thread Tony Lindgren
* Pavel Machek pa...@ucw.cz [141110 04:59]: On Mon 2014-11-10 13:31:18, Pavel Machek wrote: Hi! I'm confused: This fixes boot on n900. Strange thing is ... adp1653 driver is not even compiled in -- it is module. It looks like tiny change in dts noone should care about breaks

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

2014-11-10 Thread Andreas Färber
Am 10.11.2014 um 12:58 schrieb Pavel Machek: If I replace the blo[ck] below with a = 1; b = 2; c = 3; d = 4; Resulting kernel boots. Replacing it with a-really-long-attribute-name-hopefully-this-breaks-stuff = 1; b = 2; c = 3; d = 4; Breaks the boot. I'm using dtb append

Re: [PATCH 1/2] bus: omap_l3_noc: Add resume hook to restore context

2014-11-10 Thread Nishanth Menon
On 11/09/2014 11:03 PM, Keerthy wrote: On certain SoCs such as AM437x SoC, L3_noc error registers are maintained in power domain such as per domain which looses context as part of low power state such as RTC+DDR mode. On these platforms when we mask interrupts which we cannot handle, the

Re: [PATCH 0/2] bus: omap_l3_noc: Add resume hook to restore mask registers

2014-11-10 Thread Nishanth Menon
On 11/09/2014 11:03 PM, Keerthy wrote: l3_noc module loses context during both DS0 and RTC+DDR in self refresh modes. This causes the previously masked l3 interrupts to trigger and the software book keeping assumes the interrupts are masked and does nothing to mask. This software/hardware out

Re: [PATCH 2/2] bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler

2014-11-10 Thread Nishanth Menon
On 11/09/2014 11:03 PM, Keerthy wrote: Correct returning IRQ_HANDLED unconditionally in the irq handler. Return IRQ_NONE for some interrupt which we do not expect to be handled in this handler. This prevents kernel stalling with back to back spurious interrupts. Signed-off-by: Keerthy

Re: [PATCH] ARM: OMAP2+: gpmc: Get rid of ti,elm-id not found warning

2014-11-10 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [141107 04:28]: OMAP3 and lower SoCs don't have the ELM module so this warning is annoying. Get rid of it. Reported-by: Tony Lindgren t...@atomide.com Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/gpmc.c | 2 -- 1 file changed, 2

Re: [PATCH v2] MAINTAINERS: add more files under OMAP SUPPORT

2014-11-10 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [141106 06:38]: These files are very important to the healt of the OMAP architecture, specially when it comes to PM support which currently we have working for at least OMAP3 and we'd like to know about any changes being made to our PMICs and IRQ controllers.

Re: [PATCH 0/3] ARM: dts: AM43x: Fix DCDC3 regulator voltage

2014-11-10 Thread Tony Lindgren
* Robert Nelson robertcnel...@gmail.com [141106 11:31]: On Thu, Nov 6, 2014 at 12:25 PM, Tony Lindgren t...@atomide.com wrote: * Keerthy j-keer...@ti.com [141106 02:55]: Fix DCDC3 volatge to 1.5V which is the right value to be supplied by DCDC3 for all the boards. Hmm so what about the

Re: [PATCH] ARM: OMAP: serial: remove last vestige of DTR_gpio support.

2014-11-10 Thread Tony Lindgren
* NeilBrown ne...@suse.de [141107 15:44]: These fields were added by: commit 9574f36fb801035f6ab0fbb1b53ce2c12c17d100 OMAP/serial: Add support for driving a GPIO as DTR. but not removed by commit 985bfd54c826c0ba873ca0adfd5589263e0c6ee2 tty: serial: omap: remove some dead code

Re: [PATCH 0/2] OMAP Mailbox DTS patches for 3.19

2014-11-10 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [141103 15:09]: Hi Tony, The following OMAP mailbox DTS patches are based on 3.18-rc3 and are intended for the 3.19 merge window. The first patch is new and adds the interrupts property to all the mailbox nodes on DRA7xx now that we have the DRA7xx interrupt

Re: [PATCH 00/13 v10] omap 8250 based UART + DMA

2014-11-10 Thread Tony Lindgren
* Sebastian Andrzej Siewior bige...@linutronix.de [141106 02:29]: On 11/06/2014 04:14 AM, Greg KH wrote: I've now applied the patches here that I could, if I have missed any, please let me know and resend. Thank you Greg. I pulled your tty-testing and it seems to work on

Re: [PATCH v2] ARM: dts: sbc-t3x: add DVI display data

2014-11-10 Thread Tony Lindgren
* Igor Grinberg grinb...@compulab.co.il [141102 04:08]: On 11/02/14 13:19, Dmitry Lifshitz wrote: Add DSS related pinmux and display data nodes required to support DVI video out on SBC-T3530, SBC-T3730 and SBC-T3517. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il Acked-by:

Re: [PATCH] ARM: dts: omap3-gta04: Use omap specific pinctrl defines

2014-11-10 Thread Tony Lindgren
* Marek Belisko ma...@goldelico.com [141017 13:33]: Use omap specific pinctrl defines (OMAP3_CORE1_IOPAD) to configure the padconf register offset. Thanks applying into omap-for-v3.19/dt. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

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

2014-11-10 Thread Russell King - ARM Linux
On Mon, Nov 10, 2014 at 12:40:19PM +, Lee Jones wrote: On Sun, 02 Nov 2014, Tony Lindgren wrote: Commit e7cd1d1eb16f (mfd: twl4030-power: Add generic reset configuration) enabled configuring the PM features for twl4030. This caused poweroff command to fail on devices that have the

Re: [PATCH v3 0/2] Add DRA7xx CPSW Ethernet support in Device Tree

2014-11-10 Thread Tony Lindgren
* Mugunthan V N mugunthan...@ti.com [141021 03:02]: Adding device tree entry for CPSW to make it work in Dual EMAC mode. These patches were tested with DRA7 hwmod patches on top of linux-next. Patches are tested on top of Nishanth's PM tree for v3.17 [1] and pushed my tree to [2]. Did a

[PATCH v2 0/2] bus: omap_l3_noc: Add resume hook to restore mask registers

2014-11-10 Thread Keerthy
l3_noc module loses context during both DS0 and RTC+DDR in self refresh modes. This causes the previously masked l3 interrupts to trigger and the software book keeping assumes the interrupts are masked and does nothing to mask. This software/hardware out of sync leads to back to back l3 interrupts

[PATCH v2 2/2] bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler

2014-11-10 Thread Keerthy
Correct returning IRQ_HANDLED unconditionally in the irq handler. Return IRQ_NONE for some interrupt which we do not expect to be handled in this handler. This prevents kernel stalling with back to back spurious interrupts. Fixes: 2722e56de6 (OMAP4: l3: Introduce l3-interconnect error handling

[PATCH v2 1/2] bus: omap_l3_noc: Add resume hook to restore context

2014-11-10 Thread Keerthy
On certain SoCs such as AM437x SoC, L3_noc error registers are maintained in power domain such as per domain which looses context as part of low power state such as RTC+DDR mode. On these platforms when we mask interrupts which we cannot handle, the source of these interrupts still remain on

Re: [PATCH 0/4] ARM: dts: dra72-evm: NAND and USB support

2014-11-10 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [141030 07:37]: Hi Tony, On 10/21/2014 01:41 PM, Roger Quadros wrote: Hi Tony, These patches add NAND and USB support for DRA72-evm. Patches are for v3.19 and based on v3.18-rc1. I've tested that NAND and USB host works fine on DRA72-evm. I

Re: [PATCH] MAINTAINERS: Update entry for omap related .dts files to cover new SoCs

2014-11-10 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [141021 07:25]: DRA7(including AM5x) and AM47x series are handled under OMAP umbrella. These SoC support and dts have been added since 3.14 kernel and Pull requests for these have come in from OMAP till date. So just ensure that get_maintainers can pick up this

[PATCHv3 3/4] ARM: OMAP2: RX-51: update si4713 platform data

2014-11-10 Thread Sebastian Reichel
This updates platform data related to Si4713, which has been updated to be compatible with DT interface. Signed-off-by: Sebastian Reichel s...@kernel.org --- arch/arm/mach-omap2/board-rx51-peripherals.c | 69 +--- 1 file changed, 31 insertions(+), 38 deletions(-) diff

Re: [PATCH V2 3/3] ARM: dts: dra72-evm: Add MMC nodes

2014-11-10 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [141021 07:37]: Add MMC1 and 2 nodes. MMC1 is SDcard and MMC2 is eMMC. NOTE on MMC1 card detect: Ideally, we should be using in-built SDCD support, but we dont have it yet. So, use the fact that control module of DRA7 is setup such that no matter what mode one

[PATCHv3 1/4] [media] si4713: add device tree support

2014-11-10 Thread Sebastian Reichel
Add device tree support by changing the device registration order. In the device tree the si4713 node is a normal I2C device, which will be probed as such. Thus the V4L device must be probed from the I2C device and not the other way around. Signed-off-by: Sebastian Reichel s...@kernel.org ---

[PATCHv3 2/4] [media] si4713: add DT binding documentation

2014-11-10 Thread Sebastian Reichel
This patch adds the DT bindings documentation for Silicon Labs Si4713 FM radio transmitter. Signed-off-by: Sebastian Reichel s...@kernel.org --- Documentation/devicetree/bindings/media/si4713.txt | 30 ++ 1 file changed, 30 insertions(+) create mode 100644

[PATCHv3 4/4] [media] si4713: cleanup platform data

2014-11-10 Thread Sebastian Reichel
Remove unreferenced members from the platform data's structure. Signed-off-by: Sebastian Reichel s...@kernel.org --- include/media/si4713.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/media/si4713.h b/include/media/si4713.h index 343b8fb5..be4f58e 100644 ---

[PATCHv3 0/4] [media] si4713 DT binding

2014-11-10 Thread Sebastian Reichel
Hi, This is the third revision of the si4713 radio transmitter DT support patchset needed for the Nokia N900. Changes since PATCHv2: * Dropped patches 1-4, which have been accepted * Patch 1 has been updated according to Sakari's comments * Patch 3-4 are unchanged Apart from that you marked

Re: [PATCHv3 0/4] [media] si4713 DT binding

2014-11-10 Thread Tony Lindgren
* Sebastian Reichel s...@kernel.org [141110 12:36]: Hi, This is the third revision of the si4713 radio transmitter DT support patchset needed for the Nokia N900. Changes since PATCHv2: * Dropped patches 1-4, which have been accepted * Patch 1 has been updated according to Sakari's

Re: [PATCHv3 3/4] ARM: OMAP2: RX-51: update si4713 platform data

2014-11-10 Thread Tony Lindgren
* Sebastian Reichel s...@kernel.org [141110 12:37]: This updates platform data related to Si4713, which has been updated to be compatible with DT interface. Signed-off-by: Sebastian Reichel s...@kernel.org Please feel free to merge this one along with the other camera patches, this should

Re: [PATCH] ARM: dts: dra7-evm: Keep all VDD rails always-on

2014-11-10 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [141103 06:44]: Hi Nishant, On 10/21/2014 05:38 PM, Nishanth Menon wrote: DRA7 Data Manual (SPRS857L - August 2014) section 4.1.1 states: All unused power supply balls must be supplied with the voltages specified in the Section 5.2, Recommended Operating

Re: [RFCv2 5/8] [media] si4713: add device tree support

2014-11-10 Thread Sebastian Reichel
Hi Sakari, On Tue, Nov 04, 2014 at 11:47:14PM +0200, Sakari Ailus wrote: Nice set of patches! Thanks! :-) Thanks :) [...] struct si4713_device *sdev; - struct si4713_platform_data *pdata = client-dev.platform_data; struct v4l2_ctrl_handler *hdl; - int rval, i; +

Re: [beagleboard] Re: BeagleBoard-X15 - seriously? :)

2014-11-10 Thread Nishanth Menon
On Mon, Nov 10, 2014 at 3:18 PM, John Syn john3...@gmail.com wrote: On 11/10/14, 1:06 PM, Suman Anna s-a...@ti.com wrote: Hi John, On 11/10/2014 02:24 PM, John Syn wrote: On 11/10/14, 10:58 AM, Nishanth Menon n...@ti.com wrote: On Mon, Nov 10, 2014 at 11:54 AM, John Syn john3...@gmail.com

Re: [PATCH v2] pinctrl: dra: dt-bindings: Fix output pull up/down

2014-11-10 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [141105 09:12]: On 11/03/2014 04:09 AM, Roger Quadros wrote: For PIN_OUTPUT_PULLUP and PIN_OUTPUT_PULLDOWN we must not set the PULL_DIS bit which disables the PULLs. PULL_ENA is a 0 and using it in an OR operation is a NOP, so don't use it in the

Re: [PATCH 1/1] ARM: dts: dra72x-evm: Enable CPSW and MDIO

2014-11-10 Thread Tony Lindgren
* Mugunthan V N mugunthan...@ti.com [141103 01:59]: Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and sleep states and enable them in board evm dts file. Signed-off-by: Mugunthan V N mugunthan...@ti.com --- Adding device tree entry for CPSW to make it work in Switch

Re: [PATCH 2/2] arm: boot: dts: am4372: enable dwc3 suspend PHY quirk

2014-11-10 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [141106 09:40]: Whenever Suspend PHY bit is set on AM437x devices, USB will not work due to Set EP Configuration command always failing. This was only found after a recent commit 2164a47 (usb: dwc3: set SUSPHY bit for all cores, which will be merged for v3.19)

Re: [PATCH] arm: boot: dts: dra7: add labels to DWC3 nodes

2014-11-10 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [141103 08:30]: by adding labels to DWC3 nodes, it's far easier for boards to reference them. Signed-off-by: Felipe Balbi ba...@ti.com Applying into omap-for-v3.19/dt, had to update it because of ARM: dts: DRA7: Move USB_OTG 4 to dra74x.dtsi. Updated patch below.

Re: [PATCH 3/4] arm: dts: omap3-gta04: Add handling for tv output

2014-11-10 Thread Tony Lindgren
* Marek Belisko ma...@goldelico.com [141103 14:01]: Add handling for gta04 tv out chain: venc - opa362 - svideo Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 48 ++ 1 file changed, 48 insertions(+) Applying

Re: [PATCH] arm: boot: dts: dra7: add labels to DWC3 nodes

2014-11-10 Thread Felipe Balbi
On Mon, Nov 10, 2014 at 03:27:09PM -0800, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [141103 08:30]: by adding labels to DWC3 nodes, it's far easier for boards to reference them. Signed-off-by: Felipe Balbi ba...@ti.com Applying into omap-for-v3.19/dt, had to update it because

Re: [PATCH 4/4] arm: dts: omap3-gta04: Add static configuration for devconf1 register

2014-11-10 Thread Tony Lindgren
* Marek Belisko ma...@goldelico.com [141103 14:01]: gta04 board need for tvout enabled 2 bits in devconf1 register (tvbypass and acbias). Add single pinmux entry and enable it. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 22

Re: [PATCH 00/11] ARM: dts: igep00x0: Add support for new hardware revisions.

2014-11-10 Thread Tony Lindgren
* Enric Balletbo i Serra eballe...@iseebcn.com [141106 04:03]: Hi, This series is based on omap-for-v3.19/dt from tmlind repository and adds device tree support for two new hardware revisions of IGEPv2 and IGEP COM MODULE. Please could these patches be queued for 3.19 considering that

Re: [PATCH POST V2] ARM: dts: Add am57xx-beagle-x15

2014-11-10 Thread Tony Lindgren
* Tom Rini tr...@ti.com [141107 10:38]: On 11/07/2014 12:47 PM, Nishanth Menon wrote: BeagleBoard-X15 is the next generation Open Source Hardware BeagleBoard based on TI's AM5728 SoC featuring dual core 1.5GHz A15 processor. The platform features 2GB DDR3L (w/dual 32bit busses), eSATA, 3

Re: [PATCH] ARM: dts: DRA7: Add aliases for all serial ports

2014-11-10 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [141021 13:08]: On 10/21/2014 02:57 PM, Arnd Bergmann wrote: On Tuesday 21 October 2014 11:18:15 Nishanth Menon wrote: Add serial port aliases for consoles 6. Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/boot/dts/dra7.dtsi |4 1 file

Re: [PATCH] w1: omap-hdq: support device probing with device-tree.

2014-11-10 Thread Tony Lindgren
* Евгений Поляков z...@ioremap.net [141109 16:11]: Hi 08.11.2014, 02:30, NeilBrown ne...@suse.de: This driver has no 'compatible' string and so is not found when using device-tree. Add one with value to match hdqw1w: 1w@480b2000 { device in omap3.dtsi.

Re: [PATCH 0/2] ARM: OMAP4+: PM: centralize static dependency mapping table

2014-11-10 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [141021 13:23]: Hi, This is a small step towards getting rid of static dependency logic from mach-omap2. As part of this, we split the list of static dep map from the function implementing it. This should eventually aid in helping remove the tables from the

Re: [PATCH] ARM: OMAP4+: PM: Program CPU logic power state

2014-11-10 Thread Tony Lindgren
* Kevin Hilman khil...@kernel.org [141024 11:04]: Nishanth Menon n...@ti.com writes: CPU logic power state is never programmed in either the initialization or the suspend/resume logic, instead, we depend on mpuss to program this properly. However, this leaves CPU logic power state

Re: [PATCH 3/4] arm: dts: omap3-gta04: Add handling for tv output

2014-11-10 Thread Tomi Valkeinen
Tony, On 11/11/14 01:30, Tony Lindgren wrote: * Marek Belisko ma...@goldelico.com [141103 14:01]: Add handling for gta04 tv out chain: venc - opa362 - svideo Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 48