| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-02-03 | Input: ads7846 - fix gpiod allocation | H. Nikolaus Schaller | 1 | -1/+1 |
| 2024-11-25 | Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+12 |
| 2024-11-14 | Input: ads7846 - increase xfer array size in 'struct ser_req' | Nathan Chancellor | 1 | -1/+1 |
| 2024-11-07 | Input: ads7846 - add dummy command register clearing cycle | Marek Vasut | 1 | -1/+11 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-07-23 | Input: ads7846 - ratelimit the spi_sync error message | Marek Vasut | 1 | -1/+1 |
| 2024-07-15 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -6/+29 |
| 2024-06-21 | Input: ads7846 - handle HSYNC GPIO | Linus Walleij | 1 | -6/+29 |
| 2024-06-20 | Input: ads7846 - use spi_device_id table | Alexander Stein | 1 | -1/+11 |
| 2023-09-06 | Input: ads7846 - use device core to create driver-specific device attributes | Dmitry Torokhov | 1 | -12/+6 |
| 2023-06-09 | Input: ads7846 - fix pointer cast warning | Arnd Bergmann | 1 | -1/+1 |
| 2023-06-07 | Input: ads7846 - Fix usage of match data | Linus Walleij | 1 | -8/+1 |
| 2023-05-24 | Input: ads7846 - Convert to use software nodes | Linus Walleij | 1 | -72/+41 |
| 2023-03-06 | gpiolib: remove gpio_set_debounce() | Arnd Bergmann | 1 | -2/+3 |
| 2023-01-29 | Input: ads7846 - don't check penirq immediately for 7845 | Luca Ellero | 1 | -7/+1 |
| 2023-01-29 | Input: ads7846 - always set last command to PWRDOWN | Luca Ellero | 1 | -1/+9 |
| 2023-01-29 | Input: ads7846 - don't report pressure for ads7845 | Luca Ellero | 1 | -2/+3 |
| 2023-01-09 | Input: ads7846 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() | Jonathan Cameron | 1 | -4/+4 |
| 2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 1 | -3/+1 |
| 2021-10-15 | Input: ads7846 - do not attempt IRQ workaround when deferring probe | Dmitry Torokhov | 1 | -1/+1 |
| 2021-10-15 | Input: ads7846 - use input_set_capability() | Dmitry Torokhov | 1 | -2/+1 |
| 2021-10-15 | Input: ads7846 - set input device bus type and product ID | Dmitry Torokhov | 1 | -0/+3 |
| 2021-09-09 | Input: ads7846 - switch to devm initialization | Daniel Mack | 1 | -89/+47 |
| 2021-09-09 | Input: ads7846 - remove custom filter handling functions from pdata | Daniel Mack | 1 | -17/+8 |
| 2021-09-09 | Input: ads7846 - add short-hand for spi->dev in probe() function | Daniel Mack | 1 | -22/+23 |
| 2021-02-22 | Merge tag 'v5.11' into next | Dmitry Torokhov | 1 | -1/+2 |
| 2021-01-20 | Input: ads7846 - convert to one message | Oleksij Rempel | 1 | -183/+193 |
| 2020-12-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -153/+94 |
| 2020-11-17 | Input: ads7846 - drop unneeded asm/irq.h include | Dmitry Torokhov | 1 | -1/+0 |
| 2020-11-17 | Input: ads7846 - fix unaligned access on 7845 | Dmitry Torokhov | 1 | -1/+2 |
| 2020-11-17 | Input: ads7846 - fix integer overflow on Rt calculation | Oleksij Rempel | 1 | -2/+3 |
| 2020-11-17 | Input: ads7846 - convert to full duplex | Oleksij Rempel | 1 | -130/+62 |
| 2020-11-17 | Input: ads7846 - fix race that causes missing releases | David Jander | 1 | -18/+26 |
| 2020-11-12 | Input: ads7846: do not overwrite spi->mode flags set by spi framework | Oleksij Rempel | 1 | -1/+2 |
| 2020-11-08 | Input: ads7846 - use kobj_to_dev() API | Wang Qing | 1 | -1/+1 |
| 2020-01-20 | Input: ads7846 - use new `delay` structure for SPI transfer delays | Alexandru Ardelean | 1 | -5/+10 |
| 2019-08-09 | Input: ads7846 - add support for general touchscreen bindings | Marco Felsch | 1 | -8/+30 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2017-07-12 | Input: ads7846 - constify attribute_group structures | Arvind Yadav | 1 | -2/+2 |
| 2017-03-25 | Input: ads7846 - avoid pen up/down when reading hwmon | David Jander | 1 | -1/+1 |
| 2017-01-21 | Input: touchscreen - drop unnecessary calls to device_init_wakeup | Guenter Roeck | 1 | -2/+0 |
| 2016-08-22 | Input: ads7846 - remove redundant regulator_disable call | Petr Cvek | 1 | -1/+0 |
| 2015-11-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -3/+1 |
| 2015-11-04 | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown | 1 | -1/+0 |
| 2015-11-03 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -3/+1 |
| 2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
| 2015-10-06 | Input: ads7846 - correct the value got from SPI | Andrey Gelman | 1 | -2/+6 |
| 2015-10-02 | Input: ads7846 - use PTR_ERR_OR_ZERO() | Javier Martinez Canillas | 1 | -3/+1 |
| 2015-07-23 | Input: ads7846 - change name of wakeup property to "wakeup-source" | Dmitry Torokhov | 1 | -1/+2 |
| 2014-11-02 | Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume | Jingoo Han | 1 | -4/+2 |
| 2014-07-30 | Input: ads7846 - release resources on failure for clean exit | Pramod Gurav | 1 | -2/+4 |
| 2014-05-14 | Merge tag 'v3.15-rc5' into next | Dmitry Torokhov | 1 | -1/+1 |
| 2014-05-14 | Input: ads7846 - correct log message for spi_sync() errors | Mark Brown | 1 | -1/+1 |
| 2014-04-19 | Input: ads7846 - fix device usage within attribute show | Alexander Stein | 1 | -1/+1 |
| 2014-01-06 | Input: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-12-16 | Input: ads7846 - convert to hwmon_device_register_with_groups() | Guenter Roeck | 1 | -56/+25 |
| 2013-12-01 | Input: ads7846 - use IS_ENABLED() macro | Fabio Estevam | 1 | -2/+2 |
| 2013-07-02 | Input: ads7846 - add device tree bindings | Daniel Mack | 1 | -11/+104 |
| 2013-07-02 | Input: ads7846 - make sure we do not change platform data | Dmitry Torokhov | 1 | -5/+5 |
| 2013-04-07 | Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata() | Jingoo Han | 1 | -2/+2 |
| 2013-03-10 | Input: ads7864 - check return value of regulator enable | Mark Brown | 1 | -1/+6 |
| 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/+3 |
| 2012-11-24 | Input: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-11-21 | Input: ads7846 - enable pendown GPIO debounce time setting | Igor Grinberg | 1 | -1/+5 |
| 2012-03-16 | Input: convert SPI drivers to use module_spi_driver() | Axel Lin | 1 | -11/+1 |
| 2011-11-29 | Input: remove redundant spi driver bus initialization | Lars-Peter Clausen | 1 | -1/+0 |
| 2011-11-29 | Merge commit 'v3.2-rc3' into next | Dmitry Torokhov | 1 | -0/+1 |
| 2011-11-09 | Input: convert obsolete strict_strtox to kstrtox | JJ Ding | 1 | -3/+5 |
| 2011-10-31 | drivers/input: Add module.h to modular drivers implicitly using it | Paul Gortmaker | 1 | -0/+1 |
| 2011-06-27 | Input: ads7846 - cleanup GPIO initialization | Igor Grinberg | 1 | -10/+5 |
| 2011-05-24 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -8/+18 |
| 2011-05-12 | Input: ads7846 - fix gpio_pendown configuration | Igor Grinberg | 1 | -0/+7 |
| 2011-05-12 | Input: ads7846 - add possibility to use external vref on ads7846 | Alexander Stein | 1 | -8/+11 |
| 2011-05-05 | Input: ads7846 - remove unused variable from struct ads7845_ser_req | Alexander Stein | 1 | -1/+0 |
| 2011-05-05 | Input: ads7846 - make transfer buffers DMA safe | Alexander Stein | 1 | -2/+10 |
| 2011-03-18 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -6/+10 |
| 2011-02-11 | Input: ads7846 - check proper condition when freeing gpio | Dmitry Torokhov | 1 | -16/+22 |
| 2011-01-20 | Input: ads7846 - convert to dev_pm_ops | Mark Brown | 1 | -6/+10 |
| 2010-10-17 | Input: ads7846 - switch to using threaded IRQ | Jason Wang | 1 | -430/+456 |
| 2010-07-03 | Input: ads7846 - extend the driver for ads7845 controller support | Anatolij Gustschin | 1 | -37/+135 |
| 2010-07-03 | Input: ads7846 - do not allow altering platform data | Dmitry Torokhov | 1 | -16/+19 |
| 2010-06-28 | Input: ads7846 - allow specifying irq trigger type in platform data | Anatolij Gustschin | 1 | -1/+4 |
| 2010-06-02 | Input: ads7846 - fix compiler warning in ads7846_probe() | Dmitry Torokhov | 1 | -1/+1 |
| 2010-05-26 | Input: ads7846 - return error on regulator_get() failure | Kevin Hilman | 1 | -2/+2 |
| 2010-03-11 | Input: ads7846 - add wakeup support | Ranjith Lohithakshan | 1 | -0/+10 |
| 2010-03-09 | Input: ads7846 - add support for AD7843 parts | Michael Hennerich | 1 | -0/+10 |
| 2010-02-25 | Input: ads7846 - add regulator support | Grazvydas Ignotas | 1 | -1/+27 |
| 2009-11-23 | Input: ads7846 - switch to using dev_vdbg() | Pavel Machek | 1 | -16/+7 |
| 2009-11-23 | Input: ads7846 - fix pressure reporting | Pavel Machek | 1 | -1/+1 |
| 2009-09-23 | spi: prefix modalias with "spi:" | Anton Vorontsov | 1 | -0/+1 |
| 2009-06-11 | Input: ads7846 - pin change interrupt support | Michael Roth | 1 | -3/+9 |
| 2009-05-19 | Input: ads7846 - more detailed model name in sysfs | Michael Roth | 1 | -1/+3 |
| 2009-05-19 | Input: ads7846 - support swapping x and y axes | Michael Roth | 1 | -0/+7 |
| 2009-04-16 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -1/+11 |
| 2009-04-15 | Input: ads7846 - fix unsafe disable_irq | Ben Nizette | 1 | -1/+1 |
| 2009-04-11 | Input: ads7846 - introduce platform specific way to synchronize sampling | Eric Miao | 1 | -0/+10 |
| 2009-03-30 | trivial: Fix misspelling of "Celsius". | Adam Buchbinder | 1 | -1/+1 |
| 2009-01-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -3/+3 |
| 2008-12-23 | Input: ads7846 - strict_strtoul takes unsigned long | Harvey Harrison | 1 | -1/+1 |
| 2008-11-25 | hrtimer: removing all ur callback modes | Peter Zijlstra | 1 | -2/+2 |
| 2008-10-30 | Input: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
| 2008-10-09 | Input: ads7846 - fix cache line sharing issue | Dmitry Torokhov | 1 | -36/+51 |
| 2008-09-10 | Input: ads7846 - introduce .gpio_pendown to get pendown state | Eric Miao | 1 | -14/+54 |
| 2008-09-10 | Input: convert drivers to use strict_strtoul() | Joe Rouvier | 1 | -3/+4 |
| 2008-07-23 | Input: ads7846 - optimize order of calculating Rt in ads7846_rx() | Hans-Christian Egtvedt | 1 | -5/+5 |
| 2008-07-23 | Input: ads7846 - fix sparse endian warnings | Harvey Harrison | 1 | -4/+2 |
| 2008-04-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -12/+10 |
| 2008-04-14 | ARM: OMAP: 5912 OSK GPIO updates | David Brownell | 1 | -40/+0 |
| 2008-04-02 | Input: ads7846 - simplify support of external vREF (and ads7843) | David Brownell | 1 | -12/+10 |
| 2008-03-14 | Input: ads7846 - fix uninitialized var warning | Andrew Morton | 1 | -1/+1 |
| 2008-02-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -4/+4 |
| 2008-01-21 | Input: ads7846 - stop updating dev->power.power_state | David Brownell | 1 | -4/+4 |
| 2007-12-05 | spi: use simplified spi_sync() calling convention | Marc Pignat | 1 | -7/+6 |
| 2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 1 | -2/+2 |
| 2007-10-09 | hwmon: Convert from class_device to device | Tony Jones | 1 | -2/+2 |
| 2007-07-18 | Input: ads7846 - re-check pendown status before reporting events | Semih Hazar | 1 | -0/+15 |
| 2007-07-18 | Input: ads7846 - introduce sample settling delay | Semih Hazar | 1 | -1/+64 |
| 2007-05-22 | Input: ads7846 - SPI_CPHA mode bugfix | Semih Hazar | 1 | -1/+1 |
| 2007-05-22 | Input: ads7846 - document that it handles tsc2046 too | David Brownell | 1 | -0/+1 |
| 2007-04-12 | Input: touchscreens - switch to using input_dev->dev.parent | Dmitry Torokhov | 1 | -1/+1 |
| 2007-02-28 | Input: ads7846 - add support for the ads7843 touchscreen | Nicolas Ferre | 1 | -13/+15 |
| 2007-02-16 | [PATCH] hrtimers: namespace and enum cleanup | Thomas Gleixner | 1 | -5/+6 |
| 2007-01-18 | Input: ads7846 - be more compatible with the hwmon framework | David Brownell | 1 | -89/+217 |
| 2007-01-18 | Input: ads7846 - detect pen up from GPIO state | Imre Deak | 1 | -39/+41 |
| 2007-01-18 | Input: ads7846 - select correct SPI mode | Imre Deak | 1 | -0/+4 |
| 2007-01-18 | Input: ads7846 - switch to using hrtimer | Imre Deak | 1 | -11/+15 |
| 2007-01-18 | Input: ads7846 - optionally leave Vref on during differential measurements | Imre Deak | 1 | -13/+17 |
| 2007-01-18 | Input: ads7846 - pluggable filtering logic | Imre Deak | 1 | -40/+95 |
| 2006-12-08 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 1 | -1/+1 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -1/+1 |
| 2006-11-02 | Input: ads7846 - handle errors from sysfs | Dmitry Torokhov | 1 | -34/+61 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
| 2006-06-25 | [PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen drivers | Matt Mackall | 1 | -2/+1 |
| 2006-05-26 | [PATCH] ads7846 conversion accuracy | David Brownell | 1 | -25/+28 |
| 2006-04-26 | Input: ads7846 - improve filtering for thumb press accuracy | Imre Deak | 1 | -15/+57 |
| 2006-04-26 | Input: ads7846 - report 0 pressure value along with pen up event | Imre Deak | 1 | -2/+4 |
| 2006-04-11 | Input: ads7846 - handle IRQs that were latched during disabled IRQs | Imre Deak | 1 | -34/+48 |
| 2006-04-11 | Input: ads7846 - miscellaneous fixes | Imre Deak | 1 | -30/+114 |
| 2006-04-11 | Input: ads7846 - use msleep() instead of udelay() in suspend | Juha Yrjola | 1 | -1/+1 |
| 2006-04-11 | Input: ads7846 - debouncing and rudimentary sample filtering | Imre Deak | 1 | -38/+118 |
| 2006-04-11 | Input: ads7846 - power down ADC a bit later | Imre Deak | 1 | -3/+18 |
| 2006-04-11 | Input: ads7846 - add pen_down sysfs attribute | Imre Deak | 1 | -0/+19 |
| 2006-03-26 | [PATCH] ads7846: sparc32 warning fix | Andrew Morton | 1 | -1/+1 |
| 2006-03-25 | [PATCH] ads7846 build fix | Andrew Morton | 1 | -0/+1 |
| 2006-02-15 | Input: ads7846 - assorted updates | David Brownell | 1 | -24/+44 |
| 2006-02-15 | Input: ads7846 - convert to to dynamic input_dev allocation | Dmitry Torokhov | 1 | -32/+47 |
| 2006-01-19 | [ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGER | Russell King | 1 | -6/+3 |
| 2006-01-13 | [PATCH] spi: use linked lists rather than an array | Vitaly Wool | 1 | -4/+8 |
| 2006-01-13 | [PATCH] spi: ads7836 uses spi_driver | David Brownell | 1 | -42/+42 |
| 2006-01-13 | [PATCH] spi: ads7846 driver | David Brownell | 1 | -0/+621 |