public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 0/1] GPIO support for Microblaze
@ 2013-04-24  8:27 Michal Simek
  2013-04-24  8:27 ` [U-Boot] [RFC PATCH] gpio: Add support for microblaze xilinx GPIO Michal Simek
  2013-04-24  8:30 ` [U-Boot] [RFC PATCH 0/1] GPIO support for Microblaze Michal Simek
  0 siblings, 2 replies; 7+ messages in thread
From: Michal Simek @ 2013-04-24  8:27 UTC (permalink / raw)
  To: u-boot

I want to also write gpio support for Zynq
and this driver should be also used for arm zynq.

Currently we have support just for only gpio controller
but not for various of them.
That's why I would like to get some input from you
if possible to add dynamic gpio allocation which
could be also helpful for OF support.

Output from my gpio status on Microblaze is below.

Thanks,
Michal

U-Boot> gpio status

gpio_info: reset/40000000 (0-0)
GPIO_0:	reset_pin is an INPUT value = 0

gpio_info: led/40040000 (1-5)
GPIO_1:	UNKNOWN is an INPUT value = 0
GPIO_2:	UNKNOWN is an OUTPUT value = 1
GPIO_3:	UNKNOWN is an INPUT value = 0
GPIO_4:	UNKNOWN is an INPUT value = 0
GPIO_5:	UNKNOWN is an OUTPUT value = 0


Michal Simek (1):
  gpio: Add support for microblaze xilinx GPIO

 arch/microblaze/include/asm/gpio.h                 |  50 +---
 .../xilinx/microblaze-generic/microblaze-generic.c |  17 +-
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/xilinx_gpio.c                         | 323 +++++++++++++++++++++
 include/configs/microblaze-generic.h               |   3 +-
 5 files changed, 353 insertions(+), 41 deletions(-)
 create mode 100644 drivers/gpio/xilinx_gpio.c

--
1.8.2.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130424/f2236e57/attachment.pgp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-29  8:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24  8:27 [U-Boot] [RFC PATCH 0/1] GPIO support for Microblaze Michal Simek
2013-04-24  8:27 ` [U-Boot] [RFC PATCH] gpio: Add support for microblaze xilinx GPIO Michal Simek
2013-04-27 15:45   ` Simon Glass
2013-04-29  8:56     ` Michal Simek
2013-04-24  8:30 ` [U-Boot] [RFC PATCH 0/1] GPIO support for Microblaze Michal Simek
2013-04-27 15:35   ` Simon Glass
2013-04-29  8:21     ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox