index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
rotary_encoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2019-01-02
1
-2
/
+4
|
\
|
*
Input: rotary-encoder - don't log EPROBE_DEFER to kernel log
Uwe Kleine-König
2018-12-08
1
-2
/
+4
*
|
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
1
-1
/
+1
*
|
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
|
/
*
Input: rotary_encoder - support binary encoding of states
Uwe Kleine-König
2016-07-27
1
-1
/
+22
*
Input: rotary-encoder - fix bare use of 'unsigned'
Clifton Barnes
2016-05-09
1
-4
/
+4
*
Input: rotary-encoder - support more than 2 gpios as input
Uwe Kleine-König
2016-03-02
1
-92
/
+64
*
Input: rotary_encoder - move away from platform data structure
Dmitry Torokhov
2016-03-02
1
-91
/
+55
*
Input: rotary_encoder - use input_set_capability()
Dmitry Torokhov
2016-03-02
1
-8
/
+4
*
Input: rotary_encoder - convert to use gpiod API
Dmitry Torokhov
2016-03-02
1
-41
/
+33
*
Input: rotary_encoder - mark PM methods as __maybe_unused
Dmitry Torokhov
2016-03-02
1
-5
/
+3
*
Input: rotary_encoder - use threaded irqs
Timo Teräs
2016-03-02
1
-8
/
+25
*
Input: rotary_encoder - convert to devm-* api
Timo Teräs
2016-01-18
1
-61
/
+25
*
Input: rotary-encoder - add support for quarter-period mode
Ezequiel Garcia
2015-10-16
1
-5
/
+81
*
Input: rotary-encoder - use of_property_read_bool
Ben Gamari
2015-10-16
1
-8
/
+6
*
Input: rotary_encoder - add wake up support
Sylvain Rochet
2015-10-13
1
-0
/
+37
*
input: misc: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
Input: rotary_encoder - make of_device_id array const
Jingoo Han
2014-05-14
1
-1
/
+1
*
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-06
1
-1
/
+0
*
Input: rotary_encoder - include linux/of.h header
Sachin Kamat
2013-10-06
1
-0
/
+1
*
Input: rotary_encoder - remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-05
1
-2
/
+0
*
Input: remove use of __devexit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devinit
Bill Pemberton
2012-11-24
1
-3
/
+2
*
Input: remove use of __devexit_p
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: rotary-encoder - add DT bindings
Daniel Mack
2012-08-21
1
-16
/
+80
*
Input: rotary-encoder - constify platform data pointers
Dmitry Torokhov
2012-08-21
1
-6
/
+6
*
Input: rotary-encoder - use gpio_request_one()
Daniel Mack
2012-08-21
1
-25
/
+8
*
Input: rotary-encoder - defer calls gpio_to_irq()
Daniel Mack
2012-08-21
1
-2
/
+3
*
Input: misc - use macro module_platform_driver()
JJ Ding
2011-11-30
1
-13
/
+1
*
doc: fix broken references
Paul Bolle
2011-09-27
1
-1
/
+1
*
Input: rotary-encoder - add support for half-period encoders
Johan Hovold
2011-05-12
1
-3
/
+39
*
Input: rotary-encoder - refactor and clean up
Johan Hovold
2011-05-11
1
-33
/
+44
*
Input: rotary_encoder - use proper irqflags
Alexander Stein
2011-02-02
1
-2
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Input: rotary-encoder - set gpio direction for each requested gpio
Andrew Clayton
2010-02-10
1
-0
/
+14
*
Input: rotary_encoder - fix relative axis support
H Hartley Sweeten
2009-10-05
1
-2
/
+2
*
Input: rotary_encoder - add support for REL_* axes
H Hartley Sweeten
2009-04-17
1
-20
/
+41
*
Input: generic driver for rotary encoders on GPIOs
Daniel Mack
2009-03-08
1
-0
/
+221