17 Oct, 2015

1 commit


20 Aug, 2014

1 commit

  • Add the TI drv260x haptics/vibrator driver. This device uses the input
    force feedback to produce a wave form to driver an ERM or LRA actuator
    device.

    The initial driver supports the devices real time playback mode. But the
    device has additional wave patterns in ROM. This functionality will be
    added in future patchsets.

    Product data sheet is located here: http://www.ti.com/product/drv2605

    Signed-off-by: Dan Murphy
    Signed-off-by: Dmitry Torokhov

    Dan Murphy
     

20 Aug, 2013

1 commit

  • Many of Key device tree bindings uses the constant number as key code
    which matches with kernel header key code and then comment as follows
    for reference/better readability:
    linux,code = ; /* KEY_HOME */

    Create a DT header which defines all the key code so that DT key bindings
    can use it as follows:
    linux,code = ;

    Signed-off-by: Laxman Dewangan
    Reviewed-by: Stephen Warren
    Signed-off-by: Rob Herring

    Laxman Dewangan