aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/clock-sh7372.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-24ARM: shmobile: sh7372: Remove Legacy C SoC codeMagnus Damm1-620/+0
2014-10-27ARM: shmobile: Remove FSF address from copyright headersLaurent Pinchart1-4/+0
2014-06-17ARM: shmobile: Move common.hMagnus Damm1-1/+1
2014-06-17ARM: shmobile: Move clock.hMagnus Damm1-1/+1
2014-05-11ARM: shmobile: sh7372: Switch to new style TMU deviceLaurent Pinchart1-2/+1
2014-05-11ARM: shmobile: sh7372: Switch to new style CMT deviceLaurent Pinchart1-3/+3
2013-11-24ARM: shmobile: sh7372: tidyup clock table orderKuninori Morimoto1-4/+5
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-3/+3
2013-04-02ARM: shmobile: sh7372: use fixed ratio clockKuninori Morimoto1-37/+7
2013-04-02ARM: shmobile: sh7372: remove DIV4_ZT* clocksKuninori Morimoto1-5/+1
2013-01-25ARM: sh7372: add clock lookup entries for DT-based devicesGuennadi Liakhovetski1-0/+9
2012-11-08ARM: shmobile: sh7372: sh7372_fsiXck_clk become non-globalKuninori Morimoto1-8/+10
2012-11-08ARM: shmobile: sh7372: remove fsidivx clockKuninori Morimoto1-2/+0
2012-11-08ARM: shmobile: add fsi external clock sh7372Kuninori Morimoto1-0/+2
2012-11-08ARM: shmobile: sh7372: use sh_clk_fsidiv_register() for FSI-DIV clocksKuninori Morimoto1-84/+10
2012-11-08ARM: shmobile: sh7372: sh7372_fsidivX_clk become non-globalKuninori Morimoto1-4/+6
2012-09-18ARM: shmobile: use __iomem pointers for MMIOArnd Bergmann1-30/+30
2012-07-02ARM: mach-shmobile: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu1-1/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+3
2012-03-27ARM: mach-shmobile: mackerel: Add the flash controller flctlBastian Hecht1-1/+3
2012-03-12ARM: mach-shmobile: rename clk_init() to shmobile_clk_init()Magnus Damm1-1/+1
2012-03-12ARM: mach-shmobile: sh7372 sh_clk_ops renameMagnus Damm1-4/+4
2012-01-14Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds1-2/+2
2011-11-24sh: clkfwk: setup clock parent from current register valueKuninori Morimoto1-3/+3
2011-11-21fbdev: sh_mipi_dsi: tidyup dsip_clkKuninori Morimoto1-2/+2
2011-11-11ARM: mach-shmobile: clock-sh7372: remove un-necessary indexKuninori Morimoto1-4/+4
2011-08-29Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.xLinus Torvalds1-7/+22
2011-08-29ARM: mach-shmobile: sh7372 CMT3 and CMT4 clock supportMagnus Damm1-1/+5
2011-08-29ARM: mach-shmobile: sh7372 MSIOF clock supportMagnus Damm1-3/+9
2011-08-29ARM: mach-shmobile: clock-sh7372: fixup USB-DMAC1 settingsKuninori Morimoto1-2/+4
2011-08-29Merge branch 'rmobile/dma' into rmobile-fixes-for-linusPaul Mundt1-1/+4
2011-08-24ARM: mach-shmobile: sh7372 LCDC1 suspend fixMagnus Damm1-0/+2
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobile-latestPaul Mundt1-4/+0
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.xLinus Torvalds1-4/+0
2011-07-25Merge branch 'rmobile/sdio' into rmobile-latestPaul Mundt1-0/+1
2011-07-11ARM: mach-shmobile: Use CMT2 for timer on sh7372Magnus Damm1-4/+4
2011-07-11sh: move CLKDEV_xxx_ID macro to sh_clk.hKuninori Morimoto1-4/+0
2011-07-10ARM: mach-shmobile: sh7372: make sure that fsi is peripheral of spu2Kuninori Morimoto1-0/+1
2011-06-21ARM: mach-shmobile: sh7372: Add USB-DMAC supportKuninori Morimoto1-1/+4
2011-06-02ARM: mach-shmobile: add DMAC clock definitions on SH7372Guennadi Liakhovetski1-0/+7
2011-05-25ARM: arch-shmobile: sh7372: add renesas_usbhs irq supportKuninori Morimoto1-0/+2
2011-05-24ARM: mach-shmobile: Disable sh7372 RT side MSTP bitsMagnus Damm1-0/+12
2011-05-23sh_mobile: Add MSTP clock for MERAMDamian1-1/+3
2011-04-18ARM: mach-shmobile: clock-sh7372: remove status check from fsidiv_recalcKuninori Morimoto1-3/+0
2011-01-18ARM: mach-shmobile: clock-sh7372: fixup pllc2 set_rateKuninori Morimoto1-1/+3
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-01-06Merge branch 'smp' into miscRussell King1-16/+99
2011-01-05Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Paul Mundt1-5/+8
2011-01-05ARM: mach-shmobile: improve MIPI DSI clock configurationGuennadi Liakhovetski1-5/+8
2010-11-27Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-25/+8