index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
of
/
platform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-20
of: Properly set the OF_POPULATED_BUS flag on root node
Grant Likely
1
-1
/
+5
2014-11-04
of/platform: Move platform devices under /sys/devices/platform
Grant Likely
1
-2
/
+2
2014-09-22
of: amba: use of_dma_configure for AMBA devices
Robin Murphy
1
-4
/
+3
2014-07-07
of/platform: Fix of_platform_device_destroy iteration of devices
Grant Likely
1
-23
/
+9
2014-06-16
of/platform: Fix microblaze build failure
Guenter Roeck
1
-4
/
+0
2014-06-05
Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...
Linus Torvalds
1
-3
/
+0
2014-06-05
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next
Linus Torvalds
1
-6
/
+59
2014-06-04
Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-56
/
+20
2014-06-04
microblaze: Use generic device.h
Michal Simek
1
-3
/
+0
2014-05-23
Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...
Russell King
1
-6
/
+59
2014-05-23
of: Stop naming platform_device using dcr address
Grant Likely
1
-24
/
+0
2014-05-23
of: Ensure unique names without sacrificing determinism
Grant Likely
1
-21
/
+19
2014-05-15
of: Keep track of populated platform devices
Pawel Moll
1
-5
/
+69
2014-05-13
of: kill off of_can_translate_address
Rob Herring
1
-3
/
+2
2014-05-13
of/platform: fix device naming for non-translatable addresses
Rob Herring
1
-10
/
+1
2014-05-07
of: configure the platform device dma parameters
Santosh Shilimkar
1
-6
/
+59
2014-04-24
of/irq: do irq resolution in platform_get_irq
Rob Herring
1
-1
/
+3
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-3
/
+0
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2013-11-03
of: set dma_mask to point to coherent_dma_mask
Rob Herring
1
-0
/
+2
2013-10-31
DMA-API: amba: get rid of separate dma_mask
Russell King
1
-3
/
+0
2013-10-15
Revert "drivers: of: add initialization code for dma reserved memory"
Marek Szyprowski
1
-4
/
+0
2013-09-10
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-4
/
+17
2013-09-09
of/platform: add error reporting to of_amba_device_create()
Bartlomiej Zolnierkiewicz
1
-3
/
+16
2013-08-27
drivers: of: add initialization code for dma reserved memory
Marek Szyprowski
1
-0
/
+4
2013-07-24
of/platform: Staticize of_platform_device_create_pdata()
Mark Brown
1
-1
/
+1
2013-01-09
of: add missing documentation for of_platform_populate()
Javi Merino
1
-0
/
+1
2012-10-17
of/platform: sparse fix
Kim Phillips
1
-1
/
+1
2012-08-03
of: Allow busses with #size-cells=0
Stephen Warren
1
-3
/
+13
2012-07-11
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+3
2012-07-06
of: address: Don't fail a lookup just because a node has no reg property
Lee Jones
1
-4
/
+3
2012-06-13
of: export of_platform_populate()
Stephen Warren
1
-0
/
+1
2012-03-23
Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-3
/
+3
2012-02-26
devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)
Grant Likely
1
-2
/
+2
2012-01-25
ARM: amba: of: convert to use amba_device_alloc
Russell King
1
-3
/
+3
2011-12-12
dt/device: Fix auxdata matching to handle entries without a name override
Grant Likely
1
-1
/
+1
2011-11-03
dt/platform: minor cleanup
Olof Johansson
1
-12
/
+16
2011-07-25
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+2
2011-07-08
powerpc: implement arch_setup_pdev_archdata
Kumar Gala
1
-2
/
+2
2011-06-21
dt/platform: allow device name to be overridden
Grant Likely
1
-10
/
+63
2011-06-21
drivers/amba: create devices from device tree
Grant Likely
1
-0
/
+71
2011-06-21
dt: add of_platform_populate() for creating device from the device tree
Grant Likely
1
-4
/
+50
2011-06-21
dt: Add default match table for bus ids
Grant Likely
1
-0
/
+8
2011-03-23
dt: eliminate OF_NO_DEEP_PROBE and test for NULL match table
Grant Likely
1
-12
/
+5
2011-03-23
dt: Refactor of_platform_bus_probe()
Grant Likely
1
-37
/
+18
2011-03-01
dt: eliminate of_platform_driver shim code
Grant Likely
1
-68
/
+0
2011-02-28
dt/powerpc: move of_bus_type infrastructure to ibmebus
Grant Likely
1
-393
/
+0
2011-01-03
of/device: Don't register disabled devices
Grant Likely
1
-8
/
+14
2010-10-21
of/device: Rework to use common platform_device_alloc() for allocating devices
Grant Likely
1
-11
/
+13
2010-10-12
of/irq: remove references to NO_IRQ in drivers/of/platform.c
Andres Salomon
1
-7
/
+3
[prev]
[next]