nes-proj/cpu/x86/drivers/quarkX1000
Michael LeMay e297177a69 x86: Streamline MMIO accesses in GPIO and I2C drivers
This patch refactors the MMIO routines in the GPIO and I2C drivers to
eliminate the base_addr parameter that specifies the MMIO base
address.  Instead, just the MMIO routines themselves retrieve the base
address from the driver structure.
2015-12-21 08:06:14 -02:00
..
eth.c x86: Add driver for Intel Quark X1000 built-in Ethernet 2015-12-21 08:06:14 -02:00
eth.h x86: Add driver for Intel Quark X1000 built-in Ethernet 2015-12-21 08:06:14 -02:00
gpio.c x86: Streamline MMIO accesses in GPIO and I2C drivers 2015-12-21 08:06:14 -02:00
gpio.h x86: Add Intel Quark X1000 GPIO Controller (non-legacy) interrupt support 2015-12-21 08:06:14 -02:00
i2c-registers.h x86: Add Intel Quark X1000 I2C support 2015-12-21 08:06:14 -02:00
i2c.c x86: Streamline MMIO accesses in GPIO and I2C drivers 2015-12-21 08:06:14 -02:00
i2c.h x86: Add Intel Quark X1000 I2C support 2015-12-21 08:06:14 -02:00
uart.c x86: Add support for PCI BAR1 2015-12-21 08:06:14 -02:00
uart.h