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
/
macintosh
/
macio_asic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
dma-mapping: clearly mark DMA ops as an architecture feature
Christoph Hellwig
1
-2
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-02-14
powerpc: pmac: make macio_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2023-08-28
macintosh: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-01-27
of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
1
-1
/
+6
2022-11-24
macintosh: fix possible memory leak in macio_add_one_device()
Yang Yingliang
1
-1
/
+1
2022-05-11
macintosh: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-1
/
+2
2022-05-04
macintosh: Use for_each_child_of_node() macro
Zou Wei
1
-3
/
+3
2022-02-02
macintosh: macio_asic: remove useless cast for driver.name
Corentin Labbe
1
-1
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-12-22
macintosh: Use of_node_name_{eq, prefix} for node name comparisons
Rob Herring
1
-18
/
+15
2018-11-26
macintosh: Use device_type helpers to access the node type
Rob Herring
1
-2
/
+2
2018-10-03
macintosh: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-3
/
+5
2018-02-13
powerpc/macio: set a proper dma_coherent_mask
Christoph Hellwig
1
-0
/
+1
2017-06-09
macintosh: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
1
-2
/
+2
2017-03-10
powerpc/pmac: Fix crash in dma-mapping.h with NULL dma_ops
Larry Finger
1
-0
/
+1
2016-09-20
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
1
-2
/
+2
2016-02-06
PCI: Remove includes of asm/pci-bridge.h
Bjorn Helgaas
1
-1
/
+0
2013-10-10
drivers: clean-up prom.h implicit includes
Rob Herring
1
-0
/
+2
2013-01-04
Drivers: macintosh: remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-10-05
sections: fix section conflicts in drivers/macintosh
Andi Kleen
1
-1
/
+1
2012-02-02
drivercore: Output common devicetree information in uevent
Grant Likely
1
-1
/
+1
2010-11-29
powerpc/macio: Ensure all dma routines get copied over
Nishanth Aravamudan
1
-4
/
+3
2010-06-02
powerpc/macio: Fix probing of macio devices by using the right of match table
Benjamin Herrenschmidt
1
-1
/
+0
2010-06-02
powerpc/macio: Don't dereference pointer before null check
Andreas Schwab
1
-3
/
+4
2010-05-22
of: change of_match_device to work with struct device
Grant Likely
1
-3
/
+2
2010-05-22
drivercore: Add of_match_table to the common device drivers
Grant Likely
1
-3
/
+2
2010-05-22
arch/powerpc: Move dma_mask from of_device into pdev_archdata
Grant Likely
1
-2
/
+2
2010-05-19
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-8
/
+8
2009-12-08
powerpc/macio: Add dma_parms support to macio
Benjamin Herrenschmidt
1
-0
/
+5
2009-12-08
powerpc/macio: Add devres support to macio_device
Benjamin Herrenschmidt
1
-0
/
+47
2009-08-20
powerpc/macio: Don't the address of an array element before boundchecking
roel kluin
1
-2
/
+4
2009-06-26
powerpc/pmac: Fix DMA ops for MacIO devices
Benjamin Herrenschmidt
1
-0
/
+11
2009-01-06
macintosh: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-12
/
+12
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-04-27
[POWERPC] Rename get_property to of_get_property: partial drivers
Stephen Rothwell
1
-1
/
+1
2007-04-26
Revert "[POWERPC] Rename get_property to of_get_property: drivers"
Paul Mackerras
1
-1
/
+1
2007-04-12
[POWERPC] Rename get_property to of_get_property: drivers
Stephen Rothwell
1
-1
/
+1
2007-04-12
[POWERPC] powermac: Use the new of_device common uevent handler
Sylvain Munaut
1
-97
/
+1
2006-08-01
Merge branch 'merge'
Paul Mackerras
1
-1
/
+1
2006-07-31
[POWERPC] powermac: Constify & voidify get_property()
Jeremy Kerr
1
-4
/
+6
2006-07-11
[PATCH] powerpc: fix trigger handling in the new irq code
Benjamin Herrenschmidt
1
-1
/
+1
2006-07-03
[POWERPC] Add new interrupt mapping core and change platforms to use it
Benjamin Herrenschmidt
1
-49
/
+103
2006-07-02
[PATCH] powermac: Fix some 64b resource damage
Benjamin Herrenschmidt
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in misc drivers
Greg Kroah-Hartman
1
-2
/
+2
2006-03-23
[PATCH] macintosh: tidy-up driver_register() return values
Bjorn Helgaas
1
-4
/
+1
[next]