aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2015-03-19Revert "of: Fix premature bootconsole disable with 'stdout-path'"Peter Hurley1-3/+1
2015-03-19of: handle both '/' and ':' in path stringsBrian Norris1-6/+1
2015-03-19of: unittest: Add option string test case with longer pathBrian Norris1-0/+5
2015-03-19of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart1-3/+7
2015-03-10of: unittest: Add options string testcase variantsPeter Hurley1-0/+11
2015-03-10of: fix handling of '/' in options for of_find_node_by_path()Leif Lindholm1-8/+15
2015-03-10of/unittest: Fix the wrong expected value in of_selftest_property_stringWang Long1-2/+2
2015-03-10of/unittest: remove the duplicate of_changeset_initWang Long1-1/+0
2015-03-10of: unittest: fix I2C dependencyArnd Bergmann1-6/+6
2015-03-10of/overlay: Remove unused variableFabio Estevam1-1/+1
2015-03-10of: Fix premature bootconsole disable with 'stdout-path'Peter Hurley1-1/+3
2015-03-02of/overlay: Directly include idr.hMark Brown1-0/+1
2015-03-02of: Drop superfluous dependance for OF_OVERLAYMatwey V. Kornilov1-1/+0
2015-03-02of: Add prompt for OF_OVERLAY configMatwey V. Kornilov1-1/+1
2015-02-18Merge tag 'pci-v3.20-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2015-02-12Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-125/+572
2015-02-11Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-15/+0
2015-02-11of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()Lorenzo Pieralisi1-1/+0
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2015-02-09Merge branch 'pci/host-generic' of git://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki1-0/+3
2015-02-04of/fdt: fix sparse warningLad, Prabhakar1-1/+1
2015-02-04of: unitest: Add I2C overlay unit tests.Pantelis Antoniou2-50/+556
2015-02-04Merge tag 'v3.19-rc6' into HEADRob Herring4-11/+103
2015-02-03of: EXPORT_SYMBOL_GPL of_property_read_u64_arraySakari Ailus1-0/+1
2015-01-28of/pci: Free resources on failure in of_pci_get_host_bridge_resources()Lorenzo Pieralisi1-0/+4
2015-01-23of/unittest: Overlays with sub-devices testsPantelis Antoniou2-0/+94
2015-01-22of/unittest: Remove obsolete codeGrant Likely1-15/+0
2015-01-22of/platform: Handle of_populate drivers in notifierPantelis Antoniou1-0/+9
2015-01-22of/overlay: Do not generate duplicate nodesPantelis Antoniou1-11/+0
2015-01-21of/platform: teardown DMA mappings on device destructionWill Deacon1-0/+1
2015-01-13Removes OF_UNITTEST dependency on OF_DYNAMIC config symbolGaurav Minocha2-59/+12
2015-01-13drivers: of: Export of_reserved_mem_device_{init,release}George G. Davis1-0/+2
2015-01-13dma-mapping: fix debug print to display correct dma_pfn_offsetMurali Karicheri1-1/+1
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-24/+26
2014-12-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds19-307/+1903
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+33
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2014-12-08Merge branch 'device-properties'Rafael J. Wysocki1-0/+33
2014-12-03of: Delete unnecessary check before calling "of_node_put()"Markus Elfring1-2/+1
2014-12-03of: Drop ->next pointer from struct device_nodeGrant Likely1-6/+18
2014-12-03of: support passing console options with stdout-pathLeif Lindholm1-2/+4
2014-12-03of: add optional options parameter to of_find_node_by_path()Leif Lindholm2-4/+46
2014-12-01dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon1-7/+14
2014-12-01dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon1-18/+13
2014-11-27of: Remove unneeded and incorrect MODULE_DEVICE_TABLEGrant Likely1-1/+0
2014-11-27of: base, fix of_property_read_string_helper kernel-docJiri Slaby1-1/+1
2014-11-26of: remove select of non-existant OF_DEVICE config symbolGrant Likely1-1/+0
2014-11-26of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell1-2/+0
2014-11-24of/overlay: Add overlay unittestsPantelis Antoniou3-0/+677
2014-11-24of/overlay: Introduce DT overlay supportPantelis Antoniou3-0/+570
2014-11-24of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou1-0/+55
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely1-20/+21
2014-11-24of/reconfig: Add debug output for OF_RECONFIG notifiersGrant Likely1-16/+32
2014-11-24of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou1-0/+96
2014-11-24of/resolver: Switch to new local fixups format.Pantelis Antoniou2-50/+139
2014-11-24of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely3-16/+40
2014-11-24of: Use vargs in __of_node_allocGrant Likely3-12/+12
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely4-8/+26
2014-11-20of/selftest: Fix testing when /aliases is missingGrant Likely1-1/+7
2014-11-20of: Properly set the OF_POPULATED_BUS flag on root nodeGrant Likely1-1/+5
2014-11-19of/selftest: Fix off-by-one error in removal pathGrant Likely1-2/+1
2014-11-19of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel2-16/+28
2014-11-18of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt1-3/+16
2014-11-18of: Fix crash if an earlycon driver is not foundKevin Cernekee1-1/+1
2014-11-18of: Spelling s/stucture/structure/Geert Uytterhoeven1-1/+1
2014-11-18of: Change of_device_is_available() to return boolKevin Cernekee1-11/+11
2014-11-18of: Fix of_device_is_compatible() commentKevin Cernekee1-1/+1
2014-11-18of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt1-1/+1
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang1-4/+4
2014-11-10of/irq: Export of_irq_get()Laurent Pinchart1-0/+1
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki1-0/+33
2014-11-04of/platform: Move platform devices under /sys/devices/platformGrant Likely1-2/+2
2014-11-04of: Remove spaces before tabsGeert Uytterhoeven1-7/+7
2014-11-04of: Grammar s/an/a/Geert Uytterhoeven1-1/+1
2014-11-04of: Improve grammar for of_alias_scan() documentationGeert Uytterhoeven1-5/+5
2014-11-04of: Correct of_phandle_args node reference in commentsGeert Uytterhoeven1-2/+2
2014-11-04of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel1-0/+5
2014-11-04of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas1-6/+3
2014-11-04of: Request and map make argument name constantMatthias Brugger1-1/+1
2014-11-04of/unittest: Rename selftest.c to unittest.cGrant Likely8-4/+4
2014-11-04of/unittest: Remove test devices after adding themGrant Likely1-11/+28
2014-11-04of: Eliminate of_allnodes listGrant Likely5-107/+87
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely3-72/+84
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski1-5/+9
2014-10-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-9/+490
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+296
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+7
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+3
2014-10-07net: phy: adjust fixed_phy_register() return valuePetri Gynther1-2/+5
2014-10-07of/selftest: Move hash table off stack to fix large frame sizeGrant Likely1-5/+4
2014-10-04of/selftest: Use the resolver to fixup phandlesGrant Likely3-1/+44
2014-10-04of: Introduce Device Tree resolve support.Pantelis Antoniou3-0/+340
2014-10-04of/selftest: Add a test for duplicate phandlesGrant Likely1-0/+47
2014-10-04of: Don't try to search when phandle == 0Grant Likely1-0/+3
2014-10-04of/selftest: Test structure of device treeGrant Likely1-2/+54
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+26
2014-10-01of: Fix NULL dereference in selftest removal codeGrant Likely1-6/+3
2014-09-30of/pci: Add support for parsing PCI host bridge resources from DTLiviu Dudau1-0/+117
2014-09-30of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau1-0/+25
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau1-4/+40
2014-09-30of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau1-0/+9
2014-09-30of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau1-0/+109
2014-09-25of/fdt: fix memory range checkSrinivas Kandagatla1-4/+4
2014-09-22of: amba: use of_dma_configure for AMBA devicesRobin Murphy1-4/+3
2014-09-19of: mdio: honor flags passed to of_phy_connectFlorian Fainelli1-0/+2
2014-09-08of: Fix memory block alignment in early_init_dt_add_memory_arch()Geert Uytterhoeven1-1/+5
2014-09-08of: make sure of_alias is initialized before accessing itLaurentiu Tudor1-1/+1
2014-09-08of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabledGaurav Minocha2-0/+15
2014-09-08of: correct of_console_check()'s return valueBrian Norris1-1/+1
2014-08-16of/irq: Fix lookup to use 'interrupts-extended' property firstFlorian Fainelli1-8/+9
2014-08-16Enabling OF selftest to run without machine's devicetreeGaurav Minocha1-9/+31
2014-08-16of: Allow mem_reserve of memory with a base address of zeroAl Cooper1-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds12-371/+1188
2014-08-11Merge branch 'devicetree/next-overlay' into devicetree/nextGrant Likely8-343/+925
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely1-11/+17
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+36
2014-08-03of: Fixing OF Selftest build errorGaurav Minocha1-1/+1
2014-08-01drivers: of: add automated assignment of reserved regions to client devicesMarek Szyprowski1-0/+70
2014-08-01of: Use proper types for checking memory overflowLaura Abbott1-11/+11
2014-07-30of: typo fix in __of_prop_dup()Grant Likely1-1/+1
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott1-0/+48
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott1-1/+17
2014-07-25Adding selftest testdata dynamically into live treeGaurav Minocha4-1/+160
2014-07-23of: Transactional DT support.Pantelis Antoniou4-0/+414
2014-07-23of: Reorder device tree changes and notifiersGrant Likely3-24/+19
2014-07-23of: Move dynamic node fixups out of powerpc and into common codeGrant Likely3-2/+17
2014-07-23of: Make sure attached nodes don't carry along extra childrenGrant Likely1-0/+1
2014-07-23of: Make devicetree sysfs update functions consistent.Grant Likely3-49/+69
2014-07-23of: Provide a function to request and map memoryMatthias Brugger1-0/+36
2014-07-16of: Create unlocked versions of node and property add/remove functionsPantelis Antoniou3-66/+96
2014-07-16OF: Utility helper functions for dynamic nodesPantelis Antoniou3-0/+115
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-34/+0
2014-07-07of: Move CONFIG_OF_DYNAMIC code into a separate fileGrant Likely4-229/+236
2014-07-07of: rename of_aliases_mutex to just of_mutexPantelis Antoniou3-13/+12
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely1-23/+9
2014-07-06Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+15
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack1-34/+0
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott1-0/+15
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely1-1/+4
2014-06-26of: Create of_console_check() for selecting a console specified in /chosenGrant Likely1-10/+13
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+5
2014-06-22of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun1-3/+5
2014-06-16OF: fix of_find_node_by_path() assumption that of_allnodes is rootFrank Rowand1-2/+2
2014-06-16of: avoid format string parsing in kobject namesKees Cook1-1/+2
2014-06-16of/platform: Fix microblaze build failureGuenter Roeck1-4/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-80/+126
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds1-3/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2-6/+169
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-381/+698
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-06-04of: handle NULL node in next_child iteratorsFlorian Fainelli1-0/+6
2014-06-04microblaze: Use generic device.hMichal Simek1-3/+0
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+69
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack1-0/+1
2014-06-02net: of_mdio: use int type for address variableDaniel Mack1-2/+1
2014-05-29net: of_mdio: don't store the length of a property if we don't need toDaniel Mack1-2/+2
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack1-0/+33
2014-05-29net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack1-12/+23
2014-05-28Merge branch 'earlycon-dt' into for-nextRob Herring4-1/+300
2014-05-27of_pci_irq: kill useless variable in of_irq_parse_pci()Sergei Shtylyov1-4/+2
2014-05-26of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer1-1/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2014-05-23Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Russell King2-6/+169
2014-05-23of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko1-0/+22
2014-05-23of: Add a testcase for of_find_node_by_path()Grant Likely2-1/+51
2014-05-23of: Make of_find_node_by_path() handle /aliasesGrant Likely1-6/+61
2014-05-23of: Create unlocked version of for_each_child_of_node()Grant Likely1-5/+17
2014-05-23of: Handle memory@0 node on PPC32 onlyLeif Lindholm1-1/+1
2014-05-23pci/of: Remove dead codeIan Molton1-2/+0
2014-05-23of: fix race between search and remove in of_update_property()Xiubo Li1-11/+15
2014-05-23of: Use NULL for pointersThierry Reding1-1/+1
2014-05-23of: Stop naming platform_device using dcr addressGrant Likely1-24/+0
2014-05-23of: Ensure unique names without sacrificing determinismGrant Likely1-21/+19
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer1-26/+0
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli1-38/+0
2014-05-20of/fdt: add FDT serial scanning for earlyconRob Herring1-0/+56
2014-05-20of/fdt: add FDT address translation supportRob Herring2-0/+243
2014-05-20of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacksRob Herring1-1/+1
2014-05-16of: provide a binding for fixed link PHYsThomas Petazzoni1-0/+67
2014-05-15of: Keep track of populated platform devicesPawel Moll1-5/+69
2014-05-14of: make of_update_property() usable earlier in the boot processThomas Petazzoni1-0/+4
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring7-36/+129
2014-05-13of/selftest: add testcase for nodes with same name and addressRob Herring3-1/+55
2014-05-13of/selftest: clean-up of_selftest_platform_populate pass/fail handlingRob Herring1-9/+5
2014-05-13of: kill off of_can_translate_addressRob Herring2-24/+3
2014-05-13of/platform: fix device naming for non-translatable addressesRob Herring1-10/+1
2014-05-07of: configure the platform device dma parametersSantosh Shilimkar1-6/+59
2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar1-0/+23
2014-05-05of: introduce of_dma_get_range() helperGrygorii Strashko1-0/+87
2014-05-05of: Improve grammar for of_alias_get_id() documentationGeert Uytterhoeven1-2/+2
2014-04-30of/fdt: convert initial_boot_params to opaque pointerRob Herring1-1/+1
2014-04-30of/fdt: introduce of_get_flat_dt_sizeRob Herring1-0/+8
2014-04-30of/fdt: fix phys_addr_t related print size warningsRob Herring1-2/+2
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring1-0/+16
2014-04-30of/fdt: create common debugfsRob Herring1-0/+24
2014-04-30of/fdt: use libfdt accessors for header dataRob Herring1-14/+12
2014-04-30of/fdt: Convert FDT functions to use libfdtRob Herring3-152/+60