index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
rotary_encoder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-01-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-2
/
+4
2018-12-09
Input: rotary-encoder - don't log EPROBE_DEFER to kernel log
Uwe Kleine-König
1
-2
/
+4
2018-06-16
docs: Fix some broken references
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2016-07-28
Input: rotary_encoder - support binary encoding of states
Uwe Kleine-König
1
-1
/
+22
2016-05-10
Input: rotary-encoder - fix bare use of 'unsigned'
Clifton Barnes
1
-4
/
+4
2016-03-03
Input: rotary-encoder - support more than 2 gpios as input
Uwe Kleine-König
1
-92
/
+64
2016-03-03
Input: rotary_encoder - move away from platform data structure
Dmitry Torokhov
1
-91
/
+55
2016-03-02
Input: rotary_encoder - use input_set_capability()
Dmitry Torokhov
1
-8
/
+4
2016-03-02
Input: rotary_encoder - convert to use gpiod API
Dmitry Torokhov
1
-41
/
+33
2016-03-02
Input: rotary_encoder - mark PM methods as __maybe_unused
Dmitry Torokhov
1
-5
/
+3
2016-03-02
Input: rotary_encoder - use threaded irqs
Timo Teräs
1
-8
/
+25
2016-01-18
Input: rotary_encoder - convert to devm-* api
Timo Teräs
1
-61
/
+25
2015-10-17
Input: rotary-encoder - add support for quarter-period mode
Ezequiel Garcia
1
-5
/
+81
2015-10-17
Input: rotary-encoder - use of_property_read_bool
Ben Gamari
1
-8
/
+6
2015-10-14
Input: rotary_encoder - add wake up support
Sylvain Rochet
1
-0
/
+37
2014-10-20
input: misc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-15
Input: rotary_encoder - make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-01-07
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-10-06
Input: rotary_encoder - include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-05-06
Input: rotary_encoder - remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2012-11-24
Input: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devinit
Bill Pemberton
1
-3
/
+2
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-08-22
Input: rotary-encoder - add DT bindings
Daniel Mack
1
-16
/
+80
2012-08-22
Input: rotary-encoder - constify platform data pointers
Dmitry Torokhov
1
-6
/
+6
2012-08-22
Input: rotary-encoder - use gpio_request_one()
Daniel Mack
1
-25
/
+8
2012-08-22
Input: rotary-encoder - defer calls gpio_to_irq()
Daniel Mack
1
-2
/
+3
2011-12-01
Input: misc - use macro module_platform_driver()
JJ Ding
1
-13
/
+1
2011-09-27
doc: fix broken references
Paul Bolle
1
-1
/
+1
2011-05-12
Input: rotary-encoder - add support for half-period encoders
Johan Hovold
1
-3
/
+39
2011-05-12
Input: rotary-encoder - refactor and clean up
Johan Hovold
1
-33
/
+44
2011-02-03
Input: rotary_encoder - use proper irqflags
Alexander Stein
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-11
Input: rotary-encoder - set gpio direction for each requested gpio
Andrew Clayton
1
-0
/
+14
2009-10-06
Input: rotary_encoder - fix relative axis support
H Hartley Sweeten
1
-2
/
+2
2009-04-18
Input: rotary_encoder - add support for REL_* axes
H Hartley Sweeten
1
-20
/
+41
2009-03-09
Input: generic driver for rotary encoders on GPIOs
Daniel Mack
1
-0
/
+221