Commit Graph

114 Commits (6ce8932494043246667979b3efacdee5e4ec5dfd)

Author SHA1 Message Date
Paul Kocialkowski 10be5b5d3a fdt: Pass the device serial number through devicetree 10 years ago
Simon Glass c3ec646dde fdt: Correct warning in fdt_setup_simplefb_node() 10 years ago
Tim Harvey 08daa258e6 fdt: add new fdt_fixup_display function to configure display 10 years ago
Hans de Goede ffccb84c1a fdt: Fix regression in fdt_pack_reg() 10 years ago
Simon Glass e48f3741c3 sandbox: Fix warnings due to 64-bit printf() strings 10 years ago
Hans de Goede d4f495a881 fdt_support: Add a fdt_setup_simplefb_node helper function 10 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Simon Glass 933cdbb479 fdt: Try to use fdt_address_cells()/fdt_size_cells() 10 years ago
Simon Glass 41f09bbe59 fdt: Change fdt_pack_reg() to static and fix types 10 years ago
Simon Glass a9e8e29101 fdt: Export the fdt_find_or_add_subnode() function 10 years ago
Arnab Basu f43b4356a7 fdt_support: Make of_bus_default_count_cells non static 10 years ago
Arnab Basu 08df4a21c7 fdt_support: Move of_read_number to fdt_support.h 10 years ago
Simon Glass 5bf58ccc8e fdt: Rename fdt_resize() to fdt_shrink_to_minimum() 10 years ago
Masahiro Yamada 50babaf852 fdt_support: correct the return condition of fdt_initrd() 11 years ago
Masahiro Yamada f18295d383 fdt_support: fix an endian bug of fdt_initrd() 11 years ago
Masahiro Yamada 739a01ed8e fdt_support: fix an endian bug of fdt_fixup_memory_banks 11 years ago
Masahiro Yamada f89d482fe5 fdt_support: add 'const' qualifier for unchanged argument 11 years ago
Masahiro Yamada 972f2a8905 fdt_support: refactor fdt_fixup_stdout() function 11 years ago
Masahiro Yamada bc6ed0f9dc fdt_support: delete force argument of fdt_chosen() 11 years ago
Masahiro Yamada dbe963ae51 fdt_support: delete force argument of fdt_initrd() 11 years ago
Masahiro Yamada 8edb21925e fdt_support: refactor with fdt_find_or_add_subnode helper func 11 years ago
Masahiro Yamada 0613c57ce3 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR 11 years ago
Dan Murphy b1f49ab8c7 ARM: fdt support: Add usbethaddr as an acceptable MAC 11 years ago
Alexander Graf c48e686889 fdt_support: Add helper function to read "ranges" property 11 years ago
Alexander Graf 94fb182cdf fdt_support: split fdt_getprop_u32_default 11 years ago
Tom Rini be6d426697 fdt_support.c: Correct linux,initrd-start/end setting 11 years ago
David Feng f77a606a06 fdt_support: 64bit initrd start address support 11 years ago
Miao Yan 35940de1a6 common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks() 11 years ago
Scott Wood 06503f16c3 mtd: fix warnings due to 64-bit partition support 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Stephen Warren 064d55f8bc fdt: remove unaligned access in fdt_fixup_ethernet() 12 years ago
Doug Anderson 5e5745465c fdt_support: Use CONFIG_NR_DRAM_BANKS if defined 12 years ago
Kim Phillips 8aa5ec6e16 common/fdt_support.c: sparse fixes 12 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 12 years ago
Tom Wai-Hong Tam 096eb3f59b fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined 12 years ago
Marek Vasut 036036d79c serial: Remove CONFIG_SERIAL_MULTI from remaining sources 12 years ago
Gabe Black 07e1278496 Fix constness of the fdt void pointer in fdt_getprop_u32_default 13 years ago
Gabe Black de16606ae3 Add some missing endian conversions in fdt_support.c 13 years ago
Shengzhou Liu 2a523f5240 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers 13 years ago
Simon Glass 925493582c sandbox: Use uintptr_t for 32/64-bit compatibility 13 years ago
Timur Tabi 50bf17bd15 fdt: update fdt_alloc_phandle to use fdt_get_phandle 13 years ago
Timur Tabi 3c927cccdc fdt: check for fdt errors in fdt_create_phandle 13 years ago
Kumar Gala 10aeabd186 fdt: Add new fdt_create_phandle helper 13 years ago
Kumar Gala f117c0f073 fdt: Rename fdt_create_phandle to fdt_set_phandle 13 years ago
Gerald Van Baren a8d2a75d72 fdt: introduce fdt_create_phandle() 14 years ago
Timur Tabi bb682001f1 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() 14 years ago
Grant Likely ce6b27a874 Fix off-by-one error in passing initrd end address via device tree 14 years ago
Kyle Moffett d13ffa66af fdt_support: Fix buffer overflow in fdt_fixup_memory_banks 14 years ago
Dirk Behme 71ae5f7a3f Fix compiler warning in fdt_support.c 14 years ago
Wolfgang Denk 70994c79ca common/fdt_support.c: Fix compile warnings 14 years ago