summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i3c/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2023-02-282-2/+4
|\
| * i3c: master: dw: stop hardcoding initial speedJack Chen2023-02-281-2/+3
| * i3c: transfer pid from boardinfo to device infoJack Chen2023-02-251-0/+1
* | Merge tag 'pwm/for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-286-31/+134
|\ \
| * | pwm: dwc: Use devm_pwmchip_add()Ben Dooks2023-02-201-5/+1
| * | pwm: dwc: Move memory allocation to own functionBen Dooks2023-02-201-7/+17
| * | pwm: dwc: Change &pci->dev to dev in probeBen Dooks2023-02-201-6/+4
| * | pwm: iqs620a: Replace one remaining instance of regmap_update_bits()Jeff LaBundy2023-02-171-2/+2
| * | pwm: ab8500: Implement .get_state()Uwe Kleine-König2023-02-171-0/+43
| * | pwm: ab8500: Fix calculation of duty and periodUwe Kleine-König2023-02-171-9/+60
| * | pwm: lp3943: Drop unused i2c includeUwe Kleine-König2023-01-301-1/+0
| * | pwm: stm32-lp: fix the check on arr and cmp registers updateFabrice Gasnier2023-01-301-1/+1
| * | pwm: sifive: Always let the first pwm_apply_state succeedEmil Renner Berthing2023-01-301-1/+7
| |/
* | vc_screen: don't clobber return value in vcs_readThomas Weißschuh2023-02-271-3/+4
* | vc_screen: modify vcs_size() handling in vcs_read()George Kennedy2023-02-271-3/+1
* | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-2734-168/+234
|\ \
| * | net: phy: c45: fix network interface initialization failures on xtensa, arm:c...Oleksij Rempel2023-02-271-1/+1
| * | xen-netback: remove unused variables pending_idx and indexTom Rix2023-02-271-5/+0
| * | Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-02-272-1/+2
| |\ \
| | * | wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queueLorenzo Bianconi2023-02-261-0/+1
| | * | wifi: ath11k: allow system suspend to survive ath11kLen Brown2023-02-221-1/+1
| * | | net: dsa: ocelot_ext: remove unnecessary phylink.h includeRussell King (Oracle)2023-02-261-1/+0
| * | | net: mscc: ocelot: fix duplicate driver name errorVladimir Oltean2023-02-262-2/+2
| * | | net: dsa: felix: fix internal MDIO controller resource lengthVladimir Oltean2023-02-261-1/+1
| * | | net: dsa: seville: ignore mscc-miim read errors from Lynx PCSVladimir Oltean2023-02-262-5/+8
| * | | qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt2023-02-261-14/+7
| * | | Merge tag 'mlx5-fixes-2023-02-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2023-02-2610-8/+40
| |\ \ \
| | * | | net/mlx5: Geneve, Fix handling of Geneve object id as error codeMaor Dickman2023-02-241-0/+1
| | * | | net/mlx5e: Verify flow_source cap before using itRoi Dayan2023-02-241-1/+2
| | * | | net/mlx5: ECPF, wait for VF pages only after disabling host PFsMaher Sanalla2023-02-242-0/+8
| | * | | mlx5: fix possible ptp queue fifo use-after-freeVadim Fedorenko2023-02-244-1/+22
| | * | | mlx5: fix skb leak while fifo resync and pushVadim Fedorenko2023-02-242-3/+5
| | * | | net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create()Yang Yingliang2023-02-241-1/+1
| | * | | net/mlx5: Remove NULL check before dev_{put, hold}Yang Li2023-02-241-2/+1
| * | | | nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-02-262-0/+12
| * | | | ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller2023-02-263-6/+4
| * | | | ibmvnic: Assign XPS map to correct queue indexNick Child2023-02-241-2/+2
| |/ / /
| * | | net/mlx5e: Remove hairpin write debugfs filesGal Pressman2023-02-231-59/+0
| * | | octeontx2-pf: Use correct struct reference in test conditionDeepak R Varma2023-02-231-1/+1
| * | | net: sunhme: Fix region requestSean Anderson2023-02-231-2/+4
| * | | octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packetGeetha sowjanya2023-02-231-19/+57
| * | | net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modesOleksij Rempel2023-02-231-2/+13
| * | | net: phy: do not force EEE supportOleksij Rempel2023-02-232-7/+36
| * | | net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel2023-02-232-2/+11
| * | | net: phy: c45: use "supported_eee" instead of supported for access validationOleksij Rempel2023-02-231-3/+3
| * | | net/mlx5: Fix memory leak in IPsec RoCE creationPatrisious Haddad2023-02-231-5/+8
| * | | ptp: vclock: use mutex to fix "sleep on atomic" bugÍñigo Huguet2023-02-222-23/+23
| |/ /
* | | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-27104-878/+8492
|\ \ \
| * \ \ Merge tag 'qcom-drivers-for-6.3-3' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-02-153-0/+1421
| |\ \ \
| | * | | power: supply: Introduce Qualcomm PMIC GLINK power supplyBjorn Andersson2023-02-133-0/+1421