summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-0821-1535/+1371
|\
| * Merge tag 'zynqmp-soc-for-v5.6' of https://github.com/Xilinx/linux-xlnx into ...Olof Johansson2020-01-211-0/+43
| |\
| | * drivers: firmware: xilinx: Add support for feature checkRavi Patel2019-12-121-0/+43
| * | Merge tag 'qcom-drivers-for-5.6' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-01-168-1524/+1164
| |\ \
| | * | firmware: qcom_scm: Dynamically support SMCCC and legacy conventionsElliot Berman2020-01-076-135/+176
| | * | firmware: qcom_scm: Remove thin wrappersElliot Berman2020-01-074-948/+428
| | * | firmware: qcom_scm: Order functions, definitions by service/commandElliot Berman2020-01-072-249/+247
| | * | firmware: qcom_scm-32: Add device argument to atomic callsElliot Berman2020-01-074-14/+19
| | * | firmware: qcom_scm-32: Create common legacy atomic callElliot Berman2020-01-071-38/+68
| | * | firmware: qcom_scm-32: Move SMCCC register filling to qcom_scm_callElliot Berman2020-01-071-12/+24
| | * | firmware: qcom_scm-32: Use qcom_scm_desc in non-atomic callsElliot Berman2020-01-071-149/+218
| | * | firmware: qcom_scm-32: Add funcnum IDsElliot Berman2020-01-071-3/+5
| | * | firmware: qcom_scm-32: Use SMC arch wrappersElliot Berman2020-01-072-55/+17
| | * | firmware: qcom_scm-64: Improve SMC convention detectionElliot Berman2020-01-071-14/+27
| | * | firmware: qcom_scm-64: Move SMC register filling to qcom_scm_call_smcccElliot Berman2020-01-071-20/+34
| | * | firmware: qcom_scm-64: Add SCM results structElliot Berman2020-01-071-43/+50
| | * | firmware: qcom_scm-64: Move svc/cmd/owner into qcom_scm_descElliot Berman2020-01-071-74/+121
| | * | firmware: qcom_scm-64: Make SMC macros less magicalElliot Berman2020-01-071-3/+3
| | * | firmware: qcom_scm: Remove unused qcom_scm_get_versionElliot Berman2020-01-071-36/+0
| | * | firmware: qcom_scm: Apply consistent naming scheme to command IDsElliot Berman2020-01-074-72/+64
| | * | firmware: qcom_scm: Rename macros and structuresElliot Berman2020-01-072-60/+64
| | |/
| * | Merge tag 'imx-driver-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2020-01-161-1/+1
| |\ \
| | * | firmware: imx: Allow IMX DSP to be selected as moduleDaniel Baluta2020-01-091-1/+1
| | |/
| * | Merge tag 'mvebu-drivers-5.6-1' of git://git.infradead.org/linux-mvebu into a...Olof Johansson2020-01-161-1/+1
| |\ \
| | * | firmware: turris-mox-rwtm: small white space cleanupDan Carpenter2020-01-081-1/+1
| | |/
| * | Merge tag 'cpuidle_psci-v5.5-rc4' of git://git.linaro.org/people/ulf.hansson/...Olof Johansson2020-01-085-65/+104
| |\ \
| | * | firmware: psci: Export functions to manage the OSI modeUlf Hansson2020-01-021-2/+16
| * | | Merge tag 'scmi-updates-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2020-01-069-7/+146
| |\ \ \
| | * | | drivers: firmware: scmi: Extend SCMI transport layer by trace eventsLukasz Luba2019-12-302-0/+20
| | * | | firmware: arm_scmi: Skip protocol initialisation for additional devicesSudeep Holla2019-12-241-0/+9
| | * | | firmware: arm_scmi: Stash version in protocol init functionsSudeep Holla2019-12-245-0/+10
| | * | | firmware: arm_scmi: Match scmi device by both name and protocol idSudeep Holla2019-12-241-1/+1
| | * | | firmware: arm_scmi: Add versions and identifier attributes using dev_groupsSudeep Holla2019-12-241-0/+47
| | * | | firmware: arm_scmi: Add names to scmi devices createdSudeep Holla2019-12-241-1/+35
| | * | | firmware: arm_scmi: Skip scmi mbox channel setup for addtional devicesSudeep Holla2019-12-241-0/+5
| | * | | firmware: arm_scmi: Add support for multiple device per protocolSudeep Holla2019-12-242-6/+20
| | | |/ | | |/|
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-041-1/+1
|\ \ \ \
| * | | | arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price2020-02-041-1/+1
* | | | | Merge branch 'stable/for-linus-5.6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-031-4/+5
|\ \ \ \ \
| * | | | | iscsi_ibft: Don't limits Targets and NICs to twoLubomir Rintel2020-01-121-4/+5
* | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-02-031-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | clk: zynqmp: Warn user if clock user are more than allowedRajan Vaja2020-01-231-0/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-293-2/+34
|\ \ \ \ \
| * \ \ \ \ Merge 5.5-rc7 into char-misc-nextGreg Kroah-Hartman2020-01-222-12/+10
| |\ \ \ \ \
| * | | | | | firmware: stratix10-svc: Remove unneeded semicolonzhengbin2020-01-141-2/+2
| * | | | | | firmware: google: Probe for a GSMI handler in firmwareArthur Heymans2020-01-141-0/+19
| * | | | | | firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans2020-01-141-0/+6
| * | | | | | firmware: google: Release devices before unregistering the busPatrick Rudolph2020-01-141-0/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-2817-583/+704
|\ \ \ \ \ \
| * | | | | | efi: Fix handling of multiple efi_fake_mem= entriesDan Williams2020-01-202-16/+17