summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/rpi'Sascha Hauer2019-03-0728-56/+404
|\
| * 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/nvme'Sascha Hauer2019-03-0720-25/+5870
|\ \
| * | drivers: Import a very basic NVME implementation from LinuxAndrey Smirnov2019-02-1810-0/+2758
| * | include: Import min_not_zero() macro from LinuxAndrey Smirnov2019-02-181-0/+10
| * | include: Import uuid.h for LinuxAndrey Smirnov2019-02-182-0/+138
| * | include: Add definitnion for HZAndrey Smirnov2019-02-181-0/+2
| * | include: Sync up pci_ids.h with 4.20-rc1Andrey Smirnov2019-02-181-0/+2952
| * | drivers: Make use of device_pci_driver()Andrey Smirnov2019-02-184-24/+4
| * | PCI: Introduce device_pci_driver()Andrey Smirnov2019-02-181-0/+5
| * | PCI: Fix to_pci_dev() macroAndrey Smirnov2019-02-181-1/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2019-03-0729-492/+1207
|\ \
| * | common: Kconfig: improve help text for DEBUG_LLTomaz Solc2019-03-071-4/+14
| * | images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceededAhmad Fatoum2019-03-073-11/+2
| * | fix zbarebox linking with new ld张忠山2019-03-071-1/+1
| * | PCI: dwc: tune down link up messagesLucas Stach2019-03-071-1/+1
| * | ARM: Fix cpu_info for armv8Sascha Hauer2019-03-041-5/+2
| * | include/phy: Add missing modesSascha Hauer2019-03-041-0/+2
| * | fs: ubifs: Remove unused crc16 functionsSascha Hauer2019-03-044-91/+1
| * | drivers: Drop dummy_probe()Andrey Smirnov2019-02-272-9/+0
| * | include: Drop mem_memmap()Andrey Smirnov2019-02-271-1/+0
| * | commands: uimage: Drop needless variable in uimage_flush()Andrey Smirnov2019-02-271-5/+1
| * | MIPS: ath79: increase malloc size to 8 MiBOleksij Rempel2019-02-271-0/+1
| * | common: console_common: do not store color additions to the log bufferOleksij Rempel2019-02-271-17/+18
| * | commands: dmesg: add -l option to restrict output levelOleksij Rempel2019-02-273-9/+64
| * | commands: dmesg: add print raw parameterOleksij Rempel2019-02-273-2/+10
| * | firmware-zynqmp: port from linuxThomas Haemmerle2019-02-274-1/+669
| * | LICENSES: adopt Linux-like LICENSES directory structureAhmad Fatoum2019-02-275-295/+340
| * | commands: nandtest: provide readonly testJan Remmet2019-02-271-42/+83
| * | watchdog: fix WATCHDOG_POLLER menuconfigOleksij Rempel2019-02-271-1/+1
* | | Merge branch 'for-next/imx8-usb'Sascha Hauer2019-03-0729-247/+4377
|\ \ \