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 > Created driver for OMAP hardware spinlock. Th

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, b

[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 d4794eff60e5e509581fedaf2660b0d2

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 Quadros wrote: My point is that shouldn't this be handled by SDIO core? Care to explain what you mean / give a code example ? If t

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

2010-07-06 Thread Que, Simon
Thanks Santosh, I have responded to your feedback. > > +#include > > + > No need of new line here. > > +#include > > +#include Alright I will fix that. > > +/* Initialization function */ > > +int __init hwspinlocks_init(void) > Since it's only init, can this go to "arch/arm/mach-omap2/omap4-

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 Quadros > > wrote: > > > My point is that shouldn't this be handled by SDIO core? > > > > Care to explain what you mean / give a code example ?

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; linux-arm

[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 --- V2: comments from http://marc.info/?t=12772595613&r=1&w=2&n=4 incorporated - L2 cache is removed from enabled features for omap2. V1: o

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 [100706 15:47]: On 07/06/2010 07:46 AM, Tony Lindgren wrote: * Nishanth Menon [100623 05:10]: add a minimalist feature - l2cache for omap1. Signed-off-by: Nishanth Menon --- arch/arm/mach-omap1/id.c |6 +

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 [100628 20:41]: > > > > Tony, > > If th

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 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 can remove that

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 KH 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 I need some mor

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 wrote: > From: Ohad Ben-Cohen > > 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. > > Typically, it will be us

[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 req

[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 wa

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; C

[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 Cc: Ohad Ben-Cohen Cc: Greg Kroah-Hartman Cc: linux-omap@vger.kernel.org --- drivers/staging/tidspbridge/gen/uuidutil.c | 167 +--- 1

[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 Signed-off-by: Santosh Shilimkar Cc: Kevin Hilman --- arch/arm/mach-omap2/Makefile|1 + arch/arm/mach-

[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 --- arch/arm/mach-omap

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

2010-07-06 Thread Santosh Shilimkar
From: Rajendra Nayak 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 Signed-off-by: Santosh Shilimkar Cc: Kevin Hilman --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-om

[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 Kconf

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 Quadros 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 SDIO slot supply (i.e.

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 wrote: > * Grazvydas Ignotas [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

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 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); >> +} > > Can w

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 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 draw current from (w

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

2010-07-06 Thread Tony Lindgren
* Grazvydas Ignotas [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 if multipath

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

2010-07-06 Thread Tony Lindgren
* Charulatha V [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 series to p

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

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

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 Menon [100623 05:10]: add a minimalist feature - l2cache for omap1. Signed-off-by: Nishanth Menon --- arch/arm/mach-omap1/id.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap1/id.c b/arc

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 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 slot and take care o

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

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

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

2010-07-06 Thread Roger Quadros
Hi, On 07/06/2010 02:48 PM, ext Ohad Ben-Cohen wrote: On Tue, Jul 6, 2010 at 1:22 PM, Ohad Ben-Cohen 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 m

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-Cohen 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). Based on Andr

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 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 device to stay power

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 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 Madhu can commen

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

2010-07-06 Thread Tony Lindgren
* Ohad Ben-Cohen [100706 03:37]: > From: Ohad Ben-Cohen > > 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 this list: send the line "u

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- > > o..

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: DS

[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 mirr

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

2010-07-06 Thread Tony Lindgren
Hi, * Jacob Tanenbaum [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 as requested by Linus.

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

2010-07-06 Thread Tony Lindgren
* Paul Walmsley [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: > > Li

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 Pitre wrote: On Tue, 6 Jul 2010, Ohad Ben-Cohen wrote: From: Ohad Ben-Cohen Add support for software emulation of card detect events. This is required for specific controllers that are har

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 Quadros 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

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 wrote: > On Tue, 6 Jul 2010, Ohad Ben-Cohen wrote: > >> From: Ohad Ben-Cohen >> >> Add support for software emulation of card detect >> events. >> >> This is required for specific controllers >> that are hard wired with embedded SDIO devi

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_use

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

2010-07-06 Thread Tony Lindgren
* Felipe Balbi [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 glue > drivers

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 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 power it on when the user

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 > wrote: >> On Thu, Feb 18, 2010 at 10:09 AM, Tony Lindgren wrote: >>> * Grant Likely [100218 08:26]: On Tue, Feb 9, 2010 at 3:25 PM, Tony Lindgren wrote: > * Hemanth V [100203 02:19]: >> From ee48142ddc43129a21676dbb56a83e3e7d806

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: Aja

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)) { -

[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 mirr

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-Cohen 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 card-detect emulation

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 da

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

2010-07-06 Thread Tony Lindgren
* Cory Maccarrone [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 on the slide-out key

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

2010-07-06 Thread Tony Lindgren
* Gupta, Ajay Kumar [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 builtin USB PH

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/

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 > > 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 > --- > drivers/net/wireless/wl12xx/wl1251_sdio.c |2 +- > d

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 > > 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. > > Si

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 > > Remove SDIO IDs from the driver code since now it is > included in linux/mmc/sdio_ids.h. > > Signed-off-by: Ohad Ben-Cohen > --- Acked-by: Luciano Coelho -- Cheers, Luca. -- To unsubscribe from this lis