summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvmem: sunxi_sid: Add support for D1 variantSamuel Holland2022-02-211-0/+6
* nvmem: qfprom: fix kerneldoc warningSrinivas Kandagatla2022-02-211-1/+1
* nvmem: core: Check input parameter for NULL in nvmem_unregister()Andy Shevchenko2022-02-211-1/+2
* nvmem: core: Use devm_add_action_or_reset()Andy Shevchenko2022-02-211-13/+9
* nvmem: core: Remove unused devm_nvmem_unregister()Andy Shevchenko2022-02-211-22/+0
* Merge tag 'fsi-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Greg Kroah-Hartman2022-02-215-63/+135
|\
| * fsi: Add trace events in initialization pathEddie James2022-02-212-3/+10
| * fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctlAmitay Isaacs2022-02-211-0/+49
| * fsi: sbefifo: Use specified value of start of response timeoutAmitay Isaacs2022-02-211-1/+3
| * fsi: occ: Improve response status checkingEddie James2022-02-211-31/+56
| * fsi: scom: Remove retries in indirect scomsJoel Stanley2022-01-311-26/+15
| * fsi: scom: Fix error handlingJoel Stanley2022-01-311-2/+2
* | Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman2022-02-14261-1202/+2997
|\ \
| * \ Merge tag 'irq-urgent-2022-02-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-132-0/+4
| |\ \
| | * \ Merge tag 'irqchip-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2022-02-132-0/+4
| | |\ \
| | | * | irqchip/sifive-plic: Add missing thead,c900-plic match stringGuo Ren2022-02-021-0/+1
| | | * | irqchip/gic-v3-its: Skip HP notifier when no ITS is registeredMarc Zyngier2022-02-021-0/+3
| * | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-02-124-7/+20
| |\ \ \ \
| | * | | | scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart2022-02-082-2/+8
| | * | | | scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart2022-02-082-5/+12
| * | | | | Merge tag 'char-misc-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-02-1216-38/+105
| |\ \ \ \ \
| | * | | | | iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTLMathias Krause2022-02-111-3/+11
| | * | | | | speakup-dectlk: Restore pitch settingSamuel Thibault2022-02-081-0/+1
| | * | | | | bus: mhi: pci_generic: Add mru_default for Cinterion MV31-WSlark Xiao2022-02-061-0/+1
| | * | | | | bus: mhi: pci_generic: Add mru_default for Foxconn SDX55Slark Xiao2022-02-061-0/+1
| | * | | | | Merge tag 'phy-fixes-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2022-02-0511-34/+80
| | |\ \ \ \ \
| | | * | | | | phy: dphy: Correct clk_pre parameterLiu Ying2022-02-024-11/+11
| | | * | | | | phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphyWan Jiabing2022-01-271-1/+1
| | | * | | | | phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()Dan Carpenter2022-01-271-1/+1
| | | * | | | | phy: xilinx: zynqmp: Fix bus width setting for SGMIIRobert Hancock2022-01-271-5/+6
| | | * | | | | phy: cadence: Sierra: fix error handling bugs in probe()Dan Carpenter2022-01-241-14/+21
| | | * | | | | phy: ti: Fix missing sentinel for clk_div_tableKishon Vijay Abraham I2022-01-241-0/+1
| | | * | | | | phy: broadcom: Kconfig: Fix PHY_BRCM_USB config optionAl Cooper2022-01-231-2/+1
| | | * | | | | phy: usb: Leave some clocks running during suspendAl Cooper2022-01-231-0/+38
| | | | |_|_|/ | | | |/| | |
| | * | | | | eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAXJonas Malaco2022-02-041-0/+3
| | * | | | | misc: fastrpc: avoid double fput() on failed usercopyMathias Krause2022-02-031-1/+8
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'staging-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-122-3/+22
| |\ \ \ \ \
| | * | | | | staging: fbtft: Fix error path in fbtft_driver_module_init()Uwe Kleine-König2022-01-251-1/+4
| | * | | | | staging: vc04_services: Fix RCU dereference checkPadmanabha Srinivasaiah2022-01-251-2/+18
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'tty-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-02-123-4/+5
| |\ \ \ \ \
| | * | | | | vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel2022-02-041-0/+1
| | * | | | | vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel2022-02-041-1/+1
| | * | | | | serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko2022-02-041-1/+1
| | * | | | | n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)2022-01-311-2/+2
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'usb-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-02-1217-57/+136
| |\ \ \ \ \
| | * | | | | Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"Greg Kroah-Hartman2022-02-121-4/+2
| | * | | | | Merge tag 'usb-serial-5.17-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-02-115-0/+11
| | |\ \ \ \ \
| | | * | | | | USB: serial: cp210x: add CPI Bulk Coin Recycler idJohan Hovold2022-02-011-0/+1
| | | * | | | | USB: serial: cp210x: add NCR Retail IO box idJohan Hovold2022-02-011-0/+1
| | | * | | | | USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320Cameron Williams2022-02-012-0/+6