summaryrefslogtreecommitdiff
path: root/drivers/input/misc/rotary_encoder.c
AgeCommit message (Expand)Author
2023-07-12Input: rotary_encoder - don't double assign input->dev.parentRoi L
2023-07-07Input: rotary_encoder - simplify with dev_err_probe()Krzysztof Kozlowski
2023-01-09Input: rotary-encoder - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-12-08Input: rotary-encoder - don't log EPROBE_DEFER to kernel logUwe Kleine-König
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2016-07-27Input: rotary_encoder - support binary encoding of statesUwe Kleine-König
2016-05-09Input: rotary-encoder - fix bare use of 'unsigned'Clifton Barnes
2016-03-02Input: rotary-encoder - support more than 2 gpios as inputUwe Kleine-König
2016-03-02Input: rotary_encoder - move away from platform data structureDmitry Torokhov
2016-03-02Input: rotary_encoder - use input_set_capability()Dmitry Torokhov
2016-03-02Input: rotary_encoder - convert to use gpiod APIDmitry Torokhov
2016-03-02Input: rotary_encoder - mark PM methods as __maybe_unusedDmitry Torokhov
2016-03-02Input: rotary_encoder - use threaded irqsTimo Teräs
2016-01-18Input: rotary_encoder - convert to devm-* apiTimo Teräs
2015-10-16Input: rotary-encoder - add support for quarter-period modeEzequiel Garcia
2015-10-16Input: rotary-encoder - use of_property_read_boolBen Gamari
2015-10-13Input: rotary_encoder - add wake up supportSylvain Rochet
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang
2014-05-14Input: rotary_encoder - make of_device_id array constJingoo Han
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-06Input: rotary_encoder - include linux/of.h headerSachin Kamat
2013-05-05Input: rotary_encoder - remove redundant platform_set_drvdata()Sachin Kamat
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-08-21Input: rotary-encoder - add DT bindingsDaniel Mack
2012-08-21Input: rotary-encoder - constify platform data pointersDmitry Torokhov
2012-08-21Input: rotary-encoder - use gpio_request_one()Daniel Mack
2012-08-21Input: rotary-encoder - defer calls gpio_to_irq()Daniel Mack
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding
2011-09-27doc: fix broken referencesPaul Bolle
2011-05-12Input: rotary-encoder - add support for half-period encodersJohan Hovold
2011-05-11Input: rotary-encoder - refactor and clean upJohan Hovold
2011-02-02Input: rotary_encoder - use proper irqflagsAlexander Stein
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-10Input: rotary-encoder - set gpio direction for each requested gpioAndrew Clayton
2009-10-05Input: rotary_encoder - fix relative axis supportH Hartley Sweeten
2009-04-17Input: rotary_encoder - add support for REL_* axesH Hartley Sweeten
2009-03-08Input: generic driver for rotary encoders on GPIOsDaniel Mack