summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: armada-3720-espressobin: Document URL for schematicUwe Kleine-König2018-03-191-0/+3
* ARM64: dts: marvell: armada-cp110: Add registers clock for the PCIe nodesGregory CLEMENT2018-03-191-3/+6
* ARM64: dts: marvell: armada-cp110: Add registers clock for the NAND nodeGregory CLEMENT2018-03-191-1/+3
* ARM64: dts: marvell: armada-cp110: Add registers clock for the crypto nodeGregory CLEMENT2018-03-191-1/+3
* ARM64: dts: marvell: armada-cp110: Add registers clock for the trng nodeGregory CLEMENT2018-03-191-1/+3
* ARM64: dts: marvell: armada-cp110: Add registers clock for XOR engine nodesGregory CLEMENT2018-03-191-2/+6
* ARM64: dts: marvell: armada-cp110: Add registers clock for USB host nodesGregory CLEMENT2018-03-191-2/+6
* ARM64: dts: marvell: armada-cp110: Add apb_pclk clock for the uart nodesGregory CLEMENT2018-03-091-4/+12
* arm64: dts: marvell: use reworked NAND controller driver on Armada 8KMiquel Raynal2018-02-271-19/+27
* arm64: dts: marvell: use reworked NAND controller driver on Armada 7KMiquel Raynal2018-02-272-24/+36
* ARM64: dts: marvell: armada-cp110: Add registers clock for sata nodeGregory CLEMENT2018-02-271-1/+2
* arm64: dts: marvell: armada-8080-db: use SPDX-License-IdentifierGregory CLEMENT2018-02-141-40/+1
* arm64: dts: marvell: armada-8040-mcbin: use SPDX-License-IdentifierGregory CLEMENT2018-02-141-40/+1
* arm64: dts: marvell: armada-8040-db: use SPDX-License-IdentifierGregory CLEMENT2018-02-141-40/+1
* arm64: dts: marvell: armada-7040-db: use SPDX-License-IdentifierGregory CLEMENT2018-02-141-40/+1
* arm64: dts: marvell: armada-3720-espressobin: use SPDX-License-IdentifierGregory CLEMENT2018-02-141-37/+1
* arm64: dts: marvell: armada-3720-db: use SPDX-License-IdentifierGregory CLEMENT2018-02-141-38/+1
* arm64: dts: marvell: use SPDX-License-Identifier for Armada SoCsGregory CLEMENT2018-02-1417-596/+18
* arm64: dts: marvell: mcbin: fix board name typoBaruch Siach2018-02-141-1/+1
* arm64: dts: marvell: mcbin: enable uart headersBaruch Siach2018-02-141-0/+22
* arm64: dts: marvell: add CP110 uart peripheralsBaruch Siach2018-02-141-0/+40
* ARM64: dts: marvell: armada-cp110: Add registers clock for I2C nodesGregory CLEMENT2018-02-141-2/+6
* ARM64: dts: marvell: armada-cp110: Add registers clock for SPI nodesGregory CLEMENT2018-02-141-2/+6
* arm64: dts: marvell: armada-80x0: Fix pinctrl compatible stringGregory CLEMENT2018-01-121-2/+2
* arm64: dts: marvell: add Ethernet aliasesYan Markman2018-01-053-0/+19
* arm64: dts: marvell: replace cpm by cp0, cps by cp1Thomas Petazzoni2018-01-057-129/+129
* arm64: dts: marvell: de-duplicate CP110 descriptionThomas Petazzoni2018-01-056-904/+508
* arm64: dts: marvell: use aliases for SPI busses on Armada 7K/8KThomas Petazzoni2018-01-055-5/+7
* arm64: dts: marvell: use mvebu-icu.h where possibleThomas Petazzoni2018-01-052-2/+2
* arm64: dts: marvell: fix compatible string list for Armada CP110 slave NANDThomas Petazzoni2018-01-051-2/+2
* arm64: dts: marvell: fix typos in comment describing the NAND controllerThomas Petazzoni2018-01-052-2/+2
* arm64: dts: marvell: use lower case for unit address and reg propertyThomas Petazzoni2018-01-051-2/+2
* arm64: dts: marvell: fix watchdog unit address in Armada AP806Thomas Petazzoni2018-01-051-1/+1
* arm64: dts: marvell: armada-37xx: add a crypto nodeAntoine Tenart2018-01-051-0/+14
* Merge branch 'mvebu/fixes' into HEADGregory CLEMENT2018-01-052-8/+14
|\
| * ARM64: dts: marvell: armada-cp110: Fix clock resources for various nodeGregory CLEMENT2018-01-052-8/+14
* | ARM64: dts: marvell: Add thermal support for A7K/A8KMiquel Raynal2017-12-183-0/+18
* | arm64: dts: marvell: armada-37xx: add nodes allowing cpufreq supportGregory CLEMENT2017-12-182-0/+8
* | arm64: dts: marvell: add NAND support on the 8040-DB boardMiquel Raynal2017-12-183-1/+47
|/
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2017-11-1615-34/+311
|\
| * Merge tag 'mvebu-dt64-4.15-2' of git://git.infradead.org/linux-mvebu into nex...Arnd Bergmann2017-11-073-2/+38
| |\
| | * arm64: dts: marvell: armada-3720-espressobin: fill UART nodesMiquel Raynal2017-10-301-0/+12
| | * arm64: dts: marvell: armada-3720-db: enable second UART portMiquel Raynal2017-10-301-1/+8
| | * arm64: dts: marvell: armada-37xx: add second UART portMiquel Raynal2017-10-301-1/+17
| | * arm64: dts: marvell: armada-37xx: add UART clockMiquel Raynal2017-10-301-0/+1
| * | Merge tag 'mvebu-dt64-4.15-1' of git://git.infradead.org/linux-mvebu into nex...Arnd Bergmann2017-10-309-19/+260
| |\ \ | | |/
| | * arm64: dts: marvell: 7040-db: Add the carrier detect pin for SD card on CPGregory CLEMENT2017-10-121-1/+1
| | * arm64: dts: marvell: 7040-db: Document the gpio expanderGregory CLEMENT2017-10-121-0/+10
| | * arm64: dts: marvell: enable additional PCIe ports on Armada 8040 DBThomas Petazzoni2017-10-021-0/+14
| | * arm64: dts: marvell: add NAND support on the 7040-DB boardGregory CLEMENT2017-09-274-2/+49
OpenPOWER on IntegriCloud