summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v5.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2020-12-148-2/+413
|\
| * Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2020-12-04398-24405/+3191
| |\
| | * driver core: auxiliary bus: minor coding style tweaksGreg Kroah-Hartman2020-12-041-26/+32
| | * driver core: auxiliary bus: make remove function return voidGreg Kroah-Hartman2020-12-041-3/+2
| | * driver core: auxiliary bus: move slab.h from include fileGreg Kroah-Hartman2020-12-041-0/+1
| | * Add auxiliary bus supportDave Ertman2020-12-043-0/+272
| * | Merge branch '20201104_yung_chuan_liao_regmap_soundwire_asoc_add_soundwire_sd...Mark Brown2020-12-023-1/+107
| |\ \
| | * | regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQPierre-Louis Bossart2020-11-263-1/+107
| * | | soundwire: SDCA: detect sdca_cascade interruptPierre-Louis Bossart2020-11-241-1/+27
| * | | soundwire: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSrinivas Kandagatla2020-11-241-0/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-11-2212-17/+223
|\ \ \
| * | | HID: logitech-dj: Fix Dinovo Mini when paired with a MX5x00 receiverHans de Goede2020-11-192-0/+26
| * | | HID: logitech-dj: Fix an error in mse_bluetooth_descriptorHans de Goede2020-11-191-1/+1
| * | | HID: Add Logitech Dinovo Edge battery quirkHans de Goede2020-11-122-0/+4
| * | | HID: logitech-hidpp: Add HIDPP_CONSUMER_VENDOR_KEYS quirk for the Dinovo EdgeHans de Goede2020-11-121-0/+6
| * | | HID: logitech-dj: Handle quad/bluetooth keyboards with a builtin trackpadHans de Goede2020-11-121-0/+19
| * | | HID: add HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE for Gamevice devicesChris Ye2020-11-092-0/+8
| * | | HID: mcp2221: Fix GPIO output handlingLars Povlsen2020-11-051-9/+39
| * | | HID: hid-sensor-hub: Fix issue with devices with no report IDPablo Ceballos2020-11-051-1/+2
| * | | HID: i2c-hid: Put ACPI enumerated devices in D3 on shutdownHans de Goede2020-10-291-0/+9
| * | | HID: add support for Sega SaturnJiri Kosina2020-10-232-0/+2
| * | | HID: cypress: Support Varmilo Keyboards' media hotkeysFrank Yang2020-10-232-5/+41
| * | | HID: ite: Replace ABS_MISC 120/121 events with touchpad on/off keypressesHans de Goede2020-10-221-1/+60
| * | | HID: logitech-hidpp: Add PID for MX Anywhere 2Harry Cutts2020-10-221-0/+1
| * | | HID: uclogic: Add ID for Trust Flex Design TabletMartijn van de Streek2020-10-223-0/+5
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-11-221-1/+0
|\ \ \ \
| * | | | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-1/+0
* | | | | Merge tag 'staging-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-11-2212-61/+165
|\ \ \ \ \
| * \ \ \ \ Merge tag 'iio-fixes-for-5.10a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-11-179-49/+160
| |\ \ \ \ \
| | * | | | | iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet-modeHans de Goede2020-11-141-0/+36
| | * | | | | iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enumHans de Goede2020-11-141-5/+10
| | * | | | | iio: light: fix kconfig dependency bug for VCNL4035Necip Fazil Yildiran2020-11-081-0/+1
| | * | | | | iio/adc: ingenic: Fix AUX/VBAT readings when touchscreen is usedPaul Cercueil2020-11-081-6/+26
| | * | | | | iio/adc: ingenic: Fix battery VREF for JZ4770 SoCPaul Cercueil2020-11-081-1/+1
| | * | | | | iio: imu: st_lsm6dsx: set 10ms as min shub slave timeoutLorenzo Bianconi2020-11-011-2/+4
| | * | | | | counter/ti-eqep: Fix regmap max_registerDavid Lechner2020-11-011-2/+2
| | * | | | | iio: adc: stm32-adc: fix a regression when using dma and irqOlivier Moysan2020-11-012-26/+65
| | * | | | | iio: adc: mediatek: fix unset fieldFabien Parent2020-11-011-2/+4
| | * | | | | iio: cros_ec: Use default frequencies when EC returns invalid informationGwendal Grignou2020-11-011-5/+11
| * | | | | | staging: rtl8723bs: Add 024c:0627 to the list of SDIO device-idsBrian O'Keefe2020-11-061-0/+1
| * | | | | | staging: ralink-gdma: fix kconfig dependency bug for DMA_RALINKNecip Fazil Yildiran2020-11-061-0/+1
| * | | | | | staging: mt7621-pci: avoid to request pci bus resourcesSergio Paracuellos2020-11-061-12/+3
* | | | | | | Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-223-22/+26
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai2020-11-121-2/+4
| * | | | | | tty: serial: imx: keep console clocks always onFugang Duan2020-11-121-17/+3
| * | | | | | speakup: Do not let the line discipline be used several timesSamuel Thibault2020-11-121-1/+11
| * | | | | | tty: serial: imx: fix potential deadlockSam Nobs2020-11-121-2/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-11-212-12/+28
|\ \ \ \ \ \
| * | | | | | scsi: target: iscsi: Fix cmd abort fabric stop raceMike Christie2020-11-171-4/+13
| * | | | | | scsi: libiscsi: Fix NOP race conditionLee Duncan2020-11-171-8/+15