summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-05-30drivers: sh: Stop using the legacy clock domain on ARMGeert Uytterhoeven2-10/+0
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar1279-62122/+15330
2016-02-25drivers: sh: Restore legacy clock domain on SuperH platformsGeert Uytterhoeven1-1/+1
2016-01-30drivers: Initialize resource entry to zeroToshi Kani4-8/+8
2015-11-24drivers: sh: clk: Avoid crashes when passing NULL clocksGeert Uytterhoeven1-0/+12
2015-11-24drivers: sh: clk: Remove obsolete and unused clk_round_parent()Geert Uytterhoeven2-92/+0
2015-11-16drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTIGeert Uytterhoeven1-1/+1
2015-09-21Merge tag 'renesas-sh-drivers-for-v4.3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-14/+5
2015-09-16sh: Kill off set_irq_flags usageRob Herring1-9/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner188-340/+281
2015-09-14drivers: sh: Disable PM runtime for multi-platform ARM with genpdGeert Uytterhoeven1-13/+5
2015-09-14drivers: sh: Disable legacy default PM Domain on emev2Geert Uytterhoeven1-2/+1
2015-07-29sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner2-2/+4
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu5-10/+12
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2-6/+7
2015-07-29sh/irq: Use irq accessor functions instead of open coded accessJiang Liu1-5/+7
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds25-67/+95
2015-06-25sh/intc: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+3
2015-06-25sh/intc: Fix potential race in installing chained IRQ handlerThomas Gleixner1-1/+2
2015-05-12drivers: sh: remove boilerplate code and use USE_PM_CLK_RUNTIME_OPSRajendra Nayak1-45/+2
2015-04-27drivers: sh: Remove test for now unsupported sh7372Geert Uytterhoeven1-2/+1
2015-04-27drivers: sh: Disable PM runtime for multi-platform r8a73a4 with genpdGeert Uytterhoeven1-1/+1
2015-04-27drivers: sh: Disable PM runtime for multi-platform sh73a0 with genpdGeert Uytterhoeven1-2/+2
2015-02-23drivers: sh: Disable PM runtime for multi-platform r8a7740 with genpdGeert Uytterhoeven1-0/+2
2014-12-05drivers: sh / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-09-08drivers: sh: Leave disabling of unused PM domains to genpdUlf Hansson1-11/+0
2014-08-22sh: intc: Confine SH_INTC to platforms that need itGeert Uytterhoeven4-3/+11
2014-06-06Merge tag 'renesas-sh-drivers-for-v3.16' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-7/+35
2014-06-05drivers: sh: Enable PM runtime for new R-Car Gen2 SoCsGeert Uytterhoeven1-0/+3
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds56-396/+597
2014-06-03Merge back earlier cpufreq material.Rafael J. Wysocki46-556/+576
2014-05-26drivers: sh: pm_runtime implementation needs to suspend and resume devicesBen Dooks1-2/+35
2014-05-26drivers: sh: Restrict INTC_USERIMASK to SH4AGeert Uytterhoeven1-1/+1
2014-05-26drivers: sh: pm_runtime does not need idle callbackBen Dooks1-8/+0
2014-05-16sh: intc: Remove pointless irq_reserve_irqs() invocationThomas Gleixner1-6/+0
2014-05-12drivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTIGeert Uytterhoeven3-8/+28
2014-04-29sh: clk: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis1-15/+5
2014-04-05Merge tag 'sh-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-02-18sh: intc: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+1
2014-02-04ARM: shmobile: wait for MSTP clock status to toggle, when enabling itGuennadi Liakhovetski2-7/+50
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki33-113/+315
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar37-227/+223
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki23-92/+28
2013-01-29Merge branch 'pfc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ren...Olof Johansson54-21520/+21897
2013-01-25sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/Laurent Pinchart10-9/+15
2013-01-25sh-pfc: Remove unused resource and num_resources platform data fieldsLaurent Pinchart2-16/+4
2013-01-25sh-pfc: Remove platform device registrationLaurent Pinchart2-22/+0
2013-01-25sh-pfc: Support passing resources through platform deviceLaurent Pinchart2-7/+21
2013-01-25sh-pfc: Split platform device and platform driver registrationLaurent Pinchart1-9/+6
2013-01-25sh-pfc: Use sh_pfc_ namespace prefix through the whole driverLaurent Pinchart2-56/+55
[next]