aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2013-08-29of: move of_parse_phandle()Stephen Warren
2013-08-29of: move documentation of of_parse_phandle_with_argsStephen Warren
2013-08-29of: Fix missing memory initialization on FDT unflatteningGrant Likely
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely
2013-08-28of: Make of_get_phy_mode() return int i.s.o. const intGeert Uytterhoeven
2013-08-28Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely
2013-08-27drivers: of: add initialization code for dma reserved memoryMarek Szyprowski
2013-08-27drivers: of: add function to scan fdt nodes given by pathMarek Szyprowski
2013-08-27Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-21of: fdt: fix memory initialization for expanded DTWladislav Wiebe
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer
2013-08-12of: pci: add registry of MSI chipsThomas Petazzoni
2013-07-24of/platform: Staticize of_platform_device_create_pdata()Mark Brown
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar
2013-07-22of/irq: init struct resource to 0 in of_irq_to_resource()Sebastian Andrzej Siewior
2013-07-22of/irq: Avoid calling list_first_entry() for empty listAxel Lin
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt
2013-06-20Merge tag 'omap-for-v3.11/pm-voltdomain-signed' of git://git.kernel.org/pub/s...Arnd Bergmann
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-18open firmware: "/aliasas" -> "/aliases"Robert P. J. Day
2013-06-13of: Fix locking vs. interruptsBenjamin Herrenschmidt
2013-06-12of: remove CONFIG_OF_DEVICERob Herring
2013-06-12of/base: fix typosLad, Prabhakar
2013-05-31Merge tag 'of_pci-3.11' of git://git.infradead.org/users/jcooper/linux into n...Olof Johansson
2013-05-31phy: add reverse MII PHY connection typeFlorian Fainelli
2013-05-19of/pci: Add of_pci_parse_bus_range() functionThierry Reding
2013-05-19of/pci: Add of_pci_get_devfn() functionThierry Reding
2013-05-19of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray
2013-05-18Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-05-08net: of_mdio: fix behavior on missing phy deviceSebastian Hesselbarth
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-17[media] DT: export of_get_next_parent() for use by modules: fix modular V4L2Guennadi Liakhovetski
2013-04-17of/base: release the node correctly in of_parse_phandle_with_args()Tang Yuantian
2013-04-08net: of_mdio: scan mdiobus for PHYs without reg propertySebastian Hesselbarth
2013-04-04of: Remove duplicated code for validating property and valueTony Prisk
2013-04-04of: Add support for reading a u32 from a multi-value property.Tony Prisk
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-02-17Revert "of: use platform_device_add"Grant Likely
2013-02-13of: Create function for counting number of phandles in a propertyGrant Likely
2013-02-13of/base: Clean up exit paths for of_parse_phandle_with_args()Grant Likely