summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2022-02-11 23:32:34 +0100
committerLinus Walleij <linus.walleij@linaro.org>2022-02-12 18:20:03 +0100
commite1721881ab51821fffe4b76364faf33e1cd7b95a (patch)
tree8773156e902fc48ef9278d93017a907b2bdc421a /scripts/const_structs.checkpatch
parentc8200f4e7267545a384fb86a4630f76958ab9df6 (diff)
downloadkernel-e1721881ab51821fffe4b76364faf33e1cd7b95a.tar.gz
net: ixp4xx_hss: Check features using syscon
If we access the syscon (expansion bus config registers) using the syscon regmap instead of relying on direct accessor functions, we do not need to call this static code in the machine (arch/arm/mach-ixp4xx/common.c) which makes things less dependent on custom machine-dependent code. Look up the syscon regmap and handle the error: this will make deferred probe work with relation to the syscon. Select the syscon in Kconfig and depend on OF so we know that all we need will be available. Cc: David S. Miller <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: netdev@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Jakub Kicinski <kuba@kernel.org> Link: https://lore.kernel.org/r/20220211223238.648934-10-linus.walleij@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
Bergmann 2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann 2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan 2022-01-15mm: add a field to store names for private anonymous memoryColin Cross 2022-01-06mm: Remove slab from struct pageMatthew Wilcox (Oracle) 2022-01-06mm: Split slab into its own typeMatthew Wilcox (Oracle) 2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin 2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-06mm, slub: change percpu partial accounting from objects to pagesVlastimil Babka 2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds 2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin 2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman 2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner 2021-09-27mm: Add folio_mapped()Matthew Wilcox (Oracle) 2021-09-27mm: Handle per-folio private dataMatthew Wilcox (Oracle) 2021-09-27mm: Introduce struct folioMatthew Wilcox (Oracle) 2021-08-09page_pool: add interface to manipulate frag count in page poolYunsheng Lin 2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-07-01mm: fix spelling mistakesZhen Lei 2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds 2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli 2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski