RE: [PATCH] omap4: mmc: Fix the regulator resource for MMC2

2010-07-06 Thread Shilimkar, Santosh
ping -Original Message- From: Shilimkar, Santosh Sent: Thursday, June 10, 2010 9:05 PM To: Shilimkar, Santosh; linux-omap@vger.kernel.org Cc: Nayak, Rajendra; Ghorai, Sukumar; Kadiyala, Kishore Subject: RE: [PATCH] omap4: mmc: Fix the regulator resource for MMC2 Tony,

RE: [PATCH v3 1/8] omap3 flash: rename board-sdp-flash.c to be use by other boards

2010-07-06 Thread Shilimkar, Santosh
Sukumar, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Monday, July 05, 2010 5:53 PM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH v3 1/8] omap3 flash: rename

RE: [PATCH] OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC

2010-07-06 Thread Hiremath, Vaibhav
-Original Message- From: Grazvydas Ignotas [mailto:nota...@gmail.com] Sent: Saturday, July 03, 2010 2:25 AM To: linux-fb...@vger.kernel.org Cc: linux-omap@vger.kernel.org; Tomi Valkeinen; Hiremath, Vaibhav; Grazvydas Ignotas Subject: [PATCH] OMAP: DSS2: OMAPFB: add support for

RE: [PATCH v3 1/8] omap3 flash: rename board-sdp-flash.c to be use by other boards

2010-07-06 Thread Ghorai, Sukumar
Tony, -Original Message- From: Shilimkar, Santosh Sent: Tuesday, July 06, 2010 11:35 AM To: Tony Lindgren; Ghorai, Sukumar Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH v3 1/8] omap3 flash: rename board-sdp-flash.c to be use by other boards Sukumar, -Original

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
On Tue, 2010-07-06 at 02:37 +0200, ext Ohad Ben-Cohen wrote: From: Ohad Ben-Cohen oh...@ti.com 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 bringing up (and down) sdio functions.

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

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 Move wl12xx.h outside of the spi-specific location, so it can be shared with both spi and sdio solutions. Signed-off-by: Ohad Ben-Cohen oh...@ti.com ---

RE: [PATCH resend 1/3] AM35x: Add musb support

2010-07-06 Thread Gupta, Ajay Kumar
Hi, If a Kconfig option is needed for optionally compiling in the support for am35x musb, it should be called USB_MUSB_AM35X or similar that gets selected if the boards using it are selected. Do you mean that we should have this option in drivers/usb/musb/Kconfig? Yeah, it

Re: [PATCH resend 1/3] AM35x: Add musb support

2010-07-06 Thread Tony Lindgren
* Gupta, Ajay Kumar ajay.gu...@ti.com [100706 10:17]: As musb controllers are quite different between OMAPs and AM35x so it would be difficult in terms of software maintenance with such approach. Hmm, this is all pretty standard stuff.. Some of the major changes in AM35x are, - Has

Re: [PATCHv3 4/4] [OMAP] HTCHERALD: MMC, I2C, HTCPLD and related devices

2010-07-06 Thread Tony Lindgren
* Cory Maccarrone darkstar6...@gmail.com [100601 18:49]: This change adds in MMC and I2C support to the HTC Herald board, as well as adding the HTCPLD driver for the PLD used on this phone. It also adds in the gpio-keys entries for the front directional keys and selector and the cursor keys

Re: [PATCH resend 1/3] AM35x: Add musb support

2010-07-06 Thread Felipe Balbi
Hi, On Tue, Jul 06, 2010 at 09:57:09AM +0200, ext Tony Lindgren wrote: Sounds like we should first fix thing before adding new code that will make fixing the basic issues harder. my idea to deal with this is to have a set of platform glue drivers. So omap2430.c, blackfin.c, tusb6010 and

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Roger Quadros
Hi, On 07/06/2010 03:37 AM, ext Ohad Ben-Cohen wrote: From: Ohad Ben-Cohenoh...@ti.com Introduce a platform device support which is decoupled from the life cycle of the sdio function. The platform device objective is to deliver board-specific values (like irq, ref_clock, and software

[APPLIED] [PATCH] omap4: mmc: Fix the regulator resource for MMC2

2010-07-06 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: devel-boards Initial commit ID (Likely to change): 4b78f83d08ecac0c9b7aa1ee72345be4657abcb9 PatchWorks http://patchwork.kernel.org/patch/102918/ Git (Likely to change, and takes a while to get

Re: [PATCH 3/8] musb: fix compilation warning in host only mode

2010-07-06 Thread Felipe Balbi
On Thu, Jun 24, 2010 at 03:10:01PM +0200, ext Sergei Shtylyov wrote: @@ -714,12 +713,16 @@ static irqreturn_t musb_stage0_irq(struct musb #ifdef CONFIG_USB_MUSB_OTG /* flush endpoints when transitioning from Device Mode */ - if (is_peripheral_active(musb)) { -

Re: [PATCH 3/8] musb: fix compilation warning in host only mode

2010-07-06 Thread Felipe Balbi
Hi, On Thu, Jun 24, 2010 at 01:17:54PM +0200, ext Gupta, Ajay Kumar wrote: Fixes below compilation warning when host only configuration is selected. drivers/usb/musb/musb_core.c: In function 'musb_stage0_irq': drivers/usb/musb/musb_core.c:711: warning: unused variable 'mbase' Signed-off-by:

Re: PATCH[V2 1/3]: Update Platform files for SPI

2010-07-06 Thread Hemanth V
On Thu, Feb 18, 2010 at 11:29 AM, Grant Likely grant.lik...@secretlab.ca wrote: On Thu, Feb 18, 2010 at 10:09 AM, Tony Lindgren t...@atomide.com wrote: * Grant Likely grant.lik...@secretlab.ca [100218 08:26]: On Tue, Feb 9, 2010 at 3:25 PM, Tony Lindgren t...@atomide.com wrote: * Hemanth V

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Ohad Ben-Cohen
Hi Roger, On Tue, Jul 6, 2010 at 11:53 AM, Roger Quadros roger.quad...@nokia.com wrote: Could you please explain why you need to do this? To minimize power consumption when the wlan device is not in use, we would like to keep the device powered off as long as the interface is down, and only

Re: [PATCH resend 1/3] AM35x: Add musb support

2010-07-06 Thread Tony Lindgren
* Felipe Balbi felipe.ba...@nokia.com [100706 11:40]: Hi, On Tue, Jul 06, 2010 at 09:57:09AM +0200, ext Tony Lindgren wrote: Sounds like we should first fix thing before adding new code that will make fixing the basic issues harder. my idea to deal with this is to have a set of platform

Re: [PATCH] OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC

2010-07-06 Thread Ville Syrjälä
On Tue, Jul 06, 2010 at 08:08:14AM +0200, ext Hiremath, Vaibhav wrote: @@ -648,6 +649,17 @@ int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg) r = -EFAULT; break; + case FBIO_WAITFORVSYNC: + if (get_user(p.crt,

Re: [PATCH 05/15] omap: hsmmc: add virtual card detect support

2010-07-06 Thread Ohad Ben-Cohen
Hi Nicolas, On Tue, Jul 6, 2010 at 4:45 AM, Nicolas Pitre n...@fluxnic.net wrote: On Tue, 6 Jul 2010, Ohad Ben-Cohen wrote: From: Ohad Ben-Cohen oh...@ti.com Add support for software emulation of card detect events. This is required for specific controllers that are hard wired with

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Roger Quadros
Hi Ohad, On 07/06/2010 12:30 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 11:53 AM, Roger Quadrosroger.quad...@nokia.com wrote: Could you please explain why you need to do this? To minimize power consumption when the wlan device is not in use, we would like to keep the

Re: [PATCH 05/15] omap: hsmmc: add virtual card detect support

2010-07-06 Thread Roger Quadros
On 07/06/2010 01:22 PM, ext Ohad Ben-Cohen wrote: Hi Nicolas, On Tue, Jul 6, 2010 at 4:45 AM, Nicolas Pitren...@fluxnic.net wrote: On Tue, 6 Jul 2010, Ohad Ben-Cohen wrote: From: Ohad Ben-Cohenoh...@ti.com Add support for software emulation of card detect events. This is required for

Re: [GIT PULL] OMAP: clock, hwmod, omap_device, PM constraints: patches for 2.6.36

2010-07-06 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [100704 00:43]: Hi Tony, here's the pull request for some clock, hwmod, omap_device, PM constraints patches for 2.6.36. Thanks, pulled into omap-for-linus. Tony - Paul The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02:

Re: [PATCH 1/2] Adding LogicPD OMAP 3530 LV SOM and OMAP 35x Torpedo

2010-07-06 Thread Tony Lindgren
Hi, * Jacob Tanenbaum jacob.tanenb...@logicpd.com [100526 16:30]: Adding LogicPD OMAP3 board support Adding support for LogicPD's OMAP 3530 LV SOM and OMAP 35x Torpedo board. Please update this patch to leave out the defconfig as we won't be patching those any longer

[APPLIED] [PATCH 1/3] omap: rx51: Add platform_data for tlv320aic3x with

2010-07-06 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: devel-boards Initial commit ID (Likely to change): 47c7cdf07979102128ff4056416135c994690263 PatchWorks http://patchwork.kernel.org/patch/102348/ Git (Likely to change, and takes a while to get

RE: [PATCH] OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC

2010-07-06 Thread Hiremath, Vaibhav
-Original Message- From: Ville Syrjälä [mailto:ville.syrj...@nokia.com] Sent: Tuesday, July 06, 2010 3:36 PM To: Hiremath, Vaibhav Cc: Grazvydas Ignotas; linux-fb...@vger.kernel.org; linux- o...@vger.kernel.org; Valkeinen Tomi (Nokia-MS/Helsinki) Subject: Re: [PATCH] OMAP: DSS2:

Re: [PATCH] OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC

2010-07-06 Thread Ville Syrjälä
On Tue, Jul 06, 2010 at 01:26:28PM +0200, ext Hiremath, Vaibhav wrote: -Original Message- From: Ville Syrjälä [mailto:ville.syrj...@nokia.com] Sent: Tuesday, July 06, 2010 3:36 PM To: Hiremath, Vaibhav Cc: Grazvydas Ignotas; linux-fb...@vger.kernel.org; linux-

Re: [PATCH 06/15] omap zoom2: wlan board muxing

2010-07-06 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [100706 03:37]: From: Ohad Ben-Cohen oh...@ti.com Add board muxing to support the wlan wl1271 chip that is hardwired to mmc2 (third mmc controller) on the ZOOM2. I'll pick this and following patch into omap for-next. Regards, Tony -- To unsubscribe from

Re: [PATCH 05/15] omap: hsmmc: add virtual card detect support

2010-07-06 Thread Ohad Ben-Cohen
On Tue, Jul 6, 2010 at 1:22 PM, Ohad Ben-Cohen o...@wizery.com wrote: Note: the wl1271 device does support standard card detection, but AFAIK there's a limitation to use that with the specific omap controller the device is hardwired to. I will try to get more info about that, but probably

Re: [PATCH 05/15] omap: hsmmc: add virtual card detect support

2010-07-06 Thread Ohad Ben-Cohen
On Tue, Jul 6, 2010 at 2:02 PM, Roger Quadros roger.quad...@nokia.com wrote: On 07/06/2010 01:22 PM, ext Ohad Ben-Cohen wrote: We prefer not to power up the chip as early as boot time; instead, we Why? Let's say you boot your device but never use WLAN. In this scenario, we prefer the wl1271

Re: [PATCH 14/15] omap: zoom: add WLAN device

2010-07-06 Thread Roger Quadros
Hi Ohad, On 07/06/2010 03:37 AM, ext Ohad Ben-Cohen wrote: From: Ohad Ben-Cohenoh...@ti.com Add WLAN platform device and control functions (power and virtual card detect) in order to allow software to control the embedded SDIO WLAN device which resides on the ZOOM board (TI's wl1271 device).

Re: [PATCH 9/9] omap: id: add feature check for omap1

2010-07-06 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [100623 05:10]: add a minimalist feature - l2cache for omap1. Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap1/id.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap1/id.c

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Ohad Ben-Cohen
Hi Roger, On Tue, Jul 6, 2010 at 1:35 PM, Roger Quadros roger.quad...@nokia.com wrote: My point is that shouldn't this be handled by SDIO core? Care to explain what you mean / give a code example ? If there are no users for the SDIO function and the card, doesn't the SDIO core power down the

Re: [PATCH 9/9] omap: id: add feature check for omap1

2010-07-06 Thread Nishanth Menon
On 07/06/2010 07:46 AM, Tony Lindgren wrote: * Nishanth Menonn...@ti.com [100623 05:10]: add a minimalist feature - l2cache for omap1. Signed-off-by: Nishanth Menonn...@ti.com --- arch/arm/mach-omap1/id.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 9/9] omap: id: add feature check for omap1

2010-07-06 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [100706 15:47]: On 07/06/2010 07:46 AM, Tony Lindgren wrote: * Nishanth Menonn...@ti.com [100623 05:10]: add a minimalist feature - l2cache for omap1. Signed-off-by: Nishanth Menonn...@ti.com --- arch/arm/mach-omap1/id.c |6 ++ 1 files changed, 6

Re: [PATCH:v4 00/13] OMAP: GPIO: Implement GPIO in HWMOD way

2010-07-06 Thread Tony Lindgren
* Charulatha V ch...@ti.com [100622 17:55]: This patch series makes OMAP2PLUS specific GPIO implemented in HWMOD FW way. This is done by implementing GPIO module in platform device model. This patch series is generated on origin/pm-wip/hwmods-omap4. Do we still have a dependency on this

Re: [PATCH] omap: mux: fix multipath gpio handling

2010-07-06 Thread Tony Lindgren
* Grazvydas Ignotas nota...@gmail.com [100705 23:00]: OMAP3530 CBB package can have GPIO126 muxed on 2 pins: mmc1_dat4 and cam_strobe. This causes a problem with current multipath GPIO mux handling, which muxes both pins as GPIO126 and makes the GPIO unusable. Fix this by not muxing any pins

Re: [PATCH 05/15] omap: hsmmc: add virtual card detect support

2010-07-06 Thread Ohad Ben-Cohen
On Tue, Jul 6, 2010 at 3:39 PM, Roger Quadros roger.quad...@nokia.com wrote: Just to clarify, is the wl1271 device always powered on the board? Yes. And this GPIO power enable (OMAP_ZOOM_WLAN_PMENA_GPIO) is used to gate this supply internally? Yes. It's a digital input that the chip does not

Re: [PATCH 14/15] omap: zoom: add WLAN device

2010-07-06 Thread Ohad Ben-Cohen
Hi Roger, On Tue, Jul 6, 2010 at 3:33 PM, Roger Quadros roger.quad...@nokia.com wrote: +static void omap_zoom_wlan_power(bool enable) +{ +       int val = enable ? 1 : 0; + +       pr_info(%s: set power %d\n, __func__, val); + +       gpio_set_value(OMAP_ZOOM_WLAN_PMENA_GPIO, val); +}

Re: [PATCH] omap: mux: fix multipath gpio handling

2010-07-06 Thread Grazvydas Ignotas
On Tue, Jul 6, 2010 at 4:25 PM, Tony Lindgren t...@atomide.com wrote: * Grazvydas Ignotas nota...@gmail.com [100705 23:00]: OMAP3530 CBB package can have GPIO126 muxed on 2 pins: mmc1_dat4 and cam_strobe. This causes a problem with current multipath GPIO mux handling, which muxes both pins as

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Roger Quadros
On 07/06/2010 03:53 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 1:35 PM, Roger Quadrosroger.quad...@nokia.com wrote: My point is that shouldn't this be handled by SDIO core? Care to explain what you mean / give a code example ? If the Power enable GPIO can be treated as

[PATCH 0/3] omap4: Add basic suspend support

2010-07-06 Thread Santosh Shilimkar
This series is based of linux-omap for-next branch,also applies to the latest 2.6.35-rc4 and is targeted for 2.6.36 merge window It adds basic supsend and cpu hotplug support so that CONFIG_PM can be enabled on all OMAP4 platforms. This is essential to keep build working after Tony's omap Kconfig

[PATCH 1/3] omap4: suspend: Add basic system suspend support

2010-07-06 Thread Santosh Shilimkar
From: Rajendra Nayak rna...@ti.com This patch adds support for basic suspend doing a CPUx wfi for OMAP4. All powerdomains are for now are kept programmed in ON state. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com Cc: Kevin Hilman

[PATCH 2/3] omap4: Add smc API to read AuxCoreBoot0 register

2010-07-06 Thread Santosh Shilimkar
This patch adds a secure API to read AuxCoreBoot0 register to check the cpu boot status. It also moves the other smc APIs to common omap44xx-smc.S. This APIs should not be marked as __INIT because we need these to be present for CPU hotplug Signed-off-by: Santosh Shilimkar

[PATCH 3/3] omap4: hotplug: Add basic CPU hotplug support

2010-07-06 Thread Santosh Shilimkar
This patch adds cpu hotplug support for OMAP4430. Only CPU inactive state is supported as a low power state in the basic hot-plug support Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com ---

[PATCH] staging: tidspbridge: gen: simplify and clean up

2010-07-06 Thread Andy Shevchenko
There is recently added hex_to_bin() kernel's method which we could use instead of custom long function. Signed-off-by: Andy Shevchenko andy.shevche...@gmail.com Cc: Ohad Ben-Cohen o...@wizery.com Cc: Greg Kroah-Hartman gre...@suse.de Cc: linux-omap@vger.kernel.org ---

RE: [PATCH 05/15] omap: hsmmc: add virtual card detect support

2010-07-06 Thread Madhusudhan
-Original Message- From: Ohad Ben-Cohen [mailto:o...@wizery.com] Sent: Tuesday, July 06, 2010 6:48 AM To: Nicolas Pitre Cc: linux-wirel...@vger.kernel.org; linux-...@vger.kernel.org; linux- o...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; li...@arm.linux.org.uk;

[RFC 1/3 v3] mm: iommu: An API to unify IOMMU, CPU and device memory management

2010-07-06 Thread Zach Pfeffer
This patch contains the documentation for the API, termed the Virtual Contiguous Memory Manager. Its use would allow all of the IOMMU to VM, VM to device and device to IOMMU interoperation code to be refactored into platform independent code. Comments, suggestions and criticisms are welcome and

[RFC 2/3] mm: iommu: A physical allocator for the VCMM

2010-07-06 Thread Zach Pfeffer
The Virtual Contiguous Memory Manager (VCMM) needs a physical pool to allocate from. It breaks up the pool into sub-pools of same-sized chunks. In particular, it breaks the pool it manages into sub-pools of 1 MB, 64 KB and 4 KB chunks. When a user makes a request, this allocator satisfies that

Re: [PATCH 04/15] mmc: support embedded data field in mmc_host

2010-07-06 Thread Grazvydas Ignotas
On Tue, Jul 6, 2010 at 3:37 AM, Ohad Ben-Cohen o...@wizery.com wrote: From: Ohad Ben-Cohen oh...@ti.com Add support to set/get mmc_host private embedded data. This is needed to allow software to dynamically create (and remove) SDIO functions which represents embedded SDIO devices.

Re: [PATCH 11/11] staging: ti dspbridge: enable driver building

2010-07-06 Thread Omar Ramirez Luna
On 7/4/2010 5:53 AM, Felipe Contreras wrote: On Thu, Jun 24, 2010 at 1:41 AM, Greg KHg...@kroah.com wrote: The default is always 'n' so you don't need this. Also, this enables the driver to be built on x86, which fails horribly, and I don't think is what you really want to have happen :) So

Re: [PATCH 04/15] mmc: support embedded data field in mmc_host

2010-07-06 Thread Ohad Ben-Cohen
On Tue, Jul 6, 2010 at 6:49 PM, Grazvydas Ignotas nota...@gmail.com wrote: Hm, do we really need a Kconfig option just for a single pointer? It only saves sizeof(void *) bytes per host, but adds rather confusing config option for users and some ifdef complexity. No strong feelings about it, I

RE: [PATCH] Add OMAP4 Panda Support

2010-07-06 Thread Anders, David
Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, July 05, 2010 6:52 AM To: Anders, David Cc: Gadiyar, Anand; linux-omap@vger.kernel.org Subject: Re: [PATCH] Add OMAP4 Panda Support * Anders, David x0132...@ti.com [100628 20:41]: Tony, If

Re: [PATCH 9/9] omap: id: add feature check for omap1

2010-07-06 Thread Nishanth Menon
Tony Lindgren had written, on 07/06/2010 08:14 AM, the following: * Nishanth Menon n...@ti.com [100706 15:47]: On 07/06/2010 07:46 AM, Tony Lindgren wrote: * Nishanth Menonn...@ti.com [100623 05:10]: add a minimalist feature - l2cache for omap1. Signed-off-by: Nishanth Menonn...@ti.com ---

[PATCH 8/8 v2] omap: introduce omap24xx generic features

2010-07-06 Thread Nishanth Menon
introduce generic features for omap2. omap2 uses mbx, not sgx, and it still has a dsp, though not iva2 as omap3 uses.. Signed-off-by: Nishanth Menon n...@ti.com --- V2: comments from http://marc.info/?t=12772595613r=1w=2n=4 incorporated - L2 cache is removed from enabled features for

RE: [PATCH 05/15] omap: hsmmc: add virtual card detect support

2010-07-06 Thread Nicolas Pitre
On Tue, 6 Jul 2010, Madhusudhan wrote: -Original Message- From: Ohad Ben-Cohen [mailto:o...@wizery.com] Sent: Tuesday, July 06, 2010 6:48 AM To: Nicolas Pitre Cc: linux-wirel...@vger.kernel.org; linux-...@vger.kernel.org; linux- o...@vger.kernel.org;

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Nicolas Pitre
On Tue, 6 Jul 2010, Roger Quadros wrote: On 07/06/2010 03:53 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 1:35 PM, Roger Quadrosroger.quad...@nokia.com wrote: My point is that shouldn't this be handled by SDIO core? Care to explain what you mean / give a code

RE: [RFC v.3] omap: hwspinlock: Added hwspinlock driver

2010-07-06 Thread Que, Simon
Thanks Santosh, I have responded to your feedback. +#include plat/hwspinlock.h + No need of new line here. +#include plat/omap_device.h +#include plat/omap_hwmod.h Alright I will fix that. +/* Initialization function */ +int __init hwspinlocks_init(void) Since it's only init, can

Re: [PATCH 11/15] wireless: wl1271: introduce platform device support

2010-07-06 Thread Adrian Hunter
Nicolas Pitre wrote: On Tue, 6 Jul 2010, Roger Quadros wrote: On 07/06/2010 03:53 PM, ext Ohad Ben-Cohen wrote: Hi Roger, On Tue, Jul 6, 2010 at 1:35 PM, Roger Quadrosroger.quad...@nokia.com wrote: My point is that shouldn't this be handled by SDIO core? Care to explain what you mean /

[RFC v.4] omap: hwspinlock: Added hwspinlock driver

2010-07-06 Thread Que, Simon
Hello, This is the fourth and final RFC for the hardware spinlock driver. I have incorporated some changes and fixes based on Santosh's comments. Please give your comments. Thanks, Simon = From

RE: [PATCH resend 1/3] AM35x: Add musb support

2010-07-06 Thread Gadiyar, Anand
Felipe Balbi wrote: On Tue, Jul 06, 2010 at 09:57:09AM +0200, ext Tony Lindgren wrote: Sounds like we should first fix thing before adding new code that will make fixing the basic issues harder. my idea to deal with this is to have a set of platform glue drivers. So omap2430.c,

RE: [RFC v.4] omap: hwspinlock: Added hwspinlock driver

2010-07-06 Thread Shilimkar, Santosh
Simon, -Original Message- From: Que, Simon Sent: Wednesday, July 07, 2010 1:55 AM To: linux-omap@vger.kernel.org Cc: Kanigeri, Hari; Ohad Ben-Cohen; Shilimkar, Santosh Subject: [RFC v.4] omap: hwspinlock: Added hwspinlock driver snip Created driver for OMAP hardware spinlock. This