diff options
| author | Anton Vorontsov <[email protected]> | 2010-10-27 15:33:15 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-10-27 18:03:06 -0700 |
| commit | aeec56e331c6d2750de02ef34b305338305ca690 (patch) | |
| tree | 1a9df159e4408cf1f4d9ab8451ae803de6007126 /tools/perf/scripts/python | |
| parent | d0f744c8cbd19a8d07eccb15bb08e6a29c4d5192 (diff) | |
gpio: add driver for basic memory-mapped GPIO controllers
The basic GPIO controllers may be found in various on-board FPGA and ASIC
solutions that are used to control board's switches, LEDs, chip-selects,
Ethernet/USB PHY power, etc.
These controllers may not provide any means of pin setup
(in/out/open drain).
The driver supports:
- 8/16/32/64 bits registers;
- GPIO controllers with clear/set registers;
- GPIO controllers with a single "data" register;
- Big endian bits/GPIOs ordering (mostly used on PowerPC).
Signed-off-by: Anton Vorontsov <[email protected]>
Reviewed-by: Mark Brown <[email protected]>
Cc: David Brownell <[email protected]>
Cc: Samuel Ortiz <[email protected]>,
Cc: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions