summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/fsl-fman'Sascha Hauer2019-12-102-40/+53
|\
| * net: fsl-fman: do not leave not transmitted DMA buffers mappedSascha Hauer2019-11-141-3/+5
| * net: fsl-fman: simplify setting next offsetSascha Hauer2019-11-141-9/+5
| * net: fsl-fman: Store index for rxbdSascha Hauer2019-11-141-12/+9
| * net: fsl-fman: move status read into loopSascha Hauer2019-11-141-4/+5
| * net: fsl-fman: Store index for txbdSascha Hauer2019-11-141-13/+8
| * net: fsl-fman: reset device before leavingSascha Hauer2019-11-142-0/+22
* | Merge branch 'for-next/dts'Sascha Hauer2019-12-109-21/+25
|\ \
| * | dts: update to v5.4-rc7Sascha Hauer2019-11-129-21/+25
* | | Merge branch 'for-next/arm'Sascha Hauer2019-12-1021-157/+217
|\ \ \
| * | | ARM64: Switch to 4 level page tablesSascha Hauer2019-11-274-10/+17
| * | | ARM: cpu: dtb: remove unused declarationAhmad Fatoum2019-11-251-2/+0
| * | | commands: smc: make command usable when ARM_PSCI is undefinedAhmad Fatoum2019-11-192-1/+6
| * | | commands: smc: verify PSCI_POWER_ON with interprocessor handshakeAhmad Fatoum2019-11-192-7/+56
| * | | commands: psci: make locally-used function staticAhmad Fatoum2019-11-191-1/+1
| * | | ARM: psci: properly wire in command helpAhmad Fatoum2019-11-191-0/+1
| * | | ARM: psci: factor out smc command into commands/Ahmad Fatoum2019-11-194-105/+123
| * | | ARM: start: check for machine type lastLucas Stach2019-11-121-11/+11
| * | | ARM: Compile with -fPIESascha Hauer2019-11-1210-28/+10
| |/ /
* | | Release v2019.12.0v2019.12.0Sascha Hauer2019-12-091-1/+1
* | | Revert "mci: core: make mci_register -EPROBE_DEFER sensitive"Sascha Hauer2019-12-091-4/+0
* | | clk: i.MX6ul: Disable GPMI_IO clk before reparentingSascha Hauer2019-12-091-0/+3
* | | mtd: spi-nor: fix wrong value for CR_QUAD_EN_SPANClement Leger2019-12-091-1/+1
* | | pstore: remove unused goto labelAhmad Fatoum2019-11-271-1/+0
* | | pstore: fix build by re-resolving botched merge conflictAhmad Fatoum2019-11-271-29/+0
* | | mfd: da9053: fix typo in variable nameLucas Stach2019-11-251-1/+1
* | | image: add zynqimg to gitignoreLucas Stach2019-11-181-0/+1
* | | net: designware: eqos: fix NULL pointer use in dev_printfAhmad Fatoum2019-11-151-4/+4
* | | net: designware: eqos: enable clocks before mdio_registerAhmad Fatoum2019-11-154-78/+14
* | | net: designware: eqos: properly stop DMA on haltAhmad Fatoum2019-11-151-0/+2
* | | filetype: mvebu: Fix kwbimage v1 detectionSascha Hauer2019-11-151-10/+12
* | | usb: dwc3: Remove wrong error messagesSascha Hauer2019-11-141-2/+0
| |/ |/|
* | net: designware: eqos: stop DMA on haltAhmad Fatoum2019-11-122-0/+4
|/
* ARM: am335x: Fix am335x_sdram_size() not running at link addressSascha Hauer2019-11-121-0/+2
* ARM: am335x: Enable MMC2 clockSascha Hauer2019-11-111-1/+3
* ARM: mmu-early: On i.MX6 with HAB map ROM is mapped without XNSascha Hauer2019-11-081-0/+7
* Merge branch 'for-next/zynqmp'Sascha Hauer2019-11-076-13/+488
|\
| * firmware: zynqmp-fpga: print Xilinx bitstream headerMichael Tretter2019-10-281-0/+51
| * firmware: zynqmp-fpga: introduce driver to load bitstream to FPGAThomas Haemmerle2019-10-284-0/+368
| * firmware-zynqmp: extend driver with fpga relavant functionsThomas Haemmerle2019-10-282-2/+60
| * firmware-zynqmp: add macros for PMU and trustzone firmware versionsThomas Haemmerle2019-10-281-12/+10
* | Merge branch 'for-next/watchdog'Sascha Hauer2019-11-0712-40/+202
|\ \
| * | mfd: da9063: fix watchdog ping executionMarco Felsch2019-11-051-0/+12
| * | mfd: da9063: fix TWDSCALE debug messageMarco Felsch2019-11-051-1/+1
| * | watchdog: add timeout_cur parameter only when poller is enabledAhmad Fatoum2019-10-291-8/+9
| * | watchdog: rename timeout_curr to poller_timeout_curr internallyAhmad Fatoum2019-10-292-6/+6
| * | watchdog: remove wrong uses of timeout_curAhmad Fatoum2019-10-292-2/+0
| * | doc: watchdog: add note about danger of autopingOleksij Rempel2019-10-291-0/+6
| * | Documentation: add watchdog documentationOleksij Rempel2019-10-292-0/+86
| * | commands: wd: support configuring watchdog by nameAhmad Fatoum2019-10-291-7/+27