summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/raspberry-pi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-next/spdx'Sascha Hauer2022-01-193-0/+6
|\
| * arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-051-0/+2
| * arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-051-0/+2
| * treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-051-0/+2
* | Merge branch 'for-next/misc'Sascha Hauer2022-01-191-1/+1
|\ \
| * | ARM: rpi: set uart0-pl0110 clk to 48MHzOleksij Rempel2022-01-171-1/+1
| |/
* / ARM: rpi: use ENTRY_FUNCTION_WITHSTACK to prepare for ARM64 supportAhmad Fatoum2022-01-171-18/+17
|/
* fdt: Check blob size during unflatteningSascha Hauer2021-06-251-1/+1
* ARM: rpi: add new rpi boot targetAhmad Fatoum2020-12-103-0/+21
* ARM: rpi: fix model description stringAhmad Fatoum2020-12-101-2/+2
* ARM: rpi: drop no longer needed environmentAhmad Fatoum2020-12-101-3/+0
* 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-072-30/+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-192-5/+15
* ARM: Cleanup stack offset cargo cultSascha Hauer2019-09-091-1/+1
* 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-043-19/+92
* ARM: rpi: Add device tree for Compute Module 3.Tomaz Solc2019-02-191-0/+10
* Merge branch 'for-next/rpi'Sascha Hauer2019-02-132-14/+56
|\
| * ARM: rpi: complete new revision schemeMoritz Augsburger2019-02-051-8/+21
| * ARM: rpi: make locally used functions staticRoland Hieber2019-02-052-4/+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 raspberry pi 3 supportLucas Stach2018-11-051-2/+12
* ARM: rpi: add revision IDs for Pi 3 Model B and Pi ZeroEnrico Joerns2018-11-051-0/+2
* ARM: return positive offset in get_runtime_offset()Sascha Hauer2018-03-211-2/+2
* ARM: rpi: switch to DT probe and multi-image buildLucas Stach2017-03-022-20/+30
* 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-025-79/+48