summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Merge tag 'tegra-for-6.2-memory-v2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+160
2022-11-23Merge tag 'tegra-for-6.2-clk-v2' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-3/+34
2022-11-23Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann6-141/+170
2022-11-23Merge tag 'tegra-for-6.2-soc-v2' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann9-424/+1073
2022-11-22Merge tag 'riscv-soc-for-v6.2-mw0' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-8/+25
2022-11-21Merge tag 'memory-controller-drv-6.2-2' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-13/+109
2022-11-21Merge tag 'imx-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann3-3/+12
2022-11-21Merge tag 'renesas-drivers-for-v6.2-tag2' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+22
2022-11-21Merge tag 'optee-for-6.2' of https://git.linaro.org/people/jens.wiklander/lin...Arnd Bergmann1-2/+2
2022-11-21memory: tegra: Add DLA clients for Tegra234Jon Hunter1-0/+160
2022-11-21memory: tegra186-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-11-21memory: tegra210-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-11-21memory: tegra30-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-11-21memory: tegra20-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-11-19clk: tegra: Support BPMP-FW ABI deny flagsPeter De Schrijver1-3/+34
2022-11-18firmware: tegra: Remove surplus dev_err() when using platform_get_irq_byname()Yang Li1-6/+2
2022-11-18soc/tegra: cbb: Remove redundant dev_err callShang XiaoJing1-3/+1
2022-11-18soc/tegra: cbb: Use DEFINE_SHOW_ATTRIBUTE to simplify tegra_cbb_errLiu Shixin1-12/+1
2022-11-17soc: renesas: Identify RZ/V2M SoCPhil Edworthy1-0/+22
2022-11-14soc: loongson: add GUTS driver for loongson-2 platformsYinbo Zhu5-0/+218
2022-11-14Merge tag 'renesas-drivers-for-v6.2-tag1' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+2
2022-11-11soc/tegra: cbb: Check firewall before enabling error reportingSumit Gupta1-2/+81
2022-11-11soc/tegra: cbb: Add checks for potential out of bound errorsSumit Gupta1-2/+40
2022-11-11soc/tegra: cbb: Update slave maps for Tegra234Sumit Gupta1-21/+13
2022-11-11soc/tegra: cbb: Use correct master_id mask for CBB NOC in Tegra194Sumit Gupta2-14/+13
2022-11-11soc/tegra: fuse: Use platform info with SoC revisionKartik2-2/+21
2022-11-10memory: omap-gpmc: fix coverity issue "Control flow issues"Benedikt Niedermayr1-1/+1
2022-11-10soc/tegra: pmc: Process wake events during resumePetlozu Pravareshwar1-0/+41
2022-11-10soc/tegra: pmc: Fix dual edge triggered wakesPetlozu Pravareshwar1-5/+176
2022-11-10soc/tegra: pmc: Add I/O pad table for Tegra234Petlozu Pravareshwar1-253/+403
2022-11-10soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init()Yang Yingliang1-4/+11
2022-11-10soc: sifive: ccache: fix missing free_irq() in error path in sifive_ccache_in...Yang Yingliang1-1/+4
2022-11-10soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()Yang Yingliang1-4/+11
2022-11-03Merge tag 'memory-controller-drv-6.2' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann5-63/+19
2022-11-02memory: omap-gpmc: wait pin additionsBenedikt Niedermayr1-13/+109
2022-11-01soc: fsl: qe: Avoid using gpio_to_desc()Linus Walleij1-36/+30
2022-10-29soc: imx: gpcv2: add GENPD_FLAG_ACTIVE_WAKEUP flag for usb of imx8mm/nLi Jun1-0/+3
2022-10-24soc/tegra: fuse: Add nvmem keepout listKartik3-0/+42
2022-10-24soc/tegra: fuse: Use SoC specific nvmem cellsKartik3-111/+241
2022-10-24soc/tegra: pmc: Select IRQ_DOMAIN_HIERARCHYPetlozu Pravareshwar1-0/+1
2022-10-24firmware: tegra: bpmp: Do not support big-endianThierry Reding2-24/+20
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersThierry Reding5-101/+138
2022-10-24firmware: tegra: bpmp: Prefer u32 over uint32_tThierry Reding1-20/+20
2022-10-24firmware: imx: scu-pd: add missed USB_1_PHY pdFrank Li1-0/+1
2022-10-23Revert "mfd: syscon: Remove repetition of the regmap_get_val_endian()"Jason A. Donenfeld1-0/+8
2022-10-23Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+41
2022-10-23soc: imx: imx8m-blk-ctrl: Defer probe if 'bus' genpd is not yet readyBenjamin Gaignard1-3/+8
2022-10-23Merge tag 'hwmon-for-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+6
2022-10-23Merge tag 'i2c-for-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-16/+12
2022-10-23Merge tag 'pci-v6.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+8