summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* soc: qcom: Fix a IS_ERR() vs NULL bug in probeDan Carpenter2023-06-131-1/+1
* soc: qcom: socinfo: Add support for new fields in revision 19Naman Jain2023-06-131-8/+24
* soc: qcom: socinfo: Add support for new fields in revision 18Naman Jain2023-06-131-0/+1
* soc: qcom: mdt_loader: Fix split image detectionBjorn Andersson2023-06-131-0/+8
* soc: qcom: ocmem: Add OCMEM hardware version printLuca Weiss2023-05-291-0/+10
* cpufreq: qcom-nvmem: use helper to get SMEM SoC IDRobert Marko2023-05-261-46/+10
* cpufreq: qcom-nvmem: use SoC ID-s from bindingsRobert Marko2023-05-261-10/+5
* soc: qcom: smem: introduce qcom_smem_get_soc_id()Robert Marko2023-05-261-0/+23
* soc: qcom: smem: Switch to EXPORT_SYMBOL_GPL()Robert Marko2023-05-261-4/+4
* soc: qcom: socinfo: move SMEM item struct and defines to a headerRobert Marko2023-05-261-66/+1
* soc: qcom: mdt_loader: Fix unconditional call to scm_pas_mem_setupChristian Marangi2023-05-261-5/+11
* soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302Kathiravan T2023-05-241-0/+2
* soc: qcom: socinfo: Add IDs for IPQ5018 familyRobert Marko2023-05-241-0/+8
* soc: qcom: Introduce RPM master stats driverKonrad Dybcio2023-05-243-0/+175
* soc: qcom: qmi: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-241-1/+1
* soc: qcom: ramp_controller: Improve error message for failure in .remove()Uwe Kleine-König2023-05-241-4/+7
* soc: qcom: rpmpd: use correct __le32 typeMin-Hua Chen2023-05-241-2/+2
* soc: qcom: mdt_loader: Enhance split binary detectionGokul krishna Krishnakumar2023-05-241-2/+23
* qcom: pmic_glink: enable altmode for SM8450Neil Armstrong2023-05-231-2/+6
* Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-05-071-1/+1
|\
| * crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET2023-04-281-1/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-05-073-12/+2
|\ \
| * | clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified caseHal Feng2023-05-021-4/+1
| * | clk: sp7021: Adjust width of _m in HWM_FIELD_PREP()Nathan Chancellor2023-05-021-1/+1
| * | Revert "clk: imx: composite-8m: Add support to determine_rate"Adam Ford2023-05-021-7/+0
* | | Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2023-05-079-99/+136
|\ \ \
| * | | mailbox: qcom-apcs-ipc: do not grow the of_device_idKrzysztof Kozlowski2023-05-041-5/+6
| * | | mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley2023-05-041-1/+1
| * | | mailbox: bcm-pdc: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-05-041-1/+1
| * | | mailbox: rockchip: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-05-041-1/+1
| * | | mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()Lee Jones2023-05-041-0/+7
| * | | mailbox: mailbox-test: Explicitly include header for spinlock supportLee Jones2023-05-041-0/+1
| * | | mailbox: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-182-6/+2
| * | | mailbox: pcc: Use mbox_bind_clientElliot Berman2023-04-181-39/+45
| * | | mailbox: omap: Use mbox_bind_clientElliot Berman2023-04-181-18/+4
| * | | mailbox: Allow direct registration to a channelElliot Berman2023-04-181-28/+68
* | | | Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2023-05-072-21/+21
|\ \ \ \
| * | | | io_uring: Pass whole sqe to commandsBreno Leitao2023-05-042-14/+14
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-05-067-850/+43
|\ \ \ \ \
| * | | | | scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang2023-04-241-0/+3
| * | | | | scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issueAlice Chao2023-04-241-3/+3
| * | | | | scsi: ipr: Remove several unused variablesTom Rix2023-04-241-14/+0
| * | | | | scsi: pm80xx: Log device registrationAkshat Jain2023-04-241-3/+4
| * | | | | scsi: ipr: Remove SATA supportBrian King2023-04-183-830/+11
| * | | | | scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry2023-04-181-0/+22
* | | | | | Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-069-13/+82
|\ \ \ \ \ \
| * | | | | | ublk: add timeout handlerMing Lei2023-05-031-0/+31
| * | | | | | drbd: correctly submit flush bio on barrierChristoph Böhmwalder2023-05-031-1/+1
| * | | | | | md: Fix bitmap offset type in sb writerJonathan Derrick2023-04-281-3/+3
| * | | | | | md/raid5: Improve performance for sequential IOJan Kara2023-04-281-1/+44