Re: [PATCH v6 01/17] wl12xx: make wl12xx.h common to both spi and sdio

2010-09-16 Thread Luciano Coelho
On Thu, 2010-09-16 at 13:16 +0200, ext Ohad Ben-Cohen wrote: Move wl12xx.h outside of the spi-specific location, so it can be shared with both spi and sdio solutions. Update all users of spi/wl12xx.h accordingly Signed-off-by: Ohad Ben-Cohen o...@wizery.com --- Acked-by: Luciano Coelho

Re: [PATCH v6 2/7] wl1271: propagate set_power's return value

2010-09-16 Thread Luciano Coelho
On Thu, 2010-09-16 at 01:22 +0200, ext Ohad Ben-Cohen wrote: Make it possible for the set power method to indicate a success/failure return value. This is needed to support more complex power on/off operations such as SDIO power manipulations. Signed-off-by: Ohad Ben-Cohen o...@wizery.com

Re: [PATCH v6 2/7] wl1271: propagate set_power's return value

2010-09-16 Thread Luciano Coelho
On Thu, 2010-09-16 at 21:53 +0200, ext Ohad Ben-Cohen wrote: On Thu, Sep 16, 2010 at 9:40 PM, Luciano Coelho luciano.coe...@nokia.com wrote: + int ret = wl-if_ops-power(wl, true); I think it look nicer if you keep the int ret in one line by itself and then do a ret = wl-if_ops

Re: [PATCH v6 01/17] wl12xx: make wl12xx.h common to both spi and sdio

2010-09-16 Thread Luciano Coelho
On Thu, 2010-09-16 at 21:56 +0200, ext Ohad Ben-Cohen wrote: On Thu, Sep 16, 2010 at 8:35 PM, Luciano Coelho luciano.coe...@nokia.com wrote: Acked-by: Luciano Coelho luciano.coe...@nokia.com I just wonder why the wl12xx.h move wasn't detected as a rename. Did you forget to use the -M

Re: [PATCH v6 3/7] wl12xx: add platform data passing support

2010-09-20 Thread Luciano Coelho
. Originally proposed by Russell King. Signed-off-by: Ohad Ben-Cohen o...@wizery.com --- Acked-by: Luciano Coelho luciano.coe...@nokia.com diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile index 5d4ce4d..85af697 100644 --- a/drivers/net/wireless/Makefile +++ b

Re: [PATCH v6 4/7] wl1271: take irq info from private board data

2010-09-20 Thread Luciano Coelho
On Thu, 2010-09-16 at 01:31 +0200, ext Ohad Ben-Cohen wrote: Remove the hard coded irq information, and instead take the irq information from the board's platform data. Signed-off-by: Ohad Ben-Cohen o...@wizery.com --- Acked-by: Luciano Coelho luciano.coe...@nokia.com -- Cheers, Luca

Re: [PATCH v6 5/7] wl1271: make ref_clock configurable by board

2010-09-20 Thread Luciano Coelho
o...@wizery.com --- Acked-by: Luciano Coelho luciano.coe...@nokia.com With some small cosmetic comments below. diff --git a/drivers/net/wireless/wl12xx/wl1271_boot.c b/drivers/net/wireless/wl12xx/wl1271_boot.c index f36430b..fc21db8 100644 --- a/drivers/net/wireless/wl12xx/wl1271_boot.c

[PATCH] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
Add board configuration for the wl1271 daughter board. This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Cc: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Luciano Coelho luciano.coe...@nokia.com --- arch/arm/mach-omap2/board-omap3beagle.c | 71 +++ 1

[PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
Add board configuration for the wl1271 daughter board. This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Cc: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Luciano Coelho luciano.coe...@nokia.com --- There was a useless variable defined in omap3_beagle_init() that was causing

[PATCH v3] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
Add board configuration for the wl1271 daughter board. This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Cc: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Luciano Coelho luciano.coe...@nokia.com --- from v2 to v3: removed accidental change to wl1271.h arch/arm/mach-omap2/board

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
On Thu, 2010-09-23 at 12:30 +0200, ext Grazvydas Ignotas wrote: On Thu, Sep 23, 2010 at 11:20 AM, Luciano Coelho luciano.coe...@nokia.com wrote: Add board configuration for the wl1271 daughter board. This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Hm can that daughter

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
Hi Felipe, On Thu, 2010-09-23 at 13:45 +0200, ext Felipe Balbi wrote: On Thu, Sep 23, 2010 at 03:20:03AM -0500, Luciano Coelho wrote: static struct mtd_partition omap3beagle_nand_partitions[] = { @@ -163,12 +168,25 @@ static void __init beagle_display_init(void) #include sdram-micron

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
On Thu, 2010-09-23 at 14:20 +0200, ext Felipe Balbi wrote: Hi Luca, On Thu, Sep 23, 2010 at 07:17:33AM -0500, Luciano Coelho wrote: On Thu, 2010-09-23 at 13:45 +0200, ext Felipe Balbi wrote: On Thu, Sep 23, 2010 at 03:20:03AM -0500, Luciano Coelho wrote: static struct mtd_partition

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
On Thu, 2010-09-23 at 14:03 +0200, ext Robert Nelson wrote: On Thu, Sep 23, 2010 at 5:30 AM, Grazvydas Ignotas nota...@gmail.com wrote: On Thu, Sep 23, 2010 at 11:20 AM, Luciano Coelho luciano.coe...@nokia.com wrote: Add board configuration for the wl1271 daughter board. This patch

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
On Thu, 2010-09-23 at 15:42 +0200, ext Robert Nelson wrote: On Thu, Sep 23, 2010 at 7:52 AM, Luciano Coelho luciano.coe...@nokia.com wrote: On Thu, 2010-09-23 at 14:03 +0200, ext Robert Nelson wrote: On Thu, Sep 23, 2010 at 5:30 AM, Grazvydas Ignotas nota...@gmail.com wrote: On Thu

Re: [PATCH v3] omap: beagle: add support for wl1271 on the board file

2010-09-24 Thread Luciano Coelho
On Fri, 2010-09-24 at 20:03 +0200, ext John W. Linville wrote: On Thu, Sep 23, 2010 at 01:03:35PM +0300, Luciano Coelho wrote: Add board configuration for the wl1271 daughter board. This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Cc: Ohad Ben-Cohen o...@wizery.com

Re: [PATCH v3] omap: beagle: add support for wl1271 on the board file

2010-09-24 Thread Luciano Coelho
On Fri, 2010-09-24 at 21:11 +0200, ext Tony Lindgren wrote: * Luciano Coelho luciano.coe...@nokia.com [100924 11:42]: On Fri, 2010-09-24 at 20:03 +0200, ext John W. Linville wrote: On Thu, Sep 23, 2010 at 01:03:35PM +0300, Luciano Coelho wrote: Add board configuration for the wl1271

Re: [PATCH v3] omap: beagle: add support for wl1271 on the board file

2010-09-24 Thread Luciano Coelho
On Fri, 2010-09-24 at 21:42 +0200, ext Koen Kooi wrote: Op 24 sep 2010, om 21:11 heeft Tony Lindgren het volgende geschreven: * Luciano Coelho luciano.coe...@nokia.com [100924 11:42]: On Fri, 2010-09-24 at 20:03 +0200, ext John W. Linville wrote: On Thu, Sep 23, 2010 at 01:03:35PM +0300

Re: [PATCH] omap: zoom2/3: fix build caused by wl1271 support

2010-10-05 Thread Luciano Coelho
On Sat, 2010-10-02 at 01:10 +0200, ext Tony Lindgren wrote: * Anand Gadiyar gadi...@ti.com [101001 13:25]: Patch omap: zoom: add mmc3/wl1271 device support in the wireless tree still uses .wires in struct omap2_hsmmc_info. .wires has now been replaced with .caps in patch omap: mmc:

Re: [PATCH] omap: zoom2/3: fix build caused by wl1271 support

2010-10-05 Thread Luciano Coelho
On Tue, 2010-10-05 at 13:53 +0200, ext Luciano Coelho wrote: On Sat, 2010-10-02 at 01:10 +0200, ext Tony Lindgren wrote: * Anand Gadiyar gadi...@ti.com [101001 13:25]: Patch omap: zoom: add mmc3/wl1271 device support in the wireless tree still uses .wires in struct omap2_hsmmc_info

Re: [PATCH] omap: zoom2/3: fix build caused by wl1271 support

2010-10-05 Thread Luciano Coelho
On Tue, 2010-10-05 at 14:07 +0200, ext Luciano Coelho wrote: On Tue, 2010-10-05 at 13:53 +0200, ext Luciano Coelho wrote: On Sat, 2010-10-02 at 01:10 +0200, ext Tony Lindgren wrote: * Anand Gadiyar gadi...@ti.com [101001 13:25]: Patch omap: zoom: add mmc3/wl1271 device support

Re: [PATCH] omap: zoom2/3: fix build caused by wl1271 support

2010-10-05 Thread Luciano Coelho
On Tue, 2010-10-05 at 15:19 +0200, ext Luciano Coelho wrote: On Tue, 2010-10-05 at 14:07 +0200, ext Luciano Coelho wrote: On Tue, 2010-10-05 at 13:53 +0200, ext Luciano Coelho wrote: On Sat, 2010-10-02 at 01:10 +0200, ext Tony Lindgren wrote: * Anand Gadiyar gadi...@ti.com [101001 13:25

Re: [PATCH] omap: zoom2/3: fix build caused by wl1271 support

2010-10-06 Thread Luciano Coelho
On Wed, 2010-10-06 at 16:01 +0200, ext Gadiyar, Anand wrote: Hmmm... We got a problem here. This patch breaks builds when we *don't* have omap: mmc extended to pass host capabilities from board file. We don't have that on wireless-next yet, so builds with zoom boards selected are broken.

Re: [PATCH] omap: zoom2/3: fix build caused by wl1271 support

2010-10-06 Thread Luciano Coelho
On Wed, 2010-10-06 at 17:30 +0200, ext John W. Linville wrote: On Wed, Oct 06, 2010 at 06:27:49PM +0300, Luciano Coelho wrote: On Wed, 2010-10-06 at 16:01 +0200, ext Gadiyar, Anand wrote: Hmmm... We got a problem here. This patch breaks builds when we *don't* have omap: mmc

Re: [PATCH] omap: zoom2/3: fix build caused by wl1271 support

2010-10-06 Thread Luciano Coelho
On Wed, 2010-10-06 at 17:55 +0200, ext Luciano Coelho wrote: On Wed, 2010-10-06 at 17:30 +0200, ext John W. Linville wrote: On Wed, Oct 06, 2010 at 06:27:49PM +0300, Luciano Coelho wrote: On Wed, 2010-10-06 at 16:01 +0200, ext Gadiyar, Anand wrote: Hmmm... We got a problem here

Re: [RFC: WL1271 DC supprot on OMAP3EVM 0/5]

2010-10-13 Thread Luciano Coelho
Hi Sanjay, On Wed, 2010-10-13 at 12:57 +0200, ext csan...@mistralsolutions.com wrote: From: Sanjay Kumar Champati csan...@mistralsolutions.com Sanjay Kumar Champati (5): ARM: Supported MMC 2 features for OMAP3EVM ARM: Supported for Standard SDIO driver on OMAP3EVM for WL1271 DC

Re: Difference between twl4030_hsmmc_info and omap_mmc_platform_data

2010-10-15 Thread Luciano Coelho
Hi Elvis, On Thu, 2010-10-14 at 23:48 +0200, ext Elvis Dowson wrote: I'm trying to bring up a TI WL1271 wlan module connected to MMC2 controller of a TI OMAP 3530 processor. Some weeks ago I have sent a patch to linux-omap and linux-wireless mailing lists to add support for the wl1271

Re: Unknown symbol errors when insmod wl1271_sdio.ko and wl1271.ko

2010-10-21 Thread Luciano Coelho
On Thu, 2010-10-21 at 08:30 +0200, ext Elvis Dowson wrote: Hi, I'm using the following wl127xx.git branch, and trying to bringup my board using the kernel drivers for wl1271 wlan module with a beagleboard design. I haven't yet applied luca's patches, and thought I'd try with

Re: Setting MMC_CAP_POWER_OFF_CARD on mmc2 leads to filesystem problems on mmc1

2011-01-21 Thread Luciano Coelho
On Fri, 2011-01-21 at 15:18 +0100, Koen Kooi wrote: Hi, I'm trying to bring up a wl1271 sdio expansion board on beagle with 2.6.37 and I'm running into a weird problem when enabling MMC_CAP_POWER_OFF_CARD. My patch basically does: --- a/arch/arm/mach-omap2/board-omap3beagle.c +++

Re: [PATCH 02/15] wireless: wl1271: remove SDIO IDs from driver

2010-07-06 Thread Luciano Coelho
On Tue, 2010-07-06 at 02:37 +0200, ext Ohad Ben-Cohen wrote: From: Ohad Ben-Cohen oh...@ti.com Remove SDIO IDs from the driver code since now it is included in linux/mmc/sdio_ids.h. Signed-off-by: Ohad Ben-Cohen oh...@ti.com --- Acked-by: Luciano Coelho luciano.coe...@nokia.com

Re: [PATCH 10/15] wireless: wl1271: support return value for the set power func

2010-07-06 Thread Luciano Coelho
. Signed-off-by: Ohad Ben-Cohen oh...@ti.com --- Acked-by: Luciano Coelho luciano.coe...@nokia.com -- Cheers, Luca. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH 08/15] wireless: wl1271: make wl12xx.h common to both spi and sdio

2010-07-06 Thread Luciano Coelho
changed, 37 insertions(+), 37 deletions(-) delete mode 100644 include/linux/spi/wl12xx.h create mode 100644 include/linux/wl12xx.h For the wl1271 part: Acked-by: Luciano Coelho luciano.coe...@nokia.com For the wl12xx.h and wl1251 parts, this needs to be acked by Kalle Valo. -- Cheers, Luca

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-08-02 Thread Luciano Coelho
On Mon, 2010-07-26 at 21:30 +0200, ext John W. Linville wrote: On Wed, Jul 21, 2010 at 08:33:34PM +0300, Ohad Ben-Cohen wrote: This patch series adds native support for wl1271 on ZOOM. Just for the record, I'm fine with the wl1271 bits here going through the omap tree with the rest of the

Re: ti.com addresses randomly unsubscribed from vger.kernel.org lists

2011-09-15 Thread Luciano Coelho
On Thu, 2011-09-15 at 10:26 -0700, Kevin Hilman wrote: Hello, There have been ongoing problems for awhile now where ti.com addresses have been randomly unsubscribed from vger.kernel.org lists (linux-omap, linux-kernel, etc.) Luca and myself have been working with TI IT to figure out this

Re: Oops on ehci_hcd when booting 3.0.0-rc2 on panda

2011-08-09 Thread Luciano Coelho
Hi, On Mon, 2011-06-06 at 14:05 +0300, Luciano Coelho wrote: On Mon, 2011-06-06 at 14:02 +0300, Felipe Balbi wrote: On Mon, Jun 06, 2011 at 01:44:18PM +0300, Felipe Balbi wrote: looks like this is resulting from the missing hwmod conversion in mainlnie. Check if reverting

Re: Oops on ehci_hcd when booting 3.0.0-rc2 on panda

2011-08-11 Thread Luciano Coelho
On Thu, 2011-08-11 at 11:07 +0300, Ohad Ben-Cohen wrote: Any clues? Reverting 665d001338b494d6d62810aa99b4c0fa1a0884b9 OMAP2+: hwmod: Follow the recommended PRCM module enable sequence fixes this for me. More specifically, this hunk alone seems to do the trick: diff --git

Re: Oops on ehci_hcd when booting 3.0.0-rc2 on panda

2011-08-11 Thread Luciano Coelho
On Thu, 2011-08-11 at 17:29 +0530, Rajendra Nayak wrote: On 8/11/2011 1:37 PM, Ohad Ben-Cohen wrote: + Paul, Benoit, Rajendra On Tue, Aug 9, 2011 at 2:26 PM, Luciano Coelhocoe...@ti.com wrote: I'm again getting a very similar oops with 3.1-rc1 on my pandaboard: [2.054351]

3.1-rc3 fails to boot on my pandaboard

2011-08-25 Thread Luciano Coelho
Hi, There seems to be a problem with 3.1-rc3, which prevents it from booting on my PandaBoard (ARM OMAP4). 3.1-rc2 works fine, so I have bisected the problem and it turns out to be caused by this: commit f3637a5f2e2eb391ff5757bc83fb5de8f9726464 Author: Sebastian Andrzej Siewior

Re: 3.1-rc3 fails to boot on my pandaboard

2011-08-25 Thread Luciano Coelho
On Thu, 2011-08-25 at 13:04 +0200, Sebastian Andrzej Siewior wrote: * Luciano Coelho | 2011-08-25 13:39:29 [+0300]: Any ideas what may be going wrong? I think my commit was identified as bogus and tglx is going to revert it. The problem is that I force ONESHOT mode for all threaded IRQs

Re: 3.1-rc3 fails to boot on my pandaboard

2011-08-25 Thread Luciano Coelho
On Thu, 2011-08-25 at 17:05 +0530, Govindraj wrote: On Thu, Aug 25, 2011 at 4:09 PM, Luciano Coelho coe...@ti.com wrote: Hi, There seems to be a problem with 3.1-rc3, which prevents it from booting on my PandaBoard (ARM OMAP4). 3.1-rc2 works fine, so I have bisected the problem

[PATCH] mfd: Combine MFD_SUPPORT and MFD_CORE

2011-08-29 Thread Luciano Coelho
...@atomide.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Luciano Coelho coe...@ti.com --- I guess this should fix the problem. I've simple forward-ported Randy's patch to the latest mainline kernel. I don't know via which tree this should go in, though. NOTE: I have *not* tested

Re: [PATCH] mfd: Combine MFD_SUPPORT and MFD_CORE

2011-09-02 Thread Luciano Coelho
On Wed, 2011-08-31 at 18:49 +0200, Arnd Bergmann wrote: On Monday 29 August 2011, Luciano Coelho wrote: From: Randy Dunlap rdun...@xenotime.net Combine MFD_SUPPORT (which only enabled the remainder of the MFD menu) and MFD_CORE. This allows other drivers to select MFD_CORE without

[PATCH 2.6.39] omap: board-4430sdp: revert hsmmc_info reordering

2011-04-01 Thread Luciano Coelho
. This caused the external SD card reader not to be recognized, at least on Blaze. This patch reverts this change so that the external SD card is recognized again. Cc: Kishore Kadiyala kishore.kadiy...@ti.com Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Luciano Coelho coe...@ti.com --- I have started

Re: [PATCH 2.6.39] omap: board-4430sdp: revert hsmmc_info reordering

2011-04-01 Thread Luciano Coelho
On Fri, 2011-04-01 at 12:46 +0530, Kishore Kadiyala wrote: On Fri, Apr 1, 2011 at 12:22 PM, Luciano Coelho coe...@ti.com wrote: The order in which the MMC cards are defined in the the 4430sdp board file seems to have been mistakenly reorderded as part of an unrelated patch. In commit

Re: [PATCH 2.6.39] omap: board-4430sdp: revert hsmmc_info reordering

2011-04-01 Thread Luciano Coelho
On Fri, 2011-04-01 at 09:18 +0200, Cousson, Benoit wrote: On 4/1/2011 8:52 AM, Coelho, Luciano wrote: The order in which the MMC cards are defined in the the 4430sdp board file seems to have been mistakenly reorderded as part of an unrelated patch. In commit

Re: [PATCH 2.6.39] omap: board-4430sdp: revert hsmmc_info reordering

2011-04-01 Thread Luciano Coelho
On Fri, 2011-04-01 at 15:56 +0530, Kishore Kadiyala wrote: As I said, I don't know much about the OMAP MMC subsystem and I don't have the time right now to investigate what really is wrong. That's why I sent this patch, as quick fix (or rather getting rid of a regression). I don't see

Re: [PATCH 2.6.39] omap: board-4430sdp: revert hsmmc_info reordering

2011-04-01 Thread Luciano Coelho
On Fri, 2011-04-01 at 09:52 +0300, Luciano Coelho wrote: The order in which the MMC cards are defined in the the 4430sdp board file seems to have been mistakenly reorderded as part of an unrelated patch. In commit 0005ae73cfe44ee42d0be12a12cc82bf982f518e, where only the dev_name was supposed

[PATCH] arm: omap2plus: add wl12xx support in omap4plus_defconfig

2011-04-20 Thread Luciano Coelho
the wl12xx driver as modules in omap2plus_defconfig. Signed-off-by: Luciano Coelho coe...@ti.com --- arch/arm/configs/omap2plus_defconfig |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index

Re: Oops on ehci_hcd when booting 3.0.0-rc2 on panda

2011-06-06 Thread Luciano Coelho
On Mon, 2011-06-06 at 14:02 +0300, Felipe Balbi wrote: On Mon, Jun 06, 2011 at 01:44:18PM +0300, Felipe Balbi wrote: looks like this is resulting from the missing hwmod conversion in mainlnie. Check if reverting 7e6502d577106fb5b202bbaac64c5f1b065e6daa helps. I verified off-list with

Re: [PATCH 0/2] ARM: OMAP2+: PM: code consolidation for 3.4

2012-03-08 Thread Luciano Coelho
On Thu, 2012-03-08 at 10:27 -0800, Kevin Hilman wrote: Hi Luca, Hey Kevin, Thanks for your reply! :) Coelho, Luciano coe...@ti.com writes: [...] I can't get ttyO2 wakeup to work on my Blaze with 3.3-rc5. It works fine with 3.2. I assume you mean wakeup from system-wide

Re: [PATCH 0/2] ARM: OMAP2+: PM: code consolidation for 3.4

2012-03-08 Thread Luciano Coelho
Hi Kevin, On Thu, 2012-03-08 at 13:21 -0800, Kevin Hilman wrote: Luciano Coelho coe...@ti.com writes: [...] Thanks, Paul! I was just chatting with Kevin about this on IRC. With your patch and no_console_suspend, it works. :) Just FYI... I've queued this patch from Paul and it's now

Re: [PATCH v2] ARM: OMAP: WiLink platform data for the PandaBoard

2012-03-09 Thread Luciano Coelho
On Fri, 2012-03-09 at 10:31 -0800, Tony Lindgren wrote: Hi Luca, Hi Tony, * Mircea Gherzan mgher...@gmail.com [120306 14:23]: The uim deamon requires sysfs entries that are filled in using this platform data. Signed-off-by: Mircea Gherzan mgher...@gmail.com ---

Re: [PATCH 3/3] omap: board-sdp4430: declare support for MMC_PM_KEEP_POWER

2011-11-28 Thread Luciano Coelho
On Mon, 2011-11-28 at 10:26 +0200, Eliad Peller wrote: On Mon, Nov 28, 2011 at 9:50 AM, Coelho, Luciano coe...@ti.com wrote: On Tue, Nov 22, 2011 at 4:02 PM, Eliad Peller el...@wizery.com wrote: Declare support for keeping the power of the wlan chip while suspended. this is needed for

Re: [PATCH 3/3] omap: board-sdp4430: declare support for MMC_PM_KEEP_POWER

2011-11-28 Thread Luciano Coelho
On Mon, 2011-11-28 at 11:26 +0200, Igor Grinberg wrote: Hi Luciano, Hi Igor, On 11/28/11 11:08, Luciano Coelho wrote: I may do it for panda later on, if I get the time to test it. For beagle, it doesn't really apply, because the wl12xx support is out-of-tree, unfortunately. :( If I

Re: [PATCH 3/3] omap: board-sdp4430: declare support for MMC_PM_KEEP_POWER

2011-11-28 Thread Luciano Coelho
On Mon, 2011-11-28 at 12:12 +0200, Eliad Peller wrote: On Mon, Nov 28, 2011 at 11:58 AM, Luciano Coelho coe...@ti.com wrote: On Mon, 2011-11-28 at 11:26 +0200, Igor Grinberg wrote: On 11/28/11 11:08, Luciano Coelho wrote: I may do it for panda later on, if I get the time to test

[PATCH] I2C: OMAP: fix build breakage when CONFIG_OF is not set

2012-02-08 Thread Luciano Coelho
are prepared to get NULL pointers if CONFIG_OF is not defined, we can simply define it to NULL. Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Luciano Coelho coe...@ti.com --- drivers/i2c/busses/i2c-omap.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/busses

[PATCH 3.3] OMAP4: PRM: fix build breakage when CONFIG_OF is not defined

2012-02-08 Thread Luciano Coelho
is defined. This problem was introduced in commit 2f31b51659c2d8315ea2888ba5b93076febe672b Cc: Tero Kristo t-kri...@ti.com Signed-off-by: Luciano Coelho coe...@ti.com --- arch/arm/mach-omap2/prm44xx.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2

Re: [PATCH] I2C: OMAP: fix build breakage when CONFIG_OF is not set

2012-02-08 Thread Luciano Coelho
On Wed, 2012-02-08 at 12:56 +0200, Luciano Coelho wrote: Since commit 6145197be6cc0583fa1a2f4ec1079d366137061e, building i2c_omap.c breaks if CONFIG_OF is not set: drivers/i2c/busses/i2c-omap.c: In function 'omap_i2c_probe': drivers/i2c/busses/i2c-omap.c:1021: error: 'omap_i2c_of_match

Re: [PATCH] I2C: OMAP: fix build breakage when CONFIG_OF is not set

2012-02-08 Thread Luciano Coelho
On Wed, 2012-02-08 at 12:59 +0200, Felipe Balbi wrote: On Wed, Feb 08, 2012 at 12:56:52PM +0200, Luciano Coelho wrote: Since commit 6145197be6cc0583fa1a2f4ec1079d366137061e, building we generally like to see the commit subject here too. And adding the abbreviated commit instead of the full

Re: [PATCH 3.3] OMAP4: PRM: fix build breakage when CONFIG_OF is not defined

2012-02-08 Thread Luciano Coelho
On Wed, 2012-02-08 at 13:03 +0200, Felipe Balbi wrote: On Wed, Feb 08, 2012 at 12:59:12PM +0200, Luciano Coelho wrote: Since 3.3-rc1, prm44xx.c build breaks if CONFIG_OF is not set: arch/arm/mach-omap2/prm44xx.c:41: error: 'OMAP44XX_IRQ_PRCM' undeclared here (not in a function) make

[PATCH 3.3 v2] OMAP4: PRM: fix build breakage when CONFIG_OF is not defined

2012-02-08 Thread Luciano Coelho
is defined. This problem was introduced in commit 2f31b51 (ARM: OMAP4: PRM: use PRCM interrupt handler). Cc: Tero Kristo t-kri...@ti.com Signed-off-by: Luciano Coelho coe...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com --- v2: changed the commit log to use abbrev sha and include the commit subject

[PATCH 3.3 v2] I2C: OMAP: fix build breakage when CONFIG_OF is not set

2012-02-08 Thread Luciano Coelho
omap_ic2_of_match are prepared to get NULL pointers if CONFIG_OF is not defined, we can simply define it to NULL. Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Luciano Coelho coe...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com --- v2: changed the commit log to use abbrev sha and include the commit

Re: [PATCH] I2C: OMAP: fix build breakage when CONFIG_OF is not set

2012-02-08 Thread Luciano Coelho
On Wed, 2012-02-08 at 16:42 +0530, Shubhrajyoti Datta wrote: On Wed, Feb 8, 2012 at 4:34 PM, Luciano Coelho coe...@ti.com wrote: On Wed, 2012-02-08 at 12:59 +0200, Felipe Balbi wrote: On Wed, Feb 08, 2012 at 12:56:52PM +0200, Luciano Coelho wrote: Since commit

Re: [PATCH 3.3 v2] I2C: OMAP: fix build breakage when CONFIG_OF is not set

2012-02-14 Thread Luciano Coelho
Hi Ben, On Mon, 2012-02-13 at 23:27 +, Ben Dooks wrote: On Wed, Feb 08, 2012 at 01:18:21PM +0200, Luciano Coelho wrote: diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index f713eac..fd200eb 100644 --- a/drivers/i2c/busses/i2c-omap.c +++ b/drivers/i2c

Re: [PATCH 3.3 v2] OMAP4: PRM: fix build breakage when CONFIG_OF is not defined

2012-02-14 Thread Luciano Coelho
Hi Tony, On Tue, 2012-02-14 at 12:38 -0800, Tony Lindgren wrote: * Luciano Coelho coe...@ti.com [120208 02:43]: Since 3.3-rc1, prm44xx.c build breaks if CONFIG_OF is not set: arch/arm/mach-omap2/prm44xx.c:41: error: 'OMAP44XX_IRQ_PRCM' undeclared here (not in a function) make[1

Re: OMAP34xx

2012-02-15 Thread Luciano Coelho
Hi Kevin, On Wed, 2012-02-15 at 16:13 -0800, Kevin Hilman wrote: On 02/15/2012 03:54 PM, Kevin Hilman wrote: Luciano Coelhocoe...@ti.com writes: [...] I just tried this on my Panda and I keep getting this kind of BUGs. It spams my console so much that is pretty much unusable:

Re: OMAP34xx

2012-02-15 Thread Luciano Coelho
On Wed, 2012-02-15 at 17:28 -0800, Kevin Hilman wrote: NeilBrown ne...@suse.de writes: On Wed, 15 Feb 2012 16:13:02 -0800 Kevin Hilman khil...@deeprootsystems.com wrote: On 02/15/2012 03:54 PM, Kevin Hilman wrote: Luciano Coelhocoe...@ti.com writes: [...] I just

32kHz clock removal causes problems omap_hsmmc

2012-11-15 Thread Luciano Coelho
Hi, Since the 32KHz clock was removed from the twl-regulator (0e8e5c34 regulator: twl: Remove references to 32kHz clock from DT bindings), we've been having problems with our wl12xx chip that is connected through the omap_hsmmc. Our card simply doesn't get added to the system and we get lots of

Re: 32kHz clock removal causes problems omap_hsmmc

2012-12-19 Thread Luciano Coelho
Hi Mark, On Wed, 2012-12-19 at 09:45 +, Mark Brown wrote: On Tue, Dec 18, 2012 at 11:54:50AM +0200, Felipe Balbi wrote: damn, this is still part of our v3.7-rc kernel. Original commit was done with no testing whatsoever and caused a big regression to (at least) TI's WiFi driver which

Re: 32kHz clock removal causes problems omap_hsmmc

2012-12-19 Thread Luciano Coelho
On Wed, 2012-12-19 at 10:28 +, Mark Brown wrote: On Wed, Dec 19, 2012 at 12:01:57PM +0200, Luciano Coelho wrote: I think one of the reasons not many people use the mainline with TWL is exactly because something seems to break on every new kernel release. I'm one of those who care

Re: 32kHz clock removal causes problems omap_hsmmc

2012-12-19 Thread Luciano Coelho
On Wed, 2012-12-19 at 10:32 +, Mark Brown wrote: On Wed, Dec 19, 2012 at 11:18:11AM +0100, Peter Ujfalusi wrote: Sure. It must be a clock driver. I already have similar driver (for McPDM fclk clock) for twl6040. Let me check linux-next, if CCF is there for OMAP I can send the 32k

Re: 32kHz clock removal causes problems omap_hsmmc

2012-12-19 Thread Luciano Coelho
On Wed, 2012-12-19 at 11:56 +0100, Peter Ujfalusi wrote: On 12/19/2012 11:45 AM, Luciano Coelho wrote: Well, we still haven't got the foggiest idea what the actual problem is beyond that it's probably related to the 32kHz clock in some way (unless it was one of the other reverts

Re: 32kHz clock removal causes problems omap_hsmmc

2012-12-19 Thread Luciano Coelho
On Wed, 2012-12-19 at 14:51 +0100, Benoit Cousson wrote: On 12/19/2012 02:01 PM, Felipe Balbi wrote: On Wed, Dec 19, 2012 at 11:56:20AM +0100, Peter Ujfalusi wrote: BTW: have you happened to ubdate u-boot recently? There is a nice easter egg added there: f3f98bb ARM: OMAP4/5: Do not

[PATCH] OMAP: omap4-panda: add WiLink shared transport power functions

2013-01-16 Thread Luciano Coelho
-by: Luciano Coelho coe...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c | 57 +--- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 5c8e9ce..97a274b 100644 --- a/arch/arm

Re: [PATCH] OMAP: omap4-panda: add WiLink shared transport power functions

2013-01-16 Thread Luciano Coelho
On Wed, 2013-01-16 at 19:10 -0200, Fabio Estevam wrote: On Wed, Jan 16, 2013 at 6:34 PM, Luciano Coelho coe...@ti.com wrote: +static int wilink_st_init(void) +{ + int status; + + status = gpio_request(GPIO_BT_EN, kim); + if (status) { + pr_err(%s

[[PATCH v2]] OMAP: omap4-panda: add WiLink shared transport power functions

2013-01-16 Thread Luciano Coelho
...@vger.kernel.org [3.7] Signed-off-by: Luciano Coelho coe...@ti.com --- In v2: use gpio_request_one() instead of gpio_request() and gpio_direction_output(). (Thanks Fabio!) arch/arm/mach-omap2/board-omap4panda.c | 50 +--- 1 file changed, 46 insertions(+), 4 deletions

[RFC] OMAP: 4430sdp: add shared trasport devices to the board file

2013-01-16 Thread Luciano Coelho
Add the btwilink, nfcwilink and shared transport devices to the board file, including functions to power things on and off. Additionally, add the UART2 muxing data, so it's properly configured. Signed-off-by: Luciano Coelho coe...@ti.com --- This is pretty much the same as the patch I just sent

Re: [[PATCH v2]] OMAP: omap4-panda: add WiLink shared transport power functions

2013-01-17 Thread Luciano Coelho
On Thu, 2013-01-17 at 10:30 +0100, Peter Ujfalusi wrote: Hi Luca, Hi Péter! On 01/16/2013 10:45 PM, Luciano Coelho wrote: static struct ti_st_plat_data wilink_platform_data = { - .nshutdown_gpio = 46, .dev_name = /dev/ttyO1, .flow_cntrl = 1, .baud_rate

Re: [[PATCH v2]] OMAP: omap4-panda: add WiLink shared transport power functions

2013-01-17 Thread Luciano Coelho
On Thu, 2013-01-17 at 12:09 +0200, Felipe Balbi wrote: On Thu, Jan 17, 2013 at 12:05:10PM +0200, Felipe Balbi wrote: Hi, On Thu, Jan 17, 2013 at 10:55:14AM +0100, Peter Ujfalusi wrote: On 01/17/2013 10:34 AM, Felipe Balbi wrote: I just wonder how this is going to work with DT... You

Re: [[PATCH v2]] OMAP: omap4-panda: add WiLink shared transport power functions

2013-01-17 Thread Luciano Coelho
Hi Tony, On Thu, 2013-01-17 at 09:31 -0800, Tony Lindgren wrote: * Peter Ujfalusi peter.ujfal...@ti.com [130117 02:44]: On 01/17/2013 11:35 AM, Luciano Coelho wrote: This out-of-tree code doesn't explain why we need to do the enable/disable in the board file. We just need to do things

Re: [[PATCH v2]] OMAP: omap4-panda: add WiLink shared transport power functions

2013-01-18 Thread Luciano Coelho
On Thu, 2013-01-17 at 15:16 -0800, Tony Lindgren wrote: * Luciano Coelho coe...@ti.com [130117 10:04]: But this patch is pretty small and simple, so why not include it to at least fix the breakage in 3.7 and 3.8? Whether you take it or not now won't make any difference in the 5k LOC

Re: [[PATCH v2]] OMAP: omap4-panda: add WiLink shared transport power functions

2013-01-18 Thread Luciano Coelho
On Fri, 2013-01-18 at 09:36 -0800, Tony Lindgren wrote: * Luciano Coelho coe...@ti.com [130118 01:03]: On Thu, 2013-01-17 at 15:16 -0800, Tony Lindgren wrote: * Luciano Coelho coe...@ti.com [130117 10:04]: But this patch is pretty small and simple, so why not include it to at least

[PATCH] OMAP: omap4-panda: add UART2 muxing for WiLink shared transport

2013-01-21 Thread Luciano Coelho
Add the UART2 muxing data to the board file (this used to be, erroneously, done in the bootloader). Cc: stable sta...@vger.kernel.org [3.7] Signed-off-by: Luciano Coelho coe...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm

[PATCH v2 5/5] wlcore: move wl12xx_platform_data up and make it truly optional

2013-01-25 Thread Luciano Coelho
when device tree support is implemented. Signed-off-by: Luciano Coelho coe...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com --- In v2: * Fix ti/Makefile * Modify board_omap3evm.c which was still using the old Kconfig define Tony, is it okay if I add this change in the omap3evm board

Re: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-29 Thread Luciano Coelho
Hi Sourav, On Mon, 2013-01-28 at 16:47 +0530, Sourav Poddar wrote: Booting 3.8-rc4 om omap 4430sdp results in the following error omap_i2c 4807.i2c: did not get pins for i2c error: -19 [1.024261] omap_i2c 4807.i2c: bus 0 rev0.12 at 100 kHz [1.030181] omap_i2c 48072000.i2c:

Re: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-30 Thread Luciano Coelho
On Wed, 2013-01-30 at 14:18 +0530, Santosh Shilimkar wrote: On Wednesday 30 January 2013 02:13 PM, Kumar, Anil wrote: Hi Sourav, On Wed, Jan 30, 2013 at 12:10:18, Poddar, Sourav wrote: Hi Luciano, On Wednesday 30 January 2013 11:55 AM, Luciano Coelho wrote: Hi Sourav, On Mon, 2013

Re: [PATCH v6 03/10] ARM: edma: add AM33XX support to the private EDMA API

2013-01-31 Thread Luciano Coelho
On Thu, 2013-01-31 at 16:42 -0500, Matt Porter wrote: On Thu, Jan 31, 2013 at 08:58:39PM +, Arnd Bergmann wrote: On Thursday 31 January 2013, Matt Porter wrote: On Wed, Jan 30, 2013 at 09:32:58AM +, Arnd Bergmann wrote: On Wednesday 30 January 2013, Matt Porter wrote: +

Re: [PATCH 0/3] WLAN support for omap4 when booted with devicetree

2013-04-26 Thread Luciano Coelho
On Thu, 2013-04-25 at 20:52 -0700, Tony Lindgren wrote: Hi all, Hi Tony, Here are some patches against linux next to make WLAN to work with device tree. Note that we still are initializing wl12xx with pdata, but so far it looks like only minimal binding for it is needed. Thanks for doing

Re: [PATCH 1/3] ARM: OMAP2+: Legacy support for wl12xx when booted with devicetree

2013-04-26 Thread Luciano Coelho
On Thu, 2013-04-25 at 20:52 -0700, Tony Lindgren wrote: Without WLAN we cannot switch omap4 to use device tree only booting. This patch can be reverted when the binding for wl12xx is added. Cc: Luciano Coelho coe...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Rajendra Nayak rna

Re: [PATCH 3/3] ARM: dts: Add muxing for wl12xx on the SDIO bus for blaze

2013-04-26 Thread Luciano Coelho
provide a patch for the missing GPIO muxes for blaze, see the the panda for what's currently missing. Cc: Luciano Coelho coe...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Rajendra Nayak rna...@ti.com Cc: Ruslan Bilovol ruslan.bilo...@ti.com Cc: devicetree-disc...@lists.ozlabs.org Signed-off

Re: [PATCH] mmc: omap_hsmmc: Fix the DT pbias workaround for MMC controllers 2 to 5

2013-04-26 Thread Luciano Coelho
down. The PBIAS voltage is only available for the first controller instance, so let's limit the PBIAS workaround to the first controller only. Signed-off-by: Tony Lindgren t...@atomide.com --- Tested-by: Luciano Coelho coe...@ti.com -- Luca. -- To unsubscribe from this list: send

Re: [PATCH 1/3] ARM: OMAP2+: Legacy support for wl12xx when booted with devicetree

2013-04-26 Thread Luciano Coelho
Hi Koen, On Fri, 2013-04-26 at 11:33 +0200, Koen Kooi wrote: Op 26 apr. 2013, om 05:52 heeft Tony Lindgren t...@atomide.com het volgende geschreven: Without WLAN we cannot switch omap4 to use device tree only booting. This patch can be reverted when the binding for wl12xx is added.

Re: [PATCH 1/3] ARM: OMAP2+: Legacy support for wl12xx when booted with devicetree

2013-04-26 Thread Luciano Coelho
On Fri, 2013-04-26 at 14:00 +0300, Luciano Coelho wrote: Hi Koen, On Fri, 2013-04-26 at 11:33 +0200, Koen Kooi wrote: Op 26 apr. 2013, om 05:52 heeft Tony Lindgren t...@atomide.com het volgende geschreven: Without WLAN we cannot switch omap4 to use device tree only booting

Re: [PATCH 2/3] ARM: dts: Add muxing for wl12xx on the SDIO bus for pandaboard

2013-04-26 Thread Luciano Coelho
instead of ti,non-removable as the ti,non-removable also sets no_regulator_off_init which is really not what we want as then wl12xx won't get powered up and down which is needed for resetting it. Cc: Luciano Coelho coe...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Rajendra Nayak rna

[PATCH] mmc: omap: remove unnecessary #if 0's

2013-06-13 Thread Luciano Coelho
In commit 3451c067 (mmc: omap: add DMA engine support), some #if 0's were used to comment out parts of the code. This has been in the code for over a year and are not needed anymore (and the commented-out code doesn't even compile). Remove them. Signed-off-by: Luciano Coelho coe...@ti.com

[PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-25 Thread Luciano Coelho
Add device tree bindings documentation for the TI WiLink modules. Currently only the WLAN part of the WiLink6, WiLink7 and WiLink8 modules is supported. Signed-off-by: Luciano Coelho coe...@ti.com --- I created a new directory under net to contain wireless bindings documentation. The actual

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-25 Thread Luciano Coelho
On Tue, 2013-06-25 at 14:12 +0300, Felipe Balbi wrote: On Tue, Jun 25, 2013 at 11:35:30AM +0300, Luciano Coelho wrote: +- tcxoclock: the internal WLAN TCXO clock frequency (required for + WiLink7 not used for WiLink6 and WiLink8). Must be one of the + following: + 0 = 19.200 MHz

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-25 Thread Luciano Coelho
(fixed the ARM mailing list address) On Tue, 2013-06-25 at 11:35 +0300, Luciano Coelho wrote: Add device tree bindings documentation for the TI WiLink modules. Currently only the WLAN part of the WiLink6, WiLink7 and WiLink8 modules is supported. Signed-off-by: Luciano Coelho coe...@ti.com

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-25 Thread Luciano Coelho
(oh crap, now *really* fixed the ARM mailing list address) On Tue, 2013-06-25 at 11:35 +0300, Luciano Coelho wrote: Add device tree bindings documentation for the TI WiLink modules. Currently only the WLAN part of the WiLink6, WiLink7 and WiLink8 modules is supported. Signed-off-by: Luciano

Re: [PATCH] Documentation: dt: bindings: TI WiLink modules

2013-06-26 Thread Luciano Coelho
Hi Tony, On Tue, 2013-06-25 at 23:24 -0700, Tony Lindgren wrote: * Luciano Coelho coe...@ti.com [130625 12:43]: On Tue, 2013-06-25 at 11:35 +0300, Luciano Coelho wrote: Add device tree bindings documentation for the TI WiLink modules. Currently only the WLAN part of the WiLink6, WiLink7

  1   2   >