aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2-21/+22
2014-04-30of/fdt: remove unused of_scan_flat_dt_by_pathRob Herring1-67/+0
2014-04-30of/fdt: remove some unneeded includesRob Herring1-5/+0
2014-04-24of/irq: do irq resolution in platform_get_irqRob Herring2-1/+29
2014-04-24of: selftest: add deferred probe interrupt testRob Herring2-0/+45
2014-04-23dt: Fix binding typos in clock-names and interrupt-namesGeert Uytterhoeven1-1/+1
2014-04-15of: Clean up of_update_propertyGuenter Roeck1-7/+3
2014-04-14of: Fix the section mismatch warnings.Xiubo Li1-1/+1
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+34
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-40/+41
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-25/+24
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds10-87/+655
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+151
2014-03-28of: Add support for ePAPR "stdout-path" propertyGrant Likely1-3/+3
2014-03-26Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable', 'regulator/topic/fan53555', 'regulator/topic/fixed', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp872x' and 'regulator/topic/max14577' into regulator-nextMark Brown1-0/+32
2014-03-20of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe1-1/+22
2014-03-19Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely4-0/+367
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou3-13/+28
2014-03-15of: only scan for reserved mem when fdt presentJosh Cartwright1-0/+3
2014-03-11of: remove /proc/device-treeGrant Likely2-59/+1
2014-03-11of/selftest: Add self tests for manipulation of propertiesGrant Likely1-0/+62
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely4-11/+173
2014-03-11drivers: of: add support for custom reserved memory driversMarek Szyprowski1-0/+29
2014-03-11drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski4-2/+206
2014-03-11drivers: of: add initialization code for static reserved memoryMarek Szyprowski1-0/+131
2014-03-10of_mtd: Add helpers to get ECC strength and ECC step sizeEzequiel Garcia1-0/+34
2014-03-06of: Warn if of_graph_parse_endpoint is called with the root nodePhilipp Zabel1-0/+3
2014-03-06[media] of: move common endpoint parsing to drivers/ofPhilipp Zabel1-0/+28
2014-03-06of: Reduce indentation in of_graph_get_next_endpointPhilipp Zabel1-20/+22
2014-03-06of: Warn if of_graph_get_next_endpoint is called with the root nodePhilipp Zabel1-2/+2
2014-03-06[media] of: move graph helpers from drivers/media/v4l2-core to drivers/ofPhilipp Zabel1-0/+118
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-76/+260
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely8-65/+276
2014-03-04Revert "of: fix of_update_property()"Grant Likely1-13/+21
2014-02-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds6-76/+260
2014-02-20of: Allows to use the PCI translator without the PCI coreGregory CLEMENT2-3/+9
2014-02-20of: Add self test for of_match_node()Grant Likely3-0/+87
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely3-0/+99
2014-02-20of: reimplement the matching method for __of_match_node()Kevin Hao1-36/+75