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
/
of
/
address.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
of/address: Support multiple 'dma-ranges' entries
Rob Herring
2020-02-14
1
-4
/
+24
*
of/address: use range parser for of_dma_get_range
Rob Herring
2020-02-14
1
-25
/
+13
*
of/address: Rework of_pci_range parsing for non-PCI buses
Rob Herring
2020-02-14
1
-12
/
+21
*
of: Drop struct of_pci_range.pci_space field
Rob Herring
2020-02-14
1
-1
/
+0
*
of/address: Move range parser code out of CONFIG_PCI
Rob Herring
2020-02-13
1
-106
/
+109
*
of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc
Michael Ellerman
2020-01-28
1
-1
/
+5
*
of: Make of_dma_get_range() work on bus nodes
Robin Murphy
2019-10-09
1
-26
/
+18
*
of/address: Fix of_pci_range_parser_one translation of DMA addresses
Rob Herring
2019-10-08
1
-3
/
+12
*
of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'
Rob Herring
2019-10-08
1
-1
/
+5
*
of: Factor out #{addr,size}-cells parsing
Robin Murphy
2019-10-08
1
-0
/
+2
*
of: address: Follow DMA parent for "dma-coherent"
Robin Murphy
2019-10-08
1
-1
/
+1
*
of/address: Introduce of_get_next_dma_parent() helper
Robin Murphy
2019-10-08
1
-0
/
+10
*
of: address: Report of_dma_get_range() errors meaningfully
Robin Murphy
2019-10-08
1
-2
/
+2
*
of: Make of_dma_get_range() private
Rob Herring
2019-10-08
1
-1
/
+0
*
of: Remove unused of_find_matching_node_by_address()
Rob Herring
2019-10-08
1
-19
/
+0
*
of: address: Add support for the parent DMA bus
Maxime Ripard
2019-04-10
1
-2
/
+26
*
of: address: Retrieve a parent through a callback in __of_translate_address
Maxime Ripard
2019-04-10
1
-5
/
+9
*
of: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-05
1
-1
/
+1
*
of: Use device_type helpers to access the node type
Rob Herring
2018-11-27
1
-2
/
+2
*
drivers/of: Make of_io_request_and_map() "name" argument optional
Benjamin Herrenschmidt
2018-07-10
1
-2
/
+4
*
of: Add missing I/O range exception for indirect-IO devices
Zhichang Yuan
2018-04-04
1
-16
/
+76
*
PCI: Add fwnode handler as input param of pci_register_io_range()
Gabriele Paoloni
2018-04-04
1
-1
/
+3
*
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-02-06
1
-5
/
+4
|
\
|
*
Merge remote-tracking branch 'lorenzo/pci/tegra' into next
Bjorn Helgaas
2018-02-01
1
-0
/
+1
|
|
\
|
|
*
of: Export of_pci_range_to_resource()
Manikanta Maddireddy
2018-01-15
1
-0
/
+1
|
*
|
PCI: Move OF-related PCI functions into PCI core
Rob Herring
2018-01-17
1
-5
/
+3
|
|
/
*
/
of: Use SPDX license tag for DT files
Rob Herring
2018-01-08
1
-1
/
+1
|
/
*
of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing support
Marc Gonzalez
2017-10-05
1
-3
/
+16
*
of: remove unused pci_space variable from address.c
Shawn Lin
2017-07-21
1
-2
/
+1
*
of: Convert to using %pOF instead of full_name
Rob Herring
2017-07-18
1
-11
/
+10
*
of: address.c header comment typo
Frank Rowand
2017-06-22
1
-1
/
+1
*
of: fix sparse warning in of_pci_range_parser_one
Rob Herring
2017-05-04
1
-1
/
+1
*
of: use pr_fmt prefix for all console printing
Rob Herring
2016-07-18
1
-24
/
+25
*
PCI, of: Move PCI I/O space management to PCI core code
Tomasz Nowicki
2016-05-12
1
-115
/
+1
*
Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-01-14
1
-1
/
+1
|
\
|
*
of/address: replace printk(KERN_ERR ...) with pr_err(...)
Masahiro Yamada
2015-12-09
1
-1
/
+1
*
|
of/address: fix typo in comment block of of_translate_one()
Masahiro Yamada
2015-11-30
1
-2
/
+3
|
/
*
PCI: of: Add 64-bit address recognition without LPAE support
Pavel Fedin
2015-10-13
1
-0
/
+6
*
of/address: Don't loop forever in of_find_matching_node_by_address().
David Daney
2015-08-25
1
-3
/
+3
*
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-07-01
1
-1
/
+1
|
\
|
*
of/address: use atomic allocation in pci_register_io_range()
Jingoo Han
2015-06-23
1
-1
/
+1
*
|
of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O port
Zhichang Yuan
2015-05-16
1
-1
/
+1
|
/
*
drivers/of: Add empty ranges quirk for PA-Semi
Benjamin Herrenschmidt
2015-03-27
1
-3
/
+8
*
Merge tag 'v3.18-rc6' into devicetree/next
Grant Likely
2014-11-24
1
-3
/
+16
|
\
|
*
of/base: Fix PowerPC address parsing hack
Benjamin Herrenschmidt
2014-11-18
1
-3
/
+16
*
|
of/address: Don't throw errors on absent ranges properties
Benjamin Herrenschmidt
2014-11-18
1
-1
/
+1
*
|
of: Request and map make argument name constant
Matthias Brugger
2014-11-04
1
-1
/
+1
|
/
*
of/pci: Fix the conversion of IO ranges into IO resources
Liviu Dudau
2014-09-30
1
-4
/
+40
*
of/pci: Move of_pci_range_to_resource() to of/address.c
Liviu Dudau
2014-09-30
1
-0
/
+9
*
of/pci: Add pci_register_io_range() and pci_pio_to_address()
Liviu Dudau
2014-09-30
1
-0
/
+109
[next]