index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
rotary_encoder.c
Age
Commit message (
Expand
)
Author
2016-07-27
Input: rotary_encoder - support binary encoding of states
Uwe Kleine-König
2016-05-09
Input: rotary-encoder - fix bare use of 'unsigned'
Clifton Barnes
2016-03-02
Input: rotary-encoder - support more than 2 gpios as input
Uwe Kleine-König
2016-03-02
Input: rotary_encoder - move away from platform data structure
Dmitry Torokhov
2016-03-02
Input: rotary_encoder - use input_set_capability()
Dmitry Torokhov
2016-03-02
Input: rotary_encoder - convert to use gpiod API
Dmitry Torokhov
2016-03-02
Input: rotary_encoder - mark PM methods as __maybe_unused
Dmitry Torokhov
2016-03-02
Input: rotary_encoder - use threaded irqs
Timo Teräs
2016-01-18
Input: rotary_encoder - convert to devm-* api
Timo Teräs
2015-10-16
Input: rotary-encoder - add support for quarter-period mode
Ezequiel Garcia
2015-10-16
Input: rotary-encoder - use of_property_read_bool
Ben Gamari
2015-10-13
Input: rotary_encoder - add wake up support
Sylvain Rochet
2014-10-20
input: misc: drop owner assignment from platform_drivers
Wolfram Sang
2014-05-14
Input: rotary_encoder - make of_device_id array const
Jingoo Han
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-10-06
Input: rotary_encoder - include linux/of.h header
Sachin Kamat
2013-05-05
Input: rotary_encoder - remove redundant platform_set_drvdata()
Sachin Kamat
2012-11-24
Input: remove use of __devexit
Bill Pemberton
2012-11-24
Input: remove use of __devinit
Bill Pemberton
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
2012-08-21
Input: rotary-encoder - add DT bindings
Daniel Mack
2012-08-21
Input: rotary-encoder - constify platform data pointers
Dmitry Torokhov
2012-08-21
Input: rotary-encoder - use gpio_request_one()
Daniel Mack
2012-08-21
Input: rotary-encoder - defer calls gpio_to_irq()
Daniel Mack
2011-11-30
Input: misc - use macro module_platform_driver()
JJ Ding
2011-09-27
doc: fix broken references
Paul Bolle
2011-05-12
Input: rotary-encoder - add support for half-period encoders
Johan Hovold
2011-05-11
Input: rotary-encoder - refactor and clean up
Johan Hovold
2011-02-02
Input: rotary_encoder - use proper irqflags
Alexander Stein
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-10
Input: rotary-encoder - set gpio direction for each requested gpio
Andrew Clayton
2009-10-05
Input: rotary_encoder - fix relative axis support
H Hartley Sweeten
2009-04-17
Input: rotary_encoder - add support for REL_* axes
H Hartley Sweeten
2009-03-08
Input: generic driver for rotary encoders on GPIOs
Daniel Mack