[PATCH 0/7] MIPS: malta: enable gpio & i2c stuff
Antony Pavlov
antonynpavlov at gmail.com
Mon Jun 23 14:21:06 PDT 2014
Antony Pavlov (7):
gpio: add Malta CBUS FPGA I2C driver
MIPS: add <asm/gpio.h> header file
MIPS: malta: enable gpiolib
MIPS: dts: qemu-malta.dts: enable CBUS FPGA I2C gpio driver
i2c: i2c_gpio: add devicetree support
MIPS: dts: qemu-malta.dts: use i2c-gpio for accessing CBUS FPGA I2C
bus
MIPS: qemu-malta_defconfig: enable gpio & i2c stuff
.../devicetree/bindings/gpio/gpio_i2c.txt | 32 ++++
arch/mips/Kconfig | 1 +
arch/mips/configs/qemu-malta_defconfig | 60 +++----
arch/mips/dts/qemu-malta.dts | 23 +++
arch/mips/include/asm/gpio.h | 6 +
drivers/gpio/Kconfig | 10 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-malta-fpga-i2c.c | 186 +++++++++++++++++++++
drivers/i2c/busses/i2c-gpio.c | 54 +++++-
include/of_gpio.h | 55 ++++++
10 files changed, 397 insertions(+), 31 deletions(-)
create mode 100644 Documentation/devicetree/bindings/gpio/gpio_i2c.txt
create mode 100644 arch/mips/include/asm/gpio.h
create mode 100644 drivers/gpio/gpio-malta-fpga-i2c.c
--
1.9.2
More information about the barebox
mailing list