aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-23firmware: arm_scmi: Fix the asynchronous reset requestsCristian Marussi1-2/+2
2022-08-23firmware: arm_scmi: Harden accesses to the reset domainsCristian Marussi1-1/+5
2022-08-23Revert "iommu/of: Delete usage of driver_deferred_probe_check_state()"Saravana Kannan1-1/+1
2022-08-23Revert "PM: domains: Delete usage of driver_deferred_probe_check_state()"Saravana Kannan1-1/+1
2022-08-23Revert "net: mdio: Delete usage of driver_deferred_probe_check_state()"Saravana Kannan1-1/+3
2022-08-23Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan1-0/+30
2022-08-23PCI: mvebu: Fix endianness when accessing PCI emul bridge membersPali Rohár1-6/+6
2022-08-23net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAGVladimir Oltean1-0/+19
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean2-32/+38
2022-08-23Merge tag 'iio-fixes-for-6.0a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linusGreg Kroah-Hartman4-12/+28
2022-08-23RDMA/hns: Support MR's restrack ops for hns driverWenpeng Liang3-0/+32
2022-08-23RDMA/hns: Support QP's restrack raw ops for hns driverWenpeng Liang4-6/+65
2022-08-23RDMA/hns: Support QP's restrack ops for hns driverWenpeng Liang3-0/+36
2022-08-23RDMA/hns: Support CQ's restrack raw ops for hns driverWenpeng Liang3-0/+41
2022-08-23RDMA/hns: Add or remove CQ's restrack attributesWenpeng Liang1-57/+10
2022-08-23RDMA/hns: Remove redundant DFX file and DFX ops structureWenpeng Liang7-75/+50
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda5-8/+1
2022-08-23net/ieee802154: fix repeated words in commentsJilin Yuan1-1/+1
2022-08-23ieee802154/adf7242: defer destroy_workqueue callLin Ma1-1/+2
2022-08-23Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"Takashi Iwai1-29/+24
2022-08-23PCI: qcom: Sort device-id tableJohan Hovold1-7/+7
2022-08-23PCI: qcom: Clean up IP configurationsJohan Hovold1-60/+29
2022-08-23PCI: qcom: Make all optional clocks optionalJohan Hovold1-24/+4
2022-08-23PCI: qcom: Add support for SA8540PJohan Hovold1-0/+6
2022-08-23PCI: qcom: Add support for SC8280XPJohan Hovold1-2/+20
2022-08-23clk: samsung: exynos850: Implement CMU_MFCMSCL domainSam Protsenko1-0/+176
2022-08-23clk: samsung: exynos850: Implement CMU_IS domainSam Protsenko1-0/+199
2022-08-23clk: samsung: exynos850: Implement CMU_AUD domainSam Protsenko1-0/+302
2022-08-23clk: samsung: exynos850: Style fixesSam Protsenko1-3/+2
2022-08-23usb: dwc3: qcom: suppress unused-variable warningJohan Hovold1-1/+1
2022-08-23clk: samsung: exynosautov9: add fsys1 clock supportChanho Park1-0/+130
2022-08-23clk: samsung: exynosautov9: add fsys0 clock supportChanho Park1-0/+243
2022-08-23clk: samsung: exynosautov9: correct register offsets of peric0/c1Chanho Park1-10/+10
2022-08-23clk: samsung: exynosautov9: add missing gate clks for peric0/c1Chanho Park1-0/+8
2022-08-23clk: samsung: exynos7885: Add TREX clocksDavid Virag1-7/+42
2022-08-23clk: samsung: exynos7885: Implement CMU_FSYS domainDavid Virag1-0/+158
2022-08-23clk: samsung: exynos-clkout: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-4/+2
2022-08-22net/mlx5: TC, Add support for SF tunnel offloadRoi Dayan2-3/+10
2022-08-22net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan6-94/+90
2022-08-22net/mlx5: E-Switch, Split creating fdb tables into smaller chunksRoi Dayan1-124/+206
2022-08-22net/mlx5: E-Switch, Add default drop rule for unmatched packetsJianbo Liu2-3/+94
2022-08-22net/mlx5e: Completely eliminate priv from fs.hLama Kayal4-94/+100
2022-08-22net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal4-36/+43
2022-08-22net/mlx5e: Make flow steering arfs independent of privLama Kayal6-62/+74
2022-08-22net/mlx5e: Introduce flow steering debug macrosLama Kayal4-76/+76
2022-08-22net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal8-38/+65
2022-08-22net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steeringLama Kayal5-20/+20
2022-08-22net/mlx5e: Convert ethtool_steering member of flow_steering struct to pointerLama Kayal1-8/+33
2022-08-22net/mlx5e: Drop priv argument of ptp function in en_fsLama Kayal3-16/+18
2022-08-22net/mlx5e: Decouple fs_tcp from en.hLama Kayal4-59/+59