All of lore.kernel.org
 help / color / mirror / Atom feed
From: ziducaixao@autistici.org (OrazioPirataDelloSpazio (Lorenzo))
To: kernelnewbies@lists.kernelnewbies.org
Subject: understanding GPIO registers
Date: Thu, 25 Aug 2011 20:50:19 +0200	[thread overview]
Message-ID: <4E56996B.8020002@autistici.org> (raw)

Hi there,
I have a motherbord (VIA EPIA LT) with a digital I/O port composed by 4
GPI and 4 GPO (chip: SMSC SCH3114).

I want to provide voltage to GPO and read the input value of GPI with a
software.

Using the generic gpio kernel module, I tried to export pins without
success :

echo N > /sys/class/gpio/export
write error : invalid argument

I tried for several values of N (from 1 to 1000 !) then I gave up
thinking I would have needed some information from the hardware producer.
Now I have got this information that is the following offsets and addresses.

How can I use these registers to fix the export problem or alternatively
how to write a simple userspace C program to read and write these GPIO?

I read gpio.txt but I'm still confused on how to pass from GPIO numbers
to registers.

Thanks


Lorenzo


#define sGPIOBaseAddr	0A00
#define GPI1_CTRL_REG	0x6E
#define GPI2_CTRL_REG	0x6F
#define GPI3_CTRL_REG	0x72
#define GPI4_CTRL_REG	0x73
#define GPO1_CTRL_REG	0x2C
#define GPO2_CTRL_REG	0x2D
#define GPO3_CTRL_REG	0x35
#define GPO4_CTRL_REG	0x36

             reply	other threads:[~2011-08-25 18:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-25 18:50 OrazioPirataDelloSpazio (Lorenzo) [this message]
2011-08-28  6:59 ` understanding GPIO registers vichy
2011-08-28 10:51   ` OrazioPirataDelloSpazio (Lorenzo)
2011-08-28 11:05     ` vichy

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=4E56996B.8020002@autistici.org \
    --to=ziducaixao@autistici.org \
    --cc=kernelnewbies@lists.kernelnewbies.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.