summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: rpi: Clarify debug uart namesSascha Hauer2019-03-071-2/+2
* fixup! ARM: rpi: Add mini UART debug_ll supportSascha Hauer2019-03-071-1/+1
* fixup! ARM: rpi: move debug UART Kconfig settingsSascha Hauer2019-03-071-1/+1
* ARM: rpi: Add mini UART debug_ll supportSascha Hauer2019-03-062-0/+43
* ARM: rpi: move debug UART Kconfig settingsSascha Hauer2019-03-063-24/+21
* debug_ll: Add ns16550 early debugging functionsSascha Hauer2019-03-061-0/+56
* debug_ll: Move pl011 header file to architecture independent placeSascha Hauer2019-03-066-5/+5
* ARM: rpi: Move UART base address definitions to header fileSascha Hauer2019-03-062-4/+5
* ARM: rpi: save bootargs from VC FDT to vc.bootargsTomaz Solc2019-03-042-0/+53
* ARM: rpi: save fdt that was passed from VideoCoreTomaz Solc2019-03-044-19/+96
* ARM: start: save end of memory passed to start.Tomaz Solc2019-03-042-0/+9
* ARM: rpi: add CONFIG_PINCTRL to rpi_defconfig.Tomaz Solc2019-02-191-1/+1
* ARM: rpi: Add device tree for Compute Module 3.Tomaz Solc2019-02-195-1/+40
* mci: bcm2835: parse other device tree properties.Tomaz Solc2019-02-191-0/+3
* mci: bcm2835: use device_initcall(), not coredev.Tomaz Solc2019-02-191-1/+1
* pinctrl: bcm2835: register the pin controller.Tomaz Solc2019-02-191-1/+51
* pinctrl: bcm2835: move existing code from gpio.Tomaz Solc2019-02-196-6/+8
* Kconfig: add pin controllers submenu.Tomaz Solc2019-02-191-0/+4
* ARM: rpi: switch emmc from sdhost to sdhciTomaz Solc2019-02-191-0/+9
* watchdog: bcm2835: set timeout_max.Tomaz Solc2019-02-181-0/+5
* Merge branch 'for-next/rpi'Sascha Hauer2019-02-139-84/+140
|\
| * ARM: rpi: complete new revision schemeMoritz Augsburger2019-02-052-24/+47
| * mci: bcm2835: make locally used functions staticRoland Hieber2019-02-051-5/+5
| * ARM: rpi: make locally used functions staticRoland Hieber2019-02-052-4/+3
| * ARM: rpi: use defines for uart basesRouven Czerwinski2019-02-051-3/+7
| * doc: bcm283x: remove miniuart overlay instructionRouven Czerwinski2019-02-051-1/+0
| * ARM: rpi: choose miniuart as stdoutRouven Czerwinski2019-02-051-6/+1
| * ARM: rpi: add NS16550 supportRouven Czerwinski2019-02-051-0/+1
| * serial_ns16550: add raspberry pi compatible and initRouven Czerwinski2019-02-051-0/+28
| * serial_ns16550: handle default reg-io-widthRouven Czerwinski2019-02-051-23/+23
| * ARM: rpi: retrieve miniuart clock from firmwareRouven Czerwinski2019-02-051-0/+7
| * ARM: rpi: move clks into board specific rpi-commonRouven Czerwinski2019-02-052-19/+19
| * ARM: rpi: fix typo in rpi-common.cRouven Czerwinski2019-02-051-2/+2
* | Merge branch 'for-next/pci'Sascha Hauer2019-02-137-125/+78
|\ \
| * | PCI: Consify pci_ops in struct pci_controllerAndrey Smirnov2019-01-164-5/+5
| * | PCI: Convert ->res_start() to return resource_size_tAndrey Smirnov2019-01-163-4/+7
| * | PCI: Assume 1:1 mapping if .res_start callback is NULLAndrey Smirnov2019-01-163-13/+5
| * | PCI: Simplify alloc_pci_dev()Andrey Smirnov2019-01-161-7/+1
| * | PCI: Drop "rom_address" from struct pci_devAndrey Smirnov2019-01-162-8/+0
| * | PCI: Drop "ops" from struct pci_busAndrey Smirnov2019-01-163-7/+3
| * | PCI: Drop "name" from struct pci_busAndrey Smirnov2019-01-161-2/+0
| * | PCI: Drop "resources" from struct pci_busAndrey Smirnov2019-01-162-2/+0
| * | PCI: Drop "slots" from struct pci_busAndrey Smirnov2019-01-162-2/+0
| * | PCI: Make pci_scan_bus staticAndrey Smirnov2019-01-162-2/+3
| * | PCI: Remove unused variables/codeAndrey Smirnov2019-01-161-5/+0
| * | PCI: Store and reuse BAR offsetsAndrey Smirnov2019-01-161-8/+8
| * | PCI: Simplify resource setup code in setup_device()Andrey Smirnov2019-01-161-57/+43
| * | PCI: Remove superfluous parens in setup_device()Andrey Smirnov2019-01-161-1/+1
| * | PCI: Replace magic number in setup_device()Andrey Smirnov2019-01-161-1/+1
| * | PCI: Switch to using %pa to print memory addressesAndrey Smirnov2019-01-161-8/+8