index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
boards
/
of-generic.c
Age
Commit message (
Expand
)
Author
2024-05-13
sh: of-generic: Add missing #include <asm/clock.h>
Geert Uytterhoeven
2021-10-20
sh: Use of_get_cpu_hwid()
Rob Herring
2020-12-07
sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2019-04-05
sh: fix multiple function definition build errors
Randy Dunlap
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
sh: boards: convert to SPDX identifiers
Kuninori Morimoto
2018-12-18
sh: remove board_time_init() callback
Arnd Bergmann
2018-09-28
SH: use for_each_of_cpu_node iterator
Rob Herring
2018-08-17
sh: make use of for_each_node_by_type()
Dmitry Torokhov
2018-04-12
sh: fix memory corruption of unflattened device tree
Rich Felker
2017-06-14
clocksource/drivers: Rename clocksource_probe to timer_probe
Daniel Lezcano
2016-07-31
sh: add support for linking a builtin device tree blob in the kernel
Rich Felker
2016-06-23
sh: Remove unnecessary of_platform_populate with default match table
Kefeng Wang
2016-06-23
of: iommu: make of_iommu_init() postcore_initcall_sync
Kefeng Wang
2016-03-17
sh: add SMP method selection to device tree pseudo-board
Rich Felker
2016-03-17
sh: add device tree support and generic board using device tree
Rich Felker