summaryrefslogtreecommitdiffstats
path: root/drivers/of/device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-071-44/+31
|\
| * of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko2017-08-251-1/+1
| * of/device: Fix of_device_get_modalias() buffer handlingBjorn Andersson2017-08-241-5/+10
| * of/device: Prevent buffer overflow in of_device_modalias()Bjorn Andersson2017-08-241-0/+2
| * of/device: use of_property_for_each_string to parse compatible stringsRob Herring2017-08-011-43/+23
| * of: Convert to using %pOF instead of full_nameRob Herring2017-07-181-1/+1
* | of: fix DMA mask generationRobin Murphy2017-08-171-4/+4
|/
* iommu/of: Ignore all errors except EPROBE_DEFERSricharan R2017-05-301-2/+2
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-091-3/+20
|\
| * iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart2017-04-201-2/+7
| * of: device: Fix overflow of coherent_dma_maskSricharan R2017-04-201-1/+1
| * of: dma: Make of_dma_deconfigure() publicLaurent Pinchart2017-04-201-0/+12
* | of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-2/+16
* | of: fix of_device_get_modalias returned length when truncating buffersRob Herring2017-03-221-1/+1
|/
* of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd2017-01-201-0/+2
* of: device: Support loading a module with OF based modaliasStephen Boyd2017-01-201-0/+23
* iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-091-1/+1
* of: to support binding numa node to specified device in devicetreeZhen Lei2015-10-171-5/+6
* of: add helper function to retrive match dataJoachim Eastwood2015-05-281-0/+12
* of: Calculate device DMA masks based on DT dma-range sizeMurali Karicheri2015-03-121-3/+13
* of: Fix size when dma-range is not usedMurali Karicheri2015-03-031-1/+16
* of: Move of_dma_configure() to device.c to help re-useMurali Karicheri2015-03-031-0/+59
* of: rename of_aliases_mutex to just of_mutexPantelis Antoniou2014-07-071-2/+2
* platform: introduce OF style 'modalias' support for platform busZhang Rui2014-01-171-0/+3
* of: Output devicetree alias names in ueventStepan Moskovchenko2013-02-061-0/+13
* drivercore: Output common devicetree information in ueventGrant Likely2012-02-011-14/+16
* dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-281-34/+0
* of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-211-20/+7
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-1/+1
* of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-241-11/+11
* of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-241-0/+5
* of/device: Add OF style matching helper functionGrant Likely2010-07-051-1/+1
* of: Modify of_device_get_modalias to be passed struct deviceGrant Likely2010-07-051-10/+6
* of/device: merge of_device_ueventGrant Likely2010-07-051-0/+48
* of: change of_match_device to work with struct deviceGrant Likely2010-05-221-5/+4
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-10/+10
* OF-device: Don't overwrite numa_node in device registrationJeremy Kerr2008-10-311-1/+10
* powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devicesJoachim Fenkes2008-08-201-0/+10
* [POWERPC] Move of_device_get_modalias to drivers/ofStephen Rothwell2008-05-161-0/+48
* [POWERPC] Create modalias file in sysfs for of_platform busOlaf Hering2008-05-141-16/+20
* [POWERPC] Add of_find_matching_node() helper functionGrant Likely2008-01-171-29/+0
* Begin consolidation of of_device.hStephen Rothwell2007-07-201-1/+1
* Begin to consolidate of_device.cStephen Rothwell2007-07-201-0/+131
OpenPOWER on IntegriCloud