aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-271-3/+1
|\
| * of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-251-3/+1
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-256-12/+12
|\ \ | |/ |/|
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-036-12/+12
* | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-192-26/+110
|\ \
| * | bus: mhi: host: Allow controller drivers to specify name for the MHI controllerSlark Xiao2024-07-031-0/+1
| * | bus: mhi: host: Add support for Foxconn SDX72 modemsSlark Xiao2024-07-031-0/+43
| * | bus: mhi: host: pci_generic: Use unique 'mhi_pci_dev_info' for product familiesManivannan Sadhasivam2024-07-011-19/+59
| * | bus: mhi: ep: Do not allocate memory for MHI objects from DMA zoneManivannan Sadhasivam2024-06-201-7/+7
| |/
* | Merge tag 'soc-arm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2024-07-161-0/+1
|\ \
| * | bus: vexpress-config: Add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-201-0/+1
| |/
* | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-1/+1
|\ \
| * | bus: sunxi-rsb: Constify struct regmap_busJavier Carrasco2024-07-111-1/+1
| |/
* / bus: ts-nbus: Use pwm_apply_might_sleep()Sean Young2024-07-101-1/+1
|/
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-6/+6
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-223-5/+97
|\
| * bus: mhi: host: pci_generic: Add generic edl_trigger to allow devices to ente...Qiang Yu2024-04-251-0/+45
| * bus: mhi: host: Add a new API for getting channel doorbell offsetQiang Yu2024-04-252-5/+19
| * bus: mhi: host: Add sysfs entry to force device to enter EDLQiang Yu2024-04-251-0/+33
* | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-142-7/+39
|\|
| * bus: mhi: host: Add mhi_power_down_keep_dev() API to support system suspend/h...Baochen Qiang2024-04-012-7/+39
* | Merge tag 'arm-soc/for-6.10/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann2024-04-301-0/+1
|\ \
| * | bus: brcmstb_gisb: fix module autoloadingKrzysztof Kozlowski2024-04-101-0/+1
| |/
* | Merge tag 'drivers-ti-sysc-for-v6.10-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann2024-04-291-131/+34
|\ \
| * | bus: ti-sysc: Drop legacy idle quirk handlingTony Lindgren2024-04-251-107/+2
| * | bus: ti-sysc: Drop legacy quirk handling for smartreflexTony Lindgren2024-04-251-4/+2
| * | bus: ti-sysc: Drop legacy quirk handling for uartsTony Lindgren2024-04-251-13/+11
| * | bus: ti-sysc: Add a description and copyrightsTony Lindgren2024-04-251-0/+11
| * | bus: ti-sysc: Move check for no-reset-on-initTony Lindgren2024-04-251-7/+8
| |/
* | bus: stm32_firewall: fix off by one in stm32_firewall_get_firewall()Dan Carpenter2024-04-251-1/+1
* | bus: etzpc: introduce ETZPC firewall controller driverGatien Chevallier2024-04-252-1/+142
* | bus: rifsc: introduce RIFSC firewall controller driverGatien Chevallier2024-04-242-1/+253
* | firewall: introduce stm32_firewall frameworkGatien Chevallier2024-04-054-0/+388
|/
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-219-106/+427
|\
| * bus: mhi: host: pci_generic: constify modem_telit_fn980_hw_v1_configJeff Johnson2024-02-261-1/+1
| * bus: mhi: host: Change the trace string for the userspace tools mappingKrishna chaitanya chundru2024-02-222-2/+4
| * bus: mhi: ep: check the correct variable in mhi_ep_register_controller()Dan Carpenter2024-02-211-1/+1
| * Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo2024-02-212-18/+0
| * bus: mhi: host: Add tracing supportKrishna chaitanya chundru2024-02-066-65/+384
| * bus: mhi: ep: Use kcalloc() instead of kzalloc()Erick Archer2024-02-031-2/+3
| * bus: mhi: host: Read PK HASH dynamicallyJeffrey Hugo2024-01-302-14/+13
| * bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL stateJeffrey Hugo2024-01-303-6/+24
* | Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2024-03-192-47/+49
|\ \
| * | bus: ts-nbus: Improve error reportingUwe Kleine-König2024-03-121-38/+28
| * | bus: ts-nbus: Convert to atomic pwm APIUwe Kleine-König2024-03-121-10/+7
| * | Merge tag 'arm-soc/for-6.9/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2024-03-111-0/+15
| |\ \
| | * | bus: brcmstb_gisb: Added support for 74165 register layoutFlorian Fainelli2024-01-291-0/+15
| | |/
* | | Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-03-152-2/+1
|\ \ \
| * | | bus: bt1-apb: Remove duplicate includeJiapeng Chong2024-03-041-1/+0
| * | | mips: bus: make mips_cdmm_bustype constRicardo B. Marliere2024-02-201-1/+1
| | |/ | |/|