index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
sh
Age
Commit message (
Expand
)
Author
Files
Lines
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-01
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-12
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-04
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
2014-05-26
drivers: sh: pm_runtime does not need idle callback
Ben Dooks
1
-8
/
+0
2014-05-16
sh: intc: Remove pointless irq_reserve_irqs() invocation
Thomas Gleixner
1
-6
/
+0
2014-05-12
drivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTI
Geert Uytterhoeven
2
-7
/
+27
2014-04-30
sh: clk: Use cpufreq_for_each_valid_entry macro for iteration
Stratos Karafotis
1
-15
/
+5
2014-04-05
Merge tag 'sh-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+1
2014-02-18
sh: intc: Enable driver compilation with COMPILE_TEST
Laurent Pinchart
1
-1
/
+1
2014-02-04
ARM: shmobile: wait for MSTP clock status to toggle, when enabling it
Guennadi Liakhovetski
1
-0
/
+38
2013-06-28
Merge branch 'pm-assorted'
Rafael J. Wysocki
1
-1
/
+1
2013-06-04
cpufreq: rename index as driver_data in cpufreq_frequency_table
Viresh Kumar
1
-2
/
+2
2013-06-03
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
1
-1
/
+1
2013-01-29
Merge branch 'pfc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ren...
Olof Johansson
7
-1370
/
+0
2013-01-25
sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/
Laurent Pinchart
8
-1308
/
+0
2013-01-25
sh-pfc: Remove unused resource and num_resources platform data fields
Laurent Pinchart
1
-13
/
+4
2013-01-25
sh-pfc: Remove platform device registration
Laurent Pinchart
1
-12
/
+0
2013-01-25
sh-pfc: Support passing resources through platform device
Laurent Pinchart
2
-7
/
+21
2013-01-25
sh-pfc: Split platform device and platform driver registration
Laurent Pinchart
1
-9
/
+6
2013-01-25
sh-pfc: Use sh_pfc_ namespace prefix through the whole driver
Laurent Pinchart
2
-56
/
+55
2013-01-25
sh-pfc: Sort headers alphabetically
Laurent Pinchart
3
-15
/
+15
2013-01-25
sh-pfc: Remove check for impossible error condition
Laurent Pinchart
1
-2
/
+2
2013-01-25
sh-pfc: Let the compiler decide whether to inline functions
Laurent Pinchart
1
-5
/
+3
2013-01-25
sh-pfc: Use devm_ioremap_nocache()
Laurent Pinchart
1
-21
/
+4
2013-01-25
sh-pfc: Use devm_kzalloc()
Laurent Pinchart
3
-40
/
+19
2013-01-25
sh-pfc: Move platform device and driver to the core
Laurent Pinchart
4
-94
/
+114
2013-01-25
sh-pfc: Merge PFC core and gpio
Laurent Pinchart
5
-87
/
+25
2013-01-25
sh-pfc: Merge PFC core and pinctrl
Laurent Pinchart
4
-25
/
+7
2013-01-25
sh-pfc: Move private definitions and declarations to private header
Laurent Pinchart
4
-0
/
+50
2013-01-25
sh-pfc: Split platform data from the sh_pfc structure
Laurent Pinchart
3
-68
/
+67
2013-01-11
sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6
Kuninori Morimoto
1
-0
/
+6
2013-01-03
Drivers: misc: remove __dev* attributes.
Greg Kroah-Hartman
2
-14
/
+12
[next]