summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio:pressure:bmp280: Read calibration data in probeStefan Tatschner2018-01-081-71/+132
* iio: adc: ina2xx: Actually align the loop with the conversion ready flagStefan Brüns2018-01-081-19/+38
* iio: adc: ina2xx: Align timestamp with conversion ready flagStefan Brüns2018-01-081-2/+2
* iio: adc: ina2xx: Use a monotonic clock for delay calculationStefan Brüns2018-01-081-14/+27
* iio: adc: ina2xx: Make calibration register value fixedMaciej Purski2018-01-081-31/+33
* staging: iio: remove unnecessary parenthesesJi-Hun Kim2018-01-081-1/+1
* Drivers: iio:adc: fix brace coding style issue in at91_adc.cVenkat Prashanth B U2018-01-081-2/+2
* iio: hx711: fix bug in reset functionalityAndreas Klinger2018-01-081-7/+6
* iio: hx711: add triggered buffer supportAndreas Klinger2018-01-082-23/+100
* iio: adc: ina2xx: Do not udelay for several secondsStefan Brüns2018-01-081-3/+5
* iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flagStefan Brüns2018-01-081-14/+0
* iio: adc: ina2xx: Clarify size requirement for data bufferStefan Brüns2018-01-081-1/+2
* iio: adc: ina2xx: Remove bogus cast for data argumentStefan Brüns2018-01-081-2/+1
* iio: adc: meson-saradc: program the channel muxes during initializationMartin Blumenstingl2018-01-081-3/+29
* iio: adc: meson-saradc: fix the clock frequency on Meson8 and Meson8bMartin Blumenstingl2018-01-081-1/+7
* drivers: iio: gyro: remove duplicate includesPravin Shedge2018-01-081-1/+0
* iio: dac: mcp4725: Remove unneeded conversions to boolAndrew F. Davis2018-01-081-1/+1
* iio: stm32: Adopt SPDX identifierBenjamin Gaignard2018-01-089-85/+9
* iio: light: make a couple of config structures staticColin Ian King2018-01-082-2/+2
* iio: buffer: Expose data availableMatt Fornero2018-01-081-0/+15
* iio: mma8452: replace license description with SPDX specifierMartin Kepplinger2018-01-081-3/+1
* iio: common: ssp_sensors: use ktime_get_real_ns() timestampsArnd Bergmann2018-01-081-4/+1
* iio: dummy_evgen: modify the return value check for irq_sim_init()Bartosz Golaszewski2018-01-081-1/+1
* Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman2018-01-02188-766/+1798
|\
| * Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-311-6/+2
| |\
| | * x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-291-6/+2
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-3112-21/+44
| |\ \
| | * | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-295-6/+6
| | * | gpio: brcmstb: Make really use of the new lockdep classThomas Gleixner2017-12-291-1/+1
| | * | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-287-15/+38
| * | | Merge tag 'char-misc-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-314-16/+36
| |\ \ \
| | * | | nvmem: meson-mx-efuse: fix reading from an offset other than 0Martin Blumenstingl2017-12-231-2/+2
| | * | | binder: fix proc->files use-after-freeTodd Kjos2017-12-181-13/+31
| | * | | vmbus: unregister device_obj->channels_ksetDexuan Cui2017-12-181-0/+2
| | * | | thunderbolt: Mask ring interrupt properly when polling startsMika Westerberg2017-12-161-1/+1
| * | | | Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-311-0/+13
| |\ \ \ \
| | * | | | drivers: base: cacheinfo: fix cache type for non-architected system cacheSudeep Holla2017-12-151-0/+13
| | |/ / /
| * | | | Merge tag 'staging-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-12-314-20/+24
| |\ \ \ \
| | * | | | staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra2017-12-191-2/+2
| | * | | | staging: ion: Fix ion_cma_heap allocationsJohn Stultz2017-12-192-5/+12
| | * | | | staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown2017-12-191-13/+10
| * | | | | Merge tag 'tty-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-311-2/+2
| |\ \ \ \ \
| | * | | | | n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2017-12-211-2/+2
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-3122-101/+111
| |\ \ \ \ \
| | * | | | | usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson2017-12-271-0/+3
| | * | | | | xhci: Fix use-after-free in xhci debugfsAlexander Kappner2017-12-271-8/+8
| | * | | | | xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman2017-12-271-3/+3
| | * | | | | Merge tag 'usb-serial-4.15-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2017-12-274-0/+27
| | |\ \ \ \ \
| | | * | | | | USB: serial: ftdi_sio: add id for Airbus DS P8GRMax Schulze2017-12-272-0/+7
| | | * | | | | USB: serial: option: adding support for YUGA CLM920-NC5SZ Lin (林上智)2017-12-191-0/+9