index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
rotary_encoder.c
Age
Commit message (
Expand
)
Author
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
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