Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1a1cd739a4b985f87c47e2809db7e240dba2c385
Commit:     1a1cd739a4b985f87c47e2809db7e240dba2c385
Parent:     0e5f11aa80bd01d048f374cc64ef0819ad7d86f2
Author:     Eric Miao <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 31 00:58:00 2008 -0500
Committer:  Dmitry Torokhov <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 00:58:00 2008 -0500

    Input: pxa27x_keypad - remove pin configuration from the driver
    
    The pin configurations will slowly be moved to the board specific code
    at initialization thus to make the driver more generic.
    
    Signed-off-by: Eric Miao <[EMAIL PROTECTED]>
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
 drivers/input/keyboard/pxa27x_keypad.c   |    4 ----
 include/asm-arm/arch-pxa/pxa27x_keypad.h |    1 -
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/input/keyboard/pxa27x_keypad.c 
b/drivers/input/keyboard/pxa27x_keypad.c
index 06c1d5a..43fb63d 100644
--- a/drivers/input/keyboard/pxa27x_keypad.c
+++ b/drivers/input/keyboard/pxa27x_keypad.c
@@ -208,10 +208,6 @@ static int __devinit pxa27x_keypad_probe(struct 
platform_device *pdev)
        if (error)
                goto err_free_irq;
 
-       /* Setup GPIOs. */
-       for (i = 0; i < pdata->nr_rows + pdata->nr_cols; i++)
-               pxa_gpio_mode(pdata->gpio_modes[i]);
-
        /*
         * Store rows/cols info into keyboard registers.
         */
diff --git a/include/asm-arm/arch-pxa/pxa27x_keypad.h 
b/include/asm-arm/arch-pxa/pxa27x_keypad.h
index f19f74a..ef17db6 100644
--- a/include/asm-arm/arch-pxa/pxa27x_keypad.h
+++ b/include/asm-arm/arch-pxa/pxa27x_keypad.h
@@ -4,7 +4,6 @@
 struct pxa27x_keypad_platform_data {
        int nr_rows, nr_cols;
        int keycodes[PXAKBD_MAXROW][PXAKBD_MAXCOL];
-       int gpio_modes[PXAKBD_MAXROW + PXAKBD_MAXCOL];
 
 #ifdef CONFIG_PM
        u32 reg_kpc;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to