summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2019-01-08 14:29:23 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2019-02-01 21:44:10 +0000
commitfec9eac6594750ee74c99549f13de3aa9de91b18 (patch)
tree878fca515f5049eb30e1bb75b990a584598755c4 /scripts/objdiff
parent8f433ec4d0c41d8d01113bc0bf846f2423df6c71 (diff)
downloadkernel-fec9eac6594750ee74c99549f13de3aa9de91b18.tar.gz
ARM: 8822/1: smp_twd: Remove legacy TWD registration
As of commit 7484c727b636a838 ("ARM: realview: delete the RealView board files"), the ARM Timer and Watchdog Unit is instantiated from DT only. Moreover, the driver is selected from ARCH_MULTIPLATFORM platforms only, which implies OF, TIMER_OF, and COMMON_CLK. Hence remove all unused legacy infrastructure from the driver. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
kernel/commit/kernel/bpf/bpf_inode_storage.c?id=7490b7f1c02ef825ef98f7230662049d4a464a21'>bpf, net: bpf_local_storage memory usageYafang Shao 2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song 2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song 2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong 2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh 2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong 2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh 2021-05-24bpf: Fix spelling mistakesZhen Lei 2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2021-03-08bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos 2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu 2021-01-22bpf, inode_storage: Put file handler if no storage was foundPan Bian 2021-01-12bpf: Fix typo in bpf_inode_storage.cKP Singh 2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedKP Singh 2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer 2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau 2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh