zephyr/soc/x86
Charles E. Youse 6fc655351c drivers/gpio/gpio_intel_apl: remove dependency on shared interrupts
The GPIO driver for the Intel Apollo Lake has so many pins it has to
export ten devices to shoehorn its one device into the GPIO API. The
current implementation uses the shared IRQ driver because these
pseudodevices all share one IRQ. However, since the GPIO driver is
aware of all the possible interrupt sources, it's smaller and faster
(and not even messy) to handle it internally, so this patch eliminates
the dependency on the shared IRQ driver.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-04-23 09:10:00 -07:00
..
apollo_lake drivers/gpio/gpio_intel_apl: remove dependency on shared interrupts 2019-04-23 09:10:00 -07:00
atom uart/ns16550, drivers/pcie: add PCI(e) support 2019-04-17 10:50:05 -07:00
ia32 uart/ns16550, drivers/pcie: add PCI(e) support 2019-04-17 10:50:05 -07:00
intel_quark uart/ns16550, drivers/pcie: add PCI(e) support 2019-04-17 10:50:05 -07:00