summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
10 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-6/+6
11 daysMerge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+97
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-7/+39
2024-04-30Merge tag 'arm-soc/for-6.10/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann1-0/+1
2024-04-29Merge tag 'drivers-ti-sysc-for-v6.10-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann1-131/+34
2024-04-25bus: mhi: host: pci_generic: Add generic edl_trigger to allow devices to ente...Qiang Yu1-0/+45
2024-04-25bus: mhi: host: Add a new API for getting channel doorbell offsetQiang Yu2-5/+19
2024-04-25bus: mhi: host: Add sysfs entry to force device to enter EDLQiang Yu1-0/+33
2024-04-25bus: stm32_firewall: fix off by one in stm32_firewall_get_firewall()Dan Carpenter1-1/+1
2024-04-25bus: etzpc: introduce ETZPC firewall controller driverGatien Chevallier2-1/+142
2024-04-25bus: ti-sysc: Drop legacy idle quirk handlingTony Lindgren1-107/+2
2024-04-25bus: ti-sysc: Drop legacy quirk handling for smartreflexTony Lindgren1-4/+2
2024-04-25bus: ti-sysc: Drop legacy quirk handling for uartsTony Lindgren1-13/+11
2024-04-25bus: ti-sysc: Add a description and copyrightsTony Lindgren1-0/+11
2024-04-25bus: ti-sysc: Move check for no-reset-on-initTony Lindgren1-7/+8
2024-04-24bus: rifsc: introduce RIFSC firewall controller driverGatien Chevallier2-1/+253
2024-04-10bus: brcmstb_gisb: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-04-05firewall: introduce stm32_firewall frameworkGatien Chevallier4-0/+388
2024-04-01bus: mhi: host: Add mhi_power_down_keep_dev() API to support system suspend/h...Baochen Qiang2-7/+39
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-106/+427
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-47/+49
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-2/+1
2024-03-12bus: ts-nbus: Improve error reportingUwe Kleine-König1-38/+28
2024-03-12bus: ts-nbus: Convert to atomic pwm APIUwe Kleine-König1-10/+7
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+6
2024-03-11Merge tag 'arm-soc/for-6.9/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann1-0/+15
2024-03-04Merge tag 'omap-for-v6.9/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-1/+1
2024-03-04Merge tag 'sunxi-drivers-for-6.9-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-2/+2
2024-03-04bus: bt1-apb: Remove duplicate includeJiapeng Chong1-1/+0
2024-02-28bus: ti-sysc: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-26bus: mhi: host: pci_generic: constify modem_telit_fn980_hw_v1_configJeff Johnson1-1/+1
2024-02-22bus: mhi: host: Change the trace string for the userspace tools mappingKrishna chaitanya chundru2-2/+4
2024-02-21bus: mhi: ep: check the correct variable in mhi_ep_register_controller()Dan Carpenter1-1/+1
2024-02-21Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo2-18/+0
2024-02-20mips: bus: make mips_cdmm_bustype constRicardo B. Marliere1-1/+1
2024-02-16bus: tegra-aconnect: Update dependency to ARCH_TEGRAPeter Robinson1-2/+3
2024-02-11bus: sunxi-rsb: make sunxi_rsb_bus constRicardo B. Marliere1-2/+2
2024-02-06bus: mhi: host: Add tracing supportKrishna chaitanya chundru6-65/+384
2024-02-06bus: imx-weim: fix valid range checkLucas Stach1-1/+1
2024-02-03bus: mhi: ep: Use kcalloc() instead of kzalloc()Erick Archer1-2/+3
2024-01-30bus: mhi: host: Read PK HASH dynamicallyJeffrey Hugo2-14/+13
2024-01-30bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL stateJeffrey Hugo3-6/+24
2024-01-29bus: brcmstb_gisb: Added support for 74165 register layoutFlorian Fainelli1-0/+15
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-166/+370
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-64/+41
2024-01-04moxtet: mark moxtet_bus_type as constGreg Kroah-Hartman1-1/+1
2023-12-22Merge tag 'mvebu-drivers-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-1/+8
2023-12-22Merge tag 'imx-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-4/+5
2023-12-16bus: mhi: host: Drop chan lock before queuing buffersQiang Yu1-0/+4
2023-12-16bus: mhi: host: Add spinlock to protect WP access when queueing TREsBhaumik Bhatt1-9/+13