Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
73b610af
Commit
73b610af
authored
Sep 25, 2008
by
Russell King
Committed by
Russell King
Sep 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa: remove references to pxa_gpio_mode() in comments
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
a3927471
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
11 deletions
+10
-11
arch/arm/include/asm/mach/udc_pxa2xx.h
arch/arm/include/asm/mach/udc_pxa2xx.h
+1
-2
drivers/input/keyboard/corgikbd.c
drivers/input/keyboard/corgikbd.c
+3
-3
drivers/input/keyboard/spitzkbd.c
drivers/input/keyboard/spitzkbd.c
+3
-3
drivers/input/keyboard/tosakbd.c
drivers/input/keyboard/tosakbd.c
+3
-3
No files found.
arch/arm/include/asm/mach/udc_pxa2xx.h
View file @
73b610af
...
...
@@ -18,8 +18,7 @@ struct pxa2xx_udc_mach_info {
/* Boards following the design guidelines in the developer's manual,
* with on-chip GPIOs not Lubbock's weird hardware, can have a sane
* VBUS IRQ and omit the methods above. Store the GPIO number
* here; for GPIO 0, also mask in one of the pxa_gpio_mode() bits.
* Note that sometimes the signals go through inverters...
* here. Note that sometimes the signals go through inverters...
*/
bool
gpio_vbus_inverted
;
u16
gpio_vbus
;
/* high == vbus present */
...
...
drivers/input/keyboard/corgikbd.c
View file @
73b610af
...
...
@@ -80,9 +80,9 @@ struct corgikbd {
#define KB_ACTIVATE_DELAY 10
/* Helper functions for reading the keyboard matrix
* Note: We should really be using
pxa_gpio_mode to alter GPDR but it
*
requires a function call per GPIO bit which is excessive
*
when we need to access 12 bits at once
multiple times.
* Note: We should really be using
the generic gpio functions to alter
*
GPDR but it requires a function call per GPIO bit which is
*
excessive when we need to access 12 bits at once,
multiple times.
* These functions must be called within local_irq_save()/local_irq_restore()
* or similar.
*/
...
...
drivers/input/keyboard/spitzkbd.c
View file @
73b610af
...
...
@@ -101,9 +101,9 @@ struct spitzkbd {
#define KB_ACTIVATE_DELAY 10
/* Helper functions for reading the keyboard matrix
* Note: We should really be using
pxa_gpio_mode to alter GPDR but it
*
requires a function call per GPIO bit which is excessive
* when we need to access 11 bits at once, multiple times.
* Note: We should really be using
the generic gpio functions to alter
*
GPDR but it requires a function call per GPIO bit which is
*
excessive
when we need to access 11 bits at once, multiple times.
* These functions must be called within local_irq_save()/local_irq_restore()
* or similar.
*/
...
...
drivers/input/keyboard/tosakbd.c
View file @
73b610af
...
...
@@ -59,9 +59,9 @@ struct tosakbd {
/* Helper functions for reading the keyboard matrix
* Note: We should really be using
pxa_gpio_mode to alter GPDR but it
*
requires a function call per GPIO bit which is excessive
* when we need to access 12 bits at once, multiple times.
* Note: We should really be using
the generic gpio functions to alter
*
GPDR but it requires a function call per GPIO bit which is
*
excessive
when we need to access 12 bits at once, multiple times.
* These functions must be called within local_irq_save()/local_irq_restore()
* or similar.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment