summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/raspberry-pi/rpi-common.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: rpi: parse useful data from vc fdtDaniel Brát2022-06-271-41/+142
* ARM: rpi: use correct kernel8.img as name for 64-bitAhmad Fatoum2022-06-171-1/+1
* ARM: rpi: add Raspberry Pi 4 supportAhmad Fatoum2022-06-171-0/+17
* ARM: rpi: split out mbox helpers to share code with PBLAhmad Fatoum2022-06-171-84/+24
* ARM: rpi: move bcm2835_add_device_sdram() into headerAhmad Fatoum2022-06-171-1/+3
* ARM: rpi: reinstate support for multiple variants with same DTAhmad Fatoum2022-05-311-91/+19
* Merge branch 'for-next/rpi'Sascha Hauer2022-05-191-3/+1
|\
| * ARM: rpi: don't warn about lack of videocore fdtAhmad Fatoum2022-04-251-3/+1
* | ARM: rpi: fix CM3 breakage after multi-image reworkAhmad Fatoum2022-05-031-4/+28
|/
* ARM: rpi: enable deep-probe supportOleksij Rempel2022-02-071-0/+2
* ARM: rpi: set host name based on DT compatibleOleksij Rempel2022-02-071-1/+8
* ARM: rpi: validate devicetree compatible instead of changing model nameOleksij Rempel2022-02-071-138/+259
* ARM: rpi: move clk support to a separate driverOleksij Rempel2022-02-071-73/+0
* ARM: rpi: convert board code to a driverOleksij Rempel2022-02-071-2/+31
* ARM: rpi: set uart0-pl0110 clk to 48MHzOleksij Rempel2022-01-171-1/+1
* fdt: Check blob size during unflatteningSascha Hauer2021-06-251-1/+1
* ARM: rpi: add new rpi boot targetAhmad Fatoum2020-12-101-0/+15
* ARM: rpi: fix model description stringAhmad Fatoum2020-12-101-2/+2
* ARM: rpi: Add Raspberry Pi Zero W mini-uart supportAhmad Fatoum2020-12-101-1/+22
* ARM: rpi: add new init function for Raspberry Pi ZeroAhmad Fatoum2020-12-071-2/+17
* ARM: rpi: support raspberry pi 1 and zero mini-uartAhmad Fatoum2020-12-071-0/+1
* ARM: rpi: move rpi_model_init() to postcoreAhmad Fatoum2020-12-071-2/+2
* ARM: rpi: make functions in rpi-common.c staticAhmad Fatoum2020-12-071-6/+16
* arch/arm/boards: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-05-251-14/+2
* rpi: Enable USB Power domain during startupSascha Hauer2019-12-201-0/+10
* ARM: rpi: Do not warn when firmware doesn't pass a dtbSascha Hauer2019-12-191-4/+7
* ARM: rpi: add clock for sdhostLucas Stach2019-05-061-0/+8
* ARM: rpi: add board revision for Compute Module 3+Tomaz Solc2019-03-271-0/+2
* ARM: rpi: Move UART base address definitions to header fileSascha Hauer2019-03-061-4/+1
* ARM: rpi: save bootargs from VC FDT to vc.bootargsTomaz Solc2019-03-041-0/+47
* ARM: rpi: save fdt that was passed from VideoCoreTomaz Solc2019-03-041-0/+34
* Merge branch 'for-next/rpi'Sascha Hauer2019-02-131-13/+56
|\
| * ARM: rpi: complete new revision schemeMoritz Augsburger2019-02-051-8/+21
| * ARM: rpi: make locally used functions staticRoland Hieber2019-02-051-3/+3
| * ARM: rpi: use defines for uart basesRouven Czerwinski2019-02-051-3/+7
| * ARM: rpi: retrieve miniuart clock from firmwareRouven Czerwinski2019-02-051-0/+7
| * ARM: rpi: move clks into board specific rpi-commonRouven Czerwinski2019-02-051-0/+19
| * ARM: rpi: fix typo in rpi-common.cRouven Czerwinski2019-02-051-2/+2
* | ARM: rpi: avoid NULL dereference on unknown rev.Tomaz Solc2019-02-121-1/+4
|/
* Merge branch 'for-next/checkpatch'Sascha Hauer2018-12-071-0/+1
|\
| * Add Raspberry Pi Zero W BoardChris Fiege2018-11-211-0/+1
* | multiple/raspberry-pi: fix clkdevs for raspberry piRouven Czerwinski2018-11-291-2/+2
|/
* ARM: rpi: add revision IDs for Pi 3 Model B and Pi ZeroEnrico Joerns2018-11-051-0/+2
* ARM: rpi: switch to DT probe and multi-image buildLucas Stach2017-03-021-17/+13
* ARM: rpi: convert watchdog/reset to regular driverLucas Stach2017-03-021-0/+1
* ARM: rpi: convert mailbox interface to regular driverLucas Stach2017-03-021-0/+2
* ARM: rpi: move model detection before console initLucas Stach2017-03-021-2/+2
* ARM: rpi: move model initialisation to rpi-commonEnrico Joerns2017-03-021-9/+48
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-3/+3
* arm: bcm283x: add rpi2 supportAlexander Aring2016-01-071-0/+294