aboutsummaryrefslogtreecommitdiff
path: root/drivers/sh
AgeCommit message (Expand)AuthorFilesLines
2024-02-15sh: intc: Make intc_subsys constGravatar Ricardo B. Marliere 2-2/+2
2024-01-04maple: make maple_bus_type static and constGravatar Greg Kroah-Hartman 1-2/+2
2023-10-25sh: Remove superhyway bus supportGravatar Arnd Bergmann 4-297/+0
2023-03-17sh: intc: move to use bus_get_dev_root()Gravatar Greg Kroah-Hartman 1-1/+9
2023-03-01Merge tag 'sh-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-02-27sh: clk: Fix clk_enable() to return 0 on NULL clkGravatar Geert Uytterhoeven 1-1/+1
2023-02-01maple: remove unneeded maple_bus_uevent() callback.Gravatar Greg Kroah-Hartman 1-7/+0
2022-07-07genirq: Add and use an irq_data_update_affinity helperGravatar Samuel Holland 1-1/+1
2021-09-17maple: fix wrong return value of maple_bus_init().Gravatar Lu Wei 1-1/+4
2021-08-05sh: superhyway: Simplify check in remove callbackGravatar Uwe Kleine-König 1-1/+1
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-6/+2
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-30/+19
2021-04-07sh: intc: Drop the use of irq_create_identity_mapping()Gravatar Marc Zyngier 1-30/+19
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
2021-01-06sh/intc: Restore devm_ioremap() alignmentGravatar Geert Uytterhoeven 1-1/+1
2021-01-06sh: intc: Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-12/+2
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Gravatar Krzysztof Kozlowski 1-1/+1
2020-08-14sh: clkfwk: remove r8/r16/r32Gravatar Kuninori Morimoto 1-19/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 3-3/+3
2019-10-18sh/intc: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 6-0/+6
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Gravatar Masahiro Yamada 1-1/+1
2018-08-02sh: introduce a sh_cacheop_vaddr helperGravatar Christoph Hellwig 1-3/+4
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 3-7/+7
2018-02-08cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Gravatar Dominik Brodowski 1-2/+3
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-10-19sh: make dma_cache_sync a no-opGravatar Christoph Hellwig 1-3/+2
2017-07-06drivers/sh/intc/virq.c: delete an error message for a failed memory allocatio...Gravatar SF Markus Elfring 1-3/+1
2017-06-09sh: superhyway: use dev_groups and not dev_attrs for bus_typeGravatar Greg Kroah-Hartman 2-11/+20
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersGravatar Johannes Weiner 1-1/+1
2016-05-30drivers: sh: Stop using the legacy clock domain on ARMGravatar Geert Uytterhoeven 1-9/+0
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictGravatar Ingo Molnar 1-1/+1
2016-02-25drivers: sh: Restore legacy clock domain on SuperH platformsGravatar Geert Uytterhoeven 1-1/+1
2016-01-30drivers: Initialize resource entry to zeroGravatar Toshi Kani 1-1/+1
2015-11-24drivers: sh: clk: Avoid crashes when passing NULL clocksGravatar Geert Uytterhoeven 1-0/+12
2015-11-24drivers: sh: clk: Remove obsolete and unused clk_round_parent()Gravatar Geert Uytterhoeven 1-88/+0
2015-11-17drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTIGravatar Geert Uytterhoeven 1-1/+1
2015-09-21Merge tag 'renesas-sh-drivers-for-v4.3' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-14/+5
2015-09-16sh: Kill off set_irq_flags usageGravatar Rob Herring 1-9/+1
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 2-3/+3
2015-09-14drivers: sh: Disable PM runtime for multi-platform ARM with genpdGravatar Geert Uytterhoeven 1-13/+5
2015-09-14drivers: sh: Disable legacy default PM Domain on emev2Gravatar Geert Uytterhoeven 1-2/+1
2015-07-29sh/intc: Prepare irq flow handlers for irq argument removalGravatar Thomas Gleixner 1-1/+2
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 2-7/+9
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Gravatar Thomas Gleixner 1-3/+3
2015-07-29sh/irq: Use irq accessor functions instead of open coded accessGravatar Jiang Liu 1-5/+7
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+5
2015-06-25sh/intc: Fix race in installing chained IRQ handlerGravatar Thomas Gleixner 1-2/+3
2015-06-25sh/intc: Fix potential race in installing chained IRQ handlerGravatar Thomas Gleixner 1-1/+2