Age | Commit message (Expand) | Author | Files | Lines |
2016-05-12 | PCI, of: Move PCI I/O space management to PCI core code | Tomasz Nowicki | 1 | -9/+0 |
2015-12-17 | of: fix declaration of of_io_request_and_map | Sudip Mukherjee | 1 | -11/+8 |
2015-11-11 | of: Provide static inline function for of_translate_address if needed | Guenter Roeck | 1 | -0/+7 |
2014-11-04 | of: Request and map make argument name constant | Matthias Brugger | 1 | -2/+2 |
2014-10-01 | of/pci: Fix the conversion of IO ranges into IO resources | Liviu Dudau | 1 | -6/+6 |
2014-09-30 | of/pci: Move of_pci_range_to_resource() to of/address.c | Liviu Dudau | 1 | -11/+9 |
2014-09-30 | of/pci: Add pci_register_io_range() and pci_pio_to_address() | Liviu Dudau | 1 | -0/+7 |
2014-07-23 | of: Provide a function to request and map memory | Matthias Brugger | 1 | -0/+11 |
2014-06-06 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 1 | -0/+14 |
2014-05-13 | of: kill off of_can_translate_address | Rob Herring | 1 | -1/+0 |
2014-05-06 | of: introduce of_dma_is_coherent() helper | Santosh Shilimkar | 1 | -0/+6 |
2014-05-06 | of: introduce of_dma_get_range() helper | Grygorii Strashko | 1 | -0/+8 |
2013-10-10 | of: move of_translate_dma_address to of_address.h | Rob Herring | 1 | -0/+4 |
2013-10-10 | of: move of_address_to_resource and of_iomap declarations from sparc | Rob Herring | 1 | -13/+17 |
2013-10-10 | of: implement pci_address_to_pio as weak function | Rob Herring | 1 | -4/+1 |
2013-05-20 | of/pci: Provide support for parsing PCI DT ranges property | Andrew Murray | 1 | -0/+48 |
2012-11-24 | of/address: sparc: Declare of_iomap as an extern function for sparc again | Andreas Larsson | 1 | -0/+2 |
2012-11-10 | of/address: sparc: Declare of_address_to_resource() as an extern function for... | Andreas Larsson | 1 | -0/+2 |
2012-10-18 | of/address: sparse fixes | Kim Phillips | 1 | -2/+2 |
2012-08-03 | of: Allow busses with #size-cells=0 | Stephen Warren | 1 | -0/+1 |
2012-02-16 | of/address: add empty static inlines for !CONFIG_OF | Grant Likely | 1 | -4/+29 |
2011-07-19 | dt: include linux/errno.h in linux/of_address.h | Grant Likely | 1 | -0/+1 |
2011-07-19 | of/address: Add of_find_matching_node_by_address helper | Grant Likely | 1 | -0/+4 |
2010-12-24 | of/address: use proper endianess in get_flags | Sebastian Andrzej Siewior | 1 | -3/+3 |
2010-08-01 | of/address: Clean up function declarations | Grant Likely | 1 | -0/+32 |
2010-07-06 | of/address: Merge all of the bus translation code | Grant Likely | 1 | -3/+1 |
2010-07-06 | of/address: merge of_address_to_resource() | Grant Likely | 1 | -0/+5 |
2010-07-06 | of/address: merge of_iomap() | Grant Likely | 1 | -0/+9 |