summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/raspberrypi.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: raspberrypi: Fix devm_rpi_firmware_get documentationKieran Bingham2023-10-091-0/+1
* firmware: Explicitly include correct DT includesRob Herring2023-08-121-0/+1
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-3/+5
|\
| * firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()Yang Yingliang2022-11-231-0/+1
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-131-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
| |/
* / firmware: raspberrypi: Use dev_err_probe() to simplify codeYuan Can2022-10-171-6/+3
|/
* firmware: raspberrypi: Fix a leak in 'rpi_firmware_get()'Christophe JAILLET2021-08-181-2/+8
* firmware: raspberrypi: Introduce devm_rpi_firmware_get()Nicolas Saenz Julienne2021-03-221-0/+29
* firmware: raspberrypi: Keep count of all consumersNicolas Saenz Julienne2021-03-221-3/+37
* firmware: fix spelling typo of 'wtih'Wang Qing2020-11-141-1/+1
* Revert "firmware: raspberrypi: Introduce vl805 init routine"Nicolas Saenz Julienne2020-08-181-61/+0
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-08-071-0/+14
|\
| * firmware: rpi: Only create clocks device if we don't have a node for itMaxime Ripard2020-06-191-0/+14
* | ARM: bcm2835: Fix integer overflow in rpi_firmware_print_firmware_revision()Andy Shevchenko2020-06-171-1/+4
|/
* Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-0/+61
|\
| * firmware: raspberrypi: Introduce vl805 init routineNicolas Saenz Julienne2020-05-131-0/+61
* | ARM: bcm2835: Switch to use %ptTAndy Shevchenko2020-05-201-9/+3
|/
* firmware: raspberrypi: register clk deviceNicolas Saenz Julienne2019-06-251-0/+10
* firmware: raspberrypi: notify VC4 firmware of a rebootStefan Wahren2019-01-091-0/+11
* firmware: raspberrypi: Switch to SPDX identifierStefan Wahren2018-11-211-4/+1
* firmware: raspberrypi: Fix firmware calls with large buffersJames Hughes2018-11-181-17/+18
* firmware: raspberrypi: Define timeout for transactionsStefan Wahren2018-11-141-2/+6
* firmware: raspberrypi: Remove VLA usageKees Cook2018-07-091-2/+8
* firmware: raspberrypi: Register hwmon driverStefan Wahren2018-07-091-0/+19
* firmware: raspberrypi: print time using time64_tArnd Bergmann2017-11-281-1/+1
* ARM: bcm2835: Add the Raspberry Pi firmware driverEric Anholt2015-10-141-0/+260