| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-04 | 14 | -381/+698 |
|\ |
|
| * | of: handle NULL node in next_child iterators | Florian Fainelli | 2014-06-04 | 1 | -0/+6 |
| * | Merge branch 'earlycon-dt' into for-next | Rob Herring | 2014-05-28 | 4 | -1/+300 |
| |\ |
|
| | * | of/fdt: add FDT serial scanning for earlycon | Rob Herring | 2014-05-20 | 1 | -0/+56 |
| | * | of/fdt: add FDT address translation support | Rob Herring | 2014-05-20 | 2 | -0/+243 |
| | * | of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacks | Rob Herring | 2014-05-20 | 1 | -1/+1 |
| * | | of_pci_irq: kill useless variable in of_irq_parse_pci() | Sergei Shtylyov | 2014-05-27 | 1 | -4/+2 |
| * | | of/irq: do irq resolution in platform_get_irq_byname() | Grygorii Strashko | 2014-05-23 | 1 | -0/+22 |
| * | | of: Add a testcase for of_find_node_by_path() | Grant Likely | 2014-05-23 | 2 | -1/+51 |
| * | | of: Make of_find_node_by_path() handle /aliases | Grant Likely | 2014-05-23 | 1 | -6/+61 |
| * | | of: Create unlocked version of for_each_child_of_node() | Grant Likely | 2014-05-23 | 1 | -5/+17 |
| * | | of: Handle memory@0 node on PPC32 only | Leif Lindholm | 2014-05-23 | 1 | -1/+1 |
| * | | pci/of: Remove dead code | Ian Molton | 2014-05-23 | 1 | -2/+0 |
| * | | of: fix race between search and remove in of_update_property() | Xiubo Li | 2014-05-23 | 1 | -11/+15 |
| * | | of: Use NULL for pointers | Thierry Reding | 2014-05-23 | 1 | -1/+1 |
| * | | 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 |
| |/ |
|
| * | Merge branch 'dt-bus-name' into for-next | Rob Herring | 2014-05-13 | 7 | -36/+129 |
| |\ |
|
| | * | of/selftest: add testcase for nodes with same name and address | Rob Herring | 2014-05-13 | 3 | -1/+55 |
| | * | of/selftest: clean-up of_selftest_platform_populate pass/fail handling | Rob Herring | 2014-05-13 | 1 | -9/+5 |
| | * | of: kill off of_can_translate_address | Rob Herring | 2014-05-13 | 2 | -24/+3 |
| | * | of/platform: fix device naming for non-translatable addresses | Rob Herring | 2014-05-13 | 1 | -10/+1 |
| * | | of/fdt: convert initial_boot_params to opaque pointer | Rob Herring | 2014-04-30 | 1 | -1/+1 |
| * | | of/fdt: introduce of_get_flat_dt_size | Rob Herring | 2014-04-30 | 1 | -0/+8 |
| * | | of/fdt: fix phys_addr_t related print size warnings | Rob Herring | 2014-04-30 | 1 | -2/+2 |
| * | | of/fdt: move memreserve and dtb memory reservations into core | Rob Herring | 2014-04-30 | 1 | -0/+16 |
| * | | of/fdt: create common debugfs | Rob Herring | 2014-04-30 | 1 | -0/+24 |
| * | | of/fdt: use libfdt accessors for header data | Rob Herring | 2014-04-30 | 1 | -14/+12 |
| * | | of/fdt: Convert FDT functions to use libfdt | Rob Herring | 2014-04-30 | 3 | -152/+60 |
| * | | of/fdt: update of_get_flat_dt_prop in prep for libfdt | Rob Herring | 2014-04-30 | 2 | -21/+22 |
| * | | of/fdt: remove unused of_scan_flat_dt_by_path | Rob Herring | 2014-04-30 | 1 | -67/+0 |
| * | | of/fdt: remove some unneeded includes | Rob Herring | 2014-04-30 | 1 | -5/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-06-04 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | of: Improve grammar for of_alias_get_id() documentation | Geert Uytterhoeven | 2014-05-05 | 1 | -2/+2 |
* | | | | Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-02 | 1 | -5/+69 |
|\ \ \ \ |
|
| * | | | | of: Keep track of populated platform devices | Pawel Moll | 2014-05-15 | 1 | -5/+69 |
| | |_|/
| |/| | |
|
* / | | | of: make of_update_property() usable earlier in the boot process | Thomas Petazzoni | 2014-05-14 | 1 | -0/+4 |
|/ / / |
|
* | | | of/irq: do irq resolution in platform_get_irq | Rob Herring | 2014-04-24 | 2 | -1/+29 |
* | | | of: selftest: add deferred probe interrupt test | Rob Herring | 2014-04-24 | 2 | -0/+45 |
* | | | dt: Fix binding typos in clock-names and interrupt-names | Geert Uytterhoeven | 2014-04-23 | 1 | -1/+1 |
| |/
|/| |
|
* | | of: Clean up of_update_property | Guenter Roeck | 2014-04-15 | 1 | -7/+3 |
* | | of: Fix the section mismatch warnings. | Xiubo Li | 2014-04-14 | 1 | -1/+1 |
* | | Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-04-07 | 1 | -0/+34 |
|\ \ |
|
| * | | of_mtd: Add helpers to get ECC strength and ECC step size | Ezequiel Garcia | 2014-03-10 | 1 | -0/+34 |
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-04-04 | 1 | -40/+41 |
|\| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-04-02 | 2 | -25/+24 |
|\ \ \
| |_|/
|/| | |
|
| * | | of_mdio: Allow the DT to specify the phy ID and avoid autoprobing | Jason Gunthorpe | 2014-03-20 | 1 | -1/+22 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-05 | 6 | -76/+260 |
| |\| |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-02-19 | 3 | -44/+71 |
| |\ \ |
|
| * | | | net: phy: re-design phy_modes to be self-contained | Florian Fainelli | 2014-02-12 | 1 | -24/+2 |