Re: [PATCH v3] gpio/omap: fix off-mode bug: clear debounce clock enable mask on free/reset

2012-10-26 Thread Santosh Shilimkar
Jon, On Friday 26 October 2012 04:22 AM, Jon Hunter wrote: Hi Kevin, On 10/25/2012 11:34 AM, Kevin Hilman wrote: From: Kevin Hilman khil...@ti.com [...] diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index 94cbc84..ce1da19 100644 --- a/drivers/gpio/gpio-omap.c +++

Re: [PATCH] omapdss: dss: Fix clocks on OMAP363x

2012-10-26 Thread Tomi Valkeinen
On 2012-10-25 21:42, Laurent Pinchart wrote: Commit 185bae1095188aa199c9be64d6030d8dbfc65e0a (OMAPDSS: DSS: Cleanup cpu_is_ checks) broke the DSS clocks configuration by erroneously using the clock parameters applicable to all other OMAP34xx SoCs for the OMAP363x. This went unnoticed

Re: [PATCHv2] Input: omap4-keypad: Add pinctrl support

2012-10-26 Thread Felipe Balbi
Hi, On Thu, Oct 25, 2012 at 09:59:01PM +0100, Mark Brown wrote: On Wed, Oct 24, 2012 at 09:58:19PM +0300, Felipe Balbi wrote: need a way to tell drivers/base hey, don't touch pinctrl at all because I know what I'm doing and that has to happen before probe() too, otherwise it's already

Re: [PATCH] drivers: bus: omap_interconnect: Fix rand-config build warning

2012-10-26 Thread Santosh Shilimkar
On Friday 26 October 2012 12:45 AM, Tony Lindgren wrote: * Santosh Shilimkar santosh.shilim...@ti.com [121024 23:34]: On Thursday 25 October 2012 06:12 AM, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [121024 17:36]: * Santosh Shilimkar santosh.shilim...@ti.com [121017 06:35]:

Re: [PATCH v2 1/3] drivers: bus: ocp2scp: add pdata support

2012-10-26 Thread Felipe Balbi
On Thu, Oct 25, 2012 at 10:44:47AM -0700, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [121024 23:24]: Hi, On Wed, Oct 24, 2012 at 05:48:07PM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [121016 09:53]: * Kishon Vijay Abraham I kis...@ti.com [121007 23:01]:

Re: [PATCH v2 1/3] drivers: bus: ocp2scp: add pdata support

2012-10-26 Thread Felipe Balbi
On Mon, Oct 08, 2012 at 11:29:41AM +0530, Kishon Vijay Abraham I wrote: ocp2scp was not having pdata support which makes *musb* fail for non-dt boot in OMAP platform. The pdata will have information about the devices that is connected to ocp2scp. ocp2scp driver will now make use of this

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Felipe Balbi
Hi, On Mon, Oct 08, 2012 at 11:29:43AM +0530, Kishon Vijay Abraham I wrote: Platfrom device for ocp2scp is created using omap_device_build in devices file. This is used for both omap4(musb) and omap5(dwc3). Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

Re: [PATCH] gpio/omap: fix off-mode bug: clear debounce clock enable mask on disable

2012-10-26 Thread Linus Walleij
On Wed, Oct 24, 2012 at 4:19 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Linus, please revert if it's not too late, and I'll come up with a more targetted fix. OK I ditched it, no big deal. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-omap in

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Arnd Bergmann
On Friday 26 October 2012, Felipe Balbi wrote: +static void omap_init_ocp2scp(void) +{ + struct omap_hwmod *oh; + struct platform_device *pdev; + int bus_id = -1, dev_cnt = 0, i; + struct omap_ocp2scp_dev *ocp2scp_dev; + const char

Build broken on linus/master?

2012-10-26 Thread Bedia, Vaibhav
Hi, Compiling the current linus/master (2ab3f29) using omap2plus_defconfig throws up the following error $make -j7 uImage CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h make[1]: `include/generated/mach-types.h' is up to date. CC

[PATCH] gpio: omap-gpio: add support for pm_runtime autosuspend

2012-10-26 Thread Tim Niemeyer
Adds support for configuring the omap-gpio driver use autosuspend for runtime power management. This can reduce the latency in using it by not suspending the device immediately on idle. If another access takes place before the autosuspend timeout (2 secs), the call to resume the device can return

RE: [PATCH V4 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-26 Thread Hiremath, Vaibhav
On Fri, Oct 26, 2012 at 00:44:26, Hunter, Jon wrote: Hi Benoit, On 10/24/2012 10:41 AM, Benoit Cousson wrote: Hi Jon, On 10/19/2012 04:59 PM, Jon Hunter wrote: Add the 12 GP timers nodes present in OMAP2. Add the 12 GP timers nodes present in OMAP3. Add the 11 GP timers nodes

Re: [PATCH] gpio: omap-gpio: add support for pm_runtime autosuspend

2012-10-26 Thread Felipe Balbi
Hi, On Fri, Oct 26, 2012 at 09:55:30AM +0200, Tim Niemeyer wrote: Adds support for configuring the omap-gpio driver use autosuspend for runtime power management. This can reduce the latency in using it by not suspending the device immediately on idle. If another access takes place before the

Re: [PATCH v3 1/3] usb: dwc3: Add the suspend/resume functionality

2012-10-26 Thread Felipe Balbi
Hi, On Fri, Oct 26, 2012 at 10:34:22AM +0530, Vikas Sajjan wrote: Hi Felipe, On 18 October 2012 22:59, Felipe Balbi ba...@ti.com wrote: Hi, On Thu, Oct 18, 2012 at 12:44:50PM -0400, Alan Stern wrote: On Thu, 18 Oct 2012, Sarah Sharp wrote: For system suspend while the DW3

Re: [PATCH v2 1/2] USB: dwc3-exynos: Add support for device tree

2012-10-26 Thread Felipe Balbi
Hi, On Thu, Oct 25, 2012 at 11:37:33AM +0530, Vivek Gautam wrote: Hi, On Tue, Oct 16, 2012 at 3:38 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Oct 16, 2012 at 03:36:43PM +0530, kishon wrote: Hi, On Tuesday 16 October 2012 03:23 PM, Felipe Balbi wrote: On Tue, Oct 16, 2012

RE: Fwd: [PATCH 2/5] ARM: OMAP3+: hwmod: Add AM33XX HWMOD data for davinci_mdio

2012-10-26 Thread Hiremath, Vaibhav
On Fri, Oct 19, 2012 at 21:30:41, Tony Lindgren wrote: * Richard Cochran richardcoch...@gmail.com [121018 23:18]: On Fri, Oct 19, 2012 at 02:18:29AM +0530, Vaibhav Hiremath wrote: Another important point is, this driver is also required and used for Davinci family of devices

RE: Fwd: [PATCH 2/5] ARM: OMAP3+: hwmod: Add AM33XX HWMOD data for davinci_mdio

2012-10-26 Thread Hiremath, Vaibhav
On Wed, Oct 24, 2012 at 10:38:53, Richard Cochran wrote: On Tue, Oct 23, 2012 at 10:12:29AM +, Hiremath, Vaibhav wrote: I understand, and as you mentioned we are not fully there at v3.7-rc1 with all the drivers/module support, due to all known reasons. Its good that with

Re: [RFC PATCH v3 00/16] DMA Engine support for AM33XX

2012-10-26 Thread Russ Dill
On Thu, Oct 18, 2012 at 6:26 AM, Matt Porter mpor...@ti.com wrote: Changes since v2: - Rebased on 3.7-rc1 - Fixed bug in DT/pdata parsing first found by Gururaja that turned out to be masked by some toolchains - Dropped unused mach-omap2/devices.c hsmmc patch

Re: Build broken on linus/master?

2012-10-26 Thread Santosh Shilimkar
On Friday 26 October 2012 01:18 PM, Bedia, Vaibhav wrote: Hi, Compiling the current linus/master (2ab3f29) using omap2plus_defconfig throws up the following error $make -j7 uImage CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h make[1]:

Re: Commit 4f3e8d263 breaks NFS root on Nokia N900

2012-10-26 Thread Roger Quadros
On 10/25/2012 09:59 PM, Felipe Balbi wrote: Hi, On Thu, Oct 25, 2012 at 09:52:50PM +0300, Timo Kokkonen wrote: Hi, There is something wrong with the USB since commit 4f3e8d263. I am no longer able to boot from an NFS root with that commit applied. The kernel boots fine, it appears to be

RE: [PATCH] omap_vout: Set DSS overlay_info only if paddr is non zero

2012-10-26 Thread Hiremath, Vaibhav
On Thu, Oct 25, 2012 at 19:30:58, Valkeinen, Tomi wrote: On 2012-03-09 10:03, Hiremath, Vaibhav wrote: On Fri, Mar 09, 2012 at 05:17:41, Laurent Pinchart wrote: Hi Archit, On Wednesday 07 March 2012 14:31:16 Archit Taneja wrote: The omap_vout driver tries to set the DSS overlay_info

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-26 Thread Laurent Pinchart
Hi Ohad, On Friday 26 October 2012 07:50:56 Ohad Ben-Cohen wrote: On Thu, Oct 25, 2012 at 11:39 PM, Tony Lindgren t...@atomide.com wrote: Joerg and Ohad, do you have any opinions on this? I agree that there's some merit in having a separate header file for IOVMM, since it's a different

RE: Build broken on linus/master?

2012-10-26 Thread Bedia, Vaibhav
On Fri, Oct 26, 2012 at 14:29:28, Shilimkar, Santosh wrote: On Friday 26 October 2012 01:18 PM, Bedia, Vaibhav wrote: Hi, Compiling the current linus/master (2ab3f29) using omap2plus_defconfig throws up the following error $make -j7 uImage CHK

Re: [PATCH V2] ARM: PMU: fix runtime PM enable

2012-10-26 Thread Will Deacon
On Thu, Oct 25, 2012 at 09:23:18PM +0100, Jon Hunter wrote: Commit 7be2958 (ARM: PMU: Add runtime PM Support) updated the ARM PMU code to use runtime PM which was prototyped and validated on the OMAP devices. In this commit, there is no call pm_runtime_enable() and for OMAP devices

Re: Build broken on linus/master?

2012-10-26 Thread Santosh Shilimkar
On Friday 26 October 2012 03:32 PM, Bedia, Vaibhav wrote: On Fri, Oct 26, 2012 at 14:29:28, Shilimkar, Santosh wrote: On Friday 26 October 2012 01:18 PM, Bedia, Vaibhav wrote: Hi, Compiling the current linus/master (2ab3f29) using omap2plus_defconfig throws up the following error $make -j7

Re: [PATCH] gpio: omap-gpio: add support for pm_runtime autosuspend

2012-10-26 Thread Tim Niemeyer
Am Freitag, den 26.10.2012, 11:03 +0300 schrieb Felipe Balbi: Hi, On Fri, Oct 26, 2012 at 09:55:30AM +0200, Tim Niemeyer wrote: Adds support for configuring the omap-gpio driver use autosuspend for runtime power management. This can reduce the latency in using it by not suspending the

Re: [RFC/PATCH] mmc: omap_hsmmc: introduce omap_hsmmc_prepare/complete

2012-10-26 Thread Venkatraman S
On Thursday 25 October 2012 11:34 PM, Felipe Balbi wrote: Hi, On Mon, Oct 22, 2012 at 04:27:08PM +0300, Felipe Balbi wrote: On Mon, Oct 22, 2012 at 03:59:28PM +0300, Felipe Balbi wrote: prepare() is supposed to prevent new children from being registered. On the MMC subsystem, children (new

Re: [PATCH v2 1/2] USB: dwc3-exynos: Add support for device tree

2012-10-26 Thread Benoit Cousson
Hi Felipe, On 10/26/2012 10:13 AM, Felipe Balbi wrote: Hi, On Thu, Oct 25, 2012 at 11:37:33AM +0530, Vivek Gautam wrote: Hi, On Tue, Oct 16, 2012 at 3:38 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Oct 16, 2012 at 03:36:43PM +0530, kishon wrote: Hi, On Tuesday 16 October 2012

Re: [PATCH] gpio: omap-gpio: add support for pm_runtime autosuspend

2012-10-26 Thread Felipe Balbi
On Fri, Oct 26, 2012 at 12:42:35PM +0200, Tim Niemeyer wrote: Am Freitag, den 26.10.2012, 11:03 +0300 schrieb Felipe Balbi: Hi, On Fri, Oct 26, 2012 at 09:55:30AM +0200, Tim Niemeyer wrote: Adds support for configuring the omap-gpio driver use autosuspend for runtime power

Re: [PATCH v2 1/2] USB: dwc3-exynos: Add support for device tree

2012-10-26 Thread Felipe Balbi
On Fri, Oct 26, 2012 at 01:44:38PM +0200, Benoit Cousson wrote: Hi Felipe, On 10/26/2012 10:13 AM, Felipe Balbi wrote: Hi, On Thu, Oct 25, 2012 at 11:37:33AM +0530, Vivek Gautam wrote: Hi, On Tue, Oct 16, 2012 at 3:38 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Oct 16,

RE: [RFC PATCH v3 05/16] ARM: edma: add AM33XX crossbar event support

2012-10-26 Thread Hebbar, Gururaja
On Thu, Oct 18, 2012 at 18:56:44, Porter, Matt wrote: Adds support for the per-EDMA channel event mux. This is required for any peripherals using DMA crossbar mapped events. Signed-off-by: Matt Porter mpor...@ti.com --- arch/arm/common/edma.c | 63

[PATCH] gpio: omap-gpio: add support for pm_runtime autosuspend

2012-10-26 Thread Tim Niemeyer
Adds support for configuring the omap-gpio driver use autosuspend for runtime power management. This can reduce the latency in using it by not suspending the device immediately on idle. If another access takes place before the autosuspend timeout (2 secs), the call to resume the device can return

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Arnd Bergmann
On Friday 19 October 2012, Tony Lindgren wrote: Hi Arnd Olof, Here's the first set of omap plat header removal for v3.8 merge window. I have at least one more related set coming, but I wanted to get these into linux next before driver patches add more things for me to chase down and fix.

Re: [PATCH v2 1/1] mtd: omap: nand: Remove 0xFF's that prefixed 16bit NAND commands

2012-10-26 Thread Christopher Harvey
On Fri, Oct 19, 2012 at 01:42:52PM -0400, Christopher Harvey wrote: In 16bit NAND mode the GPMC would send the command 0xNN as 0xFFNN instead of 0x00NN on the bus. The 0xFFs were actually uninitialized bits that were left unset in the GPMC command output register. The reason they weren't

Re: [PATCH 2/5] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2

2012-10-26 Thread Roger Quadros
Hi Kishon Benoit, On 09/24/2012 12:06 PM, Rabin Vincent wrote: 2012/9/24 ABRAHAM, KISHON VIJAY kis...@ti.com: On Sat, Sep 22, 2012 at 3:03 AM, Rabin Vincent ra...@rab.in wrote: USB doesn't work on pandaboard on linux-next, and bisection shows this patch. Unfortunately, I can't provide a

Re: Problem with OHCI on OMAP4430

2012-10-26 Thread Alan Stern
On Fri, 26 Oct 2012, Mohan V wrote: When the USB bus is in suspend, a device connected to OHCI port does not get detected, whereas the device connected to EHCI port is getting detected. Can you provide a dmesg log showing the OHCI problem with CONFIG_USB_DEBUG enabled? Please find

Re: [PATCH 2/5] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2

2012-10-26 Thread Benoit Cousson
Hi Roger, On 10/26/2012 05:16 PM, Roger Quadros wrote: Hi Kishon Benoit, On 09/24/2012 12:06 PM, Rabin Vincent wrote: 2012/9/24 ABRAHAM, KISHON VIJAY kis...@ti.com: On Sat, Sep 22, 2012 at 3:03 AM, Rabin Vincent ra...@rab.in wrote: USB doesn't work on pandaboard on linux-next, and

Re: [PATCHv2] Input: omap4-keypad: Add pinctrl support

2012-10-26 Thread Mark Brown
On Fri, Oct 26, 2012 at 09:20:36AM +0300, Felipe Balbi wrote: On Thu, Oct 25, 2012 at 09:59:01PM +0100, Mark Brown wrote: I suspect that's not actually a big deal and that if we went down this route we'd have the driver take over control from the core code during probe() with the core

Re: [PATCH 2/5] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2

2012-10-26 Thread Tony Lindgren
* Benoit Cousson b-cous...@ti.com [121026 08:23]: Hi Roger, On 10/26/2012 05:16 PM, Roger Quadros wrote: Hi Kishon Benoit, On 09/24/2012 12:06 PM, Rabin Vincent wrote: 2012/9/24 ABRAHAM, KISHON VIJAY kis...@ti.com: On Sat, Sep 22, 2012 at 3:03 AM, Rabin Vincent ra...@rab.in wrote:

Re: [PATCH 10/16] ARM: OMAP: Make omap_device local to mach-omap2

2012-10-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [121025 18:28]: Hi Tony On Thu, 4 Oct 2012, Tony Lindgren wrote: Let's make omap_device local to mach-omap2 for ARM common zImage support. Signed-off-by: Tony Lindgren t...@atomide.com This one breaks a 5912-only build:

Re: [PATCH v2 06/14] mtd: onenand: omap: use pdata info instead of cpu_is

2012-10-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [121025 18:50]: Hi Afzal On Mon, 8 Oct 2012, Afzal Mohammed wrote: platform data now contains a field to indicate whether soc belongs to omap34xx family, use it instead of cpu_is_* check. This helps in removing dependency of platform specific

Re: [PATCH v2 06/14] mtd: onenand: omap: use pdata info instead of cpu_is

2012-10-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [121025 22:05]: On Fri, 26 Oct 2012, Paul Walmsley wrote: On Mon, 8 Oct 2012, Afzal Mohammed wrote: platform data now contains a field to indicate whether soc belongs to omap34xx family, use it instead of cpu_is_* check. This helps in removing

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [121026 07:04]: On Friday 19 October 2012, Tony Lindgren wrote: Hi Arnd Olof, Here's the first set of omap plat header removal for v3.8 merge window. I have at least one more related set coming, but I wanted to get these into linux next before driver

Re: [PATCH v2 5/7] crypto: omap-sham: Convert to use pm_runtime API

2012-10-26 Thread Mark A. Greer
On Thu, Oct 25, 2012 at 05:34:02PM -0700, Kevin Hilman wrote: Hi Mark, Hi Kevin. Mark A. Greer mgr...@animalcreek.com writes: From: Mark A. Greer mgr...@animalcreek.com Convert the omap-sham crypto driver to use the pm_runtime API instead of the clk API. CC: Kevin Hilman

Re: [PATCH 10/16] ARM: OMAP: Make omap_device local to mach-omap2

2012-10-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [121026 10:03]: On Fri, 26 Oct 2012, Tony Lindgren wrote: Can you do a branch on top of omap-for-v3.8/cleanup-headers with all these fixes that I can pull in? Yes, will do that today. OK thanks! Tony -- To unsubscribe from this list: send the line

Re: [PATCH v2 1/3] drivers: bus: ocp2scp: add pdata support

2012-10-26 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [121025 23:55]: On Thu, Oct 25, 2012 at 10:44:47AM -0700, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [121024 23:24]: Hi, On Wed, Oct 24, 2012 at 05:48:07PM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [121016 09:53]: * Kishon

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [121026 00:48]: On Friday 26 October 2012, Felipe Balbi wrote: +static void omap_init_ocp2scp(void) +{ + struct omap_hwmod *oh; + struct platform_device *pdev; + int bus_id = -1, dev_cnt = 0, i; + struct

Re: [PATCH 1/5] ARM: omap: vc: replace data_shift with data_mask

2012-10-26 Thread Kevin Hilman
Mike Turquette mturque...@ti.com writes: From: Mike Turquette mturque...@linaro.org Signed-off-by: Mike Turquette mturque...@linaro.org Re: $SUBJECT... ok, I'll bite why? (I'm sure I will find out when I read the rest of the series, but I'm impatient and picky and would like to know

[PATCH] ARM: OMAP1: CGRM: fix omap1_get_reset_sources() return type

2012-10-26 Thread Paul Walmsley
An older version of the patch ARM: OMAP1: create read_reset_sources() function (for initial use by watchdog) was sent upstream, which used the wrong return type for the omap1_get_reset_sources() function. Fix it to return a u32, which is what the WDTIMER platform_data function pointer

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Arnd Bergmann
On Friday 26 October 2012, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 07:04]: I tried running my old multiplatform scripts again and have a few comments, but none of them serious: $ git grep include.*mach-omap2 arch/arm/plat-omap/debug-devices.c:#include

[PATCH] ARM: OMAP2+: remove duplicated declaration of omap4430_init_late

2012-10-26 Thread Constantine Shulyupin
From: Constantine Shulyupin co...@makelinux.com Problem: Function omap4430_init_late is declared twice in arch/arm/mach-omap2/common.h. Fix: remove out of order declaration, assuming all functions ordered accordingly processor number. Signed-off-by: Constantine Shulyupin co...@makelinux.com

Re: [PATCH 2/5] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2

2012-10-26 Thread Paul Walmsley
On Fri, 26 Oct 2012, Benoit Cousson wrote: On 10/26/2012 05:16 PM, Roger Quadros wrote: I still can't get musb to work on 3.7-rc2. Apparently it is still missing the patches from Benoit's for_3.7/dts_part2. Maybe I just need to wait for it to be merged? They are now in a

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [121026 10:30]: On Friday 26 October 2012, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 07:04]: I tried running my old multiplatform scripts again and have a few comments, but none of them serious: $ git grep include.*mach-omap2

Re: [PATCH 2/5] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2

2012-10-26 Thread Benoit Cousson
Hi Paul, On 10/26/2012 07:54 PM, Paul Walmsley wrote: On Fri, 26 Oct 2012, Benoit Cousson wrote: On 10/26/2012 05:16 PM, Roger Quadros wrote: I still can't get musb to work on 3.7-rc2. Apparently it is still missing the patches from Benoit's for_3.7/dts_part2. Maybe I just need to wait

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-26 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [121026 02:56]: Hi Laurent, On Fri, Oct 26, 2012 at 11:35 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: That's on my to-do list, as well as porting the OMAP3 ISP driver to videobuf2, adding DT support, moving to the common clock

Re: Fwd: [PATCH 2/5] ARM: OMAP3+: hwmod: Add AM33XX HWMOD data for davinci_mdio

2012-10-26 Thread Tony Lindgren
* Hiremath, Vaibhav hvaib...@ti.com [121026 01:24]: On Fri, Oct 19, 2012 at 21:30:41, Tony Lindgren wrote: * Richard Cochran richardcoch...@gmail.com [121018 23:18]: On Fri, Oct 19, 2012 at 02:18:29AM +0530, Vaibhav Hiremath wrote: Another important point is, this driver is also

Re: [PATCH v2 1/1] mtd: omap: nand: Remove 0xFF's that prefixed 16bit NAND commands

2012-10-26 Thread Tony Lindgren
* Christopher Harvey char...@matrox.com [121026 07:47]: On Fri, Oct 19, 2012 at 01:42:52PM -0400, Christopher Harvey wrote: --- drivers/mtd/nand/omap2.c | 14 +- 1 files changed, 9 insertions(+), 5 deletions(-) Ping? Looks like you should cc also the MTD list to get more

Re: [PATCH 2/5] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2

2012-10-26 Thread Benoit Cousson
On 10/26/2012 07:57 PM, Benoit Cousson wrote: Hi Paul, On 10/26/2012 07:54 PM, Paul Walmsley wrote: On Fri, 26 Oct 2012, Benoit Cousson wrote: On 10/26/2012 05:16 PM, Roger Quadros wrote: I still can't get musb to work on 3.7-rc2. Apparently it is still missing the patches from Benoit's

Re: [PATCH 3/5] ARM: omap: vc: .get_voltage callback

2012-10-26 Thread Kevin Hilman
Mike Turquette mturque...@ti.com writes: From: Mike Turquette mturque...@linaro.org Implement the voltdm-get_voltage callback for the voltage controller driver. nit: since it's not actually used in this series, it should say Impelment the function that will be used as the -get_voltage()

Re: [RFC][PATCH 0/5] Introduce .get_voltage callback into voltdm

2012-10-26 Thread Kevin Hilman
Hi Mike, Mike Turquette mturque...@ti.com writes: From: Mike Turquette mturque...@linaro.org This series creates a new callback for struct voltagedomain, .get_voltage. This fetches the voltage from hardware, if possible, and returns it to the caller. We use this call to populate

Re: [PATCH 2/5] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2

2012-10-26 Thread Tony Lindgren
* Benoit Cousson b-cous...@ti.com [121026 11:11]: On 10/26/2012 07:57 PM, Benoit Cousson wrote: Hi Paul, On 10/26/2012 07:54 PM, Paul Walmsley wrote: On Fri, 26 Oct 2012, Benoit Cousson wrote: On 10/26/2012 05:16 PM, Roger Quadros wrote: I still can't get musb to work on 3.7-rc2.

Re: [PATCH] ARM: OMAP2+: remove duplicated declaration of omap4430_init_late

2012-10-26 Thread Tony Lindgren
* Constantine Shulyupin co...@makelinux.com [121026 10:31]: From: Constantine Shulyupin co...@makelinux.com Problem: Function omap4430_init_late is declared twice in arch/arm/mach-omap2/common.h. Fix: remove out of order declaration, assuming all functions ordered accordingly processor

Re: [PATCH v3] gpio/omap: fix off-mode bug: clear debounce clock enable mask on free/reset

2012-10-26 Thread Jon Hunter
On 10/26/2012 01:01 AM, Santosh Shilimkar wrote: Jon, On Friday 26 October 2012 04:22 AM, Jon Hunter wrote: Hi Kevin, On 10/25/2012 11:34 AM, Kevin Hilman wrote: From: Kevin Hilman khil...@ti.com [...] diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index

[PATCH] gpio/omap: fix off-mode bug: clear debounce settings on free/reset

2012-10-26 Thread Jon Hunter
From: Kevin Hilman khil...@ti.com This change was originally titled gpio/omap: fix off-mode bug: clear debounce clock enable mask on free/reset. The title has been updated slightly to reflect (what should be) the final fix. When a GPIO is freed or shutdown, we need to ensure that any debounce

[RESEND][PATCH v4] gpio/omap: fix off-mode bug: clear debounce settings on free/reset

2012-10-26 Thread Jon Hunter
From: Kevin Hilman khil...@ti.com This change was originally titled gpio/omap: fix off-mode bug: clear debounce clock enable mask on free/reset. The title has been updated slightly to reflect (what should be) the final fix. When a GPIO is freed or shutdown, we need to ensure that any debounce

Re: [RESEND][PATCH v4] gpio/omap: fix off-mode bug: clear debounce settings on free/reset

2012-10-26 Thread Jon Hunter
Sorry, ignore these ... On 10/26/2012 02:20 PM, Jon Hunter wrote: From: Kevin Hilman khil...@ti.com ... forgot to change the author from Kevin to me. Will re-post. Jon This change was originally titled gpio/omap: fix off-mode bug: clear debounce clock enable mask on free/reset. The title

[PATCH v5] gpio/omap: fix off-mode bug: clear debounce settings on free/reset

2012-10-26 Thread Jon Hunter
This change was originally titled gpio/omap: fix off-mode bug: clear debounce clock enable mask on free/reset. The title has been updated slightly to reflect (what should be) the final fix. When a GPIO is freed or shutdown, we need to ensure that any debounce settings are cleared and if the GPIO

[PATCH v2] 16 bit NAND fix, request for testers

2012-10-26 Thread Christopher Harvey
just a small patch to access GPMC NAND registers with 16 bits when the NAND is in 16 bit mode. I tested this on a 2.6.37 kernel, and noticed it was still unpatched in the latest kernel. I don't have the hardware setup or defconfigs to test this patch out, and even if I did I don't have the logic

[PATCH v2] mtd: omap: nand: Remove 0xFF's that prefixed 16bit NAND commands

2012-10-26 Thread Christopher Harvey
In 16bit NAND mode the GPMC would send the command 0xNN as 0xFFNN instead of 0x00NN on the bus. The 0xFFs were actually uninitialized bits that were left unset in the GPMC command output register. The reason they weren't initialized in 16bit mode is that if the same code that writes to this

[PATCH v2] mtd: omap: nand: Remove 0xFF's that prefixed 16bit NAND commands

2012-10-26 Thread Christopher Harvey
In 16bit NAND mode the GPMC would send the command 0xNN as 0xFFNN instead of 0x00NN on the bus. The 0xFFs were actually uninitialized bits that were left unset in the GPMC command output register. The reason they weren't initialized in 16bit mode is that if the same code that writes to this

Re: [PATCH v2 1/3] drivers: bus: ocp2scp: add pdata support

2012-10-26 Thread Felipe Balbi
Hi, On Fri, Oct 26, 2012 at 10:16:55AM -0700, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [121025 23:55]: On Thu, Oct 25, 2012 at 10:44:47AM -0700, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [121024 23:24]: Hi, On Wed, Oct 24, 2012 at 05:48:07PM -0700, Tony Lindgren

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Felipe Balbi
On Fri, Oct 26, 2012 at 10:21:41AM -0700, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 00:48]: On Friday 26 October 2012, Felipe Balbi wrote: +static void omap_init_ocp2scp(void) +{ + struct omap_hwmod *oh; + struct platform_device *pdev; +

Re: [PATCH] gpio: omap-gpio: add support for pm_runtime autosuspend

2012-10-26 Thread Felipe Balbi
Hi, On Fri, Oct 26, 2012 at 03:19:13PM +0200, Tim Niemeyer wrote: Adds support for configuring the omap-gpio driver use autosuspend for runtime power management. This can reduce the latency in using it by not suspending the device immediately on idle. If another access takes place before the

[PATCH 0/3] ARM: OMAP: fix build, sparse problems in cleanup-headers

2012-10-26 Thread Paul Walmsley
Fix several build failures and a sparse warning in the linux-omap omap-for-v3.8/cleanup-headers branch. Basic test logs are here: http://www.pwsan.com/omap/testlogs/cleanup-headers-compile-fixes-3.8/20121026132711/ Due to underlying problems in v3.7-rc2, several tests fail. The failures are

[PATCH 3/3] ARM: OMAP1: fix sparse warning added by commit 4c98dc6b8ef2f73bdbfa78186db9a76507ba9ea3

2012-10-26 Thread Paul Walmsley
Commit 4c98dc6b8ef2f73bdbfa78186db9a76507ba9ea3 (ARM: OMAP: Make plat/fpga.h local to arch/arm/plat-omap) results in a new warning from sparse: arch/arm/mach-omap1/fpga.c:147:6: warning: symbol 'omap1510_fpga_init_irq' was not declared. Should it be static? Fix by adding a missing include.

[PATCH 2/3] ARM: OMAP1: fix build breakage introduced by commit 25c7d49ed48b4843da7dea56a81ae7f620211ee0

2012-10-26 Thread Paul Walmsley
Commit 25c7d49ed48b4843da7dea56a81ae7f620211ee0 (ARM: OMAP: Make omap_device local to mach-omap2) broke an OMAP5912-only build here: arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_init': arch/arm/mach-omap1/pm_bus.c:69:2: error: implicit declaration of function 'cpu_class_is_omap1'

[PATCH 1/3] ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b47b0a1083af32520

2012-10-26 Thread Paul Walmsley
Commit b7754452b3e27716347a528b47b0a1083af32520 (mtd: onenand: omap: use pdata info instead of cpu_is) broke an OMAP3+4 build and an N800 multi-OMAP2xxx build here: drivers/built-in.o: In function `omap2_onenand_probe': drivers/mtd/onenand/omap2.c:742: undefined reference to

[GIT PULL] ARM: OMAP: fix build, sparse problems in cleanup-headers

2012-10-26 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony, The following changes since commit 2da8a79f7d81853d00b6a00621aeef7545196084: Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/cleanup-headers (2012-10-25 12:21:48 -0700) are available in the git repository at:

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [121026 13:07]: On Fri, Oct 26, 2012 at 10:21:41AM -0700, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 00:48]: On Friday 26 October 2012, Felipe Balbi wrote: +static void omap_init_ocp2scp(void) +{ + struct omap_hwmod *oh;

Re: [PATCH 10/16] ARM: OMAP: Make omap_device local to mach-omap2

2012-10-26 Thread Paul Walmsley
On Fri, 26 Oct 2012, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [121026 10:03]: On Fri, 26 Oct 2012, Tony Lindgren wrote: Can you do a branch on top of omap-for-v3.8/cleanup-headers with all these fixes that I can pull in? Yes, will do that today. OK thanks! Just

Re: [GIT PULL] ARM: OMAP: fix build, sparse problems in cleanup-headers

2012-10-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [121026 13:16]: Hi Tony, The following changes since commit 2da8a79f7d81853d00b6a00621aeef7545196084: Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/cleanup-headers (2012-10-25 12:21:48 -0700) are available in the git

Re: OMAP baseline test results for v3.7-rc1

2012-10-26 Thread Felipe Balbi
Hi, On Thu, Oct 25, 2012 at 01:12:12PM +0300, Felipe Balbi wrote: Hi, On Tue, Oct 23, 2012 at 09:23:03PM +0200, Jean Pihet wrote: On Tue, Oct 23, 2012 at 9:19 PM, Paul Walmsley p...@pwsan.com wrote: On Mon, 22 Oct 2012, Jean Pihet wrote: On Mon, Oct 22, 2012 at 6:12 PM, Jean Pihet

Re: [PATCH 10/16] ARM: OMAP: Make omap_device local to mach-omap2

2012-10-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [121026 13:20]: On Fri, 26 Oct 2012, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [121026 10:03]: On Fri, 26 Oct 2012, Tony Lindgren wrote: Can you do a branch on top of omap-for-v3.8/cleanup-headers with all these fixes that I can pull in?

Re: [PATCH 10/16] ARM: OMAP: Make omap_device local to mach-omap2

2012-10-26 Thread Paul Walmsley
On Fri, 26 Oct 2012, Tony Lindgren wrote: I've merged omap-for-v3.8/cleanup-headers into omap-for-v3.8/cleanup-prcm too now, so you should be able to use commit 7fc54fd3 as the base for further PRCM changes. OK thanks, will do. - Paul -- To unsubscribe from this list: send the line

[PATCH] ARM: OMAP1: usb: fix sparse warnings

2012-10-26 Thread Paul Walmsley
Resolve the following sparse warnings: arch/arm/mach-omap1/usb.c:304:12: warning: symbol 'omap1_usb0_init' was not declared. Should it be static? arch/arm/mach-omap1/usb.c:412:12: warning: symbol 'omap1_usb1_init' was not declared. Should it be static? arch/arm/mach-omap1/usb.c:478:12:

Re: [PATCH v5] gpio/omap: fix off-mode bug: clear debounce settings on free/reset

2012-10-26 Thread Kevin Hilman
Jon Hunter jon-hun...@ti.com writes: This change was originally titled gpio/omap: fix off-mode bug: clear debounce clock enable mask on free/reset. The title has been updated slightly to reflect (what should be) the final fix. nit: this kind of thing should typically go after the '---' since

Re: [PATCH] ARM: OMAP1: usb: fix sparse warnings

2012-10-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [121026 13:54]: Resolve the following sparse warnings: arch/arm/mach-omap1/usb.c:304:12: warning: symbol 'omap1_usb0_init' was not declared. Should it be static? arch/arm/mach-omap1/usb.c:412:12: warning: symbol 'omap1_usb1_init' was not declared. Should

[GIT PULL 1/3] omap plat header removal for v3.8 merge window, part2

2012-10-26 Thread Tony Lindgren
The following changes since commit 3e9a6321f9895eac9a3d241d3126e44021e7102b: Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-headers-serial-take2 (2012-10-24 13:25:44 -0700) are available in the git repository at:

Re: [PATCH] ARM: OMAP1: usb: fix sparse warnings

2012-10-26 Thread Paul Walmsley
On Fri, 26 Oct 2012, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [121026 13:54]: Resolve the following sparse warnings: arch/arm/mach-omap1/usb.c:304:12: warning: symbol 'omap1_usb0_init' was not declared. Should it be static? arch/arm/mach-omap1/usb.c:412:12: warning:

Re: [PATCH] ARM: OMAP1: usb: fix sparse warnings

2012-10-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [121026 14:27]: On Fri, 26 Oct 2012, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [121026 13:54]: Resolve the following sparse warnings: arch/arm/mach-omap1/usb.c:304:12: warning: symbol 'omap1_usb0_init' was not declared. Should it be

[PATCH v2] ARM: OMAP1: usb: fix sparse warnings

2012-10-26 Thread Paul Walmsley
Resolve the following sparse warnings: arch/arm/mach-omap1/usb.c:304:12: warning: symbol 'omap1_usb0_init' was not declared. Should it be static? arch/arm/mach-omap1/usb.c:412:12: warning: symbol 'omap1_usb1_init' was not declared. Should it be static? arch/arm/mach-omap1/usb.c:478:12:

Re: [PATCH] ARM: OMAP1: usb: fix sparse warnings

2012-10-26 Thread Paul Walmsley
On Fri, 26 Oct 2012, Tony Lindgren wrote: Looks like it's not urgent for the -rc series, so let's not introduce more self-inflicted merge conflicts. If that's OK with you, I can apply it to omap-for-v3.8/cleanup-headers without the header changes. Yep that's fine, better to avoid creating

Re: [PATCH] gpio: omap-gpio: add support for pm_runtime autosuspend

2012-10-26 Thread Jon Hunter
On 10/26/2012 03:01 PM, Felipe Balbi wrote: Hi, On Fri, Oct 26, 2012 at 03:19:13PM +0200, Tim Niemeyer wrote: Adds support for configuring the omap-gpio driver use autosuspend for runtime power management. This can reduce the latency in using it by not suspending the device immediately on

Re: [PATCH v5] gpio/omap: fix off-mode bug: clear debounce settings on free/reset

2012-10-26 Thread Jon Hunter
On 10/26/2012 04:19 PM, Kevin Hilman wrote: Jon Hunter jon-hun...@ti.com writes: This change was originally titled gpio/omap: fix off-mode bug: clear debounce clock enable mask on free/reset. The title has been updated slightly to reflect (what should be) the final fix. nit: this kind

Re: OMAP baseline test results for v3.7-rc1

2012-10-26 Thread Paul Walmsley
Hi Felipe, On Fri, 26 Oct 2012, Felipe Balbi wrote: On Thu, Oct 25, 2012 at 01:12:12PM +0300, Felipe Balbi wrote: On Tue, Oct 23, 2012 at 09:23:03PM +0200, Jean Pihet wrote: On Tue, Oct 23, 2012 at 9:19 PM, Paul Walmsley p...@pwsan.com wrote: On Mon, 22 Oct 2012, Jean Pihet wrote:

Re: [GIT PULL] omap plat header removal for v3.8 merge window, part1

2012-10-26 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [121026 10:57]: * Arnd Bergmann a...@arndb.de [121026 10:30]: Well, once CONFIG_MULTIPLATFORM gets enabled, the mach/*.h files are not visible to drivers any more, but they are still visible to files in plat-omap if you add a line like

Re: [PATCH] i2c: omap: ensure writes to dev-buf_len are ordered

2012-10-26 Thread Paul Walmsley
Hi Felipe just two quick comments On Thu, 25 Oct 2012, Felipe Balbi wrote: if we allow compiler reorder our writes, we could fall into a situation where dev-buf_len is reset for no apparent reason. This bug was found with a simple script which would transfer data to an i2c client from 1

Re: [PATCHv9 6/8] ARM: OMAP4: retrigger localtimers after re-enabling gic

2012-10-26 Thread Paul Walmsley
Hi On Thu, 18 Oct 2012, Tero Kristo wrote: From: Colin Cross ccr...@android.com 'Workaround for ROM bug because of CA9 r2pX gic control' register change disables the gic distributor while the secondary cpu is being booted. If a localtimer interrupt on the primary cpu occurs when the

Re: [PATCHv9 8/8] ARM: OMAP4: USB: power down MUSB PHY if not used

2012-10-26 Thread Paul Walmsley
Hi On Thu, 18 Oct 2012, Tero Kristo wrote: Commit c9e4412ab8eb8ef82d645d8749c4ce96ad490007 removed all of the USB PHY functions for OMAP4, but this causes a problem with core retention as the MUSB module remains enabled if omap-usb2 phy driver is not used. This keeps the USB DPLL enabled and

Re: [PATCHv9 1/8] ARM: OMAP: hwmod: Add support for per hwmod/module context lost count

2012-10-26 Thread Paul Walmsley
Hi, On Thu, 18 Oct 2012, Tero Kristo wrote: From: Rajendra Nayak rna...@ti.com OMAP4 has module specific context lost registers which makes it now possible to have module level context loss count, instead of relying on the powerdomain level context count. Add 2 private hwmod api's to

  1   2   >