summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | pinctrl: sunxi: Forward calls to irq_set_irq_wakeSamuel Holland2020-02-211-2/+12
| * | pinctrl: mediatek: remove set but not used variable 'e'YueHaibing2020-02-201-3/+1
| * | pinctrl: da9062: add driver supportMarco Felsch2020-02-194-0/+314
| * | MAINTAINERS: Sort entries in database for PIN CONTROLLERAndy Shevchenko2020-02-141-18/+18
| * | pinctrl: bcm2835: Add support for all GPIOs on BCM2711Stefan Wahren2020-02-141-12/+42
| * | pinctrl: bcm2835: Refactor platform dataStefan Wahren2020-02-141-13/+44
| * | pinctrl: bcm2835: Drop unused defineStefan Wahren2020-02-141-3/+0
| * | pinctrl: actions: Fix functions groups names for S700 SoCMatheus Castello2020-02-141-255/+255
| * | pinctrl: mediatek: Add support for pin configuration dump via debugfs.Light Hsieh2020-02-142-0/+112
| * | pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usageLight Hsieh2020-02-145-28/+265
| * | pinctrl: mediatek: Refine mtk_pinconf_get()Light Hsieh2020-02-141-25/+15
| * | pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set()Light Hsieh2020-02-143-108/+65
| * | pinctrl: mediatek: Supporting driving setting without mapping current to regi...Light Hsieh2020-02-143-2/+19
| * | pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_...Light Hsieh2020-02-142-6/+46
| * | pinctrl: qcom: Add ipq6018 pinctrl driverSricharan R2020-02-143-0/+1118
| * | dt-bindings: pinctrl: qcom: Add ipq6018 pinctrl bindingsSricharan R2020-02-141-0/+153
| |/
* | Merge tag 'hwlock-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2020-04-022-7/+7
|\ \
| * | hwspinlock: hwspinlock_internal.h: Replace zero-length array with flexible-ar...Gustavo A. R. Silva2020-03-251-1/+1
| * | hwspinlock: Allow drivers to be built with COMPILE_TESTBaolin Wang2020-03-251-6/+6
| |/
* | Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-04-0227-276/+2080
|\ \
| * | remoteproc/omap: Switch to SPDX license identifiersSuman Anna2020-03-251-26/+1
| * | remoteproc/omap: Add watchdog functionality for remote processorsSuman Anna2020-03-252-11/+167
| * | remoteproc/omap: Report device exceptions and trigger recoverySuman Anna2020-03-251-1/+5
| * | remoteproc/omap: Add support for runtime auto-suspend/resumeSuman Anna2020-03-251-9/+203
| * | remoteproc/omap: Add support for system suspend/resumeSuman Anna2020-03-252-2/+207
| * | remoteproc/omap: Request a timer(s) for remoteproc usageSuman Anna2020-03-251-1/+290
| * | remoteproc/omap: Check for undefined mailbox messagesSuman Anna2020-03-252-0/+13
| * | remoteproc/omap: Remove the platform_data headerTero Kristo2020-03-251-51/+0
| * | remoteproc/omap: Add support for DRA7xx remote processorsSuman Anna2020-03-252-2/+38
| * | remoteproc/omap: Initialize and assign reserved memory nodeSuman Anna2020-03-251-1/+12
| * | remoteproc/omap: Add the rproc ops .da_to_va() implementationSuman Anna2020-03-251-0/+40
| * | remoteproc/omap: Add support to parse internal memories from DTSuman Anna2020-03-251-0/+94
| * | remoteproc/omap: Add a sanity check for DSP boot address alignmentSuman Anna2020-03-251-4/+16
| * | remoteproc/omap: Add device tree supportSuman Anna2020-03-251-17/+160
| * | dt-bindings: remoteproc: Add OMAP remoteproc bindingsSuman Anna2020-03-251-0/+324
| * | remoteproc: qcom: Introduce panic handler for PAS and ADSPBjorn Andersson2020-03-252-0/+16
| * | remoteproc: qcom: q6v5: Add common panic handlerBjorn Andersson2020-03-252-0/+21
| * | remoteproc: Introduce "panic" callback in opsBjorn Andersson2020-03-252-0/+46
| * | remoteproc: Traverse rproc_list under RCU read lockBjorn Andersson2020-03-251-5/+9
| * | remoteproc: Fix NULL pointer dereference in rproc_virtio_notifyNikita Shubin2020-03-251-0/+7
| * | remoteproc: return error for bad "recovery" debugfs inputAlex Elder2020-03-251-0/+2
| * | remoteproc: remoteproc debugfs file fixesAlex Elder2020-03-251-7/+5
| * | remoteproc: re-check state in rproc_trigger_recovery()Alex Elder2020-03-251-2/+6
| * | remoteproc: stm32: demote warning about optional property absenceAhmad Fatoum2020-03-251-1/+1
| * | remoteproc/mediatek: Use size_t type for len in scp_da_to_vaNathan Chancellor2020-03-251-1/+1
| * | remoteproc: Adapt coredump to generate correct elf typeClement Leger2020-03-253-32/+39
| * | remoteproc: Allow overriding only sanity_checkClement Leger2020-03-251-1/+2
| * | remoteproc: Add elf64 support in elf loaderClement Leger2020-03-253-57/+141
| * | remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger2020-03-256-8/+8
| * | remoteproc: Add elf helpers to access elf64 and elf32 fieldsClement Leger2020-03-251-0/+96