aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/of_addr.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07core: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2022-01-13drivers/core/of_addr.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng1-6/+0
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng1-1/+5
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-3/+10
2021-03-22dm: error handling dev_get_dma_range()Heinrich Schuchardt1-2/+2
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+78
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-10/+3
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-06-01dm: core: Add livetree address functionsSimon Glass1-0/+359