aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-06crypto: qat - Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-06crypto: hisilicon/sec - Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-06crypto: algboss - Pass instance creation error upHerbert Xu1-1/+2
2024-09-06crypto: api - Fix generic algorithm self-test racesHerbert Xu1-7/+8
2024-09-06crypto: hisilicon/qm - inject error before stopping queueWeili Qian1-23/+24
2024-09-06crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian1-16/+6
2024-09-06crypto: hisilicon/qm - reset device before enabling itWeili Qian4-64/+121
2024-09-06crypto: hisilicon/trng - modifying the order of header filesChenghai Huang1-2/+2
2024-09-06crypto: hisilicon - add a lock for the qp send operationChenghai Huang2-0/+5
2024-09-06crypto: hisilicon - fix missed error branchYang Shen1-4/+10
2024-09-06crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah1-1/+12
2024-09-06crypto: x86/aesni - update docs for aesni-intel moduleEric Biggers2-3/+7
2024-09-06hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang1-1/+1
2024-09-06PCI: Add ACS quirk for Qualcomm SA8775PSubramanian Ananthanarayanan1-0/+2
2024-09-06PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()Alexandra Diupina1-2/+2
2024-09-06PCI: altera: Replace TLP_REQ_ID() with macro PCI_DEVID()Jinjie Ruan1-2/+1
2024-09-06Merge tag 'asoc-fix-v6.11-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai23-91/+127
2024-09-06Merge tag 'mediatek-drm-next-6.12' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie9-83/+221
2024-09-05Input: zforce_ts - switch to using asynchronous probingDmitry Torokhov1-0/+1
2024-09-05Input: zforce_ts - remove assert/deassert wrappersDmitry Torokhov1-12/+2
2024-09-05Input: zforce_ts - do not hardcode interrupt levelDmitry Torokhov1-2/+1
2024-09-05Input: zforce_ts - switch to using devm_regulator_get_enable()Dmitry Torokhov1-12/+1
2024-09-05Input: zforce_ts - stop treating VDD regulator as optionalDmitry Torokhov1-15/+13
2024-09-05Input: zforce_ts - make zforce_idtable constantDmitry Torokhov1-1/+1
2024-09-05Input: zforce_ts - use dev_err_probe() where appropriateDmitry Torokhov1-132/+113
2024-09-05Input: zforce_ts - do not ignore errors when acquiring regulatorDmitry Torokhov1-1/+1
2024-09-05Input: zforce_ts - make parsing of contacts less confusingDmitry Torokhov1-12/+13
2024-09-05Input: zforce_ts - switch to using get_unaligned_le16Dmitry Torokhov1-12/+12
2024-09-05Input: zforce_ts - use guard notation when acquiring mutexesDmitry Torokhov1-21/+24
2024-09-05Input: zforce_ts - ensure that pm_stay_awake() and pm_relax() are balancedDmitry Torokhov1-5/+11
2024-09-05Input: zforce_ts - remove unneeded lockingDmitry Torokhov1-38/+9
2024-09-05Input: zforce_ts - handle errors from input_mt_init_sots()Dmitry Torokhov1-1/+5
2024-09-05Input: zforce_ts - do not explicitly set EV_SYN, etc bitsDmitry Torokhov1-4/+0
2024-09-05Input: zforce_ts - remove support for platfrom dataDmitry Torokhov2-55/+16
2024-09-05Input: zforce_ts - simplify reporting of slot stateDmitry Torokhov1-4/+2
2024-09-05Input: zforce_ts - use devm_add_action_or_reset()Sudip Mukherjee1-4/+1
2024-09-05Input: tegra-kbc - use guard notation when acquiring mutex and spinlockDmitry Torokhov1-26/+19
2024-09-05Input: iqs62x-keys - use cleanup facility for fwnodesDmitry Torokhov1-5/+2
2024-09-05Input: gpio-keys - switch to using cleanup functionsDmitry Torokhov1-27/+17
2024-09-05Input: atkbd - use guard notation when acquiring mutexDmitry Torokhov1-22/+15
2024-09-05Input: alps - use guard notation when acquiring mutexDmitry Torokhov1-21/+27
2024-09-05Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk tableWerner Sembach1-0/+23
2024-09-05dt-bindings: input: convert rotary-encoder to yamlFrank Li2-50/+90
2024-09-05Merge branch 'add-realtek-automotive-pcie-driver'Jakub Kicinski6-0/+2664
2024-09-05MAINTAINERS: Add the rtase ethernet driver entryJustin Lai1-0/+7
2024-09-05realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai2-0/+20
2024-09-05rtase: Add a Makefile in the rtase folderJustin Lai1-0/+10
2024-09-05rtase: Implement ethtool functionJustin Lai1-0/+74
2024-09-05rtase: Implement pci_driver suspend and resume functionJustin Lai1-0/+51
2024-09-05rtase: Implement net_device_opsJustin Lai1-0/+235