Hi, I ran into a problem when trying to use industrialio (iio) drivers in the kernel using a gpio interrupt. -ENOMEM was returned when trying to allocate an interrupt descriptor since NR_IRQS were already allocated. This adds NR_BCM2708_IRQS to initialize the platform IRQs and adds an additional 64 ...