summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-06binder: remove binder_alloc_set_vma()Carlos Llamas1-23/+2
2022-09-06binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas2-19/+19
2022-09-06misc: microchip: pci1xxxx: fix dependency issues in building the pci1xxxx's a...Kumaravel Thiagarajan1-1/+3
2022-09-05iio: pressure: icp10100: Switch from UNIVERSAL to DEFINE_RUNTIME_DEV_PM_OPS().Jonathan Cameron1-5/+5
2022-09-05iio: adc: max1363: Drop provision to provide an IIO channel map via platform ...Jonathan Cameron1-6/+0
2022-09-05iio: accel: bma400: Add support for single and double tap eventsJagath Jog J2-10/+347
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J1-1/+6
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch1-0/+5
2022-09-05iio: adc: add max11205 adc driverRamona Bolboaca3-0/+198
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman486-3339/+6483
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+6
2022-09-04iio: magnetometer: yamaha-yas530: Use dev_err_probe()Andy Shevchenko1-10/+6
2022-09-04iio: magnetometer: yamaha-yas530: Make strings const in chip infoAndy Shevchenko1-2/+2
2022-09-04iio: magnetometer: yamaha-yas530: Use pointers as driver dataAndy Shevchenko1-10/+13
2022-09-04iio: adc: tsc2046: silent spi_device_id warningOleksij Rempel1-0/+12
2022-09-04iio: adc: tsc2046: add vref supportOleksij Rempel1-2/+55
2022-09-04Merge tag 'gpio-fixes-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-108/+134
2022-09-03gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-idio-16: Make irq_chip immutableWilliam Breathitt Gray1-7/+11
2022-09-03gpio: 104-idi-48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-dio-48e: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+22
2022-09-03Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-7/+17
2022-09-03fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()Dan Carpenter1-1/+1
2022-09-03Merge tag 'tty-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-61/+59
2022-09-03Merge tag 'staging-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-36/+2
2022-09-03Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+13
2022-09-03Merge tag 'hwmon-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+15
2022-09-03Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds3-0/+6
2022-09-03Merge tag 'mmc-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds1-28/+18
2022-09-03Merge tag 'drm-fixes-2022-09-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds46-162/+348
2022-09-02Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-9/+65
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-32/+72
2022-09-02Merge tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds34-167/+289
2022-09-02Merge tag 'platform-drivers-x86-v6.0-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-57/+104
2022-09-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-09-02misc: microchip: pci1xxxx: Add power management functions - suspend & resume ...Kumaravel Thiagarajan1-0/+37
2022-09-02misc: microchip: pci1xxxx: Add gpio irq handler and irq helper functions irq_...Kumaravel Thiagarajan1-0/+159
2022-09-02misc: microchip: pci1xxxx: Add functions to configure gpio pins as input / ou...Kumaravel Thiagarajan1-0/+79
2022-09-02misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary...Kumaravel Thiagarajan2-1/+164
2022-09-02misc: microchip: pci1xxxx: load auxiliary bus driver for the PIO function in ...Kumaravel Thiagarajan6-1/+209
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter1-0/+3
2022-09-02xen-blkfront: Cache feature_persistent value before advertisementSeongJae Park1-7/+7
2022-09-02xen-blkfront: Advertise feature-persistent as user requestedSeongJae Park1-2/+6
2022-09-02xen-blkback: Advertise feature-persistent as user requestedSeongJae Park2-2/+7
2022-09-02Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-02Merge tag 'soundwire-6.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-7/+3
2022-09-02Merge tag 'drm-intel-fixes-2022-09-01' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-8/+19
2022-09-01Merge tag 'drm-msm-fixes-2022-08-27' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie7-4/+17
2022-09-01Merge tag 'amd-drm-fixes-6.0-2022-08-31' of https://gitlab.freedesktop.org/ag...Dave Airlie23-96/+234