index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
fsl-mc
/
fsl-mc-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
bus: fsl-mc: make fsl_mc_bus_type const
Kunwu Chan
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-11-16
bus: fsl-mc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-10
/
+3
2023-11-16
bus: fsl-mc: Drop if block with always false condition
Uwe Kleine-König
1
-3
/
+0
2023-08-31
Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-0
/
+1
2023-08-29
bus: fsl-mc: Use common ranges functions
Rob Herring
1
-77
/
+13
2023-08-12
bus: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2023-05-31
bus: fsl-mc: Make remove function return void
Uwe Kleine-König
1
-4
/
+1
2023-05-31
bus: fsl-mc: Only warn once about errors on device unbind
Uwe Kleine-König
1
-3
/
+1
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-3
/
+3
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-24
bus: fsl-mc: Remove linux/msi.h includes
Thomas Gleixner
1
-1
/
+0
2022-06-10
bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()
Shin'ichiro Kawasaki
1
-3
/
+3
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-21
/
+4
2022-04-28
bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
Lu Baolu
1
-2
/
+22
2022-04-22
fsl-mc: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
1
-21
/
+4
2021-09-01
Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-17
/
+117
2021-08-04
bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface ID
Ioana Ciornei
1
-1
/
+3
2021-07-21
bus: fsl-mc: fix mmio base address for child DPRCs
Laurentiu Tudor
1
-2
/
+22
2021-07-21
bus: fsl-mc: rescan devices if endpoint not found
Laurentiu Tudor
1
-2
/
+20
2021-07-21
bus: fsl-mc: pause the MC firmware when unloading
Laurentiu Tudor
1
-0
/
+10
2021-07-21
bus: fsl-mc: pause the MC firmware before IOMMU setup
Laurentiu Tudor
1
-1
/
+43
2021-07-21
bus: fsl-mc: add .shutdown() op for the bus driver
Laurentiu Tudor
1
-0
/
+6
2021-07-21
bus: fsl-mc: fully resume the firmware
Laurentiu Tudor
1
-1
/
+3
2021-07-21
bus: fsl-mc: handle DMA config deferral in ACPI case
Laurentiu Tudor
1
-11
/
+13
2021-07-21
bus: fsl-mc: fix arg in call to dprc_scan_objects()
Laurentiu Tudor
1
-1
/
+1
2021-06-17
bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers ...
Lee Jones
1
-9
/
+10
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+103
2021-02-09
bus: fsl-mc: add the dpdbg device type
Ioana Ciornei
1
-0
/
+6
2021-01-27
bus: fsl-mc: add autorescan sysfs
Ioana Ciornei
1
-0
/
+55
2021-01-27
bus: fsl-mc: add bus rescan attribute
Ioana Ciornei
1
-0
/
+41
2021-01-10
bus: fsl-mc: return -EPROBE_DEFER when a device is not yet discovered
Ioana Ciornei
1
-0
/
+9
2021-01-07
bus: fsl-mc: add missing __iomem attribute
Laurentiu Tudor
1
-1
/
+1
2020-12-09
bus: fsl-mc: make sure MC firmware is up and running
Laurentiu Tudor
1
-12
/
+30
2020-12-09
bus: fsl-mc: add back accidentally dropped error check
Laurentiu Tudor
1
-1
/
+4
2020-10-02
bus/fsl-mc: Extend ICID size from 16bit to 32bit
Bharat Bhushan
1
-1
/
+1
2020-10-02
bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple ent...
Diana Craciun
1
-0
/
+1
2020-10-02
bus/fsl-mc: Set the QMAN/BMAN region flags
Diana Craciun
1
-5
/
+2
2020-10-02
bus/fsl-mc: add support for 'driver_override' in the mc-bus
Bharat Bhushan
1
-0
/
+54
2020-10-02
bus: fsl-mc: MC control registers are not always available
Laurentiu Tudor
1
-4
/
+4
2020-10-02
bus: fsl-mc: don't assume an iommu is always present
Laurentiu Tudor
1
-3
/
+0
2020-08-05
Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+30
2020-07-28
bus: fsl-mc: Add ACPI support for fsl-mc
Makarand Pawagi
1
-18
/
+55
2020-07-28
bus/fsl-mc: Refactor the MSI domain creation in the DPRC driver
Diana Craciun
1
-2
/
+2
2020-07-28
of/device: Add input id to of_dma_configure()
Lorenzo Pieralisi
1
-1
/
+3
2020-07-23
bus: fsl-mc: add missing device types
Ioana Ciornei
1
-0
/
+30
2020-03-30
bus: fsl-mc: add api to retrieve mc version
Andrei Botila
1
-16
/
+17
2020-01-14
bus: fsl-mc: properly empty-initialize structure
Ioana Ciornei
1
-3
/
+3
2019-11-01
bus: fsl-mc: add the fsl_mc_get_endpoint function
Ioana Ciornei
1
-0
/
+33
2019-11-01
bus: fsl-mc: export device types present on the bus
Ioana Ciornei
1
-0
/
+10
[next]