Age | Commit message (Expand) | Author | Files | Lines |
2021-01-07 | sh/intc: Restore devm_ioremap() alignment | Geert Uytterhoeven | 1 | -1/+1 |
2021-01-07 | sh: intc: Convert to DEFINE_SHOW_ATTRIBUTE | Qinglang Miao | 1 | -12/+2 |
2020-08-15 | iomap: constify ioreadX() iomem argument (as in generic implementation) | Krzysztof Kozlowski | 1 | -1/+1 |
2020-08-15 | sh: clkfwk: remove r8/r16/r32 | Kuninori Morimoto | 1 | -19/+4 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 3 | -3/+3 |
2019-10-18 | sh/intc: Use pr_warn instead of pr_warning | Kefeng Wang | 1 | -2/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 6 | -0/+6 |
2019-05-15 | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 1 | -1/+1 |
2018-08-02 | sh: introduce a sh_cacheop_vaddr helper | Christoph Hellwig | 1 | -3/+4 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 3 | -7/+7 |
2018-02-08 | cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx() | Dominik Brodowski | 1 | -2/+3 |
2017-11-15 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -3/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-10-19 | sh: make dma_cache_sync a no-op | Christoph Hellwig | 1 | -3/+2 |
2017-07-07 | drivers/sh/intc/virq.c: delete an error message for a failed memory allocatio... | SF Markus Elfring | 1 | -3/+1 |
2017-06-09 | sh: superhyway: use dev_groups and not dev_attrs for bus_type | Greg Kroah-Hartman | 2 | -11/+20 |
2016-12-13 | lib: radix-tree: check accounting of existing slot replacement users | Johannes Weiner | 1 | -1/+1 |
2016-05-30 | drivers: sh: Stop using the legacy clock domain on ARM | Geert Uytterhoeven | 1 | -9/+0 |
2016-03-04 | Merge tag 'v4.5-rc6' into core/resources, to resolve conflict | Ingo Molnar | 1 | -1/+1 |
2016-02-25 | drivers: sh: Restore legacy clock domain on SuperH platforms | Geert Uytterhoeven | 1 | -1/+1 |
2016-01-30 | drivers: Initialize resource entry to zero | Toshi Kani | 1 | -1/+1 |
2015-11-24 | drivers: sh: clk: Avoid crashes when passing NULL clocks | Geert Uytterhoeven | 1 | -0/+12 |
2015-11-24 | drivers: sh: clk: Remove obsolete and unused clk_round_parent() | Geert Uytterhoeven | 1 | -88/+0 |
2015-11-16 | drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI | Geert Uytterhoeven | 1 | -1/+1 |
2015-09-21 | Merge tag 'renesas-sh-drivers-for-v4.3' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -14/+5 |
2015-09-16 | sh: Kill off set_irq_flags usage | Rob Herring | 1 | -9/+1 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2 | -3/+3 |
2015-09-14 | drivers: sh: Disable PM runtime for multi-platform ARM with genpd | Geert Uytterhoeven | 1 | -13/+5 |
2015-09-14 | drivers: sh: Disable legacy default PM Domain on emev2 | Geert Uytterhoeven | 1 | -2/+1 |
2015-07-29 | sh/intc: Prepare irq flow handlers for irq argument removal | Thomas Gleixner | 1 | -1/+2 |
2015-07-29 | sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2 | -7/+9 |
2015-07-29 | sh/irq: Use access helper irq_data_get_affinity_mask() | Thomas Gleixner | 1 | -3/+3 |
2015-07-29 | sh/irq: Use irq accessor functions instead of open coded access | Jiang Liu | 1 | -5/+7 |
2015-07-02 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+5 |
2015-06-25 | sh/intc: Fix race in installing chained IRQ handler | Thomas Gleixner | 1 | -2/+3 |
2015-06-25 | sh/intc: Fix potential race in installing chained IRQ handler | Thomas Gleixner | 1 | -1/+2 |
2015-05-13 | drivers: sh: remove boilerplate code and use USE_PM_CLK_RUNTIME_OPS | Rajendra Nayak | 1 | -45/+2 |
2015-04-27 | drivers: sh: Remove test for now unsupported sh7372 | Geert Uytterhoeven | 1 | -2/+1 |
2015-04-27 | drivers: sh: Disable PM runtime for multi-platform r8a73a4 with genpd | Geert Uytterhoeven | 1 | -1/+1 |
2015-04-27 | drivers: sh: Disable PM runtime for multi-platform sh73a0 with genpd | Geert Uytterhoeven | 1 | -2/+2 |
2015-02-24 | drivers: sh: Disable PM runtime for multi-platform r8a7740 with genpd | Geert Uytterhoeven | 1 | -0/+2 |
2014-12-05 | drivers: sh / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 1 | -2/+2 |
2014-09-09 | drivers: sh: Leave disabling of unused PM domains to genpd | Ulf Hansson | 1 | -11/+0 |
2014-08-22 | sh: intc: Confine SH_INTC to platforms that need it | Geert Uytterhoeven | 2 | -3/+6 |
2014-06-06 | Merge tag 'renesas-sh-drivers-for-v3.16' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -7/+35 |
2014-06-05 | drivers: sh: Enable PM runtime for new R-Car Gen2 SoCs | Geert Uytterhoeven | 1 | -0/+3 |
2014-06-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+0 |
2014-06-03 | Merge back earlier cpufreq material. | Rafael J. Wysocki | 1 | -15/+5 |
2014-05-26 | drivers: sh: pm_runtime implementation needs to suspend and resume devices | Ben Dooks | 1 | -2/+35 |
2014-05-26 | drivers: sh: Restrict INTC_USERIMASK to SH4A | Geert Uytterhoeven | 1 | -1/+1 |