Age | Commit message (Expand) | Author | Files | Lines |
2023-08-22 | Merge tag 'omap-for-v6.6/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu... | Arnd Bergmann | 3 | -13/+16 |
2023-08-15 | bus: ti-sysc: Fix cast to enum warning | Tony Lindgren | 1 | -1/+1 |
2023-08-14 | Merge tag 'imx-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 1 | -1/+1 |
2023-08-12 | Merge tag 'sunxi-drivers-for-6.6-1' of https://git.kernel.org/pub/scm/linux/k... | Arnd Bergmann | 1 | -3/+1 |
2023-08-12 | Merge tag 'vexpress-updates-6.6' of git://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 1 | -3/+1 |
2023-08-12 | bus: Explicitly include correct DT includes | Rob Herring | 7 | -6/+6 |
2023-08-11 | bus: mhi: host: pci_generic: add support for Telit FE990 modem | Daniele Palmas | 1 | -0/+3 |
2023-08-11 | bus: mhi: host: remove unused-but-set parameter | Arnd Bergmann | 1 | -1/+0 |
2023-08-10 | bus: ti-sysc: Fix a build warning with W=1 for sysconfig | Tony Lindgren | 1 | -0/+1 |
2023-08-10 | bus: ti-sysc: Configure uart quirks for k3 SoC | Tony Lindgren | 1 | -0/+2 |
2023-08-10 | bus: ti-sysc: Build driver for TI K3 SoCs | Tony Lindgren | 1 | -1/+2 |
2023-08-10 | bus: ti-sysc: Fix build warning for 64-bit build | Tony Lindgren | 1 | -1/+1 |
2023-08-09 | bus: omap_l3_smx: identify timeout cause before rebooting | Sicelo A. Mhlongo | 1 | -11/+10 |
2023-08-08 | bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variant | Duke Xin (辛安文) | 1 | -0/+3 |
2023-08-04 | bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer | Kalle Valo | 1 | -9/+25 |
2023-08-02 | Merge branch 'omap-for-v6.5/ti-sysc' into omap-for-v6.5/fixes | Tony Lindgren | 1 | -0/+2 |
2023-07-31 | bus: sunxi-rsb: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2023-07-21 | bus: tegra-gmi: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2023-07-19 | bus: imx-weim: use devm_platform_ioremap_resource | Martin Kaiser | 1 | -1/+1 |
2023-07-13 | bus: vexpress-config: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2023-07-13 | bus: mhi: host: use vmalloc_array and vcalloc | Julia Lawall | 1 | -1/+1 |
2023-07-12 | bus: mhi: host: pci_generic: Add support for Dell DW5932e | Slark Xiao | 1 | -0/+6 |
2023-07-12 | bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modem | Duke Xin (辛安文) | 1 | -0/+13 |
2023-07-12 | bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem | Duke Xin (辛安文) | 1 | -0/+2 |
2023-07-12 | bus: mhi: host: pci_generic: Add support for IP_SW0 channels | Manivannan Sadhasivam | 1 | -4/+22 |
2023-07-12 | bus: mhi: host: Skip MHI reset if device is in RDDM | Qiang Yu | 1 | -0/+5 |
2023-07-06 | Merge tag 'soc-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2023-07-05 | bus: ixp4xx: fix IXP4XX_EXP_T1_MASK | Jonas Gorski | 1 | -1/+1 |
2023-07-03 | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+6 |
2023-06-27 | Merge tag 'soc-fsl-next-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Arnd Bergmann | 3 | -31/+23 |
2023-06-15 | bus: fsl-mc: don't assume child devices are all fsl-mc devices | Laurentiu Tudor | 1 | -0/+6 |
2023-06-14 | bus: ti-sysc: Flush posted write on enable before reset | Tony Lindgren | 1 | -0/+2 |
2023-06-09 | bus: fsl-mc: fsl-mc-allocator: Drop a write-only variable | Uwe Kleine-König | 1 | -4/+1 |
2023-06-09 | bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before use | Uwe Kleine-König | 1 | -2/+3 |
2023-05-31 | bus: fsl-mc: Make remove function return void | Uwe Kleine-König | 3 | -10/+5 |
2023-05-31 | bus: fsl-mc: fsl-mc-allocator: Improve error reporting | Uwe Kleine-König | 1 | -5/+13 |
2023-05-31 | bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong condition | Uwe Kleine-König | 1 | -6/+0 |
2023-05-31 | bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove() | Uwe Kleine-König | 1 | -5/+4 |
2023-05-31 | bus: fsl-mc: Only warn once about errors on device unbind | Uwe Kleine-König | 1 | -3/+1 |
2023-05-17 | bus: ti-sysc: Fix dispc quirk masking bool variables | Tony Lindgren | 1 | -2/+2 |
2023-04-28 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -7/+1 |
2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -35/+54 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -94/+22 |
2023-04-25 | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2023-04-25 | Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -53/+25 |
2023-04-21 | bus: tegra-gmi: Replace of_platform.h with explicit includes | Rob Herring | 1 | -1/+3 |
2023-04-19 | Merge tag 'mhi-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/man... | Greg Kroah-Hartman | 5 | -35/+54 |
2023-04-18 | bus: mvebu-mbus: Remove open coded "ranges" parsing | Rob Herring | 1 | -50/+8 |
2023-04-17 | Merge tag 'vexpress-update-6.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Arnd Bergmann | 1 | -1/+1 |