23 Oct, 2015

1 commit


20 Oct, 2014

1 commit


06 Dec, 2013

1 commit

  • Use the wrapper function for retrieving the platform data instead
    of accessing dev->platform_data directly. This is a cosmetic change
    to make the code simpler and enhance the readability.

    Signed-off-by: Jingoo Han
    Acked-by: Fugang Duan
    Signed-off-by: Dmitry Torokhov

    Jingoo Han
     

18 Mar, 2013

1 commit


24 Nov, 2012

2 commits


10 Nov, 2012

1 commit


09 Nov, 2012

1 commit


14 Sep, 2012

1 commit

  • Platform data for device drivers should be defined in
    include/linux/platform_data/*.h, not in the architecture
    and platform specific directories.

    This moves such data out of the nomadik include directories

    Signed-off-by: Arnd Bergmann
    Acked-by: Mark Brown
    Acked-by: Greg Kroah-Hartman
    Acked-by: Nicolas Pitre
    Acked-by: Felipe Balbi
    Acked-by: Alessandro Rubini
    Acked-by: Linus Walleij
    Cc: STEricsson
    Cc: Srinidhi Kasagar
    Cc: Herbert Xu
    Cc: "David S. Miller"
    Cc: Dmitry Torokhov
    Cc: David Woodhouse
    Cc: Andreas Westin

    Arnd Bergmann
     

25 Jun, 2012

2 commits

  • The keypad could cause multiple interrupts to be fired in succession
    since we weren't waiting for the IRQs to clear properly in the
    interrupt handler. We wait for a number of bus iterations (the
    readl():s from the peripheral bus will stall, so these are quite
    long) before giving up on getting keys ready to read, then we
    sleep until the IRQ is deasserted (this is OK since the interrupt
    is threaded). Also use the debounce platform data for another
    hardcoded wait loop.

    Signed-off-by: Naveen Kumar Gaddipati
    Reviewed-by: Rikard Olsson
    Reviewed-by: Srinidhi Kasagar
    Signed-off-by: Linus Walleij
    Signed-off-by: Dmitry Torokhov

    Naveen Kumar Gaddipati
     
  • Added the multi key press support for SKE keypad by modifying the irq
    function for handling the two different keys on the same column and also
    pressing the two different keys of different columns on the same ASR
    register.

    Signed-off-by: Naveen Kumar Gaddipati
    Reviewed-by: Srinidhi Kasagar
    Signed-off-by: Linus Walleij
    Signed-off-by: Dmitry Torokhov

    Naveen Kumar Gaddipati
     

11 May, 2012

1 commit


10 Mar, 2012

1 commit


23 Jan, 2012

2 commits


11 Jan, 2012

1 commit


12 Dec, 2011

1 commit


01 Dec, 2011

1 commit


01 Nov, 2011

1 commit


13 Oct, 2010

1 commit