Re: [PATCH v3 00/11] USB: OTG/DRD Core functionality

2015-07-13 Thread Roger Quadros
Hi, On 10/07/15 10:58, Li Jun wrote: On Wed, Jul 08, 2015 at 01:19:26PM +0300, Roger Quadros wrote: Hi, This series centralizes OTG/Dual-role functionality in the kernel. As of now I've got Dual-role functionality working pretty reliably on dra7-evm and am437x-gp-evm. xhci side of things

Re: am33xx: ignore SYSBOOT 15:14 if board OSC is known

2015-07-13 Thread Tero Kristo
On 05/21/2015 07:26 PM, Nuno Gonçalves wrote: Currently the processor PLLs and Dividers are configured according to SYSBOOT levels during boot [1][2]. In the case of boards with expansion capabitliy, like the Beaglebone, the expansion board might touch this SYSBOOT pins a provide a wrong clock

Re: [PATCH 5/7] tty: 8250: workaround errata on disabling UART after using DMA

2015-07-13 Thread Sekhar Nori
Hi Peter, On Saturday 11 July 2015 03:31 AM, Peter Hurley wrote: On 07/09/2015 10:15 AM, Sekhar Nori wrote: On Thursday 09 July 2015 07:03 AM, Peter Hurley wrote: [...] @@ -1307,6 +1320,36 @@ static int omap8250_runtime_suspend(struct device *dev) return -EBUSY;

Re: [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2015-07-13 Thread Roger Quadros
Tony, On 13/07/15 10:10, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150710 05:26]: Since the Interrupt Events are used only by the NAND driver, there is no point in managing the Interrupt registers in the GPMC driver and complicating it with irqchip modeling. I don't think it's a

Re: [PATCH v3 04/11] otg-fsm: move usb_bus_start_enum into otg-fsm-ops

2015-07-13 Thread Roger Quadros
Peter, On 13/07/15 04:58, Peter Chen wrote: On Wed, Jul 08, 2015 at 01:19:30PM +0300, Roger Quadros wrote: This is to prevent missing symbol build error if OTG is enabled (built-in) and HCD core (CONFIG_USB) is module. We may let the OTG-DRD/OTG-FSM depends on CONFIG_USB to fix it.

[PATCH] ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc

2015-07-13 Thread Roger Quadros
There are quite a few hwmods that don't have sysconfig register and so _find_mpu_rt_port(oh) will return NULL thus preventing ready state check on those modules after the module is enabled. This can potentially cause a bus access error if the module is accessed before the module is ready. Get

Re: [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2015-07-13 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150713 03:07]: Tony, On 13/07/15 10:10, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150710 05:26]: Since the Interrupt Events are used only by the NAND driver, there is no point in managing the Interrupt registers in the GPMC driver and

Re: [PATCH v3 01/11] usb: otg-fsm: Add documentation for struct otg_fsm

2015-07-13 Thread Roger Quadros
On 13/07/15 04:21, Peter Chen wrote: On Wed, Jul 08, 2015 at 01:19:27PM +0300, Roger Quadros wrote: struct otg_fsm is the interface to the OTG state machine. Document the input, output and internal state variables. Definations are taken from Table 7-2 and Table 7-4 of the USB OTG EH

Re: [PATCH v5] clk: change clk_ops' -determine_rate() prototype

2015-07-13 Thread Tero Kristo
On 07/08/2015 03:57 AM, Stephen Boyd wrote: On 07/07, Boris Brezillon wrote: Clock rates are stored in an unsigned long field, but -determine_rate() (which returns a rounded rate from a requested one) returns a long value (errors are reported using negative error codes), which can lead to long

Re: [PATCHv3 00/27] ARM: OMAP2+: clock code move under clk driver

2015-07-13 Thread Tero Kristo
On 06/04/2015 02:11 AM, Michael Turquette wrote: Quoting Tero Kristo (2015-06-03 05:33:46) On 05/28/2015 02:15 AM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [150527 11:32]: On 05/26/2015 07:39 PM, Felipe Balbi wrote: On Tue, May 26, 2015 at 09:32:16AM -0700, Tony Lindgren wrote: *

Re: [PATCH v3 07/11] usb: otg: add OTG core

2015-07-13 Thread Roger Quadros
On 13/07/15 05:14, Peter Chen wrote: On Wed, Jul 08, 2015 at 01:19:33PM +0300, Roger Quadros wrote: The OTG core instantiates the OTG Finite State Machine per OTG controller and manages starting/stopping the host and gadget controllers based on the bus state. It provides APIs for the

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Pali Rohár
On Sunday 12 July 2015 23:44:25 Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [150711 05:07]: Hello, now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are broken and cause kernel oops... Basically wifi, touchscreen and rtc drivers not working... Here are

Re: [PATCH] arm: dts: dra7: arch timer sits in always-on power domain

2015-07-13 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [150713 13:56]: On Mon, Jul 13, 2015 at 3:41 PM, Felipe Balbi ba...@ti.com wrote: According to DRA7x TRM section 4.3.5 Realtime Counter (Master Counter), the realtime counter sits in the Wakeup Always-On Power domain. Furthermore, the counter will automatically

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Tony Lindgren
* Pali Rohár pali.ro...@gmail.com [150713 04:13]: Ok, and any idea what is with rtc? Probably one of these: $ git log --pretty=oneline v4.1..v4.2-rc2 drivers/mfd/*twl* drivers/i2c/busses/i2c-omap.c 24867481b8c0a3bc3ab53b634e3cc03680ac3ac6 Merge branch 'i2c/for-4.2' of

[PATCH 1/2] extcon: palmas: Support GPIO based USB ID detection

2015-07-13 Thread Roger Quadros
Some palmas based chip variants do not have OTG based ID logic. For these variants we rely on GPIO based USB ID detection. These chips do have VBUS comparator for VBUS detection so we continue to use the old way of detecting VBUS. Signed-off-by: Roger Quadros rog...@ti.com ---

Re: [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2015-07-13 Thread Roger Quadros
On 13/07/15 16:32, nick wrote: On 2015-07-13 09:21 AM, Roger Quadros wrote: On 13/07/15 16:15, nick wrote: On 2015-07-13 09:12 AM, Roger Quadros wrote: On 13/07/15 16:03, nick wrote: On 2015-07-13 09:01 AM, Tony Lindgren wrote: * nick xerofo...@gmail.com [150713 05:54]: On

[PATCH 0/2] extcon: palmas: am57xx-beagle-x15: use palmas for VBUS/ID detection

2015-07-13 Thread Roger Quadros
Hi, am57xx-beagle-x15 uses a variant of the Palmas chip and has USB1 port's VBUS and ID connected to it. However this Palmas variant does not support OTG ID detection but does have GPIO support on the pin where ID line is connected. This series adds GPIO based ID detection to the Palmas extcon

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

2015-07-13 Thread Roger Quadros
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 provide the GPIO for ID pin as well. Signed-off-by: Roger Quadros rog...@ti.com ---

Re: [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2015-07-13 Thread Roger Quadros
On 13/07/15 16:15, nick wrote: On 2015-07-13 09:12 AM, Roger Quadros wrote: On 13/07/15 16:03, nick wrote: On 2015-07-13 09:01 AM, Tony Lindgren wrote: * nick xerofo...@gmail.com [150713 05:54]: On 2015-07-13 08:40 AM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150713 03:07]:

Re: [PATCH 5/5] arm: boot: store ATAGs structure into DT /chosen/linux,atags entry

2015-07-13 Thread Tony Lindgren
* Pali Rohár pali.ro...@gmail.com [150707 05:00]: On Tuesday 07 July 2015 12:32:13 Russell King - ARM Linux wrote: On Mon, Jul 06, 2015 at 10:26:13PM +0200, Pali Rohár wrote: Legacy bootloaders can pass additional information for kernel or legacy userspace applications. When booting DT

Re: [PATCH 02/12] ARM: OMAP2+: gpmc: Add gpmc timings and settings to platform data

2015-07-13 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150710 05:26]: Add device_timings, gpmc_timings and gpmc_setting to gpmc platform data. Move timings to platform data instead of add them? Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2015-07-13 Thread Tony Lindgren
* nick xerofo...@gmail.com [150713 05:54]: On 2015-07-13 08:40 AM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150713 03:07]: What is the best map we should use for irqchip? Some Socs have 4 WAIT pins, some have 3 and some have 2. Should we start with 0,1,2, for the wait

Re: [PATCH 02/12] ARM: OMAP2+: gpmc: Add gpmc timings and settings to platform data

2015-07-13 Thread Roger Quadros
On 13/07/15 16:31, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150710 05:26]: Add device_timings, gpmc_timings and gpmc_setting to gpmc platform data. Move timings to platform data instead of add them? Will update it. cheers, -roger -- To unsubscribe from this list: send the line

Re: [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2015-07-13 Thread Roger Quadros
On 13/07/15 16:03, nick wrote: On 2015-07-13 09:01 AM, Tony Lindgren wrote: * nick xerofo...@gmail.com [150713 05:54]: On 2015-07-13 08:40 AM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150713 03:07]: What is the best map we should use for irqchip? Some Socs have 4 WAIT pins,

Re: [PATCH v3 00/11] USB: OTG/DRD Core functionality

2015-07-13 Thread Li Jun
On Mon, Jul 13, 2015 at 01:24:05PM +0300, Roger Quadros wrote: Hi, On 10/07/15 10:58, Li Jun wrote: On Wed, Jul 08, 2015 at 01:19:26PM +0300, Roger Quadros wrote: Hi, This series centralizes OTG/Dual-role functionality in the kernel. As of now I've got Dual-role functionality working

Re: [PATCH v3 00/11] USB: OTG/DRD Core functionality

2015-07-13 Thread Peter Chen
On Mon, Jul 13, 2015 at 12:14:43PM -0700, Andrew Bresticker wrote: Hi Roger, On Wed, Jul 8, 2015 at 3:19 AM, Roger Quadros rog...@ti.com wrote: Usage model: --- - The OTG controller device is assumed to be the parent of the host and gadget controller. It must call

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Sebastian Reichel
Hi, On Mon, Jul 13, 2015 at 06:05:47PM +0200, Pali Rohár wrote: now I'm testing 4.2-rc2 release and rtc is working: [ 27.426055] omap_i2c 48072000.i2c: controller timed out [ 28.723358] twl_rtc 4807.i2c:twl@48:rtc: Power up reset detected. [ 30.127014] twl_rtc

Re: [PATCH v3 00/11] USB: OTG/DRD Core functionality

2015-07-13 Thread Andrew Bresticker
Hi Roger, On Wed, Jul 8, 2015 at 3:19 AM, Roger Quadros rog...@ti.com wrote: Usage model: --- - The OTG controller device is assumed to be the parent of the host and gadget controller. It must call usb_otg_register() before populating the host and gadget devices so that the OTG

Re: [PATCH v3 0/3] ARM: OMAP2+: wkup_m3_rproc support patches

2015-07-13 Thread Dave Gerlach
On 07/13/2015 02:27 AM, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [150713 00:28]: * Dave Gerlach d-gerl...@ti.com [150709 12:53]: Tony, On 04/01/2015 02:47 PM, Dave Gerlach wrote: This series adds the mach-omap2 code and DT nodes for v3 of the wkup_m3_rproc driver submitted here

[PATCH v4 0/3] ARM: OMAP2+: wkup_m3_rproc support patches

2015-07-13 Thread Dave Gerlach
Hi, Now that wkup_m3_rproc driver [1] has been merged the support code contained in this series can be merged. This is v4 which is just a rebase of v3 [2] code on v4.2-rc2, no other changes. Regards, Dave [1] http://www.spinics.net/lists/linux-omap/msg118768.html [2]

[PATCH v4 3/3] ARM: dts: AM4372: Add the wkupm3 rproc node

2015-07-13 Thread Dave Gerlach
From: Suman Anna s-a...@ti.com Add the Wakeup M3 remote processor device node for the AM4372 SoC. The WkupM3 remote processor is used to implement and achieve low-power functionality on the AM33xx AM43xx SoCs. This node is added as a child of the recently added l4_wkup node to reflect its

[PATCH v4 2/3] ARM: dts: AM33xx: Update and move wkup_m3 node to l4 node

2015-07-13 Thread Dave Gerlach
From: Suman Anna s-a...@ti.com The WakeupM3 remote processor device node has been moved to be a child node of the newly created l4_wkup node, to reflect its presence properly within the SoC. The node was added previously before any driver support, it is now updated as per the wkup_m3_rproc

[PATCH v4 1/3] ARM: OMAP2+: Use pdata-quirks for wkup_m3 reset management

2015-07-13 Thread Dave Gerlach
Use pdata-quirks to provide platform data required for reset management during boot and shutdown of the wkup_m3 processor on both the AM33xx and AM43xx SoCs. The WkupM3 remote processor is used to implement and achieve low-power functionality on the AM33xx AM43xx SoCs. Signed-off-by: Suman Anna

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Michael Welling
On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote: On Monday 13 July 2015 19:03:44 Michael Welling wrote: On Mon, Jul 13, 2015 at 10:09:21AM +0200, Sebastian Reichel wrote: [+cc Michael Welling mwell...@ieee.org, author of all omap-spi patches between 4.1 and 4.2-rc1] Hi,

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Pali Rohár
On Monday 13 July 2015 17:51:39 Sebastian Reichel wrote: Hi, On Sat, Jul 11, 2015 at 02:05:05PM +0200, Pali Rohár wrote: now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are broken and cause kernel oops... Basically wifi, touchscreen and rtc drivers not working... I

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Michael Welling
On Mon, Jul 13, 2015 at 10:09:21AM +0200, Sebastian Reichel wrote: [+cc Michael Welling mwell...@ieee.org, author of all omap-spi patches between 4.1 and 4.2-rc1] Hi, On Sun, Jul 12, 2015 at 11:44:25PM -0700, Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [150711 05:07]:

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Sebastian Reichel
Hi, On Sat, Jul 11, 2015 at 02:05:05PM +0200, Pali Rohár wrote: now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are broken and cause kernel oops... Basically wifi, touchscreen and rtc drivers not working... I just tried 4.2-rc2 and I can't see any of the problems you have:

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Pali Rohár
On Monday 13 July 2015 19:03:44 Michael Welling wrote: On Mon, Jul 13, 2015 at 10:09:21AM +0200, Sebastian Reichel wrote: [+cc Michael Welling mwell...@ieee.org, author of all omap-spi patches between 4.1 and 4.2-rc1] Hi, On Sun, Jul 12, 2015 at 11:44:25PM -0700, Tony Lindgren

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Michael Welling
On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote: Hello, here is my objdump of 4.2-rc2 version: 0064 omap2_mcspi_set_cs: 64: e3003182movwr3, #386; 0x182 68: e19030b3ldrhr3, [r0, r3] 6c: e3130004tst

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Pali Rohár
On Monday 13 July 2015 22:28:35 Michael Welling wrote: On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote: Hello, here is my objdump of 4.2-rc2 version: 0064 omap2_mcspi_set_cs: 64: e3003182movwr3, #386; 0x182 68: e19030b3

[PATCH 2/3] i2c: omap: abolish variable name confusion

2015-07-13 Thread Felipe Balbi
struct device pointers are usually called dev. Calling our struct omap_i2c_dev pointers also dev has caused enough confusion. This is the result of a few simple sed rules to convert all struct omap_i2c_dev pointers to be called omap instead. Signed-off-by: Felipe Balbi ba...@ti.com ---

[PATCH 1/3] i2c: omap: switch to dev_get_drvdata()

2015-07-13 Thread Felipe Balbi
there's no need to fetch the platform_device in order to dereference it back to the dev pointer to access drvdata, we can use dev_get_drvdata() instead. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/i2c/busses/i2c-omap.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

[PATCH 3/3] i2c: omap: on -remove() call pm_runtime_put_sync()

2015-07-13 Thread Felipe Balbi
we're about to remove the module, so we can't really schedule a PM transition in the future, we must wait for it to finish. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/i2c/busses/i2c-omap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-omap.c

Re: [PATCH] arm: dts: dra7: arch timer sits in always-on power domain

2015-07-13 Thread Nishanth Menon
On Mon, Jul 13, 2015 at 3:41 PM, Felipe Balbi ba...@ti.com wrote: According to DRA7x TRM section 4.3.5 Realtime Counter (Master Counter), the realtime counter sits in the Wakeup Always-On Power domain. Furthermore, the counter will automatically switch the 32K clock source when MPU goes into

Re: [PATCHv3 00/27] ARM: OMAP2+: clock code move under clk driver

2015-07-13 Thread Stephen Boyd
On 07/13/2015 02:48 AM, Tero Kristo wrote: On 06/04/2015 02:11 AM, Michael Turquette wrote: Hi Tero, I'd like more time for any regressions this introduces to be fixed, so lets push back to next merge window. The always-wrong-but-never-by-much crystal ball[0] predicts June 14. This is less

Re: musb-hdrc: Vbus off, timeout 1100 msec message does not belong in sysfs

2015-07-13 Thread Felipe Balbi
On Fri, Jul 10, 2015 at 09:17:39AM +0200, Sebastian Andrzej Siewior wrote: On 07/09/2015 11:46 PM, Pavel Machek wrote: On Thu 2015-07-09 23:39:22, Pavel Machek wrote: Hi! Hi, sysfs should contain one value per file. This one has at least two, with nice english sentence as a bonus.

[PATCH] arm: dts: dra7: arch timer sits in always-on power domain

2015-07-13 Thread Felipe Balbi
According to DRA7x TRM section 4.3.5 Realtime Counter (Master Counter), the realtime counter sits in the Wakeup Always-On Power domain. Furthermore, the counter will automatically switch the 32K clock source when MPU goes into standby and automatically switch back to SYS_CLK or ABE_LP when MPU

Re: [PATCH v5] clk: change clk_ops' -determine_rate() prototype

2015-07-13 Thread Stephen Boyd
On 07/09, Boris Brezillon wrote: Hi Stephen, On Wed, 08 Jul 2015 11:07:42 -0700 Stephen Boyd sb...@codeaurora.org wrote: On 07/08/2015 02:00 AM, Boris Brezillon wrote: Hi Stephen, On Tue, 7 Jul 2015 17:57:48 -0700 Stephen Boyd sb...@codeaurora.org wrote: On 07/07, Boris

Re: [PATCH] arm:irqchip: IRQCHIP_DECLARE macro is now accessible

2015-07-13 Thread Shawn Guo
On Tue, Jul 07, 2015 at 04:02:53PM -0400, Joel Porquet wrote: The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h', making it globally accessible. See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d (irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h). This patch

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Pali Rohár
On Monday 13 July 2015 23:52:32 Michael Welling wrote: On Mon, Jul 13, 2015 at 10:34:21PM +0200, Pali Rohár wrote: On Monday 13 July 2015 22:28:35 Michael Welling wrote: On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote: Hello, here is my objdump of 4.2-rc2 version:

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Michael Welling
On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote: I think nothing special. I just call: export ARCH=arm export CROSS_COMPILE=arm-linux-gnueabi- make rx51_defconfig rm -f arch/arm/boot/zImage make -j12 zImage modules omap3-n900.dtb CONFIG_DEBUG_SECTION_MISMATCH=y cat

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Michael Welling
On Mon, Jul 13, 2015 at 10:34:21PM +0200, Pali Rohár wrote: On Monday 13 July 2015 22:28:35 Michael Welling wrote: On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote: Hello, here is my objdump of 4.2-rc2 version: 0064 omap2_mcspi_set_cs: 64: e3003182

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Krzysztof Kozlowski
On 14.07.2015 04:32, Sebastian Reichel wrote: Hi, On Mon, Jul 13, 2015 at 06:05:47PM +0200, Pali Rohár wrote: now I'm testing 4.2-rc2 release and rtc is working: [ 27.426055] omap_i2c 48072000.i2c: controller timed out [ 28.723358] twl_rtc 4807.i2c:twl@48:rtc: Power up reset

Re: [PATCH v3 04/11] otg-fsm: move usb_bus_start_enum into otg-fsm-ops

2015-07-13 Thread Peter Chen
On Mon, Jul 13, 2015 at 01:13:54PM +0300, Roger Quadros wrote: Peter, On 13/07/15 04:58, Peter Chen wrote: On Wed, Jul 08, 2015 at 01:19:30PM +0300, Roger Quadros wrote: This is to prevent missing symbol build error if OTG is enabled (built-in) and HCD core (CONFIG_USB) is module.

Re: [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2015-07-13 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150710 05:26]: Since the Interrupt Events are used only by the NAND driver, there is no point in managing the Interrupt registers in the GPMC driver and complicating it with irqchip modeling. I don't think it's a good idea to allow external drivers to tinker

Re: [PATCH 2/2] ARM: dts: dra7x-evm: Prevent glitch on DCAN1 pinmux

2015-07-13 Thread Tony Lindgren
* Marc Kleine-Budde m...@pengutronix.de [150712 12:22]: On 07/09/2015 08:34 PM, Marc Kleine-Budde wrote: On 07/07/2015 04:27 PM, Roger Quadros wrote: Driver core sets default pinmux on on probe and CAN driver sets sleep pinmux during register. This causes a small window where the CAN pins

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Tony Lindgren
* Pali Rohár pali.ro...@gmail.com [150711 05:07]: Hello, now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are broken and cause kernel oops... Basically wifi, touchscreen and rtc drivers not working... Here are some relevant snippets form dmesg: [ 13.933959]

Re: [PATCH v3 0/3] ARM: OMAP2+: wkup_m3_rproc support patches

2015-07-13 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [150709 12:53]: Tony, On 04/01/2015 02:47 PM, Dave Gerlach wrote: This series adds the mach-omap2 code and DT nodes for v3 of the wkup_m3_rproc driver submitted here [1]. pdata-quirks patch requires the pdata added with patch 4 of the aforementioned series.

Re: [PATCH v3 0/3] ARM: OMAP2+: wkup_m3_rproc support patches

2015-07-13 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150713 00:28]: * Dave Gerlach d-gerl...@ti.com [150709 12:53]: Tony, On 04/01/2015 02:47 PM, Dave Gerlach wrote: This series adds the mach-omap2 code and DT nodes for v3 of the wkup_m3_rproc driver submitted here [1]. pdata-quirks patch requires the

Re: linux 4.2-rc1 broken Nokia N900

2015-07-13 Thread Sebastian Reichel
[+cc Michael Welling mwell...@ieee.org, author of all omap-spi patches between 4.1 and 4.2-rc1] Hi, On Sun, Jul 12, 2015 at 11:44:25PM -0700, Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [150711 05:07]: Hello, now I tested 4.2-rc1 release on Nokia N900 and couple of drivers