| Commit message (Expand) | Author | Age | Files | Lines |
* | of/platform: Fix microblaze build failure | Guenter Roeck | 2014-06-16 | 1 | -4/+0 |
* | Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i... | Linus Torvalds | 2014-06-05 | 1 | -3/+0 |
|\ |
|
| * | microblaze: Use generic device.h | Michal Simek | 2014-06-04 | 1 | -3/+0 |
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 2014-06-05 | 1 | -6/+59 |
|\ \ |
|
| * \ | Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k... | Russell King | 2014-05-23 | 1 | -6/+59 |
| |\ \
| | |/
| |/| |
|
| | * | of: configure the platform device dma parameters | Santosh Shilimkar | 2014-05-07 | 1 | -6/+59 |
* | | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-04 | 1 | -56/+20 |
|\ \ \ |
|
| * | | | of: Stop naming platform_device using dcr address | Grant Likely | 2014-05-23 | 1 | -24/+0 |
| * | | | of: Ensure unique names without sacrificing determinism | Grant Likely | 2014-05-23 | 1 | -21/+19 |
| * | | | of: kill off of_can_translate_address | Rob Herring | 2014-05-13 | 1 | -3/+2 |
| * | | | of/platform: fix device naming for non-translatable addresses | Rob Herring | 2014-05-13 | 1 | -10/+1 |
| |/ / |
|
* | | | of: Keep track of populated platform devices | Pawel Moll | 2014-05-15 | 1 | -5/+69 |
|/ / |
|
* | | of/irq: do irq resolution in platform_get_irq | Rob Herring | 2014-04-24 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-11-14 | 1 | -3/+0 |
|\ |
|
| * | DMA-API: amba: get rid of separate dma_mask | Russell King | 2013-10-31 | 1 | -3/+0 |
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 1 | -0/+2 |
|\ \ |
|
| * | | of: set dma_mask to point to coherent_dma_mask | Rob Herring | 2013-11-03 | 1 | -0/+2 |
| |/ |
|
* | | Revert "drivers: of: add initialization code for dma reserved memory" | Marek Szyprowski | 2013-10-15 | 1 | -4/+0 |
|/ |
|
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-09-10 | 1 | -4/+17 |
|\ |
|
| * | of/platform: add error reporting to of_amba_device_create() | Bartlomiej Zolnierkiewicz | 2013-09-09 | 1 | -3/+16 |
| * | of/platform: Staticize of_platform_device_create_pdata() | Mark Brown | 2013-07-24 | 1 | -1/+1 |
* | | drivers: of: add initialization code for dma reserved memory | Marek Szyprowski | 2013-08-27 | 1 | -0/+4 |
|/ |
|
* | of: add missing documentation for of_platform_populate() | Javi Merino | 2013-01-09 | 1 | -0/+1 |
* | of/platform: sparse fix | Kim Phillips | 2012-10-17 | 1 | -1/+1 |
* | of: Allow busses with #size-cells=0 | Stephen Warren | 2012-08-03 | 1 | -3/+13 |
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-07-11 | 1 | -4/+3 |
|\ |
|
| * | of: address: Don't fail a lookup just because a node has no reg property | Lee Jones | 2012-07-06 | 1 | -4/+3 |
* | | of: export of_platform_populate() | Stephen Warren | 2012-06-13 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-23 | 1 | -3/+3 |
|\ |
|
| * | ARM: amba: of: convert to use amba_device_alloc | Russell King | 2012-01-25 | 1 | -3/+3 |
* | | devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc) | Grant Likely | 2012-02-26 | 1 | -2/+2 |
|/ |
|
* | dt/device: Fix auxdata matching to handle entries without a name override | Grant Likely | 2011-12-12 | 1 | -1/+1 |
* | dt/platform: minor cleanup | Olof Johansson | 2011-11-03 | 1 | -12/+16 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-07-25 | 1 | -2/+2 |
|\ |
|
| * | powerpc: implement arch_setup_pdev_archdata | Kumar Gala | 2011-07-08 | 1 | -2/+2 |
* | | dt/platform: allow device name to be overridden | Grant Likely | 2011-06-21 | 1 | -10/+63 |
* | | drivers/amba: create devices from device tree | Grant Likely | 2011-06-21 | 1 | -0/+71 |
* | | dt: add of_platform_populate() for creating device from the device tree | Grant Likely | 2011-06-21 | 1 | -4/+50 |
* | | dt: Add default match table for bus ids | Grant Likely | 2011-06-21 | 1 | -0/+8 |
|/ |
|
* | dt: eliminate OF_NO_DEEP_PROBE and test for NULL match table | Grant Likely | 2011-03-23 | 1 | -12/+5 |
* | dt: Refactor of_platform_bus_probe() | Grant Likely | 2011-03-23 | 1 | -37/+18 |
* | dt: eliminate of_platform_driver shim code | Grant Likely | 2011-03-01 | 1 | -68/+0 |
* | dt/powerpc: move of_bus_type infrastructure to ibmebus | Grant Likely | 2011-02-28 | 1 | -393/+0 |
* | of/device: Don't register disabled devices | Grant Likely | 2011-01-03 | 1 | -8/+14 |
* | of/device: Rework to use common platform_device_alloc() for allocating devices | Grant Likely | 2010-10-21 | 1 | -11/+13 |
* | of/irq: remove references to NO_IRQ in drivers/of/platform.c | Andres Salomon | 2010-10-12 | 1 | -7/+3 |
* | of/platform: Register of_platform_drivers with an "of:" prefix | Grant Likely | 2010-08-01 | 1 | -0/+16 |
* | of/device: Make of_device_make_bus_id() usable by other code. | Grant Likely | 2010-07-30 | 1 | -1/+1 |
* | of: remove of_default_bus_ids | Jonas Bonn | 2010-07-24 | 1 | -3/+1 |
* | of: make of_find_device_by_node generic | Jonas Bonn | 2010-07-24 | 1 | -0/+20 |