summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runt...Yang Yingliang2021-09-141-1/+3
| | * | | | | | | | iio: adc: max1027: Fix the number of max1X31 channelsMiquel Raynal2021-09-141-1/+0
| | * | | | | | | | iio: adc: max1027: Fix wrong shift with 12-bit devicesMiquel Raynal2021-09-141-1/+1
| | * | | | | | | | iio: adc128s052: Fix the error handling path of 'adc128_probe()'Christophe JAILLET2021-09-141-0/+6
| | * | | | | | | | iio: adc: rzg2l_adc: Fix -EBUSY timeout error returnColin Ian King2021-09-141-1/+1
| | * | | | | | | | iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushedSean Nyekjaer2021-09-141-1/+1
| | * | | | | | | | iio: dac: ti-dac5571: fix an error code in probe()Dan Carpenter2021-09-141-0/+1
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'tty-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-10-181-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | serial: 8250: allow disabling of Freescale 16550 compile testJohan Hovold2021-10-051-2/+6
| |/ / / / / / / /
* | | | | | | | | Merge tag 'usb-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-10-188-22/+70
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-152-0/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | USB: serial: qcserial: add EM9191 QDL supportAleksander Morgado2021-10-071-0/+1
| | * | | | | | | | | USB: serial: option: add Quectel EC200S-CN module supportYu-Tung Chang2021-10-071-0/+2
| | * | | | | | | | | USB: serial: option: add prod. id for Quectel EG91Tomaz Solc2021-10-071-0/+4
| | * | | | | | | | | USB: serial: option: add Telit LE910Cx composition 0x1204Daniele Palmas2021-10-071-0/+2
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | usb: musb: dsps: Fix the probe error pathMiquel Raynal2021-10-131-1/+3
| * | | | | | | | | xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov2021-10-111-0/+2
| * | | | | | | | | xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti2021-10-111-4/+10
| * | | | | | | | | USB: xhci: dbc: fix tty registration raceJohan Hovold2021-10-111-15/+13
| * | | | | | | | | xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell2021-10-113-2/+28
| * | | | | | | | | xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell2021-10-111-0/+5
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-10-184-34/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input: touchscreen - avoid bitwise vs logical OR warningNathan Chancellor2021-10-161-21/+21
| * | | | | | | | | Input: xpad - add support for another USB ID of Nacon GC-100Michael Cullen2021-10-161-0/+2
| * | | | | | | | | Input: resistive-adc-touch - fix division by zero error on z1 == 0Oleksij Rempel2021-10-161-13/+16
| * | | | | | | | | Input: snvs_pwrkey - add clk handlingUwe Kleine-König2021-10-161-0/+29
* | | | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-10-165-11/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clk: qcom: add select QCOM_GDSC for SM6350Luca Weiss2021-10-131-0/+1
| * | | | | | | | | | clk: qcom: gcc-sm6115: Fix offset for hlos1_vote_turing_mmu_tbu0_gdscShawn Guo2021-10-131-1/+1
| * | | | | | | | | | Merge tag 'renesas-clk-for-v5.15-tag3' of git://git.kernel.org/pub/scm/linux/...Stephen Boyd2021-09-292-1/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | clk: renesas: rzg2l: Fix clk status functionBiju Das2021-09-241-1/+1
| | * | | | | | | | | | clk: renesas: r9a07g044: Mark IA55_CLK and DMAC_ACLK criticalBiju Das2021-09-241-0/+2
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * / | | | | | | | | clk: socfpga: agilex: fix duplicate s2f_user0_clkDinh Nguyen2021-09-251-9/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'for-5.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-164-11/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dm: fix mempool NULL pointer race when completing IOJiazi Li2021-10-121-7/+10
| * | | | | | | | | | dm rq: don't queue request to blk-mq during DM suspendMing Lei2021-10-121-0/+8
| * | | | | | | | | | dm clone: make array 'descs' staticColin Ian King2021-10-121-1/+1
| * | | | | | | | | | dm verity: skip redundant verity_handle_err() on I/O errorsAkilesh Kailash2021-10-121-3/+12
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'arm-soc-fixes-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-165-1/+43
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | iommu/arm: fix ARM_SMMU_QCOM compilationArnd Bergmann2021-10-131-0/+8
| * | | | | | | | | | Merge tag 'optee-fix2-for-v5.15' of git://git.linaro.org/people/jens.wiklande...Arnd Bergmann2021-10-133-0/+26
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tee: optee: Fix missing devices unregister during optee_removeSumit Garg2021-10-123-0/+26
| * | | | | | | | | | | Merge tag 'ffa-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2021-10-111-1/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla2021-10-051-1/+1
| | * | | | | | | | | | firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla2021-10-051-0/+8
| | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Merge tag 'pci-v5.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-161-6/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | PCI/MSI: Handle msi_populate_sysfs() errors correctlyWang Hai2021-10-131-6/+12
* | | | | | | | | | | | Merge tag 'acpi-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-10-161-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ACPI: PM: Include alternate AMDI0005 id in special behaviourSachi King2021-10-121-1/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'gpio-fixes-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-153-10/+35
|\ \ \ \ \ \ \ \ \ \ \ \