index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
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
2024-10-03
Input: rotary_encoder - use guard notation when acquiring mutex
Dmitry Torokhov
1
-15
/
+8
2023-07-12
Input: rotary_encoder - don't double assign input->dev.parent
Roi L
1
-1
/
+0
2023-07-07
Input: rotary_encoder - simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+2
2023-01-09
Input: rotary-encoder - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-5
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-01-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-2
/
+4
2018-12-08
Input: rotary-encoder - don't log EPROBE_DEFER to kernel log
Uwe Kleine-König
1
-2
/
+4
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2016-07-27
Input: rotary_encoder - support binary encoding of states
Uwe Kleine-König
1
-1
/
+22
2016-05-09
Input: rotary-encoder - fix bare use of 'unsigned'
Clifton Barnes
1
-4
/
+4
2016-03-02
Input: rotary-encoder - support more than 2 gpios as input
Uwe Kleine-König
1
-92
/
+64
2016-03-02
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-16
Input: rotary-encoder - add support for quarter-period mode
Ezequiel Garcia
1
-5
/
+81
2015-10-16
Input: rotary-encoder - use of_property_read_bool
Ben Gamari
1
-8
/
+6
2015-10-13
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-14
Input: rotary_encoder - make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-01-06
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-05
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-21
Input: rotary-encoder - add DT bindings
Daniel Mack
1
-16
/
+80
2012-08-21
Input: rotary-encoder - constify platform data pointers
Dmitry Torokhov
1
-6
/
+6
2012-08-21
Input: rotary-encoder - use gpio_request_one()
Daniel Mack
1
-25
/
+8
2012-08-21
Input: rotary-encoder - defer calls gpio_to_irq()
Daniel Mack
1
-2
/
+3
2011-11-30
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-11
Input: rotary-encoder - refactor and clean up
Johan Hovold
1
-32
/
+43
2011-02-02
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-10
Input: rotary-encoder - set gpio direction for each requested gpio
Andrew Clayton
1
-0
/
+14
2009-10-05
Input: rotary_encoder - fix relative axis support
H Hartley Sweeten
1
-2
/
+2
2009-04-17
Input: rotary_encoder - add support for REL_* axes
H Hartley Sweeten
1
-20
/
+41
2009-03-08
Input: generic driver for rotary encoders on GPIOs
Daniel Mack
1
-0
/
+221