summaryrefslogtreecommitdiffstats
path: root/drivers/bus
AgeCommit message (Expand)AuthorLines
2024-04-25bus: ti-sysc: Move check for no-reset-on-initTony Lindgren-7/+8
2024-04-24bus: rifsc: introduce RIFSC firewall controller driverGatien Chevallier-1/+253
2024-04-10bus: brcmstb_gisb: fix module autoloadingKrzysztof Kozlowski-0/+1
2024-04-05firewall: introduce stm32_firewall frameworkGatien Chevallier-0/+388
2024-04-01bus: mhi: host: Add mhi_power_down_keep_dev() API to support system suspend/h...Baochen Qiang-7/+39
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-106/+427
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-47/+49
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-2/+1
2024-03-12bus: ts-nbus: Improve error reportingUwe Kleine-König-38/+28
2024-03-12bus: ts-nbus: Convert to atomic pwm APIUwe Kleine-König-10/+7
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+6
2024-03-11Merge tag 'arm-soc/for-6.9/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann-0/+15
2024-03-04Merge tag 'omap-for-v6.9/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann-1/+1
2024-03-04Merge tag 'sunxi-drivers-for-6.9-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-2/+2
2024-03-04bus: bt1-apb: Remove duplicate includeJiapeng Chong-1/+0
2024-02-28bus: ti-sysc: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-02-26bus: mhi: host: pci_generic: constify modem_telit_fn980_hw_v1_configJeff Johnson-1/+1
2024-02-22bus: mhi: host: Change the trace string for the userspace tools mappingKrishna chaitanya chundru-2/+4
2024-02-21bus: mhi: ep: check the correct variable in mhi_ep_register_controller()Dan Carpenter-1/+1
2024-02-21Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo-18/+0
2024-02-20mips: bus: make mips_cdmm_bustype constRicardo B. Marliere-1/+1
2024-02-16bus: tegra-aconnect: Update dependency to ARCH_TEGRAPeter Robinson-2/+3
2024-02-11bus: sunxi-rsb: make sunxi_rsb_bus constRicardo B. Marliere-2/+2
2024-02-06bus: mhi: host: Add tracing supportKrishna chaitanya chundru-65/+384
2024-02-06bus: imx-weim: fix valid range checkLucas Stach-1/+1
2024-02-03bus: mhi: ep: Use kcalloc() instead of kzalloc()Erick Archer-2/+3
2024-01-30bus: mhi: host: Read PK HASH dynamicallyJeffrey Hugo-14/+13
2024-01-30bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL stateJeffrey Hugo-6/+24
2024-01-29bus: brcmstb_gisb: Added support for 74165 register layoutFlorian Fainelli-0/+15
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-166/+370
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-64/+41
2024-01-04moxtet: mark moxtet_bus_type as constGreg Kroah-Hartman-1/+1
2023-12-22Merge tag 'mvebu-drivers-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-1/+8
2023-12-22Merge tag 'imx-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-4/+5
2023-12-16bus: mhi: host: Drop chan lock before queuing buffersQiang Yu-0/+4
2023-12-16bus: mhi: host: Add spinlock to protect WP access when queueing TREsBhaumik Bhatt-9/+13
2023-12-15bus: moxtet: Add spi device tableSjoerd Simons-0/+7
2023-12-15bus: moxtet: Mark the irq as sharedSjoerd Simons-1/+1
2023-12-15bus: mhi: ep: Add checks for read/write callbacks while registering controllersManivannan Sadhasivam-0/+4
2023-12-15bus: mhi: ep: Add support for async DMA read operationManivannan Sadhasivam-73/+89
2023-12-15bus: mhi: ep: Add support for async DMA write operationManivannan Sadhasivam-20/+55
2023-12-14bus: mhi: ep: Rename read_from_host() and write_to_host() APIsManivannan Sadhasivam-6/+6
2023-12-14bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIsManivannan Sadhasivam-29/+35
2023-12-14bus: mhi: ep: Add support for interrupt moderation timerManivannan Sadhasivam-4/+40
2023-12-14bus: mhi: ep: Use slab allocator where applicableManivannan Sadhasivam-17/+49
2023-12-14bus: mhi: host: Add alignment check for event ring read pointerKrishna chaitanya chundru-1/+2
2023-12-14bus: mhi: host: pci_generic: Add SDX75 based modem supportQiang Yu-0/+22
2023-12-14bus: mhi: host: Add a separate timeout parameter for waiting readyQiang Yu-10/+22
2023-12-14bus: mhi: ep: Do not allocate event ring element on stackManivannan Sadhasivam-18/+50
2023-11-28bus: ts-nbus: Convert to platform remove callback returning voidUwe Kleine-König-4/+2