Age | Commit message (Expand) | Author |
2018-01-10 | of_mdio: avoid MDIO bus removal when a PHY is missing | Madalin Bucur |
2017-12-13 | of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated | Russell King |
2017-12-08 | of: overlay: Make node skipping in init_overlay_changeset() clearer | Geert Uytterhoeven |
2017-12-08 | of: overlay: Fix out-of-bounds write in init_overlay_changeset() | Geert Uytterhoeven |
2017-12-06 | of: overlay: Fix (un)locking in of_overlay_apply() | Geert Uytterhoeven |
2017-12-06 | of: overlay: Fix memory leak in of_overlay_apply() error path | Geert Uytterhoeven |
2017-12-06 | of: overlay: Remove else after goto | Geert Uytterhoeven |
2017-12-06 | of: Spelling s/changset/changeset/ | Geert Uytterhoeven |
2017-12-06 | of: unittest: Remove bogus overlay mutex release from overlay_data_add() | Geert Uytterhoeven |
2017-11-20 | Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-11-20 | of: Document exactly what of_find_node_by_name() puts | Stephen Boyd |
2017-11-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2017-11-16 | of: unittest: disable interrupts_property warning | Rob Herring |
2017-11-16 | of: unittest: let dtc generate __local_fixups__ | Rob Herring |
2017-11-16 | of/pci: Fix theoretical NULL dereference | Robin Murphy |
2017-11-15 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-14 | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-11-14 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2017-11-09 | Merge branch 'dt/kbuild' into dt/next | Rob Herring |
2017-11-09 | device property: Make fwnode_handle_get() return the fwnode | Sakari Ailus |
2017-11-08 | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore | Masahiro Yamada |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-23 | of: dynamic: fix memory leak related to properties of __of_node_dup | Lixin Wang |
2017-10-22 | soc: qcom: Remote filesystem memory driver | Bjorn Andersson |
2017-10-22 | of: reserved_mem: Accessor for acquiring reserved_mem | Bjorn Andersson |
2017-10-22 | of/platform: Generalize /reserved-memory handling | Bjorn Andersson |
2017-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-10-22 | of_mdio: Fix broken PHY IRQ in case of probe deferral | Geert Uytterhoeven |
2017-10-19 | of: overlay: make pr_err() string unique | Frank Rowand |
2017-10-19 | of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove | Frank Rowand |
2017-10-19 | drivers: flag buses which demand DMA configuration | Robin Murphy |
2017-10-17 | of: overlay: remove unneeded check for NULL kbasename() | Frank Rowand |
2017-10-17 | of: overlay: remove a dependency on device node full_name | Frank Rowand |
2017-10-17 | of: overlay: simplify applying symbols from an overlay | Frank Rowand |
2017-10-17 | of: overlay: avoid race condition between applying multiple overlays | Frank Rowand |
2017-10-17 | of: overlay: loosen overly strict phandle clash check | Frank Rowand |
2017-10-17 | of: overlay: expand check of whether overlay changeset can be removed | Frank Rowand |
2017-10-17 | of: overlay: detect cases where device tree may become corrupt | Frank Rowand |
2017-10-17 | of: overlay: minor restructuring | Frank Rowand |
2017-10-17 | of: overlay: rename identifiers in dup_and_fixup_symbol_prop() | Frank Rowand |
2017-10-17 | of: overlay: rename identifiers to more reflect what they do | Frank Rowand |
2017-10-17 | of: overlay.c: Convert comparisons to zero or NULL to logical expressions | Frank Rowand |
2017-10-17 | of: overlay.c: Remove comments that state the obvious, to reduce clutter | Frank Rowand |
2017-10-17 | of: overlay: fix memory leak related to duplicated property | Lixin Wang |
2017-10-16 | of: unittest: Remove redundant OF_DETACHED flag setting | Stephen Boyd |
2017-10-16 | of/fdt: Document detached argument to __unflatten_device_tree() | Stephen Boyd |
2017-10-16 | of/resolver: Replace kmalloc + memcpy with kmemdup() | Stephen Boyd |
2017-10-16 | of/resolver: Simplify to be32_add_cpu() | Stephen Boyd |
2017-10-16 | of/fdt: skip unflattening of disabled nodes | Rob Herring |
2017-10-16 | of/fdt: add of_fdt_device_is_available function | Rob Herring |