mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 0/7] MIPS: malta: enable gpio & i2c stuff
Date: Tue, 24 Jun 2014 09:09:18 +0200	[thread overview]
Message-ID: <20140624070918.GC15686@pengutronix.de> (raw)
In-Reply-To: <1403558473-26199-1-git-send-email-antonynpavlov@gmail.com>

On Tue, Jun 24, 2014 at 01:21:06AM +0400, Antony Pavlov wrote:
> 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

Just fixed up the patches myself and applied the series.

Sascha

> 
>  .../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
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2014-06-24  7:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-23 21:21 Antony Pavlov
2014-06-23 21:21 ` [PATCH 1/7] gpio: add Malta CBUS FPGA I2C driver Antony Pavlov
2014-06-23 21:21 ` [PATCH 2/7] MIPS: add <asm/gpio.h> header file Antony Pavlov
2014-06-23 21:21 ` [PATCH 3/7] MIPS: malta: enable gpiolib Antony Pavlov
2014-06-23 21:21 ` [PATCH 4/7] MIPS: dts: qemu-malta.dts: enable CBUS FPGA I2C gpio driver Antony Pavlov
2014-06-23 21:21 ` [PATCH 5/7] i2c: i2c_gpio: add devicetree support Antony Pavlov
2014-06-24  7:03   ` Sascha Hauer
2014-06-23 21:21 ` [PATCH 6/7] MIPS: dts: qemu-malta.dts: use i2c-gpio for accessing CBUS FPGA I2C bus Antony Pavlov
2014-06-23 21:21 ` [PATCH 7/7] MIPS: qemu-malta_defconfig: enable gpio & i2c stuff Antony Pavlov
2014-06-24  7:09 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140624070918.GC15686@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox