summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-14447-7013/+23925
|\
| * Merge tag 'gnss-5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-01-117-4/+232
| |\
| | * gnss: usb: add support for Sierra Wireless XM1210Johan Hovold2021-12-221-0/+1
| | * gnss: add USB supportJohan Hovold2021-12-223-0/+227
| | * gnss: drop stray semicolonsJohan Hovold2021-11-154-4/+4
| * | counter: 104-quad-8: Fix use-after-free by quad8_irq_handlerWilliam Breathitt Gray2022-01-061-2/+2
| * | Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-03238-1058/+2214
| |\ \
| * | | counter: remove old and now unused registration APIUwe Kleine-König2021-12-301-96/+4
| * | | counter: ti-eqep: Convert to new counter registrationUwe Kleine-König2021-12-301-14/+15
| * | | counter: stm32-lptimer-cnt: Convert to new counter registrationUwe Kleine-König2021-12-301-14/+19
| * | | counter: stm32-timer-cnt: Convert to new counter registrationUwe Kleine-König2021-12-301-12/+18
| * | | counter: microchip-tcb-capture: Convert to new counter registrationUwe Kleine-König2021-12-301-13/+17
| * | | counter: ftm-quaddec: Convert to new counter registrationUwe Kleine-König2021-12-301-13/+13
| * | | counter: intel-qep: Convert to new counter registrationUwe Kleine-König2021-12-301-12/+16
| * | | counter: interrupt-cnt: Convert to new counter registrationUwe Kleine-König2021-12-301-12/+16
| * | | counter: 104-quad-8: Convert to new counter registrationUwe Kleine-König2021-12-301-15/+20
| * | | counter: Provide alternative counter registration functionsUwe Kleine-König2021-12-301-2/+166
| * | | counter: stm32-timer-cnt: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-9/+9
| * | | counter: stm32-lptimer-cnt: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-9/+9
| * | | counter: ti-eqep: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-1/+1
| * | | counter: ftm-quaddec: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-4/+4
| * | | counter: intel-qep: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-9/+9
| * | | counter: microchip-tcb-capture: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-6/+6
| * | | counter: interrupt-cnt: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-5/+5
| * | | counter: 104-quad-8: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-28/+28
| * | | counter: Provide a wrapper to access device private dataUwe Kleine-König2021-12-301-0/+12
| * | | counter: microchip-tcb-capture: Drop unused platform_set_drvdata()Uwe Kleine-König2021-12-301-2/+0
| * | | counter: ftm-quaddec: Drop unused platform_set_drvdata()Uwe Kleine-König2021-12-301-2/+0
| * | | counter: Use container_of instead of drvdata to track counter_deviceUwe Kleine-König2021-12-301-2/+2
| * | | mei: hbm: fix client dma reply statusAlexander Usyskin2021-12-301-6/+14
| * | | misc: lattice-ecp3-config: Fix task hung when firmware load failedWei Yongjun2021-12-301-6/+6
| * | | Merge tag 'phy-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2021-12-3035-582/+4953
| |\ \ \
| | * | | phy: cadence: Sierra: Add support for derived reference clock outputSwapnil Jakhade2021-12-271-1/+108
| | * | | phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configurationSwapnil Jakhade2021-12-271-1/+376
| | * | | phy: cadence: Sierra: Add support for PHY multilink configurationsSwapnil Jakhade2021-12-271-8/+190
| | * | | phy: cadence: Sierra: Fix to get correct parent for mux clocksSwapnil Jakhade2021-12-271-5/+26
| | * | | phy: cadence: Sierra: Update single link PCIe register configurationSwapnil Jakhade2021-12-271-1/+213
| | * | | phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operationSwapnil Jakhade2021-12-271-1/+72
| | * | | phy: cadence: Sierra: Check cmn_ready assertion during PHY power onSwapnil Jakhade2021-12-271-0/+45
| | * | | phy: cadence: Sierra: Add PHY PCS common register configurationsSwapnil Jakhade2021-12-271-0/+38
| | * | | phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra ...Swapnil Jakhade2021-12-271-10/+11
| | * | | phy: cadence: Sierra: Add support to get SSC type from device treeSwapnil Jakhade2021-12-271-1/+5
| | * | | phy: cadence: Sierra: Prepare driver to add support for multilink configurationsSwapnil Jakhade2021-12-271-56/+139
| | * | | phy: cadence: Sierra: Use of_device_get_match_data() to get driver dataSwapnil Jakhade2021-12-271-9/+4
| | * | | phy: mediatek: Fix missing check in mtk_mipi_tx_probeMiaoqian Lin2021-12-271-0/+2
| | * | | phy: uniphier-usb3ss: fix unintended writing zeros to PHY registerRyuta NAKANISHI2021-12-241-4/+6
| | * | | phy: phy-mtk-tphy: use new io helpers to access registerChunfeng Yun2021-12-241-325/+179
| | * | | phy: phy-mtk-xsphy: use new io helpers to access registerChunfeng Yun2021-12-241-94/+46
| | * | | phy: mediatek: add helpers to update bits of registersChunfeng Yun2021-12-241-0/+38
| | * | | phy: phy-mtk-tphy: add support efuse settingChunfeng Yun2021-12-241-0/+162