| Commit message (Expand) | Author | Age | Files | Lines |
* | of: Add KUnit test to confirm DTB is loaded | Stephen Boyd | 2024-03-08 | 1 | -0/+9 |
* | of: Create of_root if no dtb provided by firmware | Frank Rowand | 2024-03-08 | 1 | -3/+2 |
* | of: make OF_EARLY_FLATTREE depend on HAS_IOMEM | Baoquan He | 2023-07-10 | 1 | -1/+1 |
* | of: address: always use dma_default_coherent for default coherency | Jiaxun Yang | 2023-04-07 | 1 | -4/+0 |
* | of: update kconfig unittest help | Frank Rowand | 2023-02-17 | 1 | -1/+13 |
* | of: net: move of_net under net/ | Jakub Kicinski | 2021-10-07 | 1 | -4/+0 |
* | of: Drop reserved mem dependency on DMA_DECLARE_COHERENT and DMA_CMA | Rob Herring | 2021-06-02 | 1 | -3/+1 |
* | net: phy: Move of_mdio from drivers/of to drivers/net/mdio | Calvin Johnson | 2020-10-10 | 1 | -7/+0 |
* | of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc | Michael Ellerman | 2020-01-28 | 1 | -0/+4 |
* | dma-mapping: improve selection of dma_declare_coherent availability | Christoph Hellwig | 2019-02-20 | 1 | -1/+2 |
* | of: select OF_RESERVED_MEM automatically | Christoph Hellwig | 2019-02-13 | 1 | -3/+2 |
* | of: change overlay apply input data from unflattened to FDT | Frank Rowand | 2018-03-04 | 1 | -0/+1 |
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-06 | 1 | -16/+0 |
|\ |
|
| * | PCI: Move OF-related PCI functions into PCI core | Rob Herring | 2018-01-17 | 1 | -16/+0 |
* | | of: Use SPDX license tag for DT files | Rob Herring | 2018-01-08 | 1 | -0/+1 |
* | | of: enable unittests on UML | Rob Herring | 2017-12-12 | 1 | -2/+3 |
|/ |
|
* | of: make kobject and bin_attribute support configurable | Rob Herring | 2017-10-16 | 1 | -0/+4 |
* | mtd: Kill the OF_MTD Kconfig option | Boris Brezillon | 2016-09-23 | 1 | -4/+0 |
* | of_mdio: select fixed phy support unconditionally | Arnd Bergmann | 2016-06-28 | 1 | -0/+1 |
* | of, numa: Add NUMA of binding implementation. | David Daney | 2016-04-15 | 1 | -0/+3 |
* | of: add config option to enable building of all dtbs | Rob Herring | 2015-10-27 | 1 | -0/+10 |
* | of: add HAS_IOMEM depends to OF_ADDRESS | Rob Herring | 2015-07-27 | 1 | -1/+1 |
* | of: make unittest select OF_EARLY_FLATTREE instead of depend on it | Rob Herring | 2015-06-04 | 1 | -1/+2 |
* | of: make CONFIG_OF user selectable | Rob Herring | 2015-06-04 | 1 | -5/+9 |
* | Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-04-24 | 1 | -1/+1 |
|\ |
|
| * | of: OF_IRQ should depend on IRQ_DOMAIN | Geert Uytterhoeven | 2015-04-14 | 1 | -1/+1 |
* | | of: Allow selection of OF_DYNAMIC and OF_OVERLAY if OF_UNITTEST | Geert Uytterhoeven | 2015-03-27 | 1 | -1/+10 |
|/ |
|
* | of: Drop superfluous dependance for OF_OVERLAY | Matwey V. Kornilov | 2015-03-02 | 1 | -1/+0 |
* | of: Add prompt for OF_OVERLAY config | Matwey V. Kornilov | 2015-03-02 | 1 | -1/+1 |
* | Removes OF_UNITTEST dependency on OF_DYNAMIC config symbol | Gaurav Minocha | 2015-01-13 | 1 | -1/+0 |
* | of: remove select of non-existant OF_DEVICE config symbol | Grant Likely | 2014-11-26 | 1 | -1/+0 |
* | of/overlay: Introduce DT overlay support | Pantelis Antoniou | 2014-11-24 | 1 | -0/+7 |
* | of/fdt: export fdt blob as /sys/firmware/fdt | Ard Biesheuvel | 2014-11-19 | 1 | -0/+1 |
* | of/unittest: Rename selftest.c to unittest.c | Grant Likely | 2014-11-04 | 1 | -2/+2 |
* | of/selftest: Use the resolver to fixup phandles | Grant Likely | 2014-10-04 | 1 | -0/+1 |
* | of: Introduce Device Tree resolve support. | Pantelis Antoniou | 2014-10-04 | 1 | -0/+3 |
* | of: Fixing OF Selftest build error | Gaurav Minocha | 2014-08-03 | 1 | -1/+1 |
* | Adding selftest testdata dynamically into live tree | Gaurav Minocha | 2014-07-25 | 1 | -0/+1 |
* | of/fdt: Convert FDT functions to use libfdt | Rob Herring | 2014-04-30 | 1 | -0/+1 |
* | Merge branch 'devicetree/next-reserved-mem' into devicetree/next | Grant Likely | 2014-03-19 | 1 | -0/+6 |
|\ |
|
| * | drivers: of: add initialization code for dynamic reserved memory | Marek Szyprowski | 2014-03-11 | 1 | -0/+6 |
* | | of: remove /proc/device-tree | Grant Likely | 2014-03-11 | 1 | -8/+0 |
|/ |
|
* | of: Allows to use the PCI translator without the PCI core | Gregory CLEMENT | 2014-02-20 | 1 | -0/+4 |
* | of/Kconfig: Spelling s/one/once/ | Geert Uytterhoeven | 2013-12-30 | 1 | -1/+1 |
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 1 | -0/+1 |
|\ |
|
| * | dt: disable self-tests for !OF_IRQ | Rob Herring | 2013-11-08 | 1 | -0/+1 |
* | | Revert "drivers: of: add initialization code for dma reserved memory" | Marek Szyprowski | 2013-10-15 | 1 | -6/+0 |
|/ |
|
* | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2013-09-09 | 1 | -0/+6 |
|\ |
|
| * | drivers: of: add initialization code for dma reserved memory | Marek Szyprowski | 2013-08-27 | 1 | -0/+6 |
* | | i2c: move OF helpers into the core | Wolfram Sang | 2013-08-23 | 1 | -6/+0 |
|/ |
|