summaryrefslogtreecommitdiffstats
path: root/drivers/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: clkfwk: bugfix: use clk_reparent() for div6 clocksKuninori Morimoto2012-01-241-1/+1
* Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-01-121-82/+94
|\
| *-. Merge branches 'common/pfc' and 'common/clkfwk' into rmobile/marzenPaul Mundt2012-01-093-109/+250
| |\ \
| | * | sh: pfc: Unlock register supportMagnus Damm2012-01-091-12/+10Star
| | * | sh: pfc: Variable bitfield width config register supportMagnus Damm2012-01-091-11/+33
| | * | sh: pfc: Add config_reg_helper() functionMagnus Damm2012-01-091-44/+32Star
| | * | sh: pfc: Convert index to field and value pairMagnus Damm2012-01-091-27/+18Star
| | * | sh: pfc: Add gpio_read_bit() for data register accessMagnus Damm2012-01-091-1/+14
* | | | Merge branch 'sh/pm-runtime' into sh-latestPaul Mundt2012-01-121-8/+1Star
|\ \ \ \
| * | | | sh: also without PM_RUNTIME pm_runtime.o must be builtGuennadi Liakhovetski2012-01-121-1/+1
| * | | | sh: Kill off remaining private runtime PM bits.Paul Mundt2011-11-181-11/+1Star
| * | | | sh: sh7723: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski2011-11-171-1/+2
| * | | | sh: sh7722: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski2011-11-171-0/+1
| * | | | sh: sh7724: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski2011-11-171-0/+1
* | | | | Merge branch 'common/clkfwk' into sh-latestPaul Mundt2012-01-101-2/+2
|\ \ \ \ \
| * | | | | sh: clkfwk: sh_clk_init_parent() should be called after clk_register()Kuninori Morimoto2012-01-101-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2012-01-093-25/+35
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-082-0/+9
| |\ \ \ \
| | * | | | PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki2011-12-252-0/+9
| * | | | | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-063-25/+26
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | sh: intc - convert sysdev_class to a regular subsystemKay Sievers2011-12-223-25/+26
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into ...Paul Mundt2011-12-093-47/+176
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | sh: pfc: ioremap() supportMagnus Damm2011-12-091-24/+113
| |/ / / |/| | |
| * | | sh: use ioread32/iowrite32 and mapped_reg for div6Magnus Damm2011-12-091-10/+10
| * | | sh: use ioread32/iowrite32 and mapped_reg for div4Magnus Damm2011-12-091-8/+8
| * | | sh: use ioread32/iowrite32 and mapped_reg for mstp32Magnus Damm2011-12-091-4/+4
| * | | sh: extend clock struct with mapped_reg memberMagnus Damm2011-12-091-2/+7
| * | | sh: clkfwk: setup clock parent from current register valueKuninori Morimoto2011-11-241-0/+35
|/ / /
| | |
| \ \
*-. \ \ Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2011-11-118-88/+99
|\ \ \ \ | | |_|/ | |/| |
| | * | sh: clkfwk: Kill off remaining debugfs cruft.Paul Mundt2011-11-111-87/+0Star
| | * | sh: clkfwk: add clk_rate_mult_range_round()Kuninori Morimoto2011-11-041-0/+20
| |/ / |/| |
| * | drivers: sh: Kill off dead pathname for runtime PM stub.Paul Mundt2011-11-111-3/+1Star
| * | drivers: sh: Generalize runtime PM platform stub.Paul Mundt2011-11-112-0/+75
| |/
| * Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-074-0/+5
| |\
| | * drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.cPaul Gortmaker2011-11-011-0/+1
| | * sh: Add export.h to arch/sh specific files as required.Paul Gortmaker2011-11-011-0/+1
| | * sh: Add module.h to arch/sh specific files as required.Paul Gortmaker2011-11-012-0/+2
| | * sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker2011-11-011-0/+1
| * | sh: intc: Allow triggering on both edges for ARM SoCsMagnus Damm2011-11-041-1/+1
|/ /
* | sh: userimask.c needs linux/stat.hNobuhiro Iwamatsu2011-10-281-0/+1
* | sh: pfc: Add GPIO IRQ supportMagnus Damm2011-10-281-0/+27
* | sh: pfc: get_config_reg() shift clean upMagnus Damm2011-10-281-1/+1
* | sh: intc: Add IRQ trigger bit field checkMagnus Damm2011-10-281-2/+7
|/
* Merge branch 'common/core' into sh-latestPaul Mundt2011-08-081-0/+3
|\
| * sh: intc: enable both edges GPIO interrupts on sh7372Magnus Damm2011-07-211-0/+3
* | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-08-011-2/+27
|\ \
| * | sh: clkfwk: Convert to IS_ERR_OR_NULL.Paul Mundt2011-06-241-1/+1
| * | drivers: sh: late disabling of clocks V2Magnus Damm2011-06-241-1/+26
| |/
* / switch assorted clock drivers to debugfs_remove_recursive()Al Viro2011-07-211-5/+2Star
|/
* drivers: sh: resume enabled clocks fixMagnus Damm2011-06-141-1/+1