Re: [PATCH 1/2] OMAP: gpmc-smsc911x: always set irq flags to IORESOURCE_IRQ_LOWLEVEL

2011-06-01 Thread Tony Lindgren
* Igor Grinberg [110601 04:29]: > On 05/31/11 13:32, Tony Lindgren wrote: > > > * Mike Rapoport [110416 15:20]: > >> SMSC911x devices attached to OMAP GPMC always use low level irqs. > >> Setting the appropriate flag in the irq resourse strucure allows using > >> .flags field in the omap_smsc911

Re: [PATCH 1/2] OMAP: gpmc-smsc911x: always set irq flags to IORESOURCE_IRQ_LOWLEVEL

2011-06-01 Thread Igor Grinberg
On 05/31/11 13:32, Tony Lindgren wrote: > * Mike Rapoport [110416 15:20]: >> SMSC911x devices attached to OMAP GPMC always use low level irqs. >> Setting the appropriate flag in the irq resourse strucure allows using >> .flags field in the omap_smsc911x_platform_data for driver specific >> flags

Re: [PATCH 1/2] OMAP: gpmc-smsc911x: always set irq flags to IORESOURCE_IRQ_LOWLEVEL

2011-05-31 Thread Tony Lindgren
* Mike Rapoport [110416 15:20]: > SMSC911x devices attached to OMAP GPMC always use low level irqs. > Setting the appropriate flag in the irq resourse strucure allows using > .flags field in the omap_smsc911x_platform_data for driver specific > flags Looks like this one needs to be refreshed agai

[PATCH 1/2] OMAP: gpmc-smsc911x: always set irq flags to IORESOURCE_IRQ_LOWLEVEL

2011-04-16 Thread Mike Rapoport
SMSC911x devices attached to OMAP GPMC always use low level irqs. Setting the appropriate flag in the irq resourse strucure allows using .flags field in the omap_smsc911x_platform_data for driver specific flags Signed-off-by: Mike Rapoport --- arch/arm/mach-omap2/board-omap3logic.c |1 - arc