summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | fpga manager: Adding FPGA Manager support for Xilinx zynqmpNava kishore Manne2019-04-153-0/+169
| | * | | | | firmware: xilinx: Add fpga API'sNava kishore Manne2019-04-151-0/+45
| | * | | | | drivers: Defer probe if firmware is not readyRajan Vaja2019-03-188-25/+44
| | * | | | | firmware: xilinx: fix debugfs write handlerJann Horn2019-03-181-11/+4
| | |/ / / /
| * | | | | Merge tag 'omap-for-v5.2/am4-pm-v2-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2019-04-296-61/+316
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'omap-for-v5.2/am4-ddr3' into omap-for-v5.2/am4-pm-v2Tony Lindgren2019-04-103-0/+48
| | |\ \ \ \ \
| | | * | | | | memory: ti-emif-sram: Add ti_emif_run_hw_leveling for DDR3 hardware levelingDave Gerlach2019-04-093-0/+48
| | | |/ / / /
| | * | | | | soc: ti: pm33xx: AM437X: Add rtc_only with ddr in self-refresh supportKeerthy2019-04-082-11/+185
| | * | | | | soc: ti: pm33xx: Move the am33xx_push_sram_idle to the topKeerthy2019-04-081-50/+50
| | * | | | | rtc: OMAP: Add support for rtc-only modeKeerthy2019-04-081-9/+42
| | |/ / / /
| * | | | | Merge tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-04-281-16/+27
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | meson-gx-socinfo: add missing of_node_put after of_device_is_availableJulia Lawall2019-03-181-1/+3
| | * | | | soc: amlogic: gx-socinfo: Add new SoC IDs and Packages IDsNeil Armstrong2019-03-181-0/+7
| | * | | | soc: amlogic: gx-socinfo: Add mask for each SoC packagesNeil Armstrong2019-03-181-15/+17
| | |/ / /
* | | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-1631-163/+3260
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fixes' into arm/socOlof Johansson2019-05-16315-1493/+2445
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'ixp4xx-for-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-04-2920-11/+2500
| |\ \ \ \ \ \
| | * | | | | | soc: ixp4xx: qmgr: Add DT probe codeLinus Walleij2019-04-231-0/+8
| | * | | | | | soc: ixp4xx: npe: Add DT probe codeLinus Walleij2019-04-231-0/+8
| | * | | | | | soc: ixp4xx: qmgr: Pass resourcesLinus Walleij2019-04-231-36/+35
| | * | | | | | soc: ixp4xx: Remove unused functionsLinus Walleij2019-04-231-23/+0
| | * | | | | | soc: ixp4xx: Uninline several functionsLinus Walleij2019-04-231-0/+117
| | * | | | | | soc: ixp4xx: npe: Pass addresses as resourcesLinus Walleij2019-04-231-16/+20
| | * | | | | | ARM: ixp4xx: Turn the QMGR into a platform deviceLinus Walleij2019-04-231-8/+13
| | * | | | | | ARM: ixp4xx: Turn the NPE into a platform deviceLinus Walleij2019-04-231-10/+13
| | * | | | | | ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij2019-04-235-8/+8
| | * | | | | | ARM: ixp4xx: Move NPE and QMGR to drivers/socLinus Walleij2019-04-236-0/+1149
| | * | | | | | ARM: ixp4xx: Add device tree boot supportLinus Walleij2019-04-232-0/+19
| | * | | | | | gpio: ixp4xx: Add OF probing supportLinus Walleij2019-04-231-27/+57
| | * | | | | | clocksource/drivers/ixp4xx: Add OF initialization supportLinus Walleij2019-04-231-0/+35
| | * | | | | | irqchip: ixp4xx: Add OF initialization supportLinus Walleij2019-04-231-0/+41
| | * | | | | | clocksource/drivers/ixp4xx: Add driverLinus Walleij2019-04-233-0/+257
| | * | | | | | gpio: ixp4xx: Add driver for the IXP4xx GPIOLinus Walleij2019-04-233-0/+458
| | * | | | | | irqchip: Add driver for IXP4xxLinus Walleij2019-04-193-0/+369
| | * | | | | | ARM: ixp4xx: Pass IRQ resource to beeperLinus Walleij2019-04-191-5/+15
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'tegra-for-5.2-firmware' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-04-293-0/+193
| |\ \ \ \ \ \
| | * | | | | | firmware: Move Trusted Foundations supportThierry Reding2019-04-173-0/+193
| | |/ / / / /
| * | | | | | ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann2019-04-293-4/+3
| * | | | | | ARM: ep93xx: keypad: stop using mach/platform.hArnd Bergmann2019-04-292-5/+2
| * | | | | | ARM: ep93xx: move network platform data to separate headerArnd Bergmann2019-04-292-2/+2
| * | | | | | Merge tag 'davinci-for-v5.2/soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-04-291-28/+14
| |\ \ \ \ \ \
| | * | | | | | usb: ohci-da8xx: drop the vbus GPIOBartosz Golaszewski2019-04-121-27/+5
| | * | | | | | usb: ohci-da8xx: disable the regulator if the overcurrent irq firedBartosz Golaszewski2019-04-121-5/+17
| | * | | | | | usb: ohci-da8xx: let the regulator framework keep track of use countBartosz Golaszewski2019-04-121-6/+2
| | |/ / / / /
| * | | | | | Merge tag 'omap-for-v5.2/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Olof Johansson2019-04-291-113/+548
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | bus: ti-sysc: Add generic enable/disable functionsRoger Quadros2019-04-091-0/+129
| | * | | | | bus: ti-sysc: Detect DMIC for debuggingTony Lindgren2019-04-061-0/+1
| | * | | | | bus: ti-sysc: Handle swsup idle mode quirksTony Lindgren2019-04-061-3/+3
| | * | | | | bus: ti-sysc: Add quirk handling for external optional functional clockTony Lindgren2019-04-031-1/+90
| | * | | | | bus: ti-sysc: Add support for early quirks based on register addressTony Lindgren2019-04-031-4/+42