summaryrefslogtreecommitdiffstats
path: root/drivers/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: intc: Make intc_subsys constRicardo B. Marliere2024-02-152-2/+2
* maple: make maple_bus_type static and constGreg Kroah-Hartman2024-01-041-2/+2
* sh: Remove superhyway bus supportArnd Bergmann2023-10-254-297/+0
* sh: intc: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+9
* Merge tag 'sh-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-03-011-1/+1
|\
| * sh: clk: Fix clk_enable() to return 0 on NULL clkGeert Uytterhoeven2023-02-271-1/+1
* | maple: remove unneeded maple_bus_uevent() callback.Greg Kroah-Hartman2023-02-011-7/+0
|/
* genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-1/+1
* maple: fix wrong return value of maple_bus_init().Lu Wei2021-09-171-1/+4
* sh: superhyway: Simplify check in remove callbackUwe Kleine-König2021-08-051-1/+1
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-6/+2
* Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-30/+19
|\
| * sh: intc: Drop the use of irq_create_identity_mapping()Marc Zyngier2021-04-071-30/+19
* | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
|/
* sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven2021-01-061-1/+1
* sh: intc: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-061-12/+2
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-1/+1
* sh: clkfwk: remove r8/r16/r32Kuninori Morimoto2020-08-141-19/+4
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-3/+3
* sh/intc: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-216-0/+6
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* sh: introduce a sh_cacheop_vaddr helperChristoph Hellwig2018-08-021-3/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-7/+7
* cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski2018-02-081-2/+3
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-3/+2
|\
| * sh: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-3/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* drivers/sh/intc/virq.c: delete an error message for a failed memory allocatio...SF Markus Elfring2017-07-061-3/+1
* sh: superhyway: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-092-11/+20
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-1/+1
* drivers: sh: Stop using the legacy clock domain on ARMGeert Uytterhoeven2016-05-301-9/+0
* Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-041-1/+1
|\
| * drivers: sh: Restore legacy clock domain on SuperH platformsGeert Uytterhoeven2016-02-251-1/+1
* | drivers: Initialize resource entry to zeroToshi Kani2016-01-301-1/+1
|/
* drivers: sh: clk: Avoid crashes when passing NULL clocksGeert Uytterhoeven2015-11-241-0/+12
* drivers: sh: clk: Remove obsolete and unused clk_round_parent()Geert Uytterhoeven2015-11-241-88/+0
* drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTIGeert Uytterhoeven2015-11-171-1/+1
* Merge tag 'renesas-sh-drivers-for-v4.3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-09-211-14/+5
|\
| * drivers: sh: Disable PM runtime for multi-platform ARM with genpdGeert Uytterhoeven2015-09-141-13/+5
| * drivers: sh: Disable legacy default PM Domain on emev2Geert Uytterhoeven2015-09-141-2/+1
* | sh: Kill off set_irq_flags usageRob Herring2015-09-161-9/+1
* | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-3/+3
|/
* sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner2015-07-291-1/+2
* sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-292-7/+9
* sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-07-291-3/+3
* sh/irq: Use irq accessor functions instead of open coded accessJiang Liu2015-07-291-5/+7
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-012-3/+5
|\
| * sh/intc: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+3
| * sh/intc: Fix potential race in installing chained IRQ handlerThomas Gleixner2015-06-251-1/+2