From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/4] MIPS: XBurst: add gpio support
Date: Fri, 27 Jun 2014 02:49:29 +0400 [thread overview]
Message-ID: <1403822973-3151-1-git-send-email-antonynpavlov@gmail.com> (raw)
Antony Pavlov (4):
gpio: add jz4740-gpio driver for Ingenic MIPS SoCs
MIPS: XBurst: use gpiolib
MIPS: dts: jz4755.dtsi: add gpio
MIPS: ritmix-rzx50_defconfig: enable gpio stuff
arch/mips/Kconfig | 1 +
arch/mips/configs/ritmix-rzx50_defconfig | 28 ++++---
arch/mips/dts/jz4755.dtsi | 42 ++++++++++
drivers/gpio/Kconfig | 6 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-jz4740.c | 140 +++++++++++++++++++++++++++++++
6 files changed, 205 insertions(+), 13 deletions(-)
create mode 100644 drivers/gpio/gpio-jz4740.c
--
1.9.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-06-26 22:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-26 22:49 Antony Pavlov [this message]
2014-06-26 22:49 ` [PATCH 1/4] gpio: add jz4740-gpio driver for Ingenic MIPS SoCs Antony Pavlov
2014-06-26 22:49 ` [PATCH 2/4] MIPS: XBurst: use gpiolib Antony Pavlov
2014-06-26 22:49 ` [PATCH 3/4] MIPS: dts: jz4755.dtsi: add gpio Antony Pavlov
2014-06-26 22:49 ` [PATCH 4/4] MIPS: ritmix-rzx50_defconfig: enable gpio stuff Antony Pavlov
2014-06-27 19:40 ` [PATCH 0/4] MIPS: XBurst: add gpio support Sascha Hauer
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=1403822973-3151-1-git-send-email-antonynpavlov@gmail.com \
--to=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.