summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2020.02.0v2020.02.0Sascha Hauer2020-02-171-1/+1
* serial: ns16550_pci: fix possible read of uninitialized variableAhmad Fatoum2020-02-141-6/+0
* hw_random: add support for STM32 RNGAhmad Fatoum2020-02-103-0/+172
* doc: bootchooser: Fix barebox-state exampleChristian Eggers2020-02-101-1/+3
* acpi: include missing header in <acpi.h>Ahmad Fatoum2020-02-101-0/+1
* RISC-V: unbreak built-in dtbAntony Pavlov2020-02-031-4/+0
* MIPS: don't overlay relocation data with BSSOleksij Rempel2020-02-032-2/+2
* mci: stm32_sdmmc2: fix typo in debug stringAhmad Fatoum2020-02-031-1/+1
* mci: stm32_sdmmc2: compare ios ->bus_width with correct constantsAhmad Fatoum2020-02-031-7/+2
* mci: core: don't test 4-bit-buswidth support if MMC host lacks capabilityAhmad Fatoum2020-02-031-0/+3
* mci: stm32_sdmmc2: don't reset before retrying failed operationsAhmad Fatoum2020-02-031-2/+0
* mci: stm32_sdmmc2: use correct card power cycle sequenceAhmad Fatoum2020-02-031-15/+14
* ARM: imx6: properly check for IPU presenceLucas Stach2020-01-271-2/+11
* net: designware: eqos: don't funnel all MDIO writes to register 0Ahmad Fatoum2020-01-201-3/+3
* MIPS: actually use CONFIG_MIPS_RELOCATION_TABLE_SIZEAntony Pavlov2020-01-161-1/+1
* Revert "clocksource: ARMv8 timer can only be built on ARMv8"Ahmad Fatoum2020-01-162-2/+5
* ARM: qemu-virt64: convert to assembly entryLucas Stach2020-01-163-2/+16
* Merge branch 'for-next/zynq'Sascha Hauer2020-01-1516-99/+938
|\
| * ARM: zynq: zedboard: add PBL console supportLucas Stach2020-01-141-0/+16
| * serial: cadence: add lowlevel init and putc functionsLucas Stach2020-01-141-0/+55
| * serial: cadence: move register definitions into header fileLucas Stach2020-01-142-36/+42
| * ARM: zynq: zed: partially revert zynq_cpu_lowlevel_init() chnagesLucas Stach2020-01-142-2/+1
| * ARM: zynq: zed: use zynq_cpu_lowlevel_init()Lucas Stach2020-01-081-1/+2
| * ARM: zynq: add Zynq specific lowlevel CPU init functionLucas Stach2020-01-083-0/+24
| * ARM: zynq: zed: add QSPI flash supportLucas Stach2019-12-202-0/+27
| * ARM: zynq: add QSPI DT nodeLucas Stach2019-12-201-0/+15
| * spi: add Zynq QSPI controller driverLucas Stach2019-12-203-0/+621
| * clk: zynq: add QSPI reference clockLucas Stach2019-12-201-0/+3
| * ARM: zynq: add Zynq image bootm handlerLucas Stach2019-12-112-1/+50
| * filetype: add Zynq image typeLucas Stach2019-12-112-0/+5
| * ARM: zynq: zedboard: allow lowlevel init to be called as second stageLucas Stach2019-12-111-0/+10
| * ARM: zynq: zedboard: split out PS7 initLucas Stach2019-12-111-4/+9
| * firmware: zynqmp-fpga: drop example bin format headerMichael Tretter2019-12-111-59/+62
* | Merge branch 'for-next/rpi'Sascha Hauer2020-01-1526-65/+2658
|\ \
| * | ARM: rpi_defconfig: Enable more featuresSascha Hauer2020-01-081-2/+23
| * | ARM: rpi mailbox: Use non interruptible timeoutSascha Hauer2020-01-081-3/+3
| * | ARM: rpi_defconfig: Enable raspberry GPIO exp driverSascha Hauer2020-01-081-0/+1
| * | ARM: bcm2835 mbox: use pr_* to print messagesSascha Hauer2020-01-081-17/+19
| * | gpio: Add raspberrypi exp gpio driverSascha Hauer2020-01-084-0/+284
| * | ARM: bcm2835 mbox: Remove response valid checkSascha Hauer2020-01-081-5/+0
| * | usb: Add dwc2 host driverSascha Hauer2019-12-204-0/+1914
| * | usb: Forward error code from usb_set_configurationSascha Hauer2019-12-201-4/+6
| * | rpi: Enable USB Power domain during startupSascha Hauer2019-12-201-0/+10
| * | regulator: add function to get regulator by its nameSascha Hauer2019-12-202-1/+30
| * | usb: Add usbroothubdes.hSascha Hauer2019-12-201-0/+128
| * | of: Read dma_offset from device treeSascha Hauer2019-12-203-0/+136
| * | device: Introduce dma_offsetSascha Hauer2019-12-204-2/+41
| * | of: Add of_bus_n_xxx_cells()Sascha Hauer2019-12-202-18/+40
| * | usb: Make timeout unit clearSascha Hauer2019-12-202-8/+8
| * | ARM: rpi: Do not warn when firmware doesn't pass a dtbSascha Hauer2019-12-192-5/+15
| |/