summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | iio: dac: ltc2688: fix voltage scale readNuno Sá2022-04-161-1/+1
| | | * | | | | | | iio:dac:ad3552r: Fix an IS_ERR() vs NULL checkDan Carpenter2022-04-101-2/+2
| | | * | | | | | | iio: sx9324: Fix default precharge internal resistance registerGwendal Grignou2022-04-101-2/+4
| | | * | | | | | | iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich2022-04-101-1/+1
| | | * | | | | | | iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma2022-04-101-0/+1
| | | * | | | | | | iio:proximity:sx9324: Fix hardware gain read/writeStephen Boyd2022-04-041-5/+21
| | | * | | | | | | iio:proximity:sx_common: Fix device property parsing on DT systemsStephen Boyd2022-04-041-0/+1
| | | * | | | | | | iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron2022-04-041-6/+6
| | | * | | | | | | iio:filter:admv8818: select REGMAP_SPI for ADMV8818Wang ShaoBo2022-04-041-0/+1
| | | * | | | | | | iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng2022-04-041-1/+1
| | | * | | | | | | iio: dac: dac5571: Fix chip id detection for OF devicesJose Cazarin2022-04-041-10/+18
| | | * | | | | | | iio:imu:bmi160: disable regulator in error pathTong Zhang2022-04-041-6/+14
| | | * | | | | | | iio: scd4x: check return of scd4x_write_and_fetchTom Rix2022-04-041-1/+4
| | | * | | | | | | iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter2022-04-041-1/+1
| | * | | | | | | | eeprom: at25: Use DMA safe buffersChristophe Leroy2022-04-241-8/+11
| | * | | | | | | | binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone2022-04-221-0/+3
| | * | | | | | | | binder: Address corner cases in deferred copy and fixupAlessandro Astone2022-04-221-1/+6
| | * | | | | | | | Merge tag 'icc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2022-04-222-42/+0
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | interconnect: qcom: sdx55: Drop IP0 interconnectsStephen Boyd2022-04-141-21/+0
| | | * | | | | | | | interconnect: qcom: sc7180: Drop IP0 interconnectsStephen Boyd2022-04-141-21/+0
| | | |/ / / / / / /
| | * | | | | | | | Merge tag 'phy-fixes-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2022-04-227-20/+41
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe()Heiner Kallweit2022-04-201-8/+12
| | | * | | | | | | | phy: ti: Add missing pm_runtime_disable() in serdes_am654_probeMiaoqian Lin2022-04-141-1/+1
| | | * | | | | | | | phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probeMiaoqian Lin2022-04-141-1/+2
| | | * | | | | | | | phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocksMiaoqian Lin2022-04-131-1/+1
| | | * | | | | | | | phy: ti: tusb1210: Fix an error handling path in tusb1210_probe()Christophe JAILLET2022-04-111-2/+8
| | | * | | | | | | | phy: samsung: exynos5250-sata: fix missing device put in probe error pathsKrzysztof Kozlowski2022-04-111-6/+14
| | | * | | | | | | | phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probeMiaoqian Lin2022-04-111-0/+1
| | | * | | | | | | | phy: ti: Fix missing of_node_put in ti_pipe3_get_sysctrl()Lv Ruyi2022-04-111-0/+1
| | | * | | | | | | | phy: ti: tusb1210: Make tusb1210_chg_det_states staticHans de Goede2022-04-111-1/+1
| | | |/ / / / / / /
| | * | | | | | | | Merge tag 'mhi-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-04-221-0/+2
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | bus: mhi: host: pci_generic: Flush recovery worker during freezeManivannan Sadhasivam2022-04-131-0/+1
| | | * | | | | | | bus: mhi: host: pci_generic: Add missing poweroff() PM callbackManivannan Sadhasivam2022-04-131-0/+1
| | | |/ / / / / /
| * | | | | | | | Merge tag 'tty-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-306-215/+293
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()Daniel Starke2022-04-261-6/+9
| | * | | | | | | | serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki2022-04-221-4/+4
| | * | | | | | | | serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki2022-04-221-1/+1
| | * | | | | | | | tty: n_gsm: fix software flow control handlingDaniel Starke2022-04-221-0/+16
| | * | | | | | | | tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke2022-04-221-8/+117
| | * | | | | | | | tty: n_gsm: fix broken virtual tty handlingDaniel Starke2022-04-221-72/+15
| | * | | | | | | | Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang2022-04-221-4/+2
| | * | | | | | | | tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke2022-04-201-0/+4
| | * | | | | | | | serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren2022-04-151-2/+2
| | * | | | | | | | serial: imx: fix overrun interrupts in DMA modeJohan Hovold2022-04-151-1/+1
| | * | | | | | | | serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo2022-04-151-2/+7
| | * | | | | | | | tty: n_gsm: fix incorrect UA handlingDaniel Starke2022-04-151-1/+0
| | * | | | | | | | tty: n_gsm: fix reset fifo race conditionDaniel Starke2022-04-151-0/+8
| | * | | | | | | | tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke2022-04-151-0/+1
| | * | | | | | | | tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke2022-04-151-13/+5
| | * | | | | | | | tty: n_gsm: fix wrong command frame length field encodingDaniel Starke2022-04-151-12/+11