git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdba15d
)
gpio/omap: move bank width into struct gpio_bank
author
Kevin Hilman
<khilman@ti.com>
Thu, 21 Apr 2011 16:23:00 +0000
(09:23 -0700)
committer
Kevin Hilman
<khilman@ti.com>
Thu, 16 Jun 2011 18:13:13 +0000
(11:13 -0700)
Rather than having a file-global bank_width variable, move it into
struct gpio_bank so it can be bank-specific. Note the bank width
is already passed per-bank via platform_data, so current code would
be incorrect if any banks had different width.
Signed-off-by: Kevin Hilman <khilman@ti.com>
drivers/gpio/gpio-omap.c
patch
|
blob
|
history
diff --cc
drivers/gpio/gpio-omap.c
Simple merge