summaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel2022-11-095-167/+198
| | * | | | | efi: libstub: Clone memcmp() into the stubArd Biesheuvel2022-11-092-10/+19
| | * | | | | efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel2022-11-091-2/+0
| | * | | | | arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel2022-11-092-2/+59
| | * | | | | arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Ard Biesheuvel2022-11-091-1/+9
| | * | | | | efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel2022-11-091-9/+10
| | * | | | | efi: libstub: Drop handling of EFI properties tableArd Biesheuvel2022-11-091-13/+0
| | * | | | | efi: libstub: Drop randomization of runtime memory mapArd Biesheuvel2022-11-091-29/+0
* | | | | | | Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2022-12-131-0/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v6.1-rc4' into spi-6.2Mark Brown2022-11-2519-142/+135
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | firmware: xilinx: Add qspi firmware interfaceRajan Vaja2022-10-191-0/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-131-6/+32
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-2417-93/+238
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-11-041-6/+32
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | firmware: raspberrypi: Provide a helper to query a clock max rateMaxime Ripard2022-10-281-0/+20
| | * | | | | | firmware: raspberrypi: Introduce rpi_firmware_find_node()Maxime Ripard2022-10-281-6/+12
| | | |/ / / / | | |/| | | |
* | | | | | | Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-12-133-38/+45
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ ASoC/tda998x: Fix reporting of nonexistent capture streamsMark Brown2022-12-041-8/+29
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | ASoC: adau1372: fixes after debugging custom boardMark Brown2022-11-254-2/+93
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | firmware: cs_dsp: Switch to using namespaced exportsMark Brown2022-11-253-33/+33
| |\ \ \ \ \ \ \
| | * | | | | | | firmware: cs_dsp: Make the exports namespacedRichard Fitzgerald2022-11-251-31/+31
| | * | | | | | | firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSPRichard Fitzgerald2022-11-252-2/+2
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | ASoC: wm_adsp: Report when a control write changes the valueMark Brown2022-11-251-5/+12
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | firmware: cs_dsp: cs_dsp_coeff_write_ctrl() should report changedSimon Trimmer2022-11-231-5/+12
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-131-0/+19
|\ \ \ \ \ \ \
| * | | | | | | efi: random: refresh non-volatile random seed when RNG is initializedJason A. Donenfeld2022-11-221-0/+19
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-121-0/+3
|\ \ \ \ \ \ \
| * | | | | | | efi/cper: Export several helpers for ghes_edac to useJia He2022-10-201-0/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-1210-154/+195
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'arm-soc/for-6.2/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2022-11-302-6/+21
| |\ \ \ \ \ \ \
| | * | | | | | | firmware/nvram: bcm47xx: support init from IO memoryRafał Miłecki2022-11-091-0/+18
| | * | | | | | | firmware: raspberrypi: Use dev_err_probe() to simplify codeYuan Can2022-10-171-6/+3
| | |/ / / / / /
| * | | | | | | tegra: mark BPMP driver as little-endian onlyArnd Bergmann2022-11-231-0/+1
| * | | | | | | Merge tag 'ti-driver-soc-for-v6.2-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2022-11-231-14/+10
| |\ \ \ \ \ \ \
| | * | | | | | | firmware: ti_sci: Use devm_bitmap_zalloc when applicableChristophe JAILLET2022-11-041-5/+3
| | * | | | | | | firmware: ti_sci: Fix polled mode during system suspendGeorgi Vlaev2022-10-281-3/+2
| | * | | | | | | firmware: ti_sci: Use the non-atomic bitmap API when applicableChristophe JAILLET2022-10-281-3/+3
| | * | | | | | | firmware: ti_sci: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-10-281-3/+2
| | |/ / / / / /
| * | | | | | | Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2022-11-225-134/+162
| |\ \ \ \ \ \ \
| | * | | | | | | firmware: tegra: Remove surplus dev_err() when using platform_get_irq_byname()Yang Li2022-11-171-6/+2
| | * | | | | | | firmware: tegra: bpmp: Do not support big-endianThierry Reding2022-10-242-24/+20
| | * | | | | | | firmware: tegra: bpmp: Use iosys-map helpersThierry Reding2022-10-244-94/+130
| | * | | | | | | firmware: tegra: bpmp: Prefer u32 over uint32_tThierry Reding2022-10-241-20/+20
| | |/ / / / / /
| * | | | | | | Merge tag 'imx-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-11-211-0/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | firmware: imx: scu-pd: add missed USB_1_PHY pdFrank Li2022-10-241-0/+1
| | |/ / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-122-91/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-next/ffa' into for-next/coreWill Deacon2022-12-061-91/+10
| |\ \ \ \ \ \ \
| | * | | | | | | firmware: arm_ffa: Move constants to header fileWill Deacon2022-12-011-91/+10
| | | |_|_|/ / / | | |/| | | | |
| * / | | | | | arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel2022-11-091-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-12-121-4/+4
|\ \ \ \ \ \ \