summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'omap-for-v5.16/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2021-10-111-35/+241
|\
| * bus: ti-sysc: Fix variable set but not used warning for reinit_modulesTony Lindgren2021-10-061-2/+1
| * bus: ti-sysc: Drop legacy quirk flag for shamTony Lindgren2021-09-211-2/+1
| * bus: ti-sysc: Drop legacy quirk flag for gpioTony Lindgren2021-09-211-2/+2
| * bus: ti-sysc: Handle otg force idle quirkTony Lindgren2021-09-211-1/+23
| * bus: ti-sysc: Use context lost quirk for otgTony Lindgren2021-09-211-1/+1
| * bus: ti-sysc: Use context lost quirks for gpmcTony Lindgren2021-09-211-0/+1
| * bus: ti-sysc: Add quirk handling for reset on re-initTony Lindgren2021-09-211-0/+10
| * bus: ti-sysc: Add quirk handling for reinit on context lostTony Lindgren2021-09-211-6/+102
| * bus: ti-sysc: Check for lost context in sysc_reinit_module()Tony Lindgren2021-09-211-11/+49
| * bus: ti-sysc: Fix timekeeping_suspended warning on resumeTony Lindgren2021-09-211-12/+53
* | Merge tag 'v5.15-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Arnd Bergmann2021-10-115-1/+196
|\ \
| * | drm/mediatek: mtk_dsi: Reset the dsi0 hardwareEnric Balletbo i Serra2021-10-081-1/+4
| * | soc: mediatek: mmsys: Add reset controller supportEnric Balletbo i Serra2021-10-082-0/+70
| * | soc: mediatek: add mtk mutex support for MT8192Yongqiang Niu2021-10-081-0/+35
| * | soc: mediatek: mmsys: Add mt8192 mmsys routing tableYongqiang Niu2021-09-132-0/+87
| |/
* | Merge tag 'memory-controller-drv-5.16' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2021-10-114-51/+139
|\ \
| * \ Merge branch 'for-v5.16/renesas-rpc' into mem-ctrl-nextKrzysztof Kozlowski2021-10-102-36/+124
| |\ \
| | * | memory: renesas-rpc-if: RENESAS_RPCIF should select RESET_CONTROLLERGeert Uytterhoeven2021-10-071-0/+1
| | * | memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlashAndrew Gabbasov2021-09-281-2/+46
| | * | memory: renesas-rpc-if: Correct QSPI data transfer in Manual modeWolfram Sang2021-09-281-35/+78
| | |/
| * | memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probeDongliang Mu2021-10-071-7/+6
| * | memory: brcmstb_dpfe: Allow building Broadcom STB DPFE as moduleFlorian Fainelli2021-09-301-2/+2
| * | memory: samsung: describe drivers in KConfigKrzysztof Kozlowski2021-09-281-6/+7
| |/
* | Merge tag 'memory-controller-drv-mtk-5.16' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2021-10-111-247/+349
|\ \
| * | memory: mtk-smi: mt8195: Add initial setting for smi-larbYong Wu2021-09-221-1/+78
| * | memory: mtk-smi: mt8195: Add initial setting for smi-commonYong Wu2021-09-221-4/+38
| * | memory: mtk-smi: mt8195: Add smi supportYong Wu2021-09-221-0/+26
| * | memory: mtk-smi: Use devm_platform_ioremap_resourceYong Wu2021-09-221-8/+3
| * | memory: mtk-smi: Add clocks for smi-sub-commonYong Wu2021-09-221-2/+8
| * | memory: mtk-smi: Add device link for smi-sub-commonYong Wu2021-09-221-24/+51
| * | memory: mtk-smi: Add error handle for smi_probeYong Wu2021-09-221-1/+9
| * | memory: mtk-smi: Adjust some code positionYong Wu2021-09-221-113/+75
| * | memory: mtk-smi: Rename smi_gen to smi_typeYong Wu2021-09-221-14/+14
| * | memory: mtk-smi: Use clk_bulk clock opsYong Wu2021-09-221-88/+55
| |/
* | Merge tag 'memory-controller-drv-tegra-5.16' of git://git.kernel.org/pub/scm/...Arnd Bergmann2021-10-115-19/+23
|\ \
| * | memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE withKai Song2021-10-071-1/+1
| * | memory: tegra186-emc: Fix error return code in tegra186_emc_probe()Yang Yingliang2021-10-071-0/+1
| * | memory: tegra: Make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-09-241-4/+2
| * | memory: tegra186-emc: Handle errors in BPMP responseMikko Perttunen2021-09-201-0/+4
| * | memory: tegra: Remove interconnect state syncing hackDmitry Osipenko2021-09-201-9/+10
| * | memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jing Yangyang2021-09-151-2/+2
| * | memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTR...jing yangyang2021-09-151-2/+2
| * | memory: tegra: make the array list static const, makes object smallerColin Ian King2021-09-151-1/+1
| |/
* | Merge tag 'tegra-for-5.16-cpuidle' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2021-10-112-1/+4
|\ \
| * | cpuidle: tegra: Check whether PMC is readyDmitry Osipenko2021-10-051-0/+3
| * | cpuidle: tegra: Enable compile testingDmitry Osipenko2021-10-051-1/+1
| |/
* | Merge tag 'tegra-for-5.16-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2021-10-113-6/+103
|\ \
| * | soc/tegra: pmc: Use devm_platform_ioremap_resource()Cai Huoqing2021-10-081-2/+1
| * | soc/tegra: Add Tegra186 ARI driverMikko Perttunen2021-10-082-0/+81