summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-011-1/+5
|\
| * bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()Shin'ichiro Kawasaki2022-04-271-1/+5
* | Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-302-1/+20
|\ \
| * | topology: Fix up build warning in topology_is_visible()Greg Kroah-Hartman2022-04-231-3/+1
| * | arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing2022-04-201-1/+1
| * | topology: make core_mask include at least cluster_siblingsDarren Hart2022-04-201-0/+9
| * | topology/sysfs: Hide PPIN on systems that do not support it.Tony Luck2022-04-201-0/+12
* | | Merge tag 'char-misc-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-3025-113/+148
|\ \ \
| * \ \ Merge tag 'iio-fixes-for-5.18a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-04-2813-42/+85
| |\ \ \
| | * | | iio: imu: inv_icm42600: Fix I2C init possible nackFawzi Khaber2022-04-161-6/+9
| | * | | 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