summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | firmware: arm_scmi: Add RESET protocol in SCMI v2.0Sudeep Holla2019-08-122-1/+232
| * | | | | firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocolSudeep Holla2019-08-121-4/+99
| * | | | | firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannelsSudeep Holla2019-08-121-4/+149
| * | | | | firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessorsSudeep Holla2019-08-126-27/+20
| * | | | | firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possibleSudeep Holla2019-08-121-3/+16
| * | | | | firmware: arm_scmi: Drop config flag in clk_ops->rate_setSudeep Holla2019-08-121-2/+2
| * | | | | firmware: arm_scmi: Add asynchronous sensor read if it supportsSudeep Holla2019-08-121-8/+22
| * | | | | firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla2019-08-121-2/+2
| * | | | | firmware: arm_scmi: Add support for asynchronous commands and delayed responseSudeep Holla2019-08-122-3/+46
| * | | | | firmware: arm_scmi: Add mechanism to unpack message headersSudeep Holla2019-08-121-0/+18
| * | | | | firmware: arm_scmi: Separate out tx buffer handling and prepare to add rxSudeep Holla2019-08-121-13/+27
| * | | | | firmware: arm_scmi: Add receive channel support for notificationsSudeep Holla2019-08-121-4/+26
| * | | | | firmware: arm_scmi: Segregate tx channel handling and prepare to add rxSudeep Holla2019-08-121-18/+23
| * | | | | firmware: arm_scmi: Reorder some functions to avoid forward declarationsSudeep Holla2019-08-121-90/+90
| * | | | | firmware: arm_scmi: Check if platform has released shmem before usingSudeep Holla2019-08-121-0/+8
| * | | | | firmware: arm_scmi: Use the term 'message' instead of 'command'Sudeep Holla2019-08-122-8/+8
| * | | | | firmware: arm_scmi: Fix few trivial typos in commentsSudeep Holla2019-08-121-2/+2
| * | | | | firmware: arm_scmi: Remove extra check for invalid length message responsesSudeep Holla2019-08-121-6/+0
| * | | | | firmware: arm_scmi: Align few names in sensors protocol with SCMI specificationSudeep Holla2019-08-121-13/+15
| |/ / / /
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-162-168/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi2019-08-091-149/+8
| * | | | ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi2019-08-091-10/+0
| * | | | drivers: firmware: psci: Decouple checker from generic ARM CPUidleLorenzo Pieralisi2019-08-091-9/+7
| | |/ / | |/| |
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-181-11/+27
|\ \ \ \ | |/ / / |/| | |
| * | | efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede2019-08-121-11/+27
| |/ /
* | | Merge branch 'for-linus-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-262-2/+7
|\ \ \ | |/ / |/| |
| * | iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai2019-07-192-2/+7
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-196-14/+1681
|\ \ \
| * \ \ Merge tag 'tegra-for-5.3-firmware' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-06-251-1/+3
| |\ \ \
| | * | | firmware: tegra: Early resume BPMPBitan Biswas2019-06-141-1/+3
| * | | | Merge tag 'drivers_soc_for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2019-06-192-8/+1663
| |\ \ \ \
| | * | | | firmware: ti_sci: Fix gcc unused-but-set-variable warningYueHaibing2019-06-181-12/+12
| | * | | | firmware: ti_sci: Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-181-1/+1
| | * | | | firmware: ti_sci: Parse all resource ranges even if some is not availablePeter Ujfalusi2019-06-121-3/+10
| | * | | | firmware: ti_sci: Add support for processor controlSuman Anna2019-06-122-0/+485
| | * | | | firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udmaPeter Ujfalusi2019-06-122-0/+1163
| | * | | | firmware: ti_sci: Always request response from firmwareAndrew F. Davis2019-06-121-4/+4
| * | | | | Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2019-06-172-2/+10
| |\ \ \ \ \
| | * | | | | firmware: arm_scmi: fetch and store sensor scaleFlorian Fainelli2019-06-121-0/+6
| | * | | | | firmware: arm_scmi: update rate_discrete in clock_describe_rates_getPeng Fan2019-06-121-0/+2
| | * | | | | firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributesSudeep Holla2019-06-121-2/+2
| | | |/ / / | | |/| | |
| * | | | | firmware/psci: psci_checker: Park kthreads before stopping themJean-Philippe Brucker2019-06-171-4/+6
* | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-173-46/+151
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Stephen Boyd2019-07-121-0/+10
| |\ \ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * / | | | | firmware: raspberrypi: register clk deviceNicolas Saenz Julienne2019-06-251-0/+10
| | |/ / / / /
| * | | | | | clk: ti: Use int to check return value from of_property_count_elems_of_size()Stephen Boyd2019-06-241-4/+5
| * | | | | | firmware: ti_sci: extend clock identifiers from u8 to u32Tero Kristo2019-06-122-42/+136
| |/ / / / /
* | | | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-123-4/+4
|\ \ \ \ \ \
| * | | | | | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
| * | | | | | firmware: arm_scmi: Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-191-1/+1