summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi: fix off-by-one in mem_malloc_init(..., end)Ahmad Fatoum2019-12-091-1/+1
* driver: add missing parentheses around macro argumentAhmad Fatoum2019-12-091-2/+2
* efi: add and use new efi_device_has_guid helperAhmad Fatoum2019-12-093-18/+16
* PCI: Add layerscape PCIe driverSascha Hauer2019-11-274-0/+493
* PCI: dwc: Return directly when num-lanes is not foundSascha Hauer2019-11-271-2/+4
* PCI: dwc: Sync register definitions with Linux-5.4Sascha Hauer2019-11-271-34/+51
* PCI: dwc: rename readl/writel_dbi ops to read/write_dbiSascha Hauer2019-11-272-12/+12
* PCI: dwc: Cleanup DBI,ATU read and write APIsSascha Hauer2019-11-272-17/+43
* PCI: dwc: imx6: Share PHY debug register definitionsSascha Hauer2019-11-273-9/+14
* PCI: dwc: Fix ATU identification for designware version >= 4.80Sascha Hauer2019-11-272-6/+9
* PCI: dwc: Enable iATU unroll for endpoint tooSascha Hauer2019-11-272-19/+19
* PCI: dwc: Make use of BIT() in constant definitionsSascha Hauer2019-11-272-7/+6
* PCI: dwc: Add dw_pcie_disable_atu()Sascha Hauer2019-11-272-0/+28
* PCI: dwc: Make use of IS_ALIGNED()Sascha Hauer2019-11-271-2/+2
* PCI: dwc: Don't hard-code DBI/ATU offsetSascha Hauer2019-11-273-3/+26
* 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
| * | watchdog: export API to configure watchdogs by nameAhmad Fatoum2019-10-294-20/+43
| * | watchdog: export priority as device parameterAhmad Fatoum2019-10-241-0/+16
| * | watchdog: efi: bump down priority below defaultAhmad Fatoum2019-10-241-0/+1
| * | efi: efi-image: don't mask x86 interrupts on bootAhmad Fatoum2019-10-241-1/+0
| * | Documentation: efi: emphasize watchdog deactivation on ExitBootServicesAhmad Fatoum2019-10-241-1/+1
| |/
* | Merge branch 'for-next/stm32'Sascha Hauer2019-11-0744-125/+4740
|\ \
| * | ARM: dts: stm32mp: report psci v0.2 at leastAhmad Fatoum2019-11-072-0/+5
| * | ARM: stm32mp: select ARM_USE_COMPRESSED_DTB for the whole archAhmad Fatoum2019-11-072-1/+1
| * | ARM: psci: implement PSCI client driverAhmad Fatoum2019-11-074-2/+221
| * | ARM: psci: wire in smc command helpAhmad Fatoum2019-11-071-2/+4