index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
fsl-mc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-07-03
1
-0
/
+6
|
\
|
*
bus: fsl-mc: don't assume child devices are all fsl-mc devices
Laurentiu Tudor
2023-06-15
1
-0
/
+6
*
|
bus: fsl-mc: fsl-mc-allocator: Drop a write-only variable
Uwe Kleine-König
2023-06-08
1
-4
/
+1
*
|
bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before use
Uwe Kleine-König
2023-06-08
1
-2
/
+3
*
|
bus: fsl-mc: Make remove function return void
Uwe Kleine-König
2023-05-30
3
-10
/
+5
*
|
bus: fsl-mc: fsl-mc-allocator: Improve error reporting
Uwe Kleine-König
2023-05-30
1
-5
/
+13
*
|
bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong condition
Uwe Kleine-König
2023-05-30
1
-6
/
+0
*
|
bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove()
Uwe Kleine-König
2023-05-30
1
-5
/
+4
*
|
bus: fsl-mc: Only warn once about errors on device unbind
Uwe Kleine-König
2023-05-30
1
-3
/
+1
|
/
*
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
1
-3
/
+3
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-2
/
+2
*
bus: fsl-mc-msi: Switch to domain id aware interfaces
Thomas Gleixner
2022-12-05
1
-22
/
+3
*
bus: fsl-mc: Remove linux/msi.h includes
Thomas Gleixner
2022-11-23
2
-2
/
+0
*
genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
Thomas Gleixner
2022-11-17
1
-1
/
+1
*
bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()
Shin'ichiro Kawasaki
2022-06-10
1
-3
/
+3
*
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
1
-21
/
+4
|
\
|
*
Merge 5.18-rc5 into driver-core-next
Greg Kroah-Hartman
2022-05-02
1
-1
/
+5
|
|
\
|
*
|
fsl-mc: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
2022-04-22
1
-21
/
+4
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...
Joerg Roedel
2022-05-20
2
-3
/
+27
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
|
*
bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
Lu Baolu
2022-04-28
1
-2
/
+22
|
|
/
|
/
|
|
*
bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()
Shin'ichiro Kawasaki
2022-04-27
1
-1
/
+5
|
/
*
bus: fsl-mc-msi: Simplify MSI descriptor handling
Thomas Gleixner
2021-12-16
1
-57
/
+4
*
bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
Thomas Gleixner
2021-12-16
3
-14
/
+9
*
bus: fsl-mc-msi: Use msi_desc::msi_index
Thomas Gleixner
2021-12-16
2
-4
/
+4
*
bus: fsl-mc-msi: Allocate MSI device data on first use
Thomas Gleixner
2021-12-16
1
-6
/
+8
*
bus/fsl-mc: Add generic implementation for open/reset/close commands
Diana Craciun
2021-09-28
3
-5
/
+140
*
Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-01
1
-17
/
+117
|
\
|
*
bus: fsl-mc: fix mmio base address for child DPRCs
Laurentiu Tudor
2021-07-21
1
-2
/
+22
|
*
bus: fsl-mc: rescan devices if endpoint not found
Laurentiu Tudor
2021-07-21
1
-2
/
+20
|
*
bus: fsl-mc: pause the MC firmware when unloading
Laurentiu Tudor
2021-07-21
1
-0
/
+10
|
*
bus: fsl-mc: pause the MC firmware before IOMMU setup
Laurentiu Tudor
2021-07-21
1
-1
/
+43
|
*
bus: fsl-mc: add .shutdown() op for the bus driver
Laurentiu Tudor
2021-07-21
1
-0
/
+6
|
*
bus: fsl-mc: fully resume the firmware
Laurentiu Tudor
2021-07-21
1
-1
/
+3
|
*
bus: fsl-mc: handle DMA config deferral in ACPI case
Laurentiu Tudor
2021-07-21
1
-11
/
+13
|
*
bus: fsl-mc: fix arg in call to dprc_scan_objects()
Laurentiu Tudor
2021-07-21
1
-1
/
+1
*
|
bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface ID
Ioana Ciornei
2021-08-04
1
-1
/
+3
|
/
*
bus: fsl-mc: mc-io: Correct misdocumentation of 'dpmcp_dev' param
Lee Jones
2021-06-17
1
-1
/
+1
*
bus: fsl-mc-msi: Fix a little doc-rot pertaining to 'np' to 'fwnode' conversion
Lee Jones
2021-06-17
1
-1
/
+1
*
bus: fsl-mc: fsl-mc-allocator: Fix misspelling of 'new_mc_adev' and demote no...
Lee Jones
2021-06-17
1
-5
/
+5
*
bus: fsl-mc: dprc-driver: Fix some missing/incorrect function parameter descr...
Lee Jones
2021-06-17
1
-3
/
+5
*
bus: fsl-mc: dprc: Fix a couple of misspelling and formatting issues
Lee Jones
2021-06-17
1
-2
/
+2
*
bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers ...
Lee Jones
2021-06-17
1
-9
/
+10
*
bus: fsl-mc: mc-sys: Supply missing function names in kernel-doc headers
Lee Jones
2021-06-17
1
-9
/
+10
*
bus: fsl-mc: mc-io: Supply function names for 'fsl_create_mc_io()' and 'fsl_d...
Lee Jones
2021-06-17
1
-2
/
+2
*
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-24
7
-6
/
+789
|
\
|
*
bus: fsl-mc: list more commands as accepted through the ioctl
Ioana Ciornei
2021-02-09
1
-0
/
+50
|
*
bus: fsl-mc: add the dpdbg device type
Ioana Ciornei
2021-02-09
1
-0
/
+6
|
*
bus: fsl-mc: Fix test for end of loop
Dan Carpenter
2021-02-09
1
-1
/
+1
|
*
bus: fsl-mc: add autorescan sysfs
Ioana Ciornei
2021-01-27
3
-2
/
+75
|
*
bus: fsl-mc: add bus rescan attribute
Ioana Ciornei
2021-01-27
3
-2
/
+46
[next]