aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/rotary_encoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+4
2018-12-08Input: rotary-encoder - don't log EPROBE_DEFER to kernel logUwe Kleine-König1-2/+4
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2016-07-27Input: rotary_encoder - support binary encoding of statesUwe Kleine-König1-1/+22
2016-05-09Input: rotary-encoder - fix bare use of 'unsigned'Clifton Barnes1-4/+4
2016-03-02Input: rotary-encoder - support more than 2 gpios as inputUwe Kleine-König1-92/+64
2016-03-02Input: rotary_encoder - move away from platform data structureDmitry Torokhov1-91/+55
2016-03-02Input: rotary_encoder - use input_set_capability()Dmitry Torokhov1-8/+4
2016-03-02Input: rotary_encoder - convert to use gpiod APIDmitry Torokhov1-41/+33
2016-03-02Input: rotary_encoder - mark PM methods as __maybe_unusedDmitry Torokhov1-5/+3
2016-03-02Input: rotary_encoder - use threaded irqsTimo Teräs1-8/+25
2016-01-18Input: rotary_encoder - convert to devm-* apiTimo Teräs1-61/+25
2015-10-16Input: rotary-encoder - add support for quarter-period modeEzequiel Garcia1-5/+81
2015-10-16Input: rotary-encoder - use of_property_read_boolBen Gamari1-8/+6
2015-10-13Input: rotary_encoder - add wake up supportSylvain Rochet1-0/+37
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-14Input: rotary_encoder - make of_device_id array constJingoo Han1-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-06Input: rotary_encoder - include linux/of.h headerSachin Kamat1-0/+1
2013-05-05Input: rotary_encoder - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-3/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-21Input: rotary-encoder - add DT bindingsDaniel Mack1-16/+80
2012-08-21Input: rotary-encoder - constify platform data pointersDmitry Torokhov1-6/+6
2012-08-21Input: rotary-encoder - use gpio_request_one()Daniel Mack1-25/+8
2012-08-21Input: rotary-encoder - defer calls gpio_to_irq()Daniel Mack1-2/+3
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding1-13/+1
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-05-12Input: rotary-encoder - add support for half-period encodersJohan Hovold1-3/+39
2011-05-11Input: rotary-encoder - refactor and clean upJohan Hovold1-33/+44
2011-02-02Input: rotary_encoder - use proper irqflagsAlexander Stein1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-10Input: rotary-encoder - set gpio direction for each requested gpioAndrew Clayton1-0/+14
2009-10-05Input: rotary_encoder - fix relative axis supportH Hartley Sweeten1-2/+2
2009-04-17Input: rotary_encoder - add support for REL_* axesH Hartley Sweeten1-20/+41
2009-03-08Input: generic driver for rotary encoders on GPIOsDaniel Mack1-0/+221