summaryrefslogtreecommitdiffstats
path: root/drivers/of/device.c
Commit message (Expand)AuthorAge
* of/device.c: fix the wrong commentsJojo Zeng2019-05-01
* Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-13
|\
| * Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-11-09
| |\
| | * of/device: Really only set bus DMA mask when appropriateRobin Murphy2018-11-08
* | | of: Use device_type helpers to access the node typeRob Herring2018-11-27
|/ /
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-26
|\|
| * of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-07
* | dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-08
|/
* OF: Don't set default coherent DMA maskRobin Murphy2018-07-27
* of/device: Set bus DMA mask as appropriateRobin Murphy2018-07-27
* drivers: remove force dma flag from busesChristoph Hellwig2018-05-03
* of: Use SPDX license tag for DT filesRob Herring2018-01-08
* drivers: flag buses which demand DMA configurationRobin Murphy2017-10-19
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-12
|\
| * of: restrict DMA configurationRobin Murphy2017-09-01
* | Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-07
|\ \ | |/ |/|
| * of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko2017-08-25
| * of/device: Fix of_device_get_modalias() buffer handlingBjorn Andersson2017-08-24
| * of/device: Prevent buffer overflow in of_device_modalias()Bjorn Andersson2017-08-24
| * of/device: use of_property_for_each_string to parse compatible stringsRob Herring2017-08-01
| * of: Convert to using %pOF instead of full_nameRob Herring2017-07-18
* | of: fix DMA mask generationRobin Murphy2017-08-17
|/
* iommu/of: Ignore all errors except EPROBE_DEFERSricharan R2017-05-30
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-09
|\
| * iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart2017-04-20
| * of: device: Fix overflow of coherent_dma_maskSricharan R2017-04-20
| * of: dma: Make of_dma_deconfigure() publicLaurent Pinchart2017-04-20
* | of: Add function for generating a DT modalias with a newlineRob Herring2017-03-22
* | of: fix of_device_get_modalias returned length when truncating buffersRob Herring2017-03-22
|/
* of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd2017-01-19
* of: device: Support loading a module with OF based modaliasStephen Boyd2017-01-19
* iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-09
* of: to support binding numa node to specified device in devicetreeZhen Lei2015-10-18
* of: add helper function to retrive match dataJoachim Eastwood2015-05-28
* of: Calculate device DMA masks based on DT dma-range sizeMurali Karicheri2015-03-12
* of: Fix size when dma-range is not usedMurali Karicheri2015-03-03
* of: Move of_dma_configure() to device.c to help re-useMurali Karicheri2015-03-03
* of: rename of_aliases_mutex to just of_mutexPantelis Antoniou2014-07-07
* platform: introduce OF style 'modalias' support for platform busZhang Rui2014-01-16
* of: Output devicetree alias names in ueventStepan Moskovchenko2013-02-06
* drivercore: Output common devicetree information in ueventGrant Likely2012-02-01
* dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-28
* of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-21
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-06
* of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-24
* of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-24
* of/device: Add OF style matching helper functionGrant Likely2010-07-05
* of: Modify of_device_get_modalias to be passed struct deviceGrant Likely2010-07-05
* of/device: merge of_device_ueventGrant Likely2010-07-05
* of: change of_match_device to work with struct deviceGrant Likely2010-05-22