Search Linux Wireless

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Sep 23, 2010 at 2:20 PM, Felipe Balbi <balbi@xxxxxx> 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 omap3beagle_nand_partitions[] = {
>>> >@@ -163,12 +168,25 @@ static void __init beagle_display_init(void)
>>> >
>>> > #include "sdram-micron-mt46h32m32lf-6.h"
>>> >
>>> >+struct wl12xx_platform_data omap_beagle_wlan_data __initdata = {
>>> >+      .irq = OMAP_GPIO_IRQ(OMAP_BEAGLE_WLAN_IRQ_GPIO),
>>>
>>> can you pass IRQ as a struct resource ?
>>
>> Sorry, I don't understand what you mean here.  Can you clarify?
>
> static struct resource wl12xx_resource[] = {
>        {
>                .start  = OMAP_GPIO_IRQ(OMAP_BEAGLE_WLAN_IRQ_GPIO),
>                .flags  = IORESOURCE_IRQ,
>        },
> };
>
> static struct platform_device wl12xx_platform_device = {
>        .resource       = wl12xx_resource,
>        .num_resources  = ARRAY_SIZE(wl12xx_resource),
>        .....
> };
>
> then on driver you would:
>
> irq = platform_get_irq(pdev, 0);

only problem is that there is no platform device involved here :)

>
> something like that :-)
>
> --
> balbi
>
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux